{
  "entity_type": "unit_conversion_page",
  "id": "gallons-to-quarts",
  "name": "US gallons to US quarts",
  "title": "US gallons to US quarts Converter (gal (US) to qt)",
  "description": "Convert US gallons to US quarts: 1 gal (US) = 4 qt. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "volume",
  "quantity_name": "Volume",
  "base_unit": "L",
  "from_unit": {
    "symbol": "gal_us",
    "display": "gal (US)",
    "name": "US gallons",
    "singular": "gallon"
  },
  "to_unit": {
    "symbol": "quart_us",
    "display": "qt",
    "name": "US quarts",
    "singular": "quart"
  },
  "linear": true,
  "factor": 4,
  "inverse_factor": 0.25,
  "formula": "US quarts = US gallons × 4",
  "reverse_formula": "US gallons = US quarts × 0.25",
  "unit_relation": "1 gal (US) = 4 qt",
  "examples": [
    {
      "value": 5,
      "result": 20,
      "text": "5 gal (US) = 20 qt"
    },
    {
      "value": 12.5,
      "result": 50,
      "text": "12.5 gal (US) = 50 qt"
    },
    {
      "value": 100,
      "result": 400,
      "text": "100 gal (US) = 400 qt"
    }
  ],
  "table": [
    {
      "gal_us": 1,
      "quart_us": 4
    },
    {
      "gal_us": 2,
      "quart_us": 8
    },
    {
      "gal_us": 3,
      "quart_us": 12
    },
    {
      "gal_us": 4,
      "quart_us": 16
    },
    {
      "gal_us": 5,
      "quart_us": 20
    },
    {
      "gal_us": 6,
      "quart_us": 24
    },
    {
      "gal_us": 7,
      "quart_us": 28
    },
    {
      "gal_us": 8,
      "quart_us": 32
    },
    {
      "gal_us": 9,
      "quart_us": 36
    },
    {
      "gal_us": 10,
      "quart_us": 40
    },
    {
      "gal_us": 15,
      "quart_us": 60
    },
    {
      "gal_us": 20,
      "quart_us": 80
    },
    {
      "gal_us": 25,
      "quart_us": 100
    },
    {
      "gal_us": 30,
      "quart_us": 120
    },
    {
      "gal_us": 40,
      "quart_us": 160
    },
    {
      "gal_us": 50,
      "quart_us": 200
    },
    {
      "gal_us": 75,
      "quart_us": 300
    },
    {
      "gal_us": 100,
      "quart_us": 400
    },
    {
      "gal_us": 200,
      "quart_us": 800
    },
    {
      "gal_us": 250,
      "quart_us": 1000
    },
    {
      "gal_us": 500,
      "quart_us": 2000
    },
    {
      "gal_us": 1000,
      "quart_us": 4000
    }
  ],
  "faq": [
    {
      "q": "How many US quarts are in one gallon?",
      "a": "1 gal (US) = 4 qt. 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 US gallons to US quarts?",
      "a": "Multiply the value in US gallons by 4: US quarts = US gallons × 4. For example, 5 gal (US) = 20 qt."
    },
    {
      "q": "How do I convert US quarts back to US gallons?",
      "a": "Multiply by the inverse factor 0.25 (US gallons = US quarts × 0.25), or use the US quarts-to-US gallons 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=gal_us&to_unit=quart_us",
    "calculator": "https://tttkmbb.com/api/v1/calculate/volume?value=5&from_unit=gal_us&to_unit=quart_us",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "gal_us",
      "to_unit": "quart_us"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/gallons-to-quarts",
    "markdown": "https://tttkmbb.com/conversion/gallons-to-quarts.md",
    "json": "https://tttkmbb.com/conversion/gallons-to-quarts.json",
    "reverse": "https://tttkmbb.com/conversion/quarts-to-gallons",
    "quantity_converter": "https://tttkmbb.com/conversion/volume",
    "units": "https://tttkmbb.com/api/v1/units?quantity=volume"
  },
  "timestamp": "2026-09-24"
}