{
  "entity_type": "unit_conversion_page",
  "id": "megabits-to-mb",
  "name": "Megabits to Megabytes",
  "title": "Megabits to Megabytes Converter (Mbit to MB)",
  "description": "Convert megabits to megabytes: 1 Mbit = 0.125 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": "Mbit",
    "display": "Mbit",
    "name": "megabits",
    "singular": "megabit"
  },
  "to_unit": {
    "symbol": "MB",
    "display": "MB",
    "name": "megabytes",
    "singular": "megabyte"
  },
  "linear": true,
  "factor": 0.125,
  "inverse_factor": 8,
  "formula": "megabytes = megabits × 0.125",
  "reverse_formula": "megabits = megabytes × 8",
  "unit_relation": "1 Mbit = 0.125 MB",
  "examples": [
    {
      "value": 1.5,
      "result": 0.1875,
      "text": "1.5 Mbit = 0.1875 MB"
    },
    {
      "value": 700,
      "result": 87.5,
      "text": "700 Mbit = 87.5 MB"
    },
    {
      "value": 2048,
      "result": 256,
      "text": "2048 Mbit = 256 MB"
    }
  ],
  "table": [
    {
      "Mbit": 1,
      "MB": 0.125
    },
    {
      "Mbit": 2,
      "MB": 0.25
    },
    {
      "Mbit": 4,
      "MB": 0.5
    },
    {
      "Mbit": 8,
      "MB": 1
    },
    {
      "Mbit": 16,
      "MB": 2
    },
    {
      "Mbit": 32,
      "MB": 4
    },
    {
      "Mbit": 64,
      "MB": 8
    },
    {
      "Mbit": 100,
      "MB": 12.5
    },
    {
      "Mbit": 128,
      "MB": 16
    },
    {
      "Mbit": 256,
      "MB": 32
    },
    {
      "Mbit": 500,
      "MB": 62.5
    },
    {
      "Mbit": 512,
      "MB": 64
    },
    {
      "Mbit": 1000,
      "MB": 125
    },
    {
      "Mbit": 1024,
      "MB": 128
    },
    {
      "Mbit": 2048,
      "MB": 256
    },
    {
      "Mbit": 4096,
      "MB": 512
    },
    {
      "Mbit": 8192,
      "MB": 1024
    },
    {
      "Mbit": 10000,
      "MB": 1250
    }
  ],
  "faq": [
    {
      "q": "How many megabytes are in one megabit?",
      "a": "1 Mbit = 0.125 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 megabits to megabytes?",
      "a": "Multiply the value in megabits by 0.125: megabytes = megabits × 0.125. For example, 1.5 Mbit = 0.1875 MB."
    },
    {
      "q": "How do I convert megabytes back to megabits?",
      "a": "Multiply by the inverse factor 8 (megabits = megabytes × 8), or use the megabytes-to-megabits 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=Mbit&to_unit=MB",
    "calculator": "https://tttkmbb.com/api/v1/calculate/data-storage?value=1.5&from_unit=Mbit&to_unit=MB",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 1.5,
      "from_unit": "Mbit",
      "to_unit": "MB"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/megabits-to-mb",
    "markdown": "https://tttkmbb.com/conversion/megabits-to-mb.md",
    "json": "https://tttkmbb.com/conversion/megabits-to-mb.json",
    "reverse": "https://tttkmbb.com/conversion/mb-to-megabits",
    "quantity_converter": "https://tttkmbb.com/conversion/data-storage",
    "units": "https://tttkmbb.com/api/v1/units?quantity=data-storage"
  },
  "timestamp": "2026-09-24"
}