# US cups to Liters (cup to L)

> Convert US cups to liters: 1 cup = 0.236588 L. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.

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

## Formula

- `1 cup = 0.236588 L`
- `liters = US cups × 0.2365882365`
- Reverse: `US cups = liters × 4.226752838`

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 cup = 1.18294 L
- 12.5 cup = 2.95735 L
- 100 cup = 23.6588 L

## Conversion table

| US cups (cup) | Liters (L) |
| --- | --- |
| 1 | 0.236588 |
| 2 | 0.473176 |
| 3 | 0.709765 |
| 4 | 0.946353 |
| 5 | 1.18294 |
| 6 | 1.41953 |
| 7 | 1.65612 |
| 8 | 1.89271 |
| 9 | 2.12929 |
| 10 | 2.36588 |
| 15 | 3.54882 |
| 20 | 4.73176 |
| 25 | 5.91471 |
| 30 | 7.09765 |
| 40 | 9.46353 |
| 50 | 11.8294 |
| 75 | 17.7441 |
| 100 | 23.6588 |
| 200 | 47.3176 |
| 250 | 59.1471 |
| 500 | 118.294 |
| 1000 | 236.588 |

## API

- `GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=cup_us&to_unit=L` → 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":"cup_us","to_unit":"L"}`
- 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 liters are in one cup?**

1 cup = 0.236588 L. 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 cups to liters?**

Multiply the value in US cups by 0.2365882365: liters = US cups × 0.2365882365. For example, 5 cup = 1.18294 L.

**How do I convert liters back to US cups?**

Multiply by the inverse factor 4.226752838 (US cups = liters × 4.226752838), or use the liters-to-US cups page.

## Related conversions

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