{
  "entity_type": "unit_conversion_page",
  "id": "mb-to-tb",
  "name": "Megabytes to Terabytes",
  "title": "Megabytes to Terabytes Converter (MB to TB)",
  "description": "Convert megabytes to terabytes: 1 MB = 0.000001 TB. Exact conversion factor, formula, 18-row table and worked examples, with JSON API and MCP access.",
  "quantity": "data-storage",
  "quantity_name": "Data storage",
  "base_unit": "B",
  "from_unit": {
    "symbol": "MB",
    "display": "MB",
    "name": "megabytes",
    "singular": "megabyte"
  },
  "to_unit": {
    "symbol": "TB",
    "display": "TB",
    "name": "terabytes",
    "singular": "terabyte"
  },
  "linear": true,
  "factor": 0.000001,
  "inverse_factor": 1000000,
  "formula": "terabytes = megabytes × 0.000001",
  "reverse_formula": "megabytes = terabytes × 1000000",
  "unit_relation": "1 MB = 0.000001 TB",
  "examples": [
    {
      "value": 1.5,
      "result": 0.0000015,
      "text": "1.5 MB = 0.0000015 TB"
    },
    {
      "value": 700,
      "result": 0.0007,
      "text": "700 MB = 0.0007 TB"
    },
    {
      "value": 2048,
      "result": 0.002048,
      "text": "2048 MB = 0.002048 TB"
    }
  ],
  "table": [
    {
      "MB": 1,
      "TB": 0.000001
    },
    {
      "MB": 2,
      "TB": 0.000002
    },
    {
      "MB": 4,
      "TB": 0.000004
    },
    {
      "MB": 8,
      "TB": 0.000008
    },
    {
      "MB": 16,
      "TB": 0.000016
    },
    {
      "MB": 32,
      "TB": 0.000032
    },
    {
      "MB": 64,
      "TB": 0.000064
    },
    {
      "MB": 100,
      "TB": 0.0001
    },
    {
      "MB": 128,
      "TB": 0.000128
    },
    {
      "MB": 256,
      "TB": 0.000256
    },
    {
      "MB": 500,
      "TB": 0.0005
    },
    {
      "MB": 512,
      "TB": 0.000512
    },
    {
      "MB": 1000,
      "TB": 0.001
    },
    {
      "MB": 1024,
      "TB": 0.001024
    },
    {
      "MB": 2048,
      "TB": 0.002048
    },
    {
      "MB": 4096,
      "TB": 0.004096
    },
    {
      "MB": 8192,
      "TB": 0.008192
    },
    {
      "MB": 10000,
      "TB": 0.01
    }
  ],
  "faq": [
    {
      "q": "How many terabytes are in one megabyte?",
      "a": "1 MB = 0.000001 TB. The factor comes from the SI definitions of both units (NIST SP 811 / BIPM), so it is exact or correct to at least 10 significant figures."
    },
    {
      "q": "What is the formula to convert megabytes to terabytes?",
      "a": "Multiply the value in megabytes by 0.000001: terabytes = megabytes × 0.000001. For example, 1.5 MB = 0.0000015 TB."
    },
    {
      "q": "How do I convert terabytes back to megabytes?",
      "a": "Multiply by the inverse factor 1000000 (megabytes = terabytes × 1000000), or use the terabytes-to-megabytes page."
    }
  ],
  "sources": [
    {
      "name": "NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors",
      "url": "https://www.nist.gov/pml/special-publication-811",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "BIPM – The International System of Units (SI Brochure, 9th edition)",
      "url": "https://www.bipm.org/en/publications/si-brochure",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "Wikipedia – Conversion of units",
      "url": "https://en.wikipedia.org/wiki/Conversion_of_units",
      "type": "reference",
      "retrieved_at": "2026-09-24"
    }
  ],
  "freshness": {
    "type": "static",
    "max_age_seconds": null,
    "note": "Fixed conversion factors (NIST/BIPM definitions); results never go stale."
  },
  "api": {
    "convert": "https://tttkmbb.com/api/v1/convert?value=1.5&from_unit=MB&to_unit=TB",
    "calculator": "https://tttkmbb.com/api/v1/calculate/data-storage?value=1.5&from_unit=MB&to_unit=TB",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 1.5,
      "from_unit": "MB",
      "to_unit": "TB"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/mb-to-tb",
    "markdown": "https://tttkmbb.com/conversion/mb-to-tb.md",
    "json": "https://tttkmbb.com/conversion/mb-to-tb.json",
    "reverse": "https://tttkmbb.com/conversion/tb-to-mb",
    "quantity_converter": "https://tttkmbb.com/conversion/data-storage",
    "units": "https://tttkmbb.com/api/v1/units?quantity=data-storage"
  },
  "timestamp": "2026-09-24"
}