# Ounces to Grams (oz to g)

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

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

## Formula

- `1 oz = 28.3495 g`
- `grams = ounces × 28.34952313`
- Reverse: `ounces = grams × 0.03527396195`

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 oz = 141.748 g
- 12.5 oz = 354.369 g
- 100 oz = 2834.95 g

## Conversion table

| Ounces (oz) | Grams (g) |
| --- | --- |
| 1 | 28.3495 |
| 2 | 56.699 |
| 3 | 85.0486 |
| 4 | 113.398 |
| 5 | 141.748 |
| 6 | 170.097 |
| 7 | 198.447 |
| 8 | 226.796 |
| 9 | 255.146 |
| 10 | 283.495 |
| 15 | 425.243 |
| 20 | 566.99 |
| 25 | 708.738 |
| 30 | 850.486 |
| 40 | 1133.98 |
| 50 | 1417.48 |
| 75 | 2126.21 |
| 100 | 2834.95 |
| 200 | 5669.9 |
| 250 | 7087.38 |
| 500 | 14174.8 |
| 1000 | 28349.5 |

## API

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

1 oz = 28.3495 g. 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 ounces to grams?**

Multiply the value in ounces by 28.34952313: grams = ounces × 28.34952313. For example, 5 oz = 141.748 g.

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

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

## Related conversions

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