The pressure at depth calculator applies the fundamental hydrostatic equation to give you gauge pressure and absolute pressure at any depth in any fluid — in seconds, entirely in your browser.
Whether you are a scuba diver checking tank ratings, a mechanical engineer sizing a submersible hull, a physics student verifying homework, or simply curious about conditions at the Mariana Trench, this tool handles the arithmetic instantly and shows the full working so you understand where every number comes from.
How it works
The governing equation is the hydrostatic pressure formula, derived directly from Newton’s second law applied to a column of static fluid:
P = P₀ + ρ g h
| Symbol | Meaning | Default value |
|---|---|---|
| P₀ | Surface pressure | 101 325 Pa (1 atm) |
| ρ | Fluid density | 1 025 kg/m³ (seawater) |
| g | Gravitational acceleration | 9.806 65 m/s² (standard) |
| h | Depth (positive downward) | user input |
The term ρgh is called the gauge pressure — the pressure added by the fluid column alone, above whatever pressure already exists at the surface. Adding P₀ to it gives the absolute pressure, referenced to a perfect vacuum.
The calculator also works in reverse: given a target absolute pressure, it solves
h = (P_target − P₀) / (ρg) to tell you exactly how deep you must go to reach that
pressure in the chosen fluid.
Worked example: scuba recreational limit
A diver descends to 40 m in seawater (ρ = 1 025 kg/m³, g = 9.806 65 m/s², P₀ = 101 325 Pa):
Gauge = 1 025 × 9.80665 × 40 = 401 873 Pa ≈ 402 kPa ≈ 3.97 atm
Absolute = 101 325 + 401 873 = 503 198 Pa ≈ 503 kPa ≈ 4.97 atm
At this depth the diver is exposed to nearly 5 atmospheres absolute, which is why equipment such as regulators, cylinders and drysuits must be rated to exceed that figure with a safety margin.
| Depth (m) | Gauge (kPa) | Absolute (kPa) | Absolute (atm) |
|---|---|---|---|
| 10 | 100.5 | 201.8 | 1.99 |
| 40 | 402.1 | 503.4 | 4.97 |
| 200 | 2 010.4 | 2 111.7 | 20.8 |
| 3 800 | 38 197 | 38 298 | 378 |
| 10 935 | 109 899 | 110 001 | 1 086 |
(All figures computed at seawater 1 025 kg/m³, standard g, 1 atm surface.)
Formula note
The hydrostatic equation assumes a static, incompressible fluid of uniform density. Real seawater is slightly compressible, and its density increases with depth by about 4–5 % between the surface and the deepest trenches. For most engineering and recreational purposes the incompressible approximation is entirely adequate. For high-accuracy deep-ocean work, use the UNESCO EOS-80 equation of state and integrate the pressure in layers of varying density.
The tool lets you adjust both surface pressure (useful for pressurised vessels or altitude diving) and gravitational acceleration (useful for polar vs. equatorial locations, or other planets and moons).