Home › Unit Conversion › Bar to Psi
Bar to Psi (bar to psi)
Convert bar to psi: 1 bar = 14.5038 psi. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 bar = 14.5038 psi
psi = bar × 14.50377377 — reverse: bar = psi × 0.06894757293
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 = 72.5189 psi
- 12.5 bar = 181.297 psi
- 100 bar = 1450.38 psi
Bar to psi conversion table
| Bar (bar) | Psi (psi) |
|---|---|
| 1 | 14.5038 |
| 2 | 29.0075 |
| 3 | 43.5113 |
| 4 | 58.0151 |
| 5 | 72.5189 |
| 6 | 87.0226 |
| 7 | 101.526 |
| 8 | 116.03 |
| 9 | 130.534 |
| 10 | 145.038 |
| 15 | 217.557 |
| 20 | 290.075 |
| 25 | 362.594 |
| 30 | 435.113 |
| 40 | 580.151 |
| 50 | 725.189 |
| 75 | 1087.78 |
| 100 | 1450.38 |
| 200 | 2900.75 |
| 250 | 3625.94 |
| 500 | 7251.89 |
| 1000 | 14503.8 |
FAQ
How many psi are in one bar?
1 bar = 14.5038 psi. 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 psi?
Multiply the value in bar by 14.50377377: psi = bar × 14.50377377. For example, 5 bar = 72.5189 psi.
How do I convert psi back to bar?
Multiply by the inverse factor 0.06894757293 (bar = psi × 0.06894757293), or use the psi-to-bar page.
Related conversions
- Psi to bar (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=bar&to_unit=psi - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"bar","to_unit":"psi"} - Markdown: https://tttkmbb.com/conversion/bar-to-psi.md · JSON: https://tttkmbb.com/conversion/bar-to-psi.json (add
?value=for a result) · Units: /api/v1/units?quantity=pressure - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.