Convert liters into full gallons, leftover quarts, decimal gallons, and decimal quarts using US liquid or Imperial units.
Table of contents
How to use our Liters to Gallons and Quarts Converter
- Enter the liquid volume in Amount in liters (L); commas are okay for large numbers.
- Open Advanced options only if you need to change Gallon and quart type or Decimal places to show.
- Choose US liquid for most US recipes, fuel, and containers, or Imperial for UK-style gallons and quarts.
- Select Calculate, then read Full gallons with Quarts left after full gallons as the practical mixed answer.
- Sanity-check the result by comparing Total as decimal gallons and Total as decimal quarts; the quart number should be 4 times the gallon number in the same standard.

Definitions
Amount in liters (L): The liquid volume you want to convert. A liter is a metric volume unit often used on bottle labels.
Gallon and quart type: The measurement system used for the answer. US liquid and Imperial gallons are different sizes, so the same liter amount gives different gallon and quart numbers.
US liquid: The gallon and quart system commonly used for liquid containers in the United States.
Imperial: The UK-style gallon and quart system. An Imperial gallon is larger than a US liquid gallon.
Full gallons: The whole number of gallons that fit in the entered liter amount before counting the leftover part.
Quarts left after full gallons: The remaining volume after full gallons are removed, shown in quarts from the same selected system.
Total as decimal gallons: The whole liter amount converted directly into gallons, including the fractional part.
Total as decimal quarts: The whole liter amount converted directly into quarts.
Decimal places to show: The number of digits shown after the decimal point. It controls display rounding, not the stored conversion math.
Common mistakes and quick fixes
Mistake: Typing a negative value in Amount in liters (L) .
Fix: Enter zero or a positive liquid volume, because this converter does not treat liquid volume as negative.
Mistake: Leaving Amount in liters (L) blank or adding words like "liters" in the box.
Fix: Type only the number, such as 10 or 1,500.
Mistake: Using Gallon and quart type set to Imperial when you need a common US container answer.
Fix: Choose US liquid unless the problem or label says Imperial, UK, or British gallons.
Mistake: Treating Full gallons by itself as the total answer.
Fix: Add Quarts left after full gallons to get the mixed gallons-plus-quarts answer.
Mistake: Comparing Total as decimal gallons from one site with Total as decimal quarts from another site.
Fix: Compare the same output label, and check Measurement standard used before deciding which answer matches.
Mistake: Setting Decimal places to show too low and thinking the conversion changed.
Fix: Increase Decimal places to show when you need a closer decimal; rounding only changes the displayed digits.
Limitations & Key Assumptions / Boundary Conditions
- The converter is for liquid volume only. It does not convert weight, mass, or dry measures.
- Results depend on Gallon and quart type. Do not mix US liquid gallons with Imperial quarts.
- The mixed answer uses whole gallons first, then leftover quarts from the same selected system.
- Display rounding can make a value look slightly different from another converter that shows more or fewer digits.
- If the rounded leftover would display as 4 quarts, the calculator carries it into the next full gallon so the mixed answer stays clean.
- Very tiny or very large values may be limited by normal browser number precision, although displayed results avoid scientific notation when possible.
Methodology
Conversion constants
The calculator uses 3.785411784 liters per US liquid gallon and 4.54609 liters per Imperial gallon. In each selected system, 1 gallon equals 4 quarts, so the liters per quart is the selected liters per gallon divided by 4.
Formulas
liters_per_gallon = 3.785411784 for US liquid; 4.54609 for Imperial
liters_per_quart = liters_per_gallon / 4
Total as decimal gallons = Amount in liters (L) / liters_per_gallon
Total as decimal quarts = Amount in liters (L) / liters_per_quart
Full gallons = floor(Total as decimal gallons)
Quarts left after full gallons = (Amount in liters (L) - Full gallons * liters_per_gallon) / liters_per_quart
Worked example
For 10 liters using US liquid units, the decimal gallons are 10 / 3.785411784 = 2.642 gallons. The full gallons value is 2. The leftover is (10 - 2 * 3.785411784) / 0.946352946 = 2.567 quarts, rounded to 3 decimal places. So the practical mixed answer is 2 full gallons plus 2.567 quarts left over.
Rounding and validation
The calculator strips commas and spaces before reading Amount in liters (L). Blank, negative, and non-numeric liter values are blocked with an error. The math keeps the full stored constants until the final display step. If rounding would show exactly 4 leftover quarts, the calculator adds 1 to Full gallons and shows 0 leftover quarts at the chosen display precision.