How to Read METAR Wind for Crosswind Calculations

The crosswind calculator needs three values from the wind report: wind direction, wind speed, and gust speed. METAR and ATIS encode all three in a compact format. Here is how to extract them.

METAR Wind Group Format

The wind group in a METAR always appears as: DDDSSKT or DDDSSGggKT

FieldMeaningExample
DDDWind direction (degrees from)270 = wind from west
SSSteady wind speed15 = 15 knots
GGust indicator (only present if gusts)G
ggGust speed22 = gusting to 22 knots
KTUnit = knotsKT

Examples:

METAR stringMeans
27015KTWind from 270° at 15 knots, no gusts
27015G22KTWind from 270° at 15 knots, gusting 22
33020G30KTWind from 330° at 20 knots, gusting 30
00000KTCalm wind (no direction, no speed)
VRB03KTVariable direction at 3 knots

Extracting Values for the Calculator

From 33020G30KT:

  • Wind direction → 330
  • Wind speed → 20
  • Gust speed → 30

Enter all three into the crosswind calculator. The calculator computes both the steady crosswind component (from 20 knots) and the gust crosswind component (from 30 knots). Always check the gust component against your aircraft’s demonstrated limit — the gust is the operationally relevant number.

Wind Direction Convention

METAR wind direction is the direction the wind is coming FROM, in degrees true at flight levels and degrees magnetic at surface stations (below 18,000 ft in the US).

  • 270 = wind from the west (blowing eastward)
  • 360 (or 000) = wind from the north
  • 090 = wind from the east

When you enter wind direction into the crosswind calculator, use the three-digit METAR value directly. No conversion needed.

Variable Wind Reports

VRB (variable direction): Reported when wind direction fluctuates more than 60° and speed is 6 knots or less. No reliable crosswind calculation is possible. For landing purposes, treat this as worst-case — assume a crosswind equal to full wind speed from any direction, and choose the runway with the best visual wind indicator (windsock).

Variable sector notation: When winds are variable between two sectors (e.g., 360V090 reported after the wind group), use the sector most unfavorable for your runway when calculating crosswind. The 360V090 notation means winds have varied between 360° and 090°.

ATIS vs METAR

SourceUpdatedPrecisionBest use
METAREvery 30 min (or special)Exact — recorded observationPre-flight planning, departure check
ATISUpdated by controller when significant changes occurMay lag — controller discretionArrival — most current available
TowerReal-timeSpoken, approximateFinal approach correction

For pre-flight crosswind planning, use the METAR. For the approach, use ATIS and confirm with tower. The crosswind calculator accepts the exact METAR values — no rounding required.

Wind Units in METAR

US METARs always use knots (KT). Some countries use meters per second (MPS) — these appear as DDDSSSMPS or DDDSSGggMPS.

The crosswind calculator supports kts, mph, km/h, and m/s — select the matching unit before entering values.

Gust Factor and Why It Matters

The gust crosswind component — not the steady crosswind — determines whether landing is within aircraft limits. A METAR of 27010G25KT on runway 27 (270°) at 90° angle means:

ComponentSteady (10 kts)Gust (25 kts)
Crosswind10 kts25 kts
Headwind0 kts0 kts

If the aircraft limit is 15 kts, the steady wind is well within limits but the gust exceeds them by 10 knots. The gust component is the go/no-go number.

For the formula behind the calculation, see crosswind component formula. For the full step-by-step process from METAR to landing decision, see how to calculate crosswind component.

References & Sources

  1. [1] FAA Aviation Weather Services — METAR Decoding (opens in new tab)
  2. [2] FAA Aeronautical Information Manual — Weather Reports and Forecasts (opens in new tab)