{
  "entity_type": "unit_conversion_page",
  "id": "tb-to-mb",
  "name": "Terabytes to Megabytes",
  "title": "Terabytes to Megabytes Converter (TB to MB)",
  "description": "Convert terabytes to megabytes: 1 TB = 1000000 MB. 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": "TB",
    "display": "TB",
    "name": "terabytes",
    "singular": "terabyte"
  },
  "to_unit": {
    "symbol": "MB",
    "display": "MB",
    "name": "megabytes",
    "singular": "megabyte"
  },
  "linear": true,
  "factor": 1000000,
  "inverse_factor": 0.000001,
  "formula": "megabytes = terabytes × 1000000",
  "reverse_formula": "terabytes = megabytes × 0.000001",
  "unit_relation": "1 TB = 1000000 MB",
  "examples": [
    {
      "value": 1.5,
      "result": 1500000,
      "text": "1.5 TB = 1500000 MB"
    },
    {
      "value": 700,
      "result": 700000000,
      "text": "700 TB = 700000000 MB"
    },
    {
      "value": 2048,
      "result": 2048000000,
      "text": "2048 TB = 2048000000 MB"
    }
  ],
  "table": [
    {
      "TB": 1,
      "MB": 1000000
    },
    {
      "TB": 2,
      "MB": 2000000
    },
    {
      "TB": 4,
      "MB": 4000000
    },
    {
      "TB": 8,
      "MB": 8000000
    },
    {
      "TB": 16,
      "MB": 16000000
    },
    {
      "TB": 32,
      "MB": 32000000
    },
    {
      "TB": 64,
      "MB": 64000000
    },
    {
      "TB": 100,
      "MB": 100000000
    },
    {
      "TB": 128,
      "MB": 128000000
    },
    {
      "TB": 256,
      "MB": 256000000
    },
    {
      "TB": 500,
      "MB": 500000000
    },
    {
      "TB": 512,
      "MB": 512000000
    },
    {
      "TB": 1000,
      "MB": 1000000000
    },
    {
      "TB": 1024,
      "MB": 1024000000
    },
    {
      "TB": 2048,
      "MB": 2048000000
    },
    {
      "TB": 4096,
      "MB": 4096000000
    },
    {
      "TB": 8192,
      "MB": 8192000000
    },
    {
      "TB": 10000,
      "MB": 10000000000
    }
  ],
  "faq": [
    {
      "q": "How many megabytes are in one terabyte?",
      "a": "1 TB = 1000000 MB. 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 terabytes to megabytes?",
      "a": "Multiply the value in terabytes by 1000000: megabytes = terabytes × 1000000. For example, 1.5 TB = 1500000 MB."
    },
    {
      "q": "How do I convert megabytes back to terabytes?",
      "a": "Multiply by the inverse factor 0.000001 (terabytes = megabytes × 0.000001), or use the megabytes-to-terabytes 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=TB&to_unit=MB",
    "calculator": "https://tttkmbb.com/api/v1/calculate/data-storage?value=1.5&from_unit=TB&to_unit=MB",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 1.5,
      "from_unit": "TB",
      "to_unit": "MB"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/tb-to-mb",
    "markdown": "https://tttkmbb.com/conversion/tb-to-mb.md",
    "json": "https://tttkmbb.com/conversion/tb-to-mb.json",
    "reverse": "https://tttkmbb.com/conversion/mb-to-tb",
    "quantity_converter": "https://tttkmbb.com/conversion/data-storage",
    "units": "https://tttkmbb.com/api/v1/units?quantity=data-storage"
  },
  "timestamp": "2026-09-24"
}