{
  "entity_type": "unit_conversion_page",
  "id": "gb-to-mb",
  "name": "Gigabytes to Megabytes",
  "title": "Gigabytes to Megabytes Converter (GB to MB)",
  "description": "Convert gigabytes to megabytes: 1 GB = 1000 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": "GB",
    "display": "GB",
    "name": "gigabytes",
    "singular": "gigabyte"
  },
  "to_unit": {
    "symbol": "MB",
    "display": "MB",
    "name": "megabytes",
    "singular": "megabyte"
  },
  "linear": true,
  "factor": 1000,
  "inverse_factor": 0.001,
  "formula": "megabytes = gigabytes × 1000",
  "reverse_formula": "gigabytes = megabytes × 0.001",
  "unit_relation": "1 GB = 1000 MB",
  "examples": [
    {
      "value": 1.5,
      "result": 1500,
      "text": "1.5 GB = 1500 MB"
    },
    {
      "value": 700,
      "result": 700000,
      "text": "700 GB = 700000 MB"
    },
    {
      "value": 2048,
      "result": 2048000,
      "text": "2048 GB = 2048000 MB"
    }
  ],
  "table": [
    {
      "GB": 1,
      "MB": 1000
    },
    {
      "GB": 2,
      "MB": 2000
    },
    {
      "GB": 4,
      "MB": 4000
    },
    {
      "GB": 8,
      "MB": 8000
    },
    {
      "GB": 16,
      "MB": 16000
    },
    {
      "GB": 32,
      "MB": 32000
    },
    {
      "GB": 64,
      "MB": 64000
    },
    {
      "GB": 100,
      "MB": 100000
    },
    {
      "GB": 128,
      "MB": 128000
    },
    {
      "GB": 256,
      "MB": 256000
    },
    {
      "GB": 500,
      "MB": 500000
    },
    {
      "GB": 512,
      "MB": 512000
    },
    {
      "GB": 1000,
      "MB": 1000000
    },
    {
      "GB": 1024,
      "MB": 1024000
    },
    {
      "GB": 2048,
      "MB": 2048000
    },
    {
      "GB": 4096,
      "MB": 4096000
    },
    {
      "GB": 8192,
      "MB": 8192000
    },
    {
      "GB": 10000,
      "MB": 10000000
    }
  ],
  "faq": [
    {
      "q": "How many megabytes are in one gigabyte?",
      "a": "1 GB = 1000 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 gigabytes to megabytes?",
      "a": "Multiply the value in gigabytes by 1000: megabytes = gigabytes × 1000. For example, 1.5 GB = 1500 MB."
    },
    {
      "q": "How do I convert megabytes back to gigabytes?",
      "a": "Multiply by the inverse factor 0.001 (gigabytes = megabytes × 0.001), or use the megabytes-to-gigabytes 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=GB&to_unit=MB",
    "calculator": "https://tttkmbb.com/api/v1/calculate/data-storage?value=1.5&from_unit=GB&to_unit=MB",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 1.5,
      "from_unit": "GB",
      "to_unit": "MB"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/gb-to-mb",
    "markdown": "https://tttkmbb.com/conversion/gb-to-mb.md",
    "json": "https://tttkmbb.com/conversion/gb-to-mb.json",
    "reverse": "https://tttkmbb.com/conversion/mb-to-gb",
    "quantity_converter": "https://tttkmbb.com/conversion/data-storage",
    "units": "https://tttkmbb.com/api/v1/units?quantity=data-storage"
  },
  "timestamp": "2026-09-24"
}