Home › Unit Conversion › Pascals to Psi
Pascals to Psi (Pa to psi)
Convert pascals to psi: 1 Pa = 0.000145038 psi. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 Pa = 0.000145038 psi
psi = pascals × 0.0001450377377 — reverse: pascals = psi × 6894.757293
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 Pa = 0.000725189 psi
- 12.5 Pa = 0.00181297 psi
- 100 Pa = 0.0145038 psi
Pascals to psi conversion table
| Pascals (Pa) | Psi (psi) |
|---|---|
| 1 | 0.000145038 |
| 2 | 0.000290075 |
| 3 | 0.000435113 |
| 4 | 0.000580151 |
| 5 | 0.000725189 |
| 6 | 0.000870226 |
| 7 | 0.00101526 |
| 8 | 0.0011603 |
| 9 | 0.00130534 |
| 10 | 0.00145038 |
| 15 | 0.00217557 |
| 20 | 0.00290075 |
| 25 | 0.00362594 |
| 30 | 0.00435113 |
| 40 | 0.00580151 |
| 50 | 0.00725189 |
| 75 | 0.0108778 |
| 100 | 0.0145038 |
| 200 | 0.0290075 |
| 250 | 0.0362594 |
| 500 | 0.0725189 |
| 1000 | 0.145038 |
FAQ
How many psi are in one pascal?
1 Pa = 0.000145038 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 pascals to psi?
Multiply the value in pascals by 0.0001450377377: psi = pascals × 0.0001450377377. For example, 5 Pa = 0.000725189 psi.
How do I convert psi back to pascals?
Multiply by the inverse factor 6894.757293 (pascals = psi × 6894.757293), or use the psi-to-pascals page.
Related conversions
- Psi to pascals (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=Pa&to_unit=psi - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"Pa","to_unit":"psi"} - Markdown: https://tttkmbb.com/conversion/pa-to-psi.md · JSON: https://tttkmbb.com/conversion/pa-to-psi.json (add
?value=for a result) · Units: /api/v1/units?quantity=pressure - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.