Home › Unit Conversion › Kilopascals to Psi
Kilopascals to Psi (kPa to psi)
Convert kilopascals to psi: 1 kPa = 0.145038 psi. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 kPa = 0.145038 psi
psi = kilopascals × 0.1450377377 — reverse: kilopascals = psi × 6.894757293
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 kPa = 0.725189 psi
- 12.5 kPa = 1.81297 psi
- 100 kPa = 14.5038 psi
Kilopascals to psi conversion table
| Kilopascals (kPa) | Psi (psi) |
|---|---|
| 1 | 0.145038 |
| 2 | 0.290075 |
| 3 | 0.435113 |
| 4 | 0.580151 |
| 5 | 0.725189 |
| 6 | 0.870226 |
| 7 | 1.01526 |
| 8 | 1.1603 |
| 9 | 1.30534 |
| 10 | 1.45038 |
| 15 | 2.17557 |
| 20 | 2.90075 |
| 25 | 3.62594 |
| 30 | 4.35113 |
| 40 | 5.80151 |
| 50 | 7.25189 |
| 75 | 10.8778 |
| 100 | 14.5038 |
| 200 | 29.0075 |
| 250 | 36.2594 |
| 500 | 72.5189 |
| 1000 | 145.038 |
FAQ
How many psi are in one kilopascal?
1 kPa = 0.145038 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 kilopascals to psi?
Multiply the value in kilopascals by 0.1450377377: psi = kilopascals × 0.1450377377. For example, 5 kPa = 0.725189 psi.
How do I convert psi back to kilopascals?
Multiply by the inverse factor 6.894757293 (kilopascals = psi × 6.894757293), or use the psi-to-kilopascals page.
Related conversions
- Psi to kilopascals (reverse)
- Pressure Converter — all pressure units in one tool
- Psi to Bar
- Bar 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=kPa&to_unit=psi - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"kPa","to_unit":"psi"} - Markdown: https://tttkmbb.com/conversion/kpa-to-psi.md · JSON: https://tttkmbb.com/conversion/kpa-to-psi.json (add
?value=for a result) · Units: /api/v1/units?quantity=pressure - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.