Atlas/ Tools/ Crosswind component
Calculator · Performance
Crosswind component.
How much of the wind is across the runway, how much is down it. The number that decides whether you take this runway or wait for the crosswind to back off.
Methodology.
- · Runway heading:
designator × 10(e.g. RWY 28 = 280°). Letter suffix (L/C/R) ignored. - · Angle off runway:
(wind_dir − rwy_hdg), normalized to ±180°. - · Headwind component:
WS × cos(angle)(negative = tailwind). - · Crosswind component:
WS × sin(angle)(sign = side).
Same trig the FAA AFH and every airline FOM use. The aircraft's maximum demonstrated crosswind component lives in the POH; this calculator just gives you the number to compare against it.