HomeWeather & Environment › Boiling Point at Altitude Calculator

Boiling Point at Altitude Calculator

Computes the boiling point of water at a given altitude by taking the ISA pressure at that altitude (or a measured station pressure) and solving the Antoine equation for water, with a note on cooking at altitude.

When to use

You need the boiling temperature of water at your elevation for cooking, canning, brewing, candy making or laboratory work, or the boiling point at a measured barometric pressure.

Do not use when: You need the boiling point of a liquid other than water or of salt/sugar solutions (boiling-point elevation), or altitudes above 9000 m.

Formula

p = 1013.25 × (1 − 0.0065·h/288.15)^5.25578 hPa (ISA); P_mmHg = p / 1.333224; T_boil = 1730.63 / (8.07131 − log10(P_mmHg)) − 233.426 °C (Antoine equation for water, valid 1–100 °C)

The standard atmosphere is an average; on a given day the real pressure, and hence the boiling point, varies by about ±0.5 °C with weather. Rule of thumb: the boiling point falls about 1 °C per 300 m (1 °F per 500 ft).

Inputs

ParameterTypeUnitRequiredDescription
altitudenumberyesElevation above sea level in altitude_unit (−500 to 9000 m). Range: ≥ -1640, ≤ 29500
altitude_unitenum: m | ftdefault mUnit of the altitude input.
pressure_hpanumberhPanoActual absolute pressure at the site in hPa; when given it replaces the standard-atmosphere pressure for the altitude. Range: ≥ 200, ≤ 1100

Outputs

OutputTypeUnitDescription
boiling_point_cnumber°CBoiling temperature of pure water at the site pressure.
boiling_point_fnumber°FBoiling point in Fahrenheit.
boiling_point_drop_cnumber°C100 °C minus the local boiling point.
pressure_hpanumberhPaStandard-atmosphere pressure at the altitude, or the measured pressure if supplied.
pressure_mmhgnumbermmHgSame pressure in millimetres of mercury.
altitude_mnumbermAltitude in metres.
altitude_ftnumberftAltitude in feet.
cooking_notestringPractical consequence for boiling and simmering food at this altitude.

Example

1500 m: {"altitude":1500,"altitude_unit":"m"}{"boiling_point_c":95,"boiling_point_f":203,"boiling_point_drop_c":5,"pressure_hpa":845.6,"pressure_mmhg":634.2,"altitude_ft":4921}

Denver, 5280 ft: {"altitude":5280,"altitude_unit":"ft"}{"boiling_point_c":94.7,"boiling_point_f":202.4,"altitude_m":1609,"pressure_hpa":834.3}

GET https://tttkmbb.com/api/v1/calculate/boiling-point-altitude?altitude=1500&altitude_unit=m

Machine access

Sources

FAQ

Why does food take longer to cook at altitude?

Boiling water is cooler, so heat transfers into the food more slowly; pasta, rice, beans and eggs need more time and often more liquid, and some foods never soften without a pressure cooker.

Does adding salt raise the boiling point noticeably?

Barely: a typical 1 % kitchen brine raises it by about 0.2 °C, far less than the drop from a few hundred metres of elevation.

Which pressure should I enter?

The absolute (station) pressure read at the site, not the sea-level-corrected value from weather reports; leave it empty to use the standard atmosphere.

Related calculators