# US pints to Milliliters (pt to mL)

> Convert US pints to milliliters: 1 pt = 473.176 mL. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.

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

## Formula

- `1 pt = 473.176 mL`
- `milliliters = US pints × 473.176473`
- Reverse: `US pints = milliliters × 0.002113376419`

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 pt = 2365.88 mL
- 12.5 pt = 5914.71 mL
- 100 pt = 47317.6 mL

## Conversion table

| US pints (pt) | Milliliters (mL) |
| --- | --- |
| 1 | 473.176 |
| 2 | 946.353 |
| 3 | 1419.53 |
| 4 | 1892.71 |
| 5 | 2365.88 |
| 6 | 2839.06 |
| 7 | 3312.24 |
| 8 | 3785.41 |
| 9 | 4258.59 |
| 10 | 4731.76 |
| 15 | 7097.65 |
| 20 | 9463.53 |
| 25 | 11829.4 |
| 30 | 14195.3 |
| 40 | 18927.1 |
| 50 | 23658.8 |
| 75 | 35488.2 |
| 100 | 47317.6 |
| 200 | 94635.3 |
| 250 | 118294 |
| 500 | 236588 |
| 1000 | 473176 |

## API

- `GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=pint_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":"pint_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 pint?**

1 pt = 473.176 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 pints to milliliters?**

Multiply the value in US pints by 473.176473: milliliters = US pints × 473.176473. For example, 5 pt = 2365.88 mL.

**How do I convert milliliters back to US pints?**

Multiply by the inverse factor 0.002113376419 (US pints = milliliters × 0.002113376419), or use the milliliters-to-US pints page.

## Related conversions

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