# Crosswind Calculator

Calculate crosswind and headwind components from wind speed, wind direction, and runway heading. Essential for aviation preflight and landing planning.

## What this calculates

A crosswind calculator breaks total wind into two components: the crosswind (perpendicular to your heading) and the headwind or tailwind (parallel). If the wind is 270° at 15 knots and your runway is 240°, the crosswind is about 7.5 knots from the right and the headwind is about 13 knots. Pilots, cyclists, and sailors all use these components for planning.

## Inputs

- **Wind Speed** (kt) — min 0 — Total wind speed.
- **Wind Direction** (°) — min 0, max 360 — Wind is coming FROM this direction (magnetic heading, 0-360°).
- **Runway / Travel Heading** (°) — min 0, max 360 — Runway heading or your direction of travel (0-360°).

## Outputs

- **Crosswind Component** (kt) — Perpendicular wind component (left/right).
- **Headwind/Tailwind Component** (kt) — Parallel component (positive = headwind, negative = tailwind).
- **Wind Angle Off Nose** (°) — Angle between wind direction and your heading.
- **Crosswind Side** — formatted as text — Which side the crosswind comes from.

## Details

The wind component formulas are based on simple trigonometry:

  - Crosswind = Wind Speed * sin(angle)

  - Headwind = Wind Speed * cos(angle)

Where the angle is the difference between the wind direction and your heading. A positive headwind value means wind is opposing your motion (good for takeoff/landing performance). A negative value means you have a tailwind.

**Quick Mental Math for Pilots:**
- **30° off the nose:** Crosswind = 1/2 of wind speed
- **45° off the nose:** Crosswind = 3/4 of wind speed
- **60° off the nose:** Crosswind = nearly full wind speed
- **90° (direct crosswind):** Crosswind = full wind speed

**Aircraft Crosswind Limits (examples):**
- **Cessna 172:** 15 knots demonstrated crosswind
- **Boeing 737:** 33 knots maximum crosswind
- **Airbus A320:** 38 knots maximum crosswind

For cycling, a 15 mph crosswind at 90° to your direction of travel pushes you sideways with the full 15 mph. This can be dangerous for lightweight riders on open roads or bridges. A 45° quartering headwind at 20 mph delivers about 15 mph crosswind and 14 mph headwind.

## Frequently Asked Questions

**Q: How do I read wind direction?**

A: Wind direction is reported as the direction the wind is coming FROM, in degrees magnetic. Wind from 270° means it blows from the west toward the east. When tower says 'winds 270 at 15,' the wind is coming from the west at 15 knots.

**Q: What is a demonstrated crosswind component?**

A: For light aircraft, the POH lists a 'maximum demonstrated crosswind component,' which is the highest crosswind the test pilot landed in during certification. It is not a hard limit but a guideline. Exceeding it requires extra skill and is not recommended for most pilots.

**Q: Does this work for tailwinds too?**

A: Yes. When the headwind component is negative, you have a tailwind. Tailwinds increase ground speed but require longer landing distances. FAA regulations limit tailwind components for takeoff and landing (typically 10 knots maximum for most operators).

**Q: Can I use this for non-aviation purposes?**

A: Absolutely. The math is the same for cycling, sailing, running, golf, or any activity where wind direction matters. Just enter your direction of travel as the heading and the wind speed and direction as reported. The crosswind and headwind components apply to any activity.

---

Source: https://vastcalc.com/calculators/physics/crosswind
Category: Physics
Last updated: 2026-04-08
