Audited ·Last updated 26 Jul 2026·7 citations·Tier 1·0 uses

Wind Chill Calculator

Free wind chill calculator using the 2001 NWS/Environment Canada formula. Get apparent temperature in °F or °C plus frostbite-onset time in minutes.

Wind Chill Calculator

Measured (dry-bulb) air temperature. Use the unit selector below to switch between Fahrenheit and Celsius. The wind chill formula is only valid for T ≤ 50 °F (10 °C).
Temperature unit
Sustained wind speed at the standard 10-metre (33 ft) observation height — not gust speed. The formula requires V ≥ 3 mph (4.8 km/h); below that, calm air is assumed.
Wind speed unit
Wind chill (°F)
4.2428
Apparent temperature in degrees Fahrenheit from the 2001 NWS Wind Chill Temperature Index. This is what bare skin actually 'feels' given the air temperature and wind speed.
Wind chill (°C)
-15.4207 °C
Frostbite onset
0 min

Background.

This wind chill calculator implements the 2001 joint U.S. National Weather Service and Environment Canada Wind Chill Temperature Index — the same formula every government meteorological agency in North America uses to issue cold-weather advisories. Type the air temperature and the sustained wind speed at the standard 10-metre observation height, choose Fahrenheit or Celsius and mph or km/h, and the tool returns the apparent temperature in both unit systems plus the approximate time to frostbite for exposed skin.

The math is identical to what NOAA and ECCC publish on their public wind-chill charts, and the unit handling is symmetric: whichever way you enter the data, you get both scales out, so the U.S. number lines up with what your phone's weather app shows and the Celsius number lines up with the Canadian chart on the back of a ski-resort lift ticket.

Wind chill exists because the human body is constantly losing heat to the surrounding air through a thin boundary layer of warm air clinging to the skin. Still air lets that boundary layer build up and slows further heat loss; wind strips it away and forces fresh, cold air against the skin, accelerating convective and evaporative heat loss far beyond what a thermometer alone would suggest.

The 2001 formula replaced the original 1945 Siple and Passel index, which Antarctic explorers Paul Siple and Charles Passel derived from how fast water froze inside plastic cylinders strapped to a hut roof during the Byrd expedition. That original index produced famously alarming numbers — a wind chill of −100 °F at 30 mph and 0 °F air temperature was not unusual — because plastic-cylinder freezing rates dramatically over-state heat loss from living, blood-perfused tissue. After three decades of complaints from meteorologists and physiologists, an Office of the Federal Coordinator for Meteorological Services (OFCM) working group commissioned new wind-tunnel and physiological trials at Defence R&D Canada in Toronto in 2000–2001. Human volunteers walked at 1.4 m/s (3.1 mph) on a treadmill while exposed face-first to controlled wind at the standard 1.5-metre face level, and thermocouples measured actual skin-temperature decline.

The resulting regression — WC = 35.74 + 0.6215·T − 35.75·V^0.16 + 0.4275·T·V^0.16 in U.S. units — produces apparent temperatures roughly 20 to 25 degrees warmer than the old Siple–Passel numbers for the same conditions, which matches lived human experience and the actual onset of frostbite far better. The 2001 index also added a frostbite-time chart, calibrated against the same trials, giving 30/10/5/2-minute thresholds that emergency managers use to decide when to cancel outdoor school, close construction sites, or issue extreme-cold warnings.

Two limits matter when reading this calculator's output. First, the formula is only defined for air temperatures at or below 50 °F (10 °C) — above that, the body is no longer losing net heat to the wind and the concept of wind chill becomes meaningless, so the tool simply echoes the air temperature back. Second, the wind-speed input must be at least 3 mph (4.8 km/h); the regression breaks down in near-calm conditions because the boundary layer dominates, so weaker breezes are treated as calm. Within those bounds — which cover essentially every situation where wind chill actually matters — this calculator is the same one that powers NWS WxCalc, Environment Canada's online tool, and the wind-chill displays on most North American TV weather broadcasts. Use it to plan winter runs, sled-dog races, ice fishing, construction shifts, mountaineering pushes, or simply to decide whether the dog walk should be short today.

What is wind chill calculator?

Wind chill is the apparent temperature a human body experiences when air at a given temperature is moving over exposed skin. It is not a thermodynamic property of the air itself — a thermometer hanging in 0 °F still air and one hanging in 0 °F air with a 30 mph wind read identical values. What changes is the rate at which the body loses heat. The U.S./Canadian Wind Chill Temperature Index expresses that increased heat loss as the still-air temperature that would produce the same rate of facial heat loss as the actual windy conditions. The 2001 revision is calibrated specifically for exposed facial skin on a walking adult, which is why every public wind-chill warning effectively addresses 'the temperature your face feels' rather than core body temperature.

