Dew Point Calculator
Use our dew point calculator to calculate dew point (°F) from air temperature and relative humidity. Also returns actual vapor pressure (psi) and absolute humidity (lb/cu ft). Includes the dew point formula, how dew point is calculated, and step-by-step instructions.
What Are Dew Points?
Dew point is the temperature at which air becomes saturated with water vapor. If the air cools to the dew point, water vapor can start condensing into liquid water (dew, fog, or cloud droplets).
Dew point is a direct indicator of how much moisture is in the air. Higher dew points feel more humid and sticky, while lower dew points feel drier.
This calculator finds dew point from air temperature (°F) and relative humidity (%). It also estimates actual vapor pressure (psi) and absolute humidity (lb/cu ft), which are related ways to describe moisture in the air.
Dew Point Formula
A common way to calculate dew point uses a Magnus-type approximation. The formula is typically applied in Celsius, then converted back to Fahrenheit.
Convert the input air temperature to °C for the dew point equation.
Use T in °C and RH as percent. Common constants: a = 17.27, b = 237.7.
Computes dew point in °C.
Convert dew point back to °F.
T in °C, e_s in hPa. Common constants: a2 = 17.67, b2 = 243.5.
e is in hPa if e_s is in hPa.
1 hPa ≈ 0.0145038 psi.
Use e in Pa (e(Pa) = e(hPa) × 100), T(K) = T(°C) + 273.15, and R_v = 461.5 J/(kg·K). Result is kg/m^3.
1 kg/m^3 ≈ 0.06242796 lb/ft^3.
Higher relative humidity pushes dew point closer to air temperature.
How to Calculate Dew Point
- 1
Enter the air temperature (°F).
- 2
Enter the relative humidity (%).
- 3
The calculator estimates dew point (°F) using a Magnus-type dew point equation.
- 4
It also calculates actual vapor pressure (psi) and absolute humidity (lb/cu ft) from the same inputs.
Frequently Asked Questions
A common method uses air temperature and relative humidity in a Magnus-type approximation to estimate the temperature where the air would be saturated (the dew point).
When air cools to the dew point, it becomes saturated and condensation can begin. That can produce dew on surfaces, fog near the ground, or cloud formation depending on conditions.
You need both relative humidity and air temperature. The same RH at different temperatures can produce different dew points, so RH alone is not enough.
Most standard dew point equations are written for Celsius. This calculator converts your Fahrenheit temperature to Celsius internally, computes dew point, then converts the result back to °F.
Yes. You can implement the same steps in Excel using ln(), exp(), and the Magnus constants, then convert between °F and °C as needed.