{
  "entity_type": "unit_conversion_page",
  "id": "liters-to-quarts",
  "name": "Liters to US quarts",
  "title": "Liters to US quarts Converter (L to qt)",
  "description": "Convert liters to US quarts: 1 L = 1.05669 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": "L",
    "display": "L",
    "name": "liters",
    "singular": "liter"
  },
  "to_unit": {
    "symbol": "quart_us",
    "display": "qt",
    "name": "US quarts",
    "singular": "quart"
  },
  "linear": true,
  "factor": 1.056688209,
  "inverse_factor": 0.946352946,
  "formula": "US quarts = liters × 1.056688209",
  "reverse_formula": "liters = US quarts × 0.946352946",
  "unit_relation": "1 L = 1.05669 qt",
  "examples": [
    {
      "value": 5,
      "result": 5.28344,
      "text": "5 L = 5.28344 qt"
    },
    {
      "value": 12.5,
      "result": 13.2086,
      "text": "12.5 L = 13.2086 qt"
    },
    {
      "value": 100,
      "result": 105.669,
      "text": "100 L = 105.669 qt"
    }
  ],
  "table": [
    {
      "L": 1,
      "quart_us": 1.05669
    },
    {
      "L": 2,
      "quart_us": 2.11338
    },
    {
      "L": 3,
      "quart_us": 3.17006
    },
    {
      "L": 4,
      "quart_us": 4.22675
    },
    {
      "L": 5,
      "quart_us": 5.28344
    },
    {
      "L": 6,
      "quart_us": 6.34013
    },
    {
      "L": 7,
      "quart_us": 7.39682
    },
    {
      "L": 8,
      "quart_us": 8.45351
    },
    {
      "L": 9,
      "quart_us": 9.51019
    },
    {
      "L": 10,
      "quart_us": 10.5669
    },
    {
      "L": 15,
      "quart_us": 15.8503
    },
    {
      "L": 20,
      "quart_us": 21.1338
    },
    {
      "L": 25,
      "quart_us": 26.4172
    },
    {
      "L": 30,
      "quart_us": 31.7006
    },
    {
      "L": 40,
      "quart_us": 42.2675
    },
    {
      "L": 50,
      "quart_us": 52.8344
    },
    {
      "L": 75,
      "quart_us": 79.2516
    },
    {
      "L": 100,
      "quart_us": 105.669
    },
    {
      "L": 200,
      "quart_us": 211.338
    },
    {
      "L": 250,
      "quart_us": 264.172
    },
    {
      "L": 500,
      "quart_us": 528.344
    },
    {
      "L": 1000,
      "quart_us": 1056.69
    }
  ],
  "faq": [
    {
      "q": "How many US quarts are in one liter?",
      "a": "1 L = 1.05669 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 liters to US quarts?",
      "a": "Multiply the value in liters by 1.056688209: US quarts = liters × 1.056688209. For example, 5 L = 5.28344 qt."
    },
    {
      "q": "How do I convert US quarts back to liters?",
      "a": "Multiply by the inverse factor 0.946352946 (liters = US quarts × 0.946352946), or use the US quarts-to-liters 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=L&to_unit=quart_us",
    "calculator": "https://tttkmbb.com/api/v1/calculate/volume?value=5&from_unit=L&to_unit=quart_us",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "L",
      "to_unit": "quart_us"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/liters-to-quarts",
    "markdown": "https://tttkmbb.com/conversion/liters-to-quarts.md",
    "json": "https://tttkmbb.com/conversion/liters-to-quarts.json",
    "reverse": "https://tttkmbb.com/conversion/quarts-to-liters",
    "quantity_converter": "https://tttkmbb.com/conversion/volume",
    "units": "https://tttkmbb.com/api/v1/units?quantity=volume"
  },
  "timestamp": "2026-09-24"
}