ToolActToolAct

Pressure Unit Converter

Online pressure unit converter - convert between Pa, kPa, MPa, bar, atm, psi, mmHg (Torr), inHg, mH₂O, and kgf/cm²

What is Pressure Unit Conversion?

Pressure units are a mess: a tire shop quotes psi, a weather app shows hPa, a hospital monitor uses mmHg, and an industrial drawing labels a pipe in MPa. This converter handles 13 of them - the SI family (pascal Pa, hectopascal hPa, kilopascal kPa, megapascal MPa), engineering and meteorological units (bar, millibar mbar, standard atmosphere atm, technical atmosphere kgf/cm²), medical and vacuum units (Torr, millimetre of mercury mmHg), imperial units (psi, ksi, inHg), and the water column unit (mH₂O). Enter a value, pick the source and target units, and get the cross-unit answer with the conversion factor shown. All calculations run in your browser; nothing is uploaded.

How to Use

How to use

  1. Enter the value you want to convert
  2. Select the source unit (From) and target unit (To)
  3. Click the Convert button to see the result
  4. Check Related Conversions for other unit combinations

Context Matters

  • 1 Torr ≈ 1 mmHg: blood pressure uses mmHg, vacuum work uses Torr - numerically interchangeable but their precise definitions differ.
  • psi is lbf/in², common on North American tires and industrial gauges; bar is close to atm (1 atm ≈ 1.01325 bar) but they are not the same unit.
  • kgf/cm² is the older 'technical atmosphere'; 1 kgf/cm² ≈ 0.98 bar, still seen on legacy pressure gauges.

Use Cases

Match tire-pressure labels in psi, kPa, and barNorth American door placards use psi, while European and Asian car-door stickers show kPa or bar, and gas-station pumps may display yet another unit. Convert the recommended figure to the unit your pump actually shows so you don't end up too low (extra fuel burn, faster tire wear) or too high (blowouts and reduced grip). Typical passenger-car cold-tire pressures sit around 32 psi ≈ 220 kPa ≈ 2.2 bar.
Translate blood-pressure mmHg into engineering or scientific unitsClinical blood pressure is recorded in mmHg (= Torr), but sensor datasheets, research papers, or international standards may give the value in kPa or Pa. Converting 120/80 mmHg to 16.0/10.7 kPa lines up directly with sensor ranges and prevents order-of-magnitude mistakes such as reading 'range 160 mmHg' as 'range 160 kPa'.
Decode weather and aviation altimeter pressuresMean sea-level pressure is 1013.25 hPa = 1013.25 mbar = 29.92 inHg. Aviation altimeters are set in inHg in North America and hPa elsewhere, so a sensible cross-check needs the conversion. Likewise, typhoon intensity is ranked by central pressure in hPa, while older charts may show the same value in mbar.
Cross-check industrial pipework in MPa, bar, and kgf/cm²Engineering drawings often quote MPa (concrete strength, hydraulics, high-pressure piping), but field gauges may be in bar or even the legacy kgf/cm². The mental rule 1 MPa = 10 bar ≈ 10.197 kgf/cm² ≈ 145 psi gets you close, but when calibrating instruments you still want the exact conversion - that ≈ 2% gap between bar and kgf/cm² can eat into your safety margin.
Compare vacuum and high-vacuum specs across Pa, Torr, and mbarRough vacuum (atmospheric down to ~100 Pa) usually shows up in mbar or kPa; medium vacuum (100 to 0.1 Pa) mixes Pa and Torr; high and ultra-high vacuum (below 10⁻⁴ Pa) is almost always Torr or Pa. Use 1 Torr ≈ 133 Pa ≈ 1.33 mbar to compare different vacuum-pump datasheets and translate '10⁻⁶ Torr-class chamber' into approximately 10⁻⁴ Pa.

Technical Principle

