Home › Unit Conversion › Bar to Atmospheres
Bar to Atmospheres (bar to atm)
Convert bar to atmospheres: 1 bar = 0.986923 atm. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 bar = 0.986923 atm
atmospheres = bar × 0.9869232667 — reverse: bar = atmospheres × 1.01325
The factor is derived from the SI definitions of both units (base unit: Pa) 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 bar = 4.93462 atm
- 12.5 bar = 12.3365 atm
- 100 bar = 98.6923 atm
Bar to atmospheres conversion table
| Bar (bar) | Atmospheres (atm) |
|---|---|
| 1 | 0.986923 |
| 2 | 1.97385 |
| 3 | 2.96077 |
| 4 | 3.94769 |
| 5 | 4.93462 |
| 6 | 5.92154 |
| 7 | 6.90846 |
| 8 | 7.89539 |
| 9 | 8.88231 |
| 10 | 9.86923 |
| 15 | 14.8038 |
| 20 | 19.7385 |
| 25 | 24.6731 |
| 30 | 29.6077 |
| 40 | 39.4769 |
| 50 | 49.3462 |
| 75 | 74.0192 |
| 100 | 98.6923 |
| 200 | 197.385 |
| 250 | 246.731 |
| 500 | 493.462 |
| 1000 | 986.923 |
FAQ
How many atmospheres are in one bar?
1 bar = 0.986923 atm. 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 bar to atmospheres?
Multiply the value in bar by 0.9869232667: atmospheres = bar × 0.9869232667. For example, 5 bar = 4.93462 atm.
How do I convert atmospheres back to bar?
Multiply by the inverse factor 1.01325 (bar = atmospheres × 1.01325), or use the atmospheres-to-bar page.
Related conversions
- Atmospheres to bar (reverse)
- Pressure Converter — all pressure units in one tool
- Psi to Bar
- Bar to Psi
- Psi to Kilopascals
- Kilopascals to Psi
- Bar to Kilopascals
- Kilopascals to Bar
- Atmospheres to Pascals
- Pascals to Atmospheres
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=bar&to_unit=atm - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"bar","to_unit":"atm"} - Markdown: https://tttkmbb.com/conversion/bar-to-atm.md · JSON: https://tttkmbb.com/conversion/bar-to-atm.json (add
?value=for a result) · Units: /api/v1/units?quantity=pressure - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.