Climbers, pilots, and athletes all care about how much oxygen the air actually delivers as they go up. This tool computes atmospheric pressure and the effective sea-level-equivalent oxygen percentage for any altitude from a standard atmospheric model, and lays out a reference ladder from sea level to the summit of Everest.
How it works
The key insight is that the fraction of oxygen in air stays at about 20.9% everywhere; what drops with altitude is total pressure, and therefore the partial pressure of oxygen. The tool uses the International Standard Atmosphere barometric formula for the troposphere:
P = P0 * (1 - L*h/T0) ^ (g*M / (R*L))
with sea-level pressure P0 = 101325 Pa, lapse rate L = 0.0065 K/m, base temperature T0 = 288.15 K, and the exponent g·M/(R·L) ≈ 5.255. Effective oxygen is then 20.9% scaled by the ratio of pressure at altitude to sea-level pressure.
Notes and limits
This model is accurate up to roughly 11,000 m (the tropopause); above that the tool flags results as extrapolated. Real conditions vary with weather, temperature, and humidity, so a barometer may read differently on any given day. Effective oxygen is a useful way to picture physiological strain, but acclimatisation, ascent rate, and individual fitness matter just as much — treat figures as guidance, not a medical threshold.