Dew Point Calculator
Enter the air temperature and the relative humidity to find the dew point, the temperature to which air must cool for water vapor to start condensing into dew, fog or clouds. The calculator applies the Magnus formula and reports the dew point in both Celsius and Fahrenheit. It runs entirely in your browser, so nothing you type is uploaded.
How to calculate the dew point
- Type the air temperature into the Air temperature box, in degrees Celsius.
- Type the relative humidity into the Relative humidity box, as a percent from 1 to 100.
- Read the dew point in Celsius in the highlighted card on the left.
- Read the same dew point converted to Fahrenheit in the card on the right.
- Click Copy to grab the result as a single line of text.
Examples
Warm, moderately humid day
T = 25 C, RH = 60%
Dew point = 16.69 C (62.05 F)
Fully saturated air
T = 20 C, RH = 100%
Dew point = 20 C (68 F)
Hot and sticky afternoon
T = 30 C, RH = 70%
Dew point = 23.93 C (75.07 F)
Frequently asked questions
What is the dew point?
The dew point is the temperature to which air must cool, at constant pressure, to become saturated. Once the air reaches it, water vapor begins to condense into dew, fog or cloud droplets. Unlike relative humidity, the dew point does not change as the air warms or cools during the day, so it is a steadier measure of how much moisture the air actually holds.
What formula does this calculator use?
It uses the Magnus formula. First it finds gamma = ln(RH/100) + (b*T)/(c+T), then the dew point is (c*gamma)/(b-gamma), with b = 17.62, c = 243.12 and T in degrees Celsius. These Sonntag 1990 coefficients are accurate to within about 0.1 C over the range -45 C to 60 C.
How accurate is the result?
For everyday air temperatures the Magnus approximation is within a few tenths of a degree of the exact thermodynamic value. Accuracy is best between roughly -40 C and 60 C. The main real-world error comes from the relative humidity reading itself, since consumer hygrometers are often only accurate to plus or minus 3 to 5 percent.
Why does the dew point equal the temperature at 100% humidity?
At 100 percent relative humidity the air is already saturated, so no further cooling is needed to reach the dew point. In that case ln(RH/100) is ln(1), which is zero, and the formula collapses so the dew point comes out equal to the air temperature.
Why does the calculator not accept 0 percent humidity?
The formula takes the natural log of RH/100, and the log of zero is undefined (it tends to negative infinity). Physically a dew point only exists when some water vapor is present, so the tool requires a relative humidity greater than 0 and at most 100.
What is a comfortable dew point?
A dew point below about 16 C (60 F) feels comfortable to most people. Between 16 and 21 C the air starts to feel sticky, and above roughly 21 C (70 F) it feels oppressive because sweat evaporates slowly. These thresholds are about human comfort and are independent of the calculation itself.
Can the dew point be below freezing?
Yes. In cold or very dry air the dew point can fall well below 0 C. When it is below freezing it is often called the frost point, because water vapor then deposits directly as frost or ice crystals rather than settling as liquid dew.
Does air pressure or altitude affect the dew point?
This calculator assumes standard sea-level pressure and depends only on temperature and relative humidity. The true dew point does shift slightly with pressure, so at high altitude or inside pressurized systems the result is an approximation rather than an exact value.
Is my data private?
Yes. The Magnus formula runs locally in your browser using JavaScript, and no temperature or humidity value is sent to a server. You can even use the tool offline once the page has loaded.
Learn more
- Dew point vs relative humidity: which one matters
Why the dew point is a steadier measure of moisture than relative humidity, how the two relate, and how to read each one on a muggy day.
Related tools
Wet Bulb Calculator
Calculate the wet bulb temperature from air temperature and relative humidity using the Stull 2011 formula. Get results in both Celsius and Fahrenheit.
Absolute Humidity Calculator
Calculate absolute humidity in grams of water vapor per cubic meter from air temperature and relative humidity. Fast, free and works in your browser.
Heat Index Calculator
Calculate the heat index or feels like temperature from air temperature and humidity using the NWS Rothfusz regression. Get results in F and C.
555 Timer Calculator
Calculate 555 timer astable frequency, period, high and low times and duty cycle from R1, R2 and the timing capacitor. Free oscillator design helper.
Allele Frequency Calculator
Find allele frequencies from genotype counts. Enter the number of AA, Aa and aa individuals to get the A and a allele frequencies and allele totals.
Angular Acceleration Calculator
Find angular acceleration from a change in angular velocity over time, and the torque from a moment of inertia. Enter start and end rad/s and the time.