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

> Convert US quarts to US gallons: 1 qt = 0.25 gal (US). Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.

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

## Formula

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

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 qt = 1.25 gal (US)
- 12.5 qt = 3.125 gal (US)
- 100 qt = 25 gal (US)

## Conversion table

| US quarts (qt) | US gallons (gal (US)) |
| --- | --- |
| 1 | 0.25 |
| 2 | 0.5 |
| 3 | 0.75 |
| 4 | 1 |
| 5 | 1.25 |
| 6 | 1.5 |
| 7 | 1.75 |
| 8 | 2 |
| 9 | 2.25 |
| 10 | 2.5 |
| 15 | 3.75 |
| 20 | 5 |
| 25 | 6.25 |
| 30 | 7.5 |
| 40 | 10 |
| 50 | 12.5 |
| 75 | 18.75 |
| 100 | 25 |
| 200 | 50 |
| 250 | 62.5 |
| 500 | 125 |
| 1000 | 250 |

## API

- `GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=quart_us&to_unit=gal_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":"quart_us","to_unit":"gal_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 gallons are in one quart?**

1 qt = 0.25 gal (US). 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 quarts to US gallons?**

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

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

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

## Related conversions

- [US gallons to US quarts](https://tttkmbb.com/conversion/gallons-to-quarts.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)
