# US fluid ounces to Milliliters (fl oz to mL)

> Convert US fluid ounces to milliliters: 1 fl oz = 29.5735 mL. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.

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

## Formula

- `1 fl oz = 29.5735 mL`
- `milliliters = US fluid ounces × 29.57352956`
- Reverse: `US fluid ounces = milliliters × 0.0338140227`

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 fl oz = 147.868 mL
- 12.5 fl oz = 369.669 mL
- 100 fl oz = 2957.35 mL

## Conversion table

| US fluid ounces (fl oz) | Milliliters (mL) |
| --- | --- |
| 1 | 29.5735 |
| 2 | 59.1471 |
| 3 | 88.7206 |
| 4 | 118.294 |
| 5 | 147.868 |
| 6 | 177.441 |
| 7 | 207.015 |
| 8 | 236.588 |
| 9 | 266.162 |
| 10 | 295.735 |
| 15 | 443.603 |
| 20 | 591.471 |
| 25 | 739.338 |
| 30 | 887.206 |
| 40 | 1182.94 |
| 50 | 1478.68 |
| 75 | 2218.01 |
| 100 | 2957.35 |
| 200 | 5914.71 |
| 250 | 7393.38 |
| 500 | 14786.8 |
| 1000 | 29573.5 |

## API

- `GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=fl_oz_us&to_unit=mL` → 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":"fl_oz_us","to_unit":"mL"}`
- 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 milliliters are in one fluid ounce?**

1 fl oz = 29.5735 mL. 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 fluid ounces to milliliters?**

Multiply the value in US fluid ounces by 29.57352956: milliliters = US fluid ounces × 29.57352956. For example, 5 fl oz = 147.868 mL.

**How do I convert milliliters back to US fluid ounces?**

Multiply by the inverse factor 0.0338140227 (US fluid ounces = milliliters × 0.0338140227), or use the milliliters-to-US fluid ounces page.

## Related conversions

- [Milliliters to US fluid ounces](https://tttkmbb.com/conversion/ml-to-fl-oz.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)
- [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)
- [US tablespoons to Milliliters](https://tttkmbb.com/conversion/tablespoons-to-ml.md)
- [Milliliters to US tablespoons](https://tttkmbb.com/conversion/ml-to-tablespoons.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)