Pressure is force per unit area. Its SI derived unit is the pascal (Pa) = N/m² = kg·m⁻¹·s⁻². Since the 2019 SI redefinition, the newton comes from m·kg·s⁻² with the kilogram fixed by the Planck constant h = 6.626 070 15 × 10⁻³⁴ J·s, the metre by the vacuum speed of light c, and the second by the caesium-133 hyperfine transition - so the pascal is exact and self-consistent inside SI. Every other unit in the converter is stored as a fixed scalar multiple of Pa, and conversion is a single floating-point operation value × (factor_from / factor_to). The core constants are: 1 atm = 101 325 Pa exactly (10th CGPM, 1954); 1 bar = 100 000 Pa exactly; 1 Torr = 101 325 / 760 Pa ≈ 133.322 368 Pa; 1 mmHg ≈ 133.322 387 415 Pa (mercury density 13.5951 g/cm³ at g_n = 9.806 65 m/s², differs from Torr by < 2 × 10⁻⁷ and is treated as equivalent in engineering); 1 psi = lbf/in² ≈ 6 894.757 Pa using the international avoirdupois pound (0.453 592 37 kg) and inch (0.025 4 m); 1 inHg (at 0 °C convention) ≈ 3 386.388 64 Pa; 1 mH₂O (with ρ = 1000 kg/m³ at g_n) = 9 806.65 Pa; 1 kgf/cm² = 98 066.5 Pa (the technical atmosphere 'at'). All of these are essentially table lookups; the units themselves do not introduce additional error. The distinction between absolute, gauge, and vacuum pressure is a choice of zero point, not of unit - absolute uses true vacuum as zero (psia, Pa abs), gauge uses local atmospheric pressure as zero (psig), and vacuum measures negative gauge pressure. This converter only changes the unit; it does not change the reference point. To turn a gauge reading into an absolute pressure, add the local atmosphere (≈ 101.325 kPa at sea level, falling to about 89.9 kPa at 1000 m elevation). Numerical accuracy is bounded by IEEE 754 double precision (about 15-17 significant decimal digits, machine epsilon 2⁻⁵² ≈ 2.22 × 10⁻¹⁶). The widest span in this converter is ksi → Pa (≈ 6.89 × 10⁶), far below the double-precision overflow limit, so chained multiplications never overflow or underflow. Display, however, should still be rounded to 6-9 significant figures so the output does not imply more precision than the original measurement.

  • Pascal definition: 1 Pa = 1 N/m² = 1 kg·m⁻¹·s⁻²; the 2019 SI fixes h, c, and Δν_Cs, making Pa exact inside the SI.
  • Standard atmosphere 1 atm = 101 325 Pa exactly (1954 CGPM), the anchor for historical units atm, Torr, mmHg, and inHg.
  • 1 bar = 100 000 Pa exactly; 1 hPa = 100 Pa = 1 mbar; meteorological hPa is numerically identical to the legacy mbar.
  • 1 Torr = 101 325/760 Pa ≈ 133.322 Pa; 1 mmHg ≈ 133.322 387 Pa (mercury density 13.5951 g/cm³ at g_n = 9.806 65 m/s²) - the two differ by less than 2×10⁻⁷ Pa.
  • 1 psi ≈ 6 894.757 Pa; 1 inHg(0 °C) ≈ 3 386.39 Pa; 1 mH₂O = 9 806.65 Pa; 1 kgf/cm² = 98 066.5 Pa (technical atmosphere, about 2% smaller than 1 bar).
  • Absolute, gauge, and vacuum pressures differ in their reference point, not their unit; this tool only converts units and preserves the chosen zero.
  • IEEE 754 double precision gives ~15-17 significant decimal digits; the maximum ksi → Pa span (~6.9 × 10⁶) is far below the overflow limit, but displayed results should be rounded to 6-9 significant figures to avoid false precision.

Examples

Tire pressure

32 psi ≈ 220.6 kPa ≈ 2.206 bar ≈ 2.249 kgf/cm²

Blood pressure reading

120 mmHg ≈ 16.00 kPa ≈ 0.158 atm

Sea-level atmosphere

1 atm = 101.325 kPa = 1013.25 mbar = 760 mmHg = 14.696 psi

Industrial steam and hydraulics

1 MPa = 10 bar ≈ 145.04 psi ≈ 10.20 kgf/cm²

Hectopascal and millibar in weather reports

1015 hPa = 1015 mbar = 101.5 kPa (a typical fair-weather sea-level pressure)

Vacuum and high vacuum

1 Torr ≈ 133.32 Pa; high vacuum 10⁻⁶ Torr ≈ 1.33 × 10⁻⁴ Pa

FAQ

Which pressure units are supported?

13 units: pascal (Pa), hectopascal (hPa), kilopascal (kPa), megapascal (MPa), bar, millibar (mbar), standard atmosphere (atm), Torr (numerically the same as mmHg), pound-force per square inch (psi), kilopound per square inch (ksi), inch of mercury (inHg), metre of water (mH₂O), and the technical atmosphere kgf/cm². Pick any two units and convert in real time.

How much is 1 bar in kPa, and why is it different from one atmosphere?

1 bar = 100 kPa = 100 000 Pa exactly, by definition. 1 atm = 101.325 kPa, so 1 atm is about 1.325% larger than 1 bar. The bar was defined as a round, easy-to-remember unit for industry; the atmosphere is calibrated to the real average sea-level pressure. Meteorology and physics tend to use atm; engineering pressure gauges more often show bar.

Are mmHg and Torr the same unit?

Numerically yes: 1 Torr is defined as exactly 1/760 atm = 101325/760 Pa ≈ 133.322 Pa, while 1 mmHg is defined via mercury density 13.5951 g/cm³ at standard gravity g_n = 9.80665 m/s² and equals 133.322 387 415 Pa. The two differ by less than 2×10⁻⁷, so for blood pressure, manometers, and vacuum work they are interchangeable. This tool uses Torr = atm/760 internally.

Is psi absolute or gauge pressure?

psi is just the unit 'pound-force per square inch' - it does not encode whether the pressure is absolute (psia) or gauge (psig). Converting between units does not change the reference point: a gauge reading stays a gauge reading. To convert gauge to absolute, add the local atmospheric pressure (≈ 14.696 psi at sea level).

Why is 1 kgf/cm² about 98.0665 kPa instead of 100 kPa?

The technical atmosphere is defined as one kilogram-force on one square centimetre, where kilogram-force uses standard gravity g_n = 9.80665 m/s². So 1 kgf/cm² = 98 066.5 Pa ≈ 0.9807 bar, about 2% smaller than 1 bar. The unit is common on legacy pressure gauges and older Soviet/Russian engineering tables; modern SI guidance recommends switching to bar or MPa.

What is the difference between hectopascal (hPa) and millibar (mbar) in weather reports?

They are equal: 1 hPa = 100 Pa = 1 mbar. Meteorology used mbar through most of the 20th century and switched to hPa after 1985, so '1013 hPa' and '1013 mbar' on different charts mean the same pressure.

When should I use MPa vs bar?

Rough guide: MPa is preferred for hydraulics, high-pressure cylinders, concrete strength, and engineering drawings (1 MPa = 10 bar). bar (or kPa) is common on tires, air compressors, low-pressure piping, and European labs. psi dominates on North American industrial gauges. Since MPa and bar differ by exactly one order of magnitude, mental conversion between them is trivial.