# US gallons to US quarts (gal (US) to qt)

> 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.

- Page id: `gallons-to-quarts` · Quantity: Volume (`volume`, base unit L) · Tool: `convert_units`
- Canonical page: https://tttkmbb.com/conversion/gallons-to-quarts · This document: https://tttkmbb.com/conversion/gallons-to-quarts.md · JSON: https://tttkmbb.com/conversion/gallons-to-quarts.json (add `?value=` for a result)

## Formula

- `1 gal (US) = 4 qt`
- `US quarts = US gallons × 4`
- Reverse: `US gallons = US quarts × 0.25`

The factor follows from the SI definitions of both units (NIST SP 811); values below are rounded to 6 significant figures, the API returns up to 12.

## Worked examples

- 5 gal (US) = 20 qt
- 12.5 gal (US) = 50 qt
- 100 gal (US) = 400 qt

## Conversion table

| US gallons (gal (US)) | US quarts (qt) |
| --- | --- |
| 1 | 4 |
| 2 | 8 |
| 3 | 12 |
| 4 | 16 |
| 5 | 20 |
| 6 | 24 |
| 7 | 28 |
| 8 | 32 |
| 9 | 36 |
| 10 | 40 |
| 15 | 60 |
| 20 | 80 |
| 25 | 100 |
| 30 | 120 |
| 40 | 160 |
| 50 | 200 |
| 75 | 300 |
| 100 | 400 |
| 200 | 800 |
| 250 | 1000 |
| 500 | 2000 |
| 1000 | 4000 |

## API

- `GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=gal_us&to_unit=quart_us` → unified JSON envelope with `result.values.result`, `formula`, `factor`, `sources`, `freshness`
- MCP: server `https://tttkmbb.com/mcp`, tool `convert_units` with `{"value":5,"from_unit":"gal_us","to_unit":"quart_us"}`
- All volume units: https://tttkmbb.com/api/v1/units?quantity=volume · full converter: [Volume Converter](https://tttkmbb.com/conversion/volume.md)
- Authentication: none. Freshness: `static` (fixed conversion factors).

## FAQ

**How many US quarts are in one gallon?**

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.

**What is the formula to convert US gallons to US quarts?**

Multiply the value in US gallons by 4: US quarts = US gallons × 4. For example, 5 gal (US) = 20 qt.

**How do I convert US quarts back to US gallons?**

Multiply by the inverse factor 0.25 (US gallons = US quarts × 0.25), or use the US quarts-to-US gallons page.

## Related conversions

- [US quarts to US gallons](https://tttkmbb.com/conversion/quarts-to-gallons.md) (reverse)
- [Liters to US gallons](https://tttkmbb.com/conversion/liters-to-gallons.md)
- [US gallons to Liters](https://tttkmbb.com/conversion/gallons-to-liters.md)
- [Milliliters to US fluid ounces](https://tttkmbb.com/conversion/ml-to-fl-oz.md)
- [US fluid ounces to Milliliters](https://tttkmbb.com/conversion/fl-oz-to-ml.md)
- [Liters to Milliliters](https://tttkmbb.com/conversion/liters-to-ml.md)
- [Milliliters to Liters](https://tttkmbb.com/conversion/ml-to-liters.md)
- [US cups to Milliliters](https://tttkmbb.com/conversion/cups-to-ml.md)
- [Milliliters to US cups](https://tttkmbb.com/conversion/ml-to-cups.md)

## Data Sources

- NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors — https://www.nist.gov/pml/special-publication-811 (standard, retrieved 2026-09-24)
- BIPM – The International System of Units (SI Brochure, 9th edition) — https://www.bipm.org/en/publications/si-brochure (standard, retrieved 2026-09-24)
- Wikipedia – Conversion of units — https://en.wikipedia.org/wiki/Conversion_of_units (reference, retrieved 2026-09-24)