How to use this calculator.

  1. Enter the measured air temperature in the first field. Use the same value your local forecast or thermometer gives — do not pre-adjust for wind.
  2. Pick Fahrenheit or Celsius in the temperature unit selector. The U.S. NWS uses °F; Environment Canada and the rest of the world use °C.
  3. Enter the sustained wind speed (not gusts) measured at the standard 10-metre observation height. Airport METAR reports and most weather apps already use this height.
  4. Pick miles per hour or kilometres per hour to match your weather source. Convert from knots if needed — 1 knot ≈ 1.15 mph ≈ 1.85 km/h.
  5. Read the primary wind-chill value in °F. The Celsius equivalent appears alongside so you can cross-check against the Canadian chart.
  6. Check the frostbite-onset estimate. If it shows 30 minutes or less, limit exposed-skin time outdoors and cover the face, ears, and fingers.

The formula.

WC = 35.74 + 0.6215T − 35.75V^0.16 + 0.4275TV^0.16

The 2001 NWS/Environment Canada Wind Chill Temperature Index is a regression fit to the Toronto wind-tunnel facial heat-loss trials.

U.S. customary units (T in °F, V in mph): WC = 35.74 + 0.6215·T − 35.75·V^0.16 + 0.4275·T·V^0.16

Metric units (T in °C, V in km/h): WC = 13.12 + 0.6215·T − 11.37·V^0.16 + 0.3965·T·V^0.16

The V^0.16 term captures the sub-linear relationship between wind speed and convective heat loss — doubling the wind speed does not double the chill, because the boundary layer over skin stops getting meaningfully thinner past about 30 mph. The 0.6215 coefficient on T is the same in both systems because it is a pure ratio of heat-transfer coefficients with the units cancelling out. This implementation computes the Imperial form internally using the °F temperature and mph wind speed, then converts the result to °C with the standard (°F − 32) × 5⁄9 conversion. That keeps the two displayed numbers thermodynamically consistent — applying the metric formula independently introduces small floating-point drift between the two outputs near the formula's valid edges. The validity guard enforces T ≤ 50 °F (10 °C) and V ≥ 3 mph (4.8 km/h) per the NWS specification. Outside those bounds the formula does not apply, the input air temperature is echoed back unchanged, and the frostbite-risk output is set to 0.

A worked example.

Example

Take a clear winter morning with the thermometer reading 20 °F and a steady 20 mph wind — the kind of conditions an early-season cross-country skier in Vermont or a January construction crew in Minneapolis sees almost every week. Plug 20 °F and 20 mph into the formula: V^0.16 with V = 20 is about 1.5786, so WC = 35.74 + 0.6215·20 − 35.75·1.5786 + 0.4275·20·1.5786 = 35.74 + 12.43 − 56.43 + 13.50 ≈ 4.3 °F. Converted to metric, that is about −15.4 °C — which matches what Environment Canada's online tool returns for −6.7 °C air and 32 km/h wind (the metric equivalents). The frostbite-risk output is 0 minutes because the wind chill is well above the −18 °F threshold where measurable frostbite begins. The practical takeaway: bare skin will not freeze, but the perceived cold is roughly 16 °F lower than the thermometer suggests, so dress for the wind chill — not the air temperature — when picking a hat, gloves, and base layer.

temperature UnitF
wind Speed Unitmph
temperature20
wind Speed20

Frequently asked questions.

What is the difference between wind chill and the heat index?
They are mirror concepts for opposite ends of the comfort range. Wind chill describes how cold air feels when wind strips warm air away from skin and accelerates heat loss; it applies at air temperatures at or below 50 °F (10 °C) and is driven by temperature and wind speed. The heat index — also called the apparent temperature in summer — describes how hot air feels when high humidity prevents sweat from evaporating and slows heat loss; it applies above about 80 °F (27 °C) and is driven by temperature and relative humidity. Both are physiological indices calibrated to a healthy adult under specific assumptions, and neither is a true thermodynamic temperature.
Why does the formula require wind speed of at least 3 mph?
Below about 3 mph (4.8 km/h) the regression curve the NWS fit in 2001 stops behaving sensibly — the V^0.16 term goes to zero too slowly, and the formula would predict modest cooling even in essentially calm air. Physiologically, near-calm conditions let a stable warm boundary layer build up over the skin and convective losses become negligible. The NWS and Environment Canada both specify that below 3 mph the formula does not apply, so this calculator simply returns the measured air temperature with frostbite risk set to 0.
At what wind chill does frostbite become a real risk?
The NWS Wind Chill Chart marks four bands: above −18 °F there is no measurable frostbite risk in a typical exposure window; from −18 °F to −35 °F frostbite can occur within about 30 minutes on exposed skin; from −36 °F to −55 °F that window shortens to 10 minutes; from −56 °F to −75 °F it is 5 minutes; and below −75 °F bare skin can freeze in 2 minutes. Those numbers assume a healthy adult with no protective clothing on the affected area. In Celsius the bands are roughly −28 °C, −38 °C, −49 °C, and −59 °C.
How should I dress for a given wind chill rather than just the air temperature?
Use wind chill, not air temperature, to choose your outer layer and any face protection. The body loses most of its heat through convection, and a windproof shell at 20 °F and 20 mph (wind chill ≈ 4 °F) does roughly the same job as an ordinary fleece at 4 °F in still air. Cover the ears, nose, and fingers whenever wind chill drops below 0 °F (−18 °C), add a balaclava or face buff below about −15 °F, and shorten outdoor sessions whenever the frostbite-time output drops to 30 minutes or less. Pay extra attention to anything that flaps or compresses — collar gaps and tight cuffs both create cold spots.
Why was the original 1945 Siple–Passel wind chill formula retired?
Paul Siple and Charles Passel derived the original index in Antarctica by measuring how fast water froze inside small plastic cylinders strapped to a hut roof at Little America III. That setup over-stated heat loss from human skin by a wide margin — plastic conducts heat very differently from blood-perfused tissue, and the cylinders had no thermoregulation. The 1945 formula routinely produced wind-chill values 20 to 30 °F colder than skin actually felt, which the public learned to ignore and which made the warnings less effective. After complaints from meteorologists and physiologists, an OFCM working group commissioned new physiological trials at Defence R&D Canada in 2000–2001. The 2001 index based on those trials was adopted simultaneously by the NWS and Environment Canada on 1 November 2001.
Does wind chill affect water, cars, and pipes the same way it affects skin?
No — and this is one of the most common misconceptions. Wind chill is a physiological index calibrated to human skin temperature. A puddle of water, an unfrozen pipe, or an engine block does not 'feel' wind chill; it cools toward the actual air temperature, not the wind-chill value. Wind does speed up the rate at which those objects reach the air temperature (and accelerates evaporative cooling if their surface is wet), but it cannot cool them below the ambient air temperature. So if the air is 35 °F with a wind chill of 20 °F, your exposed cheek feels like 20 °F, but the water in your bird bath will not freeze.
Is the wind speed measured at face level or higher up?
The 2001 formula was calibrated using wind speeds measured at the standard meteorological observation height of 10 metres (about 33 feet) above ground, then adjusted to face level (1.5 metres) inside the wind tunnel. That matches the speeds reported in airport METAR observations and on most weather apps and forecasts, so you can normally just type in the number your weather source gives without adjustment. Speeds at face level on the open ground are typically about two-thirds of the 10-metre value, but the regression already incorporates that conversion — entering the face-level value would over-correct.
How is wind chill calculated outside of the U.S. and Canada?
Most national meteorological services have adopted the 2001 NWS/Environment Canada formula directly or with minor cosmetic changes — the U.K. Met Office, Australia's Bureau of Meteorology (for its rare cold-mountain advisories), and most European services all publish wind-chill values consistent with the same regression. Some Nordic and Russian services additionally publish the JAG/TI 'wind-chill equivalent temperature' developed by Bluestein and Zecher (1999), which produces very similar numbers in the practical range. The pre-2001 Siple–Passel formula is still occasionally cited in older textbooks and survival manuals, but no major meteorological agency uses it for public advisories any more.
Why do the °F and °C wind-chill values not match if I plug in the same conditions twice?
They should agree to within about 0.5 °F or 0.3 °C, but tiny discrepancies are normal. The Imperial and metric forms of the 2001 formula are independent regressions, so the metric version applied to 0 °C and 16 km/h does not produce exactly the °C conversion of the Imperial version applied to 32 °F and 10 mph. This calculator avoids that drift by always computing the Imperial form first and then converting to Celsius using the exact (°F − 32) × 5⁄9 relationship — so the two outputs are guaranteed to round-trip cleanly and represent the same physical apparent temperature.
Can wind chill ever be warmer than the air temperature?
Not within the formula's valid range. Whenever the air is at or below 50 °F (10 °C) and the wind is at least 3 mph, the regression always produces a wind-chill value less than or equal to the air temperature — wind cannot warm exposed skin. Above 50 °F or below 3 mph the formula simply does not apply and this calculator echoes the air temperature back unchanged, which is the same convention NWS WxCalc uses. If you ever see a 'wind chill' reported as warmer than the air temperature on a third-party site, it is almost certainly a unit-conversion bug, not real physics.

In this category

Embed

Quanta Pro

Paid features are coming later.

  • All 313 calculators remain free
  • No billing is enabled
Coming soon