Home › Unit Conversion › Psi to Atmospheres
Psi to Atmospheres (psi to atm)
Convert psi to atmospheres: 1 psi = 0.068046 atm. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 psi = 0.068046 atm
atmospheres = psi × 0.06804596391 — reverse: psi = atmospheres × 14.69594878
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 psi = 0.34023 atm
- 12.5 psi = 0.850575 atm
- 100 psi = 6.8046 atm
Psi to atmospheres conversion table
| Psi (psi) | Atmospheres (atm) |
|---|---|
| 1 | 0.068046 |
| 2 | 0.136092 |
| 3 | 0.204138 |
| 4 | 0.272184 |
| 5 | 0.34023 |
| 6 | 0.408276 |
| 7 | 0.476322 |
| 8 | 0.544368 |
| 9 | 0.612414 |
| 10 | 0.68046 |
| 15 | 1.02069 |
| 20 | 1.36092 |
| 25 | 1.70115 |
| 30 | 2.04138 |
| 40 | 2.72184 |
| 50 | 3.4023 |
| 75 | 5.10345 |
| 100 | 6.8046 |
| 200 | 13.6092 |
| 250 | 17.0115 |
| 500 | 34.023 |
| 1000 | 68.046 |
FAQ
How many atmospheres are in one psi?
1 psi = 0.068046 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 psi to atmospheres?
Multiply the value in psi by 0.06804596391: atmospheres = psi × 0.06804596391. For example, 5 psi = 0.34023 atm.
How do I convert atmospheres back to psi?
Multiply by the inverse factor 14.69594878 (psi = atmospheres × 14.69594878), or use the atmospheres-to-psi page.
Related conversions
- Atmospheres to psi (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=psi&to_unit=atm - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"psi","to_unit":"atm"} - Markdown: https://tttkmbb.com/conversion/psi-to-atm.md · JSON: https://tttkmbb.com/conversion/psi-to-atm.json (add
?value=for a result) · Units: /api/v1/units?quantity=pressure - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.