Home › Unit Conversion › Psi to Megapascals
Psi to Megapascals (psi to MPa)
Convert psi to megapascals: 1 psi = 0.00689476 MPa. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 psi = 0.00689476 MPa
megapascals = psi × 0.006894757293 — reverse: psi = megapascals × 145.0377377
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.0344738 MPa
- 12.5 psi = 0.0861845 MPa
- 100 psi = 0.689476 MPa
Psi to megapascals conversion table
| Psi (psi) | Megapascals (MPa) |
|---|---|
| 1 | 0.00689476 |
| 2 | 0.0137895 |
| 3 | 0.0206843 |
| 4 | 0.027579 |
| 5 | 0.0344738 |
| 6 | 0.0413685 |
| 7 | 0.0482633 |
| 8 | 0.0551581 |
| 9 | 0.0620528 |
| 10 | 0.0689476 |
| 15 | 0.103421 |
| 20 | 0.137895 |
| 25 | 0.172369 |
| 30 | 0.206843 |
| 40 | 0.27579 |
| 50 | 0.344738 |
| 75 | 0.517107 |
| 100 | 0.689476 |
| 200 | 1.37895 |
| 250 | 1.72369 |
| 500 | 3.44738 |
| 1000 | 6.89476 |
FAQ
How many megapascals are in one psi?
1 psi = 0.00689476 MPa. 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 megapascals?
Multiply the value in psi by 0.006894757293: megapascals = psi × 0.006894757293. For example, 5 psi = 0.0344738 MPa.
How do I convert megapascals back to psi?
Multiply by the inverse factor 145.0377377 (psi = megapascals × 145.0377377), or use the megapascals-to-psi page.
Related conversions
- Megapascals 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=MPa - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"psi","to_unit":"MPa"} - Markdown: https://tttkmbb.com/conversion/psi-to-mpa.md · JSON: https://tttkmbb.com/conversion/psi-to-mpa.json (add
?value=for a result) · Units: /api/v1/units?quantity=pressure - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.