# Pounds to Ounces (lb to oz)

> Convert pounds to ounces: 1 lb = 16 oz. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.

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

## Formula

- `1 lb = 16 oz`
- `ounces = pounds × 16`
- Reverse: `pounds = ounces × 0.0625`

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 lb = 80 oz
- 12.5 lb = 200 oz
- 100 lb = 1600 oz

## Conversion table

| Pounds (lb) | Ounces (oz) |
| --- | --- |
| 1 | 16 |
| 2 | 32 |
| 3 | 48 |
| 4 | 64 |
| 5 | 80 |
| 6 | 96 |
| 7 | 112 |
| 8 | 128 |
| 9 | 144 |
| 10 | 160 |
| 15 | 240 |
| 20 | 320 |
| 25 | 400 |
| 30 | 480 |
| 40 | 640 |
| 50 | 800 |
| 75 | 1200 |
| 100 | 1600 |
| 200 | 3200 |
| 250 | 4000 |
| 500 | 8000 |
| 1000 | 16000 |

## API

- `GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=lb&to_unit=oz` → 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":"lb","to_unit":"oz"}`
- All mass units: https://tttkmbb.com/api/v1/units?quantity=mass · full converter: [Mass / Weight Converter](https://tttkmbb.com/conversion/mass.md)
- Authentication: none. Freshness: `static` (fixed conversion factors).

## FAQ

**How many ounces are in one pound?**

1 lb = 16 oz. 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 pounds to ounces?**

Multiply the value in pounds by 16: ounces = pounds × 16. For example, 5 lb = 80 oz.

**How do I convert ounces back to pounds?**

Multiply by the inverse factor 0.0625 (pounds = ounces × 0.0625), or use the ounces-to-pounds page.

## Related conversions

- [Ounces to pounds](https://tttkmbb.com/conversion/oz-to-lbs.md) (reverse)
- [Kilograms to Pounds](https://tttkmbb.com/conversion/kg-to-lbs.md)
- [Pounds to Kilograms](https://tttkmbb.com/conversion/lbs-to-kg.md)
- [Grams to Ounces](https://tttkmbb.com/conversion/grams-to-oz.md)
- [Ounces to Grams](https://tttkmbb.com/conversion/oz-to-grams.md)
- [Kilograms to Stone](https://tttkmbb.com/conversion/kg-to-stone.md)
- [Stone to Kilograms](https://tttkmbb.com/conversion/stone-to-kg.md)
- [Kilograms to Grams](https://tttkmbb.com/conversion/kg-to-grams.md)
- [Grams to Kilograms](https://tttkmbb.com/conversion/grams-to-kg.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)
