Home › Unit Conversion › Atmospheres to Pascals
Atmospheres to Pascals (atm to Pa)
Convert atmospheres to pascals: 1 atm = 101325 Pa. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 atm = 101325 Pa
pascals = atmospheres × 101325 — reverse: atmospheres = pascals × 0.000009869232667
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 atm = 506625 Pa
- 12.5 atm = 1266560 Pa
- 100 atm = 10132500 Pa
Atmospheres to pascals conversion table
| Atmospheres (atm) | Pascals (Pa) |
|---|---|
| 1 | 101325 |
| 2 | 202650 |
| 3 | 303975 |
| 4 | 405300 |
| 5 | 506625 |
| 6 | 607950 |
| 7 | 709275 |
| 8 | 810600 |
| 9 | 911925 |
| 10 | 1013250 |
| 15 | 1519880 |
| 20 | 2026500 |
| 25 | 2533130 |
| 30 | 3039750 |
| 40 | 4053000 |
| 50 | 5066250 |
| 75 | 7599380 |
| 100 | 10132500 |
| 200 | 20265000 |
| 250 | 25331300 |
| 500 | 50662500 |
| 1000 | 101325000 |
FAQ
How many pascals are in one atmosphere?
1 atm = 101325 Pa. 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 atmospheres to pascals?
Multiply the value in atmospheres by 101325: pascals = atmospheres × 101325. For example, 5 atm = 506625 Pa.
How do I convert pascals back to atmospheres?
Multiply by the inverse factor 0.000009869232667 (atmospheres = pascals × 0.000009869232667), or use the pascals-to-atmospheres page.
Related conversions
- Pascals to atmospheres (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 Psi
- Psi to Atmospheres
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=atm&to_unit=Pa - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"atm","to_unit":"Pa"} - Markdown: https://tttkmbb.com/conversion/atm-to-pa.md · JSON: https://tttkmbb.com/conversion/atm-to-pa.json (add
?value=for a result) · Units: /api/v1/units?quantity=pressure - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.