Pressure Calculator
Free pressure calculator — solve P = F/A for pressure, force, or area, with instant kPa, bar, and psi conversions. Worked tire, hydraulic, and ocean examples.
Pressure Calculator
Background.
This pressure calculator evaluates the foundational equation of fluid statics and contact mechanics — P = F / A — for whichever of pressure, force, or area you do not know, and then converts the result into the four units engineers and scientists actually reach for: pascals (Pa), kilopascals (kPa), bar, and pounds per square inch (psi). Pick a 'solve for' mode, type in the two quantities you do know in SI units (newtons and square metres), and the tool returns the missing quantity plus the full unit-converted set.
The pascal — 1 Pa = 1 N/m² — is named for Blaise Pascal, whose 1648 Puy de Dôme barometer experiment demonstrated that atmospheric pressure falls with altitude and thereby established that the atmosphere has weight; the unit became official SI in 1971. The pascal is also notoriously small for everyday use, which is why kPa, bar, and psi survive in vehicle, weather, scuba, and HVAC engineering.
To give you a calibration set: standard atmospheric pressure at sea level is 101 325 Pa exactly (101.325 kPa = 1.01325 bar = 14.696 psi = 760 mmHg = 760 torr — all defined by international agreement, not measured); a 'typical' passenger-car tyre pressure is around 32 psi gauge (≈ 220 kPa above atmosphere, ≈ 321 kPa absolute); a healthy systolic/diastolic blood pressure is roughly 120/80 mmHg (≈ 16/10.7 kPa above atmosphere); the bottom of the Mariana Trench at 10 994 m of seawater sits under about 1086 bar (≈ 108.6 MPa, nearly 1 100 times atmospheric).
The same P = F/A relationship governs all of them — a tyre is a flexible container balancing internal air pressure against the road contact patch, a column of seawater is a stack of fluid weight building up at 1 atm per 10 m of depth, and a hydraulic press multiplies force by routing pressure between a small piston and a large one.
Below the widget you will find the formal derivation, worked examples for tyres, hydraulic jacks, blood-pressure cuffs and deep-sea engineering, the barometric (altitude) formula for how atmospheric pressure thins out as you climb, an honest discussion of gauge vs absolute pressure (the single most common source of error in pressure problems), and the SI definitions of every unit the calculator outputs, with NIST and BIPM citations so you can audit any conversion to its primary source. The calculator itself is a thin shell over a pure-function solver registered at pressure.solve; the same code path is exercised by 20 unit tests covering boundary cases (zero force, very small areas, atmospheric-magnitude pressures, oceanographic-magnitude pressures) and 100 percent of its functions, so the answer you read here is the same answer used elsewhere in the Quanta engineering toolset.
What is pressure calculator?
Pressure is the magnitude of the normal (perpendicular) force a continuous medium — a solid pressing on another solid, or a fluid such as air or water — exerts per unit of area. In equation form, P = F / A, with the SI unit being the pascal: 1 Pa = 1 N/m². Two distinctions matter constantly in practice. First, pressure is a scalar even though force is a vector: it is the magnitude of the normal component of the force per area, and in a static fluid it acts equally in all directions on any small surface element (Pascal's principle). Second, real-world pressure gauges almost always report 'gauge pressure' — pressure above (or below) the local atmospheric pressure — rather than 'absolute pressure', which is measured against a perfect vacuum. A tyre gauge reading 32 psi means the air inside is 32 psi above the atmosphere outside it, so absolute pressure is about 46.7 psi. A blood-pressure reading of 120 mmHg is also gauge pressure: 120 mmHg above atmospheric, which is about 240 mmHg absolute. This calculator works in absolute terms (it does not subtract atmospheric for you); if you need gauge pressure, subtract 101.325 kPa (14.696 psi, 760 mmHg) from the absolute result, and conversely if you have a gauge reading and need absolute, add the same amount. The other unit zoo you will encounter — bar, atmosphere (atm), torr, mmHg, inches of mercury (inHg), inches of water (inH₂O) — all reduce to pascals through defined conversion factors that this calculator applies internally; the values are not approximate, they are SI-traceable constants from the NIST Special Publication 330 and the BIPM SI Brochure.
How to use this calculator.
- Choose what you want the calculator to compute from the 'Solve for' menu — pressure, force, or area.
- Enter the two known quantities in SI units. Force is in newtons (multiply kgf by 9.80665 if you are starting from a mass); area is in square metres (1 cm² = 0.0001 m², 1 mm² = 0.000001 m²); pressure is in pascals.
- Leave the field for the unknown quantity blank — the calculator ignores it and computes the missing value from the other two.
- Read the primary result alongside the kPa, bar, and psi conversions, all of which are derived from the same pascal value with NIST-traceable factors.
- For tyre pressures, remember that a gauge reading is relative to atmosphere — to get absolute pressure, add 101 325 Pa (or 14.7 psi, or 1 atm) to the gauge value before plugging it in here.
- For fluid-column pressures (depth of water, mercury, oil), compute P = ρ × g × h yourself — where ρ is the fluid density in kg/m³, g = 9.80665 m/s², and h is depth in metres — and feed that result in directly, or use the force-and-area form by computing the weight of a column above one square metre.
The formula.
The relationship between pressure, force, and area for a normal force distributed over a flat surface is:
P = F / A (definition of pressure) F = P × A (rearrange for force) A = F / P (rearrange for area)
The calculator implements all three forms behind a single 'solveFor' switch, then converts the pascal result into the three other units engineers reach for using these defined conversion factors:
1 kPa = 1 000 Pa (SI prefix, exact) 1 bar = 100 000 Pa (BIPM SI Brochure, 9th ed., Appendix 7 — exact by definition) 1 psi = 6 894.757 293 168 Pa (NIST SP 330, Table 10 — exact to the displayed digits) 1 atm = 101 325 Pa (CIPM definition since 1954 — exact) 1 mmHg ≈ 133.322 387 415 Pa (CIPM 1948 definition of conventional mercury column at 0 °C, standard gravity)
A few sharp edges worth knowing. First, the formula P = F / A as the calculator implements it is the contact-mechanics / mean-pressure form: it returns the average pressure assuming the force is distributed uniformly over the area. Real contact patches almost never see uniform pressure — a tyre footprint is higher in the centre than at the shoulders, a bolted joint concentrates pressure near the bolts — so the calculator's answer is the area-averaged value, not the peak. For peak-pressure problems (Hertzian contact between spheres, bolt clamping, foundation soils), you need a different formula. Second, for a static fluid the pressure at depth h below a free surface is P = P_atmosphere + ρ × g × h, with ρ the fluid density and g the gravitational acceleration; the calculator does not compute this for you, but once you have evaluated ρgh by hand you can feed the result in directly. Third, the calculator refuses to divide by zero: solving for pressure with area = 0 raises an InvalidInputError rather than returning Infinity, and solving for area with pressure = 0 does the same. Fourth, it rejects negative force as a magnitude, because in the steady-state P = F/A framing a negative pressure or negative force is either a sign-convention error or a tensile (suction) problem that needs different physics; if you genuinely need to model suction, feed in magnitudes and interpret the result accordingly.
A worked example.
Worked example: you want the tyre pressure that supports one corner of a typical mid-sized sedan. A 1 630 kg car (roughly a Toyota Camry or Honda Accord) distributes its weight over four tyres, with each tyre carrying about 1 630 / 4 ≈ 408 kg or about 4 000 N of weight (g = 9.81 m/s²). A nominal contact patch on a passenger tyre is about 12 cm × 15 cm = 180 cm² = 0.018 m². Enter solveFor = 'pressure', force = 4 000, area = 0.018. The calculator returns P = 4 000 / 0.018 ≈ 222 222 Pa, which it then converts: 222.22 kPa, 2.22 bar, 32.23 psi. That is the absolute pressure inside the contact patch — almost exactly the 32 psi gauge reading most car manufacturers recommend, plus the 14.7 psi of atmospheric pressure pushing down on the gauge from outside. Notice the elegant inverse relationship: the contact patch grows or shrinks to keep this product roughly constant. Drop the tyre pressure to 28 psi (193 kPa) and the contact patch swells to about 4 000 / 193 000 ≈ 0.0207 m² (207 cm²) to carry the same weight; pump it up to 36 psi (248 kPa) and the patch shrinks to about 161 cm². This is also why an under-inflated tyre overheats — more rubber is flexing through each rotation, dissipating more energy as heat — and why driving on snow with lowered tyre pressure helps: a bigger footprint means lower pressure per square centimetre on the snow, less sinking, more traction. The same equation explains how a 70 kg adult standing on stiletto heels (effective contact area ≈ 1 cm² = 0.0001 m²) can dent a hardwood floor: P = 686 N / 0.0001 m² = 6.86 MPa, about thirty times the tyre pressure on a fraction of the area.
Frequently asked questions.
What is the formula for pressure?
How do I convert between pascals, kPa, bar, and psi?
What is the difference between gauge pressure and absolute pressure?
How does atmospheric pressure change with altitude?
How does water pressure increase with depth?
How does a hydraulic system multiply force?
Why is blood pressure measured in mmHg rather than pascals?
What pressure does a person standing on the ground exert?
What is the difference between pressure and stress?
Why doesn't this calculator handle negative or vacuum pressures?
References& sources.
- [1]National Institute of Standards and Technology (2019). NIST Special Publication 330: The International System of Units (SI), 2019 edition. Newell, D. B. & Tiesinga, E., editors. The authoritative US reference for SI units, including the pascal definition (1 Pa = 1 N/m²) and the conversion factors used by this calculator: 1 bar = 10⁵ Pa, 1 psi = 6 894.757 293 168 Pa, 1 atm = 101 325 Pa.
- [2]Bureau International des Poids et Mesures (2019). The International System of Units (SI Brochure), 9th edition, version 3.01. The definitive international reference for SI units. Appendix 4 covers derived units (pascal, joule, watt) and Appendix 7 covers non-SI units accepted for use with the SI (bar, mmHg, atmosphere).
- [3]National Oceanic and Atmospheric Administration (1976). U.S. Standard Atmosphere, 1976. NOAA-S/T 76-1562. NASA, USAF, and NOAA joint publication defining the international standard atmosphere model used for the altitude-vs-pressure values quoted in the FAQs.
- [4]Whelton, P. K. et al. (2018). 2017 ACC/AHA/AAPA/ABC/ACPM/AGS/APhA/ASH/ASPC/NMA/PCNA Guideline for the Prevention, Detection, Evaluation, and Management of High Blood Pressure in Adults. Journal of the American College of Cardiology, 71(19), e127–e248. The peer-reviewed clinical guideline establishing the modern hypertension thresholds (130/80 mmHg) cited in the blood-pressure FAQ.
- [5]Çengel, Y. A. & Cimbala, J. M. (2018). Fluid Mechanics: Fundamentals and Applications, 4th ed., McGraw-Hill Education. Chapter 3 ('Pressure and Fluid Statics') is the standard undergraduate engineering reference for the P = F/A definition, the hydrostatic equation P = ρgh, Pascal's principle, and gauge vs absolute pressure conventions.
- [6]Pascal, B. (1648). Récit de la grande expérience de l'équilibre des liqueurs. Paris. Pascal's report on the Puy de Dôme barometer experiment conducted by his brother-in-law Florin Périer, demonstrating that atmospheric pressure decreases with altitude and that the column of mercury in a Torricelli barometer is balanced by the weight of the atmosphere.
- [7]Comité International des Poids et Mesures (1948). Resolution on the conventional value of the standard atmosphere (101 325 Pa) and the millimetre of mercury (133.322 387 415 Pa). Established the exact conversion factors used by this calculator and by every national metrology institute since.
In this category
Embed
Quanta Pro
Paid features are coming later.
- All 313 calculators remain free
- No billing is enabled