
Compute ground speed, wind correction angle, and course from true airspeed and wind
Powered by Toolraxy · Aviation & navigation calculator

Founder & CEO, Toolraxy
Faiq Ur Rahman is a web designer, digital product developer, and founder of Toolraxy, a growing platform of web-based calculators and utility tools. He specializes in building structured, user-friendly tools focused on health, finance, productivity, and everyday problem-solving.
User Ratings:
ADVERTISEMENT
ADVERTISEMENT
For pilots, navigators, and aviation enthusiasts, understanding the effect of wind on an aircraft’s movement is essential for accurate flight planning. Ground speed, the speed of an aircraft relative to the ground, is a critical parameter that determines flight time and fuel consumption. Unlike true airspeed, which is the speed through the air, ground speed is the result of a vector sum of the aircraft’s true airspeed and the wind velocity. To maintain a desired course, pilots must also account for wind by adjusting their heading with a wind correction angle, or crab angle. The Toolraxy Ground Speed Calculator provides a straightforward way to compute these values from your true airspeed, heading, and the wind speed and direction. This tool is designed to support pre-flight planning, navigation training, and general aviation calculations, offering instant results that help you understand and visualize the impact of wind on your flight path.
Enter True Airspeed (TAS): Input the speed of your aircraft relative to the air. Select the unit from the dropdown (kt, km/h, mph, or m/s).
Enter Heading: Input the direction in which the aircraft’s nose is pointed. This is measured in degrees from North (0° = North, 90° = East).
Enter Wind Speed: Input the speed of the wind. Select the unit from the dropdown (kt, km/h, mph, or m/s).
Enter Wind Direction: Input the direction from which the wind is coming, using the meteorological convention (e.g., 180° means the wind is coming from the South). This is the direction the wind originates from.
Calculate: Click the “Calculate” button or simply adjust any input, as the tool updates results automatically.
Review the Results:
Ground Speed (GS): The speed over the ground in your chosen unit.
Wind Correction Angle (WCA): The angle you need to crab into the wind to stay on course. A positive value means you turn right, a negative value means you turn left.
Course Over Ground (COG): The actual direction of the aircraft’s movement over the ground.
Wind Component: Indicates whether you have a headwind, tailwind, or crosswind.
Note: A contextual interpretation of the results.
The Toolraxy Ground Speed Calculator solves the wind triangle problem using vector addition. True airspeed and heading represent one vector, and wind speed and direction represent another. The calculator breaks each vector down into its north and east components, adds them, and then reconstructs the resultant ground speed vector.
Calculation Steps:
Unit Conversion: All speed inputs are converted to knots (kt) for consistent calculation.
Vector Decomposition: The TAS vector is decomposed into eastward and northward components using the heading angle:
TAS_x = TAS * sin(heading_rad)
TAS_y = TAS * cos(heading_rad)
Wind Vector: The wind direction is converted from the “from” direction to the “towards” direction (wind direction + 180°). This vector is then decomposed:
Wind_x = Wind_Speed * sin(wind_towards_rad)
Wind_y = Wind_Speed * cos(wind_towards_rad)
Resultant Vector: The TAS and wind vectors are added:
GS_x = TAS_x + Wind_x
GS_y = TAS_y + Wind_y
Ground Speed: The magnitude of the resultant vector is the ground speed:
GS = √(GS_x² + GS_y²)
Course Over Ground: The direction of the resultant vector is the course over ground, calculated as the arctangent of the eastward component over the northward component.
Wind Correction Angle: The WCA is the difference between the heading and the course over ground. This is the angle by which you must steer into the wind to follow the desired course.
Formulas:
GS = √( (TAS·sin(HDG) + WS·sin(WD+180°))² + (TAS·cos(HDG) + WS·cos(WD+180°))² )
COG = atan2( GS_x, GS_y )
WCA = COG - HDG
Where:
TAS = True Airspeed
HDG = Heading (degrees)
WS = Wind Speed
WD = Wind Direction (from which the wind is coming)
Let’s calculate ground speed for an aircraft with a true airspeed of 200 knots, heading East (90°), with a wind of 30 knots coming from 135°.
Input Values:
True Airspeed: 200 kt
Heading: 90°
Wind Speed: 30 kt
Wind Direction: 135° (from the Southeast)
Conversions:
Heading: 90° = π/2 rad
Wind towards: 135° + 180° = 315° = 7π/4 rad
Vector Decomposition:
TAS_x = 200 * sin(π/2) = 200 * 1 = 200
TAS_y = 200 * cos(π/2) = 200 * 0 = 0
Wind_x = 30 * sin(7π/4) = 30 * (-0.7071) = -21.21
Wind_y = 30 * cos(7π/4) = 30 * 0.7071 = 21.21
Resultant Vector:
GS_x = 200 + (-21.21) = 178.79
GS_y = 0 + 21.21 = 21.21
Ground Speed:
GS = √(178.79² + 21.21²) = √(31965.8 + 449.9) = √(32415.7) = 180.04 kt
Course Over Ground:
COG = atan2(178.79, 21.21) = 83.24°
Wind Correction Angle:
WCA = 83.24° – 90° = -6.76° (a left crab angle)
Results:
Ground Speed: 180.0 kt
WCA: -6.8°
COG: 83.2°
Wind Component: Headwind of 19.96 kt.
Ground speed is the speed of an aircraft relative to the ground. It is a critical parameter for navigation, as it determines how quickly an aircraft reaches its destination. Unlike true airspeed (TAS), which is the speed through the air, ground speed is affected by wind. A tailwind increases ground speed, while a headwind decreases it. For a given TAS, ground speed can vary significantly depending on the strength and direction of the wind. Calculating ground speed is essential for estimating flight times, fuel consumption, and arrival times. The Toolraxy Ground Speed Calculator provides this value instantly, helping you account for wind in your flight planning.
What is ground speed in aviation?
Ground speed is the speed of an aircraft relative to the ground. It is calculated by vectorially adding the true airspeed and the wind velocity. A tailwind increases ground speed, while a headwind decreases it.
How do you calculate ground speed?
Ground speed is calculated using vector addition. The true airspeed and heading are combined with the wind speed and direction. The result is the ground speed, which can be computed using the formula GS = √((TAS·sin(HDG) + WS·sin(WD+180°))² + (TAS·cos(HDG) + WS·cos(WD+180°))²).
What is a good wind correction angle?
A small wind correction angle (e.g., less than 5°) is typical for moderate winds. A larger angle (e.g., greater than 10°) indicates a strong crosswind. The required WCA depends on the wind speed and the angle between the wind and your heading.
How does a headwind affect ground speed?
A headwind reduces ground speed, making the aircraft travel more slowly relative to the ground for a given true airspeed. This increases flight time and fuel consumption.
How does a tailwind affect ground speed?
A tailwind increases ground speed, making the aircraft travel faster relative to the ground. This decreases flight time and fuel consumption.
What is the difference between heading and course?
Heading is the direction in which the aircraft’s nose is pointed, as measured by the compass. Course is the intended direction of travel over the ground. The wind correction angle is the difference between the two, used to compensate for wind drift.
How does wind direction affect the wind correction angle?
Wind direction determines which side the wind is coming from. A wind from the left will require a left crab (negative WCA), while a wind from the right requires a right crab (positive WCA). The greater the crosswind component, the larger the WCA.
Can I use this calculator for a cross-country flight plan?
Yes, this calculator is a valuable tool for pre-flight planning. It allows you to estimate ground speed and required heading for each leg of your flight, providing inputs for time and fuel calculations. For actual flight, always cross-check with official flight planning data.
ADVERTISEMENT
ADVERTISEMENT