# Density Altitude Calculator

Calculate density altitude from field elevation, altimeter setting, and temperature. Essential for pilot preflight planning and aircraft performance calculations.

## What this calculates

Density altitude is the altitude at which the aircraft "thinks" it is flying based on air density. On a hot day at a high-elevation airport, your airplane performs as if it were thousands of feet higher. A field at 5,000 ft on a 95°F day can have a density altitude over 8,500 ft, dramatically lengthening takeoff rolls and reducing climb rates.

## Inputs

- **Field Elevation** (ft) — min -1500, max 30000 — Airport or field elevation above mean sea level.
- **Altimeter Setting** (inHg) — min 25, max 32 — Current altimeter setting (standard is 29.92 inHg / 1013.25 hPa).
- **Outside Air Temperature** (°C) — min -60, max 60 — Outside air temperature at the field.

## Outputs

- **Pressure Altitude** (ft) — Altitude corrected for non-standard pressure.
- **Density Altitude** (ft) — Altitude the aircraft performs as if at this elevation.
- **ISA Deviation** (°C) — Difference from International Standard Atmosphere temperature.
- **Performance Impact** — formatted as text — How the density altitude affects aircraft performance.

## Details

The calculation involves two steps:

Step 1: Pressure Altitude
PA = Field Elevation + (29.92 - Altimeter Setting) * 1000

Step 2: Density Altitude
DA = PA + 120 * (OAT - ISA Temperature)

Where ISA temperature = 15°C - (2°C * PA/1000). The standard atmosphere assumes 15°C at sea level with a lapse rate of about 2°C per 1,000 feet.

**Why density altitude matters:**
- **Takeoff distance** increases significantly at higher density altitudes
- **Rate of climb** decreases, possibly below safe minimums
- **Engine power** drops because thinner air means less oxygen for combustion
- **Propeller efficiency** decreases in thinner air

The infamous crash at Aspen (field elevation 7,820 ft) and numerous accidents in the Rocky Mountain west are often linked to pilots underestimating density altitude effects. A rule of thumb: for every 1,000 ft of density altitude above field elevation, add about 10% to your normal takeoff roll.

## Frequently Asked Questions

**Q: What is density altitude?**

A: Density altitude is pressure altitude corrected for non-standard temperature. It represents the altitude in the International Standard Atmosphere that has the same air density as your current conditions. Aircraft performance charts are based on density altitude.

**Q: When is density altitude most dangerous?**

A: Hot days at high-elevation airports are the most dangerous combination. A 7,000 ft field on a 100°F day can have a density altitude above 10,000 ft. This is known as 'hot and high' conditions and has caused many takeoff accidents, especially with heavily loaded aircraft.

**Q: How does humidity affect density altitude?**

A: Humid air is actually less dense than dry air (water vapor is lighter than nitrogen and oxygen). Humidity can add several hundred feet to density altitude. This simplified calculator does not include humidity, but pilots should add about 10% to calculated values on very humid days.

**Q: What is ISA deviation?**

A: ISA deviation is the difference between the actual outside air temperature and the temperature predicted by the International Standard Atmosphere for that altitude. ISA assumes 15°C at sea level, decreasing about 2°C per 1,000 ft. A positive deviation means it is warmer than standard, increasing density altitude.

---

Source: https://vastcalc.com/calculators/physics/density-altitude
Category: Physics
Last updated: 2026-04-08
