# 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.

- Page id: `atm-to-pa` · Quantity: Pressure (`pressure`, base unit Pa) · Tool: `convert_units`
- Canonical page: https://tttkmbb.com/conversion/atm-to-pa · This document: https://tttkmbb.com/conversion/atm-to-pa.md · JSON: https://tttkmbb.com/conversion/atm-to-pa.json (add `?value=` for a result)

## Formula

- `1 atm = 101325 Pa`
- `pascals = atmospheres × 101325`
- Reverse: `atmospheres = pascals × 0.000009869232667`

The factor follows from the SI definitions of both units (NIST SP 811); values below are rounded 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

## 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 |

## API

- `GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=atm&to_unit=Pa` → unified JSON envelope with `result.values.result`, `formula`, `factor`, `sources`, `freshness`
- MCP: server `https://tttkmbb.com/mcp`, tool `convert_units` with `{"value":5,"from_unit":"atm","to_unit":"Pa"}`
- All pressure units: https://tttkmbb.com/api/v1/units?quantity=pressure · full converter: [Pressure Converter](https://tttkmbb.com/conversion/pressure.md)
- Authentication: none. Freshness: `static` (fixed conversion factors).

## 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](https://tttkmbb.com/conversion/pa-to-atm.md) (reverse)
- [Psi to Bar](https://tttkmbb.com/conversion/psi-to-bar.md)
- [Bar to Psi](https://tttkmbb.com/conversion/bar-to-psi.md)
- [Psi to Kilopascals](https://tttkmbb.com/conversion/psi-to-kpa.md)
- [Kilopascals to Psi](https://tttkmbb.com/conversion/kpa-to-psi.md)
- [Bar to Kilopascals](https://tttkmbb.com/conversion/bar-to-kpa.md)
- [Kilopascals to Bar](https://tttkmbb.com/conversion/kpa-to-bar.md)
- [Atmospheres to Psi](https://tttkmbb.com/conversion/atm-to-psi.md)
- [Psi to Atmospheres](https://tttkmbb.com/conversion/psi-to-atm.md)

## Data Sources

- NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors — https://www.nist.gov/pml/special-publication-811 (standard, retrieved 2026-09-24)
- BIPM – The International System of Units (SI Brochure, 9th edition) — https://www.bipm.org/en/publications/si-brochure (standard, retrieved 2026-09-24)
- Wikipedia – Conversion of units — https://en.wikipedia.org/wiki/Conversion_of_units (reference, retrieved 2026-09-24)
