Home › Unit Conversion › Ounces to Kilograms
Ounces to Kilograms (oz to kg)
Convert ounces to kilograms: 1 oz = 0.0283495 kg. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 oz = 0.0283495 kg
kilograms = ounces × 0.02834952313 — reverse: ounces = kilograms × 35.27396195
The factor is derived from the SI definitions of both units (base unit: kg) as listed in NIST SP 811; results on this page are shown to 6 significant figures, the API returns up to 12.
Worked examples
- 5 oz = 0.141748 kg
- 12.5 oz = 0.354369 kg
- 100 oz = 2.83495 kg
Ounces to kilograms conversion table
| Ounces (oz) | Kilograms (kg) |
|---|---|
| 1 | 0.0283495 |
| 2 | 0.056699 |
| 3 | 0.0850486 |
| 4 | 0.113398 |
| 5 | 0.141748 |
| 6 | 0.170097 |
| 7 | 0.198447 |
| 8 | 0.226796 |
| 9 | 0.255146 |
| 10 | 0.283495 |
| 15 | 0.425243 |
| 20 | 0.56699 |
| 25 | 0.708738 |
| 30 | 0.850486 |
| 40 | 1.13398 |
| 50 | 1.41748 |
| 75 | 2.12621 |
| 100 | 2.83495 |
| 200 | 5.6699 |
| 250 | 7.08738 |
| 500 | 14.1748 |
| 1000 | 28.3495 |
FAQ
How many kilograms are in one ounce?
1 oz = 0.0283495 kg. 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 kilograms?
Multiply the value in ounces by 0.02834952313: kilograms = ounces × 0.02834952313. For example, 5 oz = 0.141748 kg.
How do I convert kilograms back to ounces?
Multiply by the inverse factor 35.27396195 (ounces = kilograms × 35.27396195), or use the kilograms-to-ounces page.
Related conversions
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=oz&to_unit=kg - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"oz","to_unit":"kg"} - Markdown: https://tttkmbb.com/conversion/oz-to-kg.md · JSON: https://tttkmbb.com/conversion/oz-to-kg.json (add
?value=for a result) · Units: /api/v1/units?quantity=mass - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.