# Atmospheres to Psi (atm to psi)

> Convert atmospheres to psi: 1 atm = 14.6959 psi. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.

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

## Formula

- `1 atm = 14.6959 psi`
- `psi = atmospheres × 14.69594878`
- Reverse: `atmospheres = psi × 0.06804596391`

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 = 73.4797 psi
- 12.5 atm = 183.699 psi
- 100 atm = 1469.59 psi

## Conversion table

| Atmospheres (atm) | Psi (psi) |
| --- | --- |
| 1 | 14.6959 |
| 2 | 29.3919 |
| 3 | 44.0878 |
| 4 | 58.7838 |
| 5 | 73.4797 |
| 6 | 88.1757 |
| 7 | 102.872 |
| 8 | 117.568 |
| 9 | 132.264 |
| 10 | 146.959 |
| 15 | 220.439 |
| 20 | 293.919 |
| 25 | 367.399 |
| 30 | 440.878 |
| 40 | 587.838 |
| 50 | 734.797 |
| 75 | 1102.2 |
| 100 | 1469.59 |
| 200 | 2939.19 |
| 250 | 3673.99 |
| 500 | 7347.97 |
| 1000 | 14695.9 |

## API

- `GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=atm&to_unit=psi` → 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":"psi"}`
- 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 psi are in one atmosphere?**

1 atm = 14.6959 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 atmospheres to psi?**

Multiply the value in atmospheres by 14.69594878: psi = atmospheres × 14.69594878. For example, 5 atm = 73.4797 psi.

**How do I convert psi back to atmospheres?**

Multiply by the inverse factor 0.06804596391 (atmospheres = psi × 0.06804596391), or use the psi-to-atmospheres page.

## Related conversions

- [Psi to atmospheres](https://tttkmbb.com/conversion/psi-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 Pascals](https://tttkmbb.com/conversion/atm-to-pa.md)
- [Pascals to Atmospheres](https://tttkmbb.com/conversion/pa-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)
