Air Density Calculator
Fast, accurate, and free online Air Density Calculator tool that runs directly in your browser.
-
1Enter data
Enter content, paste text or load a file from disk. -
2Click the button
The tool will immediately process your data in the browser. -
3Get the result
Copy the finished text or save the file to your device.
return "Result ready in 0.1s";
}
Rate this tool:
Related tools
Other tools you may find usefulAir density calculator - pressure, temperature, humidity, altitude
This calculator allows you to calculateair densityin various atmospheric conditions. It takes into account temperatureT_in, pressurep_inor altitudeh_m, as well asrelative humidity RH. Depending on the selectedmode (pressureoraltitude) mode, you can enter data directly or calculate from the standard atmosphere (ISA) model. Results includeρin kg/m³,ρin lb/ft³, pressure in various units, temperature in kelvins, and relative densityσ.
Input parameters and operation of the calculator
The calculator operates in two modes:
- Pressure mode- the user entersT_in, p_in, RH.
- Altitude mode– the user entersT_inor activatesuse_isa_T, enters the heighth_m, and the calculator calculates the pressure from the hydrostatic equation.
Additionally, you can set the precision of the result (precision), and all data is converted to SI units: temperature in kelvins (T_K), pressure in pascals (p_Pa), density in kg/m³ (rho) and in imperial units (rho_lbft3).
Formulas and theory
1. Equation of state of an ideal gas
ρ = p / (R_d · T_v)
whereT_vis the virtual temperature, taking into account the water vapor content:
T_v = T / [1 − (e/p) · (1 − R_d / R_v)]
2. Water vapor pressure
Calculated from the Tetens equation for temperature in °C:
e_s = 6.1078 · 10^(7.5 · T / (T + 237.3))
Water vapor pressure at RH humidity:
e = RH / 100 · e_s
3. Standard atmosphere model (ISA)
p = p0 · (1 − L·h/T0)^(g·M / (R*·L))
whereLis the temperature gradient (0.0065 K/m),g– acceleration due to gravity,M– molar mass of air,R*– gas constant. The calculator usesuse_isa_Tto determine the temperature at altitude automatically.
Units and conversions
| Quantity | Available units | Default unit |
|---|---|---|
| Temperature | °C, K | °C |
| Pressure | Pa, hPa, kPa, bar, atm | hPa |
| Density | kg/m³, lb/ft³ | kg/m³ |
| Height | m | m |
Examples
Example 1 - standard conditions
- T = 15°C
- p = 1013.25 hPa
- RH = 0%
ρ = 1.225 kg/m³ (atmospheric standard). This value corresponds to the air density used in aviation and meteorology as a reference.
Example 2 – 2000 m above sea level, 10°C, RH = 60%
- Mode: altitude
- h = 2000 m
- use_isa_T = true
The calculator calculates pressure ≈ 795 hPa, temperature ≈ 6°C and density ≈ 1.0 kg/m³. Lower pressure and higher humidity cause a decrease in air density, which significantly affects aerodynamics.
Applications
- Aviation - conversion of true airspeed (TAS) from instrument speed (IAS)
- Meteorology - density determination for atmospheric models
- HVAC engineering - air flow corrections
- Motor sports - influence of air density on engine power
Air density - table according to temperature
Density of dry air at standard pressure 1013.25 hPa (at sea level):
| Temperature | Air density | Temperature | Air density |
|---|---|---|---|
| −20°C | 1.395 kg/m³ | 15°C | 1.225 kg/m³ (ISA reference conditions) |
| −10°C | 1.342 kg/m³ | 20°C | 1.204 kg/m³ |
| 0°C | 1.293 kg/m³ | 25°C | 1.184 kg/m³ |
| 5°C | 1.269 kg/m³ | 30°C | 1.164 kg/m³ |
| 10°C | 1.247 kg/m³ | 40°C | 1.127 kg/m³ |
Rule of thumb: heating the air by 10°C reduces the density by approx. 3.5%, and every 100 m above sea level — by approx. 1.2%. Humid air is (counterintuitively)lighterthan dry air, because water vapor has a lower molar mass than nitrogen and oxygen. The calculator takes into account all three factors: temperature, pressure and relative humidity.
FAQ
Why does air density decrease with height?
As altitude increases, atmospheric pressure decreases, and so the number of molecules per unit volume decreases.
How does humidity affect density?
Water vapor is lighter than dry air. The higher the RH, the lower the air density.
Does the calculator take ISA into account?
Yes, if you enableuse_isa_T, the temperature and pressure will be calculated from the standard atmosphere equation.
How accurate is the result?
Precision given byprecision. Default is 4 decimal places, sufficient for technical calculations.
Summary
The air density calculator is based on the ideal gas equation of state, the hydrostatic equation and the ISA relationships. It allows you to calculate density, pressure, temperature and other parameters of the atmosphere under any conditions. The results are converted to several units, which makes the tool universal for both engineers and meteorology enthusiasts.