Crosswind Component Calculator
Every runway has a heading. Wind rarely aligns exactly with that heading. The crosswind component is the portion of the wind perpendicular to the runway, and the headwind component is the portion aligned along it. Crosswind landings require aircraft to crab or use a slip technique to maintain runway alignment, which becomes harder as the crosswind component increases. All aircraft have a maximum demonstrated crosswind component published in their POH. This calculator resolves the wind vector into its headwind and crosswind components using standard trigonometry, giving you the critical values needed for pre-flight decisions.
Crosswind and headwind component formulas
angle = |wind_direction - runway_heading|
(if angle > 180, angle = 360 - angle)
Crosswind = wind_speed x sin(angle)
Headwind = wind_speed x cos(angle)
A positive headwind value means a headwind. A negative value means a tailwind. Wind directions and runway headings are in degrees true (or magnetic, as long as you are consistent). METAR wind directions are magnetic; runway numbers are also magnetic in most countries.
Reading METAR winds for crosswind calculation
- METAR format: DDDSSKT or DDDSSGGKT where DDD is direction, SS is steady speed, GG is gust speed, KT is knots.
- Example: 27020G30KT means wind from 270 degrees at 20 knots gusting 30 knots.
- Use 30 knots (the gust) as wind speed in this calculator to find peak crosswind.
- Variable winds (VRB) cannot be used for crosswind calculations. Delay or consider alternate runway/airport.
- Tower reports may differ from ATIS. Always use the most current wind data.
Crosswind component calculator: frequently asked questions
How is the crosswind component calculated?
Crosswind component = wind speed x sin(angle between wind and runway). The angle is the absolute difference between the wind direction and the runway heading. For example, if the wind is 270 degrees at 20 knots and the runway heading is 240 degrees, the angle is 30 degrees, so crosswind = 20 x sin(30) = 10 knots.
What is the headwind component?
Headwind component = wind speed x cos(angle between wind and runway). Using the same example above, headwind = 20 x cos(30) = 17.32 knots. A negative headwind component means you have a tailwind. Pilots prefer headwinds because they reduce takeoff and landing distances.
Why does crosswind component matter?
Aircraft have demonstrated crosswind limits published in their Pilot Operating Handbook (POH) or Aircraft Flight Manual. Exceeding the demonstrated crosswind component requires exceptional skill and is outside normal operating limits. Crosswind landings require aileron into wind and opposite rudder, which becomes increasingly difficult at higher crosswind values.
What is a typical maximum demonstrated crosswind?
Light single-engine aircraft typically have demonstrated crosswind limits between 12 and 17 knots. High-performance jets can handle 25-38 knots. The specific limit for your aircraft is in the limitations section of the POH. The FAA requires that demonstrated crosswind information be published but does not mandate a specific limit.
Does this calculator account for gust factor?
This calculator uses steady-state wind speed. For gusty conditions, use the gust speed (the higher value) as the wind speed input to find the peak crosswind component. For example, if wind is reported as 15G25 knots, enter 25 knots to determine whether the crosswind gust component exceeds your aircraft's limit.
Official sources
- FAA: Pilot's Handbook of Aeronautical Knowledge (FAA-H-8083-25), Chapter 8: Airport Operations.
- FAA: Airplane Flying Handbook (FAA-H-8083-3), Chapter 8: Crosswind Approaches and Landings.
Reviewed by the CalculatorHub team, edited by James Graham, 14 June 2026. See our methodology.