{
  "entity_type": "unit_conversion_page",
  "id": "ghz-to-mhz",
  "name": "Gigahertz to Megahertz",
  "title": "Gigahertz to Megahertz Converter (GHz to MHz)",
  "description": "Convert gigahertz to megahertz: 1 GHz = 1000 MHz. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "frequency",
  "quantity_name": "Frequency",
  "base_unit": "Hz",
  "from_unit": {
    "symbol": "GHz",
    "display": "GHz",
    "name": "gigahertz",
    "singular": "gigahertz"
  },
  "to_unit": {
    "symbol": "MHz",
    "display": "MHz",
    "name": "megahertz",
    "singular": "megahertz"
  },
  "linear": true,
  "factor": 1000,
  "inverse_factor": 0.001,
  "formula": "megahertz = gigahertz × 1000",
  "reverse_formula": "gigahertz = megahertz × 0.001",
  "unit_relation": "1 GHz = 1000 MHz",
  "examples": [
    {
      "value": 5,
      "result": 5000,
      "text": "5 GHz = 5000 MHz"
    },
    {
      "value": 12.5,
      "result": 12500,
      "text": "12.5 GHz = 12500 MHz"
    },
    {
      "value": 100,
      "result": 100000,
      "text": "100 GHz = 100000 MHz"
    }
  ],
  "table": [
    {
      "GHz": 1,
      "MHz": 1000
    },
    {
      "GHz": 2,
      "MHz": 2000
    },
    {
      "GHz": 3,
      "MHz": 3000
    },
    {
      "GHz": 4,
      "MHz": 4000
    },
    {
      "GHz": 5,
      "MHz": 5000
    },
    {
      "GHz": 6,
      "MHz": 6000
    },
    {
      "GHz": 7,
      "MHz": 7000
    },
    {
      "GHz": 8,
      "MHz": 8000
    },
    {
      "GHz": 9,
      "MHz": 9000
    },
    {
      "GHz": 10,
      "MHz": 10000
    },
    {
      "GHz": 15,
      "MHz": 15000
    },
    {
      "GHz": 20,
      "MHz": 20000
    },
    {
      "GHz": 25,
      "MHz": 25000
    },
    {
      "GHz": 30,
      "MHz": 30000
    },
    {
      "GHz": 40,
      "MHz": 40000
    },
    {
      "GHz": 50,
      "MHz": 50000
    },
    {
      "GHz": 75,
      "MHz": 75000
    },
    {
      "GHz": 100,
      "MHz": 100000
    },
    {
      "GHz": 200,
      "MHz": 200000
    },
    {
      "GHz": 250,
      "MHz": 250000
    },
    {
      "GHz": 500,
      "MHz": 500000
    },
    {
      "GHz": 1000,
      "MHz": 1000000
    }
  ],
  "faq": [
    {
      "q": "How many megahertz are in one gigahertz?",
      "a": "1 GHz = 1000 MHz. 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 gigahertz to megahertz?",
      "a": "Multiply the value in gigahertz by 1000: megahertz = gigahertz × 1000. For example, 5 GHz = 5000 MHz."
    },
    {
      "q": "How do I convert megahertz back to gigahertz?",
      "a": "Multiply by the inverse factor 0.001 (gigahertz = megahertz × 0.001), or use the megahertz-to-gigahertz 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=5&from_unit=GHz&to_unit=MHz",
    "calculator": "https://tttkmbb.com/api/v1/calculate/frequency?value=5&from_unit=GHz&to_unit=MHz",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "GHz",
      "to_unit": "MHz"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/ghz-to-mhz",
    "markdown": "https://tttkmbb.com/conversion/ghz-to-mhz.md",
    "json": "https://tttkmbb.com/conversion/ghz-to-mhz.json",
    "reverse": "https://tttkmbb.com/conversion/mhz-to-ghz",
    "quantity_converter": "https://tttkmbb.com/conversion/frequency",
    "units": "https://tttkmbb.com/api/v1/units?quantity=frequency"
  },
  "timestamp": "2026-09-24"
}