Home › Unit Conversion › Pascals to Atmospheres
Pascals to Atmospheres (Pa to atm)
Convert pascals to atmospheres: 1 Pa = 0.00000986923 atm. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 Pa = 0.00000986923 atm
atmospheres = pascals × 0.000009869232667 — reverse: pascals = atmospheres × 101325
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.0000493462 atm
- 12.5 Pa = 0.000123365 atm
- 100 Pa = 0.000986923 atm
Pascals to atmospheres conversion table
| Pascals (Pa) | Atmospheres (atm) |
|---|---|
| 1 | 0.00000986923 |
| 2 | 0.0000197385 |
| 3 | 0.0000296077 |
| 4 | 0.0000394769 |
| 5 | 0.0000493462 |
| 6 | 0.0000592154 |
| 7 | 0.0000690846 |
| 8 | 0.0000789539 |
| 9 | 0.0000888231 |
| 10 | 0.0000986923 |
| 15 | 0.000148038 |
| 20 | 0.000197385 |
| 25 | 0.000246731 |
| 30 | 0.000296077 |
| 40 | 0.000394769 |
| 50 | 0.000493462 |
| 75 | 0.000740192 |
| 100 | 0.000986923 |
| 200 | 0.00197385 |
| 250 | 0.00246731 |
| 500 | 0.00493462 |
| 1000 | 0.00986923 |
FAQ
How many atmospheres are in one pascal?
1 Pa = 0.00000986923 atm. 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 atmospheres?
Multiply the value in pascals by 0.000009869232667: atmospheres = pascals × 0.000009869232667. For example, 5 Pa = 0.0000493462 atm.
How do I convert atmospheres back to pascals?
Multiply by the inverse factor 101325 (pascals = atmospheres × 101325), or use the atmospheres-to-pascals page.
Related conversions
- Atmospheres 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 Psi
- Psi to Atmospheres
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=Pa&to_unit=atm - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"Pa","to_unit":"atm"} - Markdown: https://tttkmbb.com/conversion/pa-to-atm.md · JSON: https://tttkmbb.com/conversion/pa-to-atm.json (add
?value=for a result) · Units: /api/v1/units?quantity=pressure - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.