Wind Component CalculatorCrosswind and Headwind Vector Decomposition
Free
No signup
Trigonometry steps
This wind component calculator decomposes any wind into its crosswind and headwind components using trigonometry. See the exact sine and cosine factors, wind angle, and direction -- with full step-by-step vector decomposition. Used for aviation planning, pilot training, and performance calculations.
Wind Vector Details
Wind speed unit
Crosswind Component
10.0 kts
← from left | sin = 0.5000
17.3 kts
Headwind
30°
Wind angle
0.500 / 0.866
sin / cos
At 30° wind angle, sin = 0.5000 and cos = 0.8660: 50.0% of the 20 kts wind acts as crosswind (10.0 kts) and 86.6% acts as headwind (17.3 kts).
Getting started
How to use this wind component calculator
1
Select speed unit
Choose knots for aviation, mph or km/h for other uses.
2
Enter wind
Enter wind speed and direction (FROM heading in degrees magnetic).
3
Enter runway
Enter the runway heading or reference heading (e.g., 270° for Runway 27).
4
Read components
Read the crosswind and headwind components, plus the sine and cosine factors.
The calculation
Step-by-step wind vector decomposition
1
Find the wind angle
Wind Angle = |210° - 240°| = 30°
Wind angle = 30.0°
2
Calculate the crosswind component -- using sine
Crosswind = Wind Speed x sin(Wind Angle)
= 20 x sin(30.0°)
= 20 x 0.5000
sin factor: 0.5000 (50.0% of wind is crosswind)
= 10.0 kts crosswind
3
Calculate the headwind component -- using cosine
Headwind = Wind Speed x cos(Wind Angle)
= 20 x cos(30.0°)
= 20 x 0.8660
cos factor: 0.8660 (86.6% of wind is headwind)
= 17.3 kts headwind
4
Determine crosswind side and confirm total
Offset = (210° - 240° + 360°) mod 360° = 330°
Offset > 180° -> from LEFT
Check: sqrt(xw^2 + hw^2) = sqrt(10.0^2 + 17.3^2) ≈ 20.0 kts
Wind from the LEFT | Components verified
Formula
How wind vector decomposition works
Wind is a vector -- it has both a speed (magnitude) and a direction. When wind blows at an angle to the runway, it is mathematically equivalent to two simultaneous winds: one blowing directly down the runway (headwind or tailwind) and one blowing directly across it (crosswind). These are the components of the wind vector, and they can be found using the sine and cosine of the wind angle.
The wind angle is the angular difference between the wind direction and the runway heading, always normalized to a value between 0° and 90°.
Crosswind (XW) = Wind Speed x sin(Wind Angle) Headwind (HW) = Wind Speed x cos(Wind Angle) Verification: sqrt(XW^2 + HW^2) = Wind Speed Wind Angle = |Wind Dir - Runway Hdg| (normalize to 0-180°)
The beauty of the vector decomposition is that it is exact: no information is lost. If you square the crosswind and square the headwind, then add them together and take the square root, you get back exactly the original wind speed.
Reference Table
Wind angle -- sine and cosine reference table
This table shows the sine and cosine values at each wind angle, letting you verify or calculate wind components mentally for common angles.
Angle
sin (XW fraction)
cos (HW fraction)
% crosswind
% headwind
0°
0.000
1.000
0%
100%
10°
0.174
0.985
17%
99%
20°
0.342
0.940
34%
94%
30°
0.500
0.866
50%
87%
40°
0.643
0.766
64%
77%
45°
0.707
0.707
71%
71%
50°
0.766
0.643
77%
64%
60°
0.866
0.500
87%
50%
70°
0.940
0.342
94%
34%
80°
0.985
0.174
99%
17%
90°
1.000
0.000
100%
0%
At 30°, exactly 50% of wind speed is crosswind -- a useful rule of thumb. At 45°, both components are 71% of wind speed.
Tips & Common Mistakes
Quick tips for wind component calculations
The 30° = 50% rule.
At 30° wind angle, the crosswind component is exactly half the wind speed. This is one of the most useful mental-math shortcuts in aviation.
The 45° = 70% rule.
At 45°, both crosswind and headwind are ~70.7% of wind speed. If the wind is halfway between the runway and 90° off, both components are near equal.
Check sin^2+cos^2=1 to verify your math.
For any angle, sin^2(a)+cos^2(a) = exactly 1. If you compute sin and cos and they do not satisfy this, there is a calculation error.
Common wind component calculation mistakes
Confusing wind direction as the direction wind blows toward
Aviation convention reports wind as the direction FROM which it blows. A METAR wind of 270° blows FROM the west and TOWARD the east. If your result seems reversed -- crosswind appears on the wrong side -- check whether your wind direction is FROM or TOWARD.
Normalizing the wind angle incorrectly
The wind angle must be between 0° and 90° for the sin/cos formula to give correct positive component magnitudes. If |WD-RD| is greater than 180°, subtract from 360° to get the equivalent angle under 180°.
Forgetting that sin and cos produce fractions, not percentages
sin(30°) = 0.5, not 50. The result must be multiplied by wind speed to get the component in knots. The sine is a multiplier (fraction), not the final answer.
FAQ
Frequently asked questions
Q
What is a wind component calculator?
A wind component calculator decomposes a reported wind (speed + direction) into two perpendicular vectors relative to a reference direction (such as a runway) using trigonometry. The result is the crosswind component (perpendicular, equals Speed x sin(angle)) and the headwind component (parallel, equals Speed x cos(angle)). These two values tell a pilot exactly how much wind acts sideways against the aircraft and how much assists or opposes flight along the runway.
Q
How do you calculate aviation wind components?
Step 1: Find the wind angle -- the absolute difference between wind direction and runway heading, normalized to 0-180°. Step 2: Crosswind = Wind Speed x sin(Wind Angle). Step 3: Headwind = Wind Speed x cos(Wind Angle). For example: 15 kts from 230° on runway heading 270° gives wind angle = |230-270| = 40°. Crosswind = 15 x sin(40°) = 15 x 0.643 = 9.6 kts. Headwind = 15 x cos(40°) = 15 x 0.766 = 11.5 kts.
Q
What is the difference between the crosswind and headwind components?
The crosswind component acts perpendicular to the runway -- it pushes the aircraft sideways and must be countered with active aileron and rudder throughout the approach and rollout. The headwind component acts parallel to the runway centerline -- it reduces groundspeed, shortens takeoff and landing distance, and is generally beneficial. A pure headwind gives no crosswind; a pure 90° crosswind gives no headwind. All winds at intermediate angles contribute to both components simultaneously.
Q
What do sine and cosine have to do with wind?
Sine and cosine are the mathematical tools for decomposing any vector (like wind velocity) into perpendicular components. The sine of the wind angle gives the fraction of total wind speed that acts at right angles to the runway (crosswind). The cosine gives the fraction acting along the runway (headwind). Since sin^2+cos^2=1 for any angle, the two components always combine to give back the original wind speed: sqrt(xw^2+hw^2) = original wind speed. This is the Pythagorean theorem for vector decomposition.
Q
Why does a 90-degree wind give full crosswind and no headwind?
At 90°, sin(90°) = 1.0 and cos(90°) = 0. The entire wind vector acts perpendicular to the runway, producing maximum crosswind equal to the full wind speed, and zero headwind. Conversely, at 0° (directly down the runway), sin(0°) = 0 and cos(0°) = 1, giving zero crosswind and full headwind. At 45°, sin(45°) = cos(45°) = 0.707, so both components are exactly 70.7% of the wind speed -- the only angle where crosswind and headwind are equal.
Q
Can I use this calculator for takeoff as well as landing?
Yes -- wind components are equally important for takeoff. Headwind reduces the ground roll required for liftoff; crosswind demands active directional correction during the ground roll, which can be more demanding on a narrow or short runway. The calculation is identical for both phases. Simply enter the runway heading you will use for departure and the reported wind to find your takeoff crosswind and headwind components. Checking wind components is a standard step in every pre-departure performance calculation.