Home › Unit Conversion › Psi to Bar
Psi to Bar (psi to bar)
Convert psi to bar: 1 psi = 0.0689476 bar. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 psi = 0.0689476 bar
bar = psi × 0.06894757293 — reverse: psi = bar × 14.50377377
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.344738 bar
- 12.5 psi = 0.861845 bar
- 100 psi = 6.89476 bar
Psi to bar conversion table
| Psi (psi) | Bar (bar) |
|---|---|
| 1 | 0.0689476 |
| 2 | 0.137895 |
| 3 | 0.206843 |
| 4 | 0.27579 |
| 5 | 0.344738 |
| 6 | 0.413685 |
| 7 | 0.482633 |
| 8 | 0.551581 |
| 9 | 0.620528 |
| 10 | 0.689476 |
| 15 | 1.03421 |
| 20 | 1.37895 |
| 25 | 1.72369 |
| 30 | 2.06843 |
| 40 | 2.7579 |
| 50 | 3.44738 |
| 75 | 5.17107 |
| 100 | 6.89476 |
| 200 | 13.7895 |
| 250 | 17.2369 |
| 500 | 34.4738 |
| 1000 | 68.9476 |
FAQ
How many bar are in one psi?
1 psi = 0.0689476 bar. 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 bar?
Multiply the value in psi by 0.06894757293: bar = psi × 0.06894757293. For example, 5 psi = 0.344738 bar.
How do I convert bar back to psi?
Multiply by the inverse factor 14.50377377 (psi = bar × 14.50377377), or use the bar-to-psi page.
Related conversions
- Bar to psi (reverse)
- Pressure Converter — all pressure units in one tool
- Psi to Kilopascals
- Kilopascals to Psi
- Bar to Kilopascals
- Kilopascals to Bar
- Atmospheres to Pascals
- Pascals to Atmospheres
- Atmospheres to Psi
- Psi to Atmospheres
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=psi&to_unit=bar - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"psi","to_unit":"bar"} - Markdown: https://tttkmbb.com/conversion/psi-to-bar.md · JSON: https://tttkmbb.com/conversion/psi-to-bar.json (add
?value=for a result) · Units: /api/v1/units?quantity=pressure - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.