{
  "entity_type": "unit_conversion_page",
  "id": "mpg-uk-to-mpg",
  "name": "Miles per imperial gallon (UK mpg) to Miles per US gallon (mpg)",
  "title": "Miles per imperial gallon (UK mpg) to Miles per US gallon (mpg) Converter (mpg (UK) to mpg (US))",
  "description": "Convert miles per imperial gallon (UK mpg) to miles per US gallon (mpg) with the formula mpg (US) = mpg (UK) × 0.832674. Conversion table and worked examples, with JSON API and MCP access.",
  "quantity": "fuel-economy",
  "quantity_name": "Fuel economy",
  "base_unit": "L/100km",
  "from_unit": {
    "symbol": "mpg_uk",
    "display": "mpg (UK)",
    "name": "miles per imperial gallon (UK mpg)",
    "singular": "mpg (UK)"
  },
  "to_unit": {
    "symbol": "mpg_us",
    "display": "mpg (US)",
    "name": "miles per US gallon (mpg)",
    "singular": "mpg (US)"
  },
  "linear": false,
  "factor": null,
  "inverse_factor": null,
  "formula": "mpg (US) = mpg (UK) × 0.832674",
  "reverse_formula": "mpg (UK) = mpg (US) × 1.200950",
  "unit_relation": "mpg (US) = mpg (UK) × 0.832674",
  "examples": [
    {
      "value": 7.5,
      "result": 6.24506,
      "text": "7.5 mpg (UK) = 6.24506 mpg (US)"
    },
    {
      "value": 30,
      "result": 24.9802,
      "text": "30 mpg (UK) = 24.9802 mpg (US)"
    },
    {
      "value": 45,
      "result": 37.4703,
      "text": "45 mpg (UK) = 37.4703 mpg (US)"
    }
  ],
  "table": [
    {
      "mpg_uk": 3,
      "mpg_us": 2.49802
    },
    {
      "mpg_uk": 4,
      "mpg_us": 3.3307
    },
    {
      "mpg_uk": 5,
      "mpg_us": 4.16337
    },
    {
      "mpg_uk": 6,
      "mpg_us": 4.99605
    },
    {
      "mpg_uk": 7,
      "mpg_us": 5.82872
    },
    {
      "mpg_uk": 8,
      "mpg_us": 6.66139
    },
    {
      "mpg_uk": 9,
      "mpg_us": 7.49407
    },
    {
      "mpg_uk": 10,
      "mpg_us": 8.32674
    },
    {
      "mpg_uk": 12,
      "mpg_us": 9.99209
    },
    {
      "mpg_uk": 15,
      "mpg_us": 12.4901
    },
    {
      "mpg_uk": 20,
      "mpg_us": 16.6535
    },
    {
      "mpg_uk": 25,
      "mpg_us": 20.8169
    },
    {
      "mpg_uk": 30,
      "mpg_us": 24.9802
    },
    {
      "mpg_uk": 35,
      "mpg_us": 29.1436
    },
    {
      "mpg_uk": 40,
      "mpg_us": 33.307
    },
    {
      "mpg_uk": 45,
      "mpg_us": 37.4703
    },
    {
      "mpg_uk": 50,
      "mpg_us": 41.6337
    },
    {
      "mpg_uk": 60,
      "mpg_us": 49.9605
    },
    {
      "mpg_uk": 70,
      "mpg_us": 58.2872
    },
    {
      "mpg_uk": 80,
      "mpg_us": 66.6139
    },
    {
      "mpg_uk": 100,
      "mpg_us": 83.2674
    }
  ],
  "faq": [
    {
      "q": "What is the formula to convert miles per imperial gallon (UK mpg) to miles per US gallon (mpg)?",
      "a": "mpg (US) = mpg (UK) × 0.832674. For example, 7.5 mpg (UK) = 6.24506 mpg (US)."
    },
    {
      "q": "How do I convert miles per US gallon (mpg) back to miles per imperial gallon (UK mpg)?",
      "a": "mpg (UK) = mpg (US) × 1.200950; the miles per US gallon (mpg)-to-miles per imperial gallon (UK mpg) page applies it directly."
    },
    {
      "q": "Why is there no single multiplication factor?",
      "a": "Fuel-economy units are reciprocal (distance per volume versus volume per distance), so the conversion divides a constant by the value instead of multiplying."
    }
  ],
  "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=7.5&from_unit=mpg_uk&to_unit=mpg_us",
    "calculator": "https://tttkmbb.com/api/v1/calculate/fuel-economy?value=7.5&from_unit=mpg_uk&to_unit=mpg_us",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 7.5,
      "from_unit": "mpg_uk",
      "to_unit": "mpg_us"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/mpg-uk-to-mpg",
    "markdown": "https://tttkmbb.com/conversion/mpg-uk-to-mpg.md",
    "json": "https://tttkmbb.com/conversion/mpg-uk-to-mpg.json",
    "reverse": "https://tttkmbb.com/conversion/mpg-to-mpg-uk",
    "quantity_converter": "https://tttkmbb.com/conversion/fuel-economy",
    "units": "https://tttkmbb.com/api/v1/units?quantity=fuel-economy"
  },
  "timestamp": "2026-09-24"
}