Thursday 12 Jun 2025
12:47:37 UTC: 12:47:37
Menu
SEARCH DATABASES
FLIGHT INFO
PLAN TRAVEL
RESOURCES
SHOP
BLOG
Home
Resources
Aviation Calculators
Heading
Turn Performance
Temperature Conversion
Sun Info
Heading
Course
Density Altitude
Heading
Enter the wind speed, true airspeed, wind direction, and course to calculate the heading, ground speed, and wind correction angle.
Wind Speed
Enter the Wind Speed
This field is required
Wind Direction (from)
Enter the Wind Direction
This field is required
True Airspeed
Enter the True Airspeed
This field is required
Course
Enter the Course
This field is required
(Math.PI/180) * {{course}}
(Math.PI/180) * {{windDir}}
({{windSpd}}/{{TAS}}) * Math.sin({{wd}} - {{crs}})
Heading( {{windSpd}},{{windDir}},{{TAS}},{{course}})
Math.round(((180/Math.PI) * {{hd}}) * 100) / 100
({{TAS}} * Math.sqrt(1 - Math.pow({{swc}}, 2)) - ({{windSpd}} * Math.cos({{wd}} - {{crs}}))).toFixed(2)
((180/Math.PI) * (Math.atan2({{windSpd}} * Math.sin({{hd}}-{{wd}}), {{TAS}}-{{windSpd}} * Math.cos({{hd}}-{{wd}})) *-1)).toFixed(2)
Calculated Results
Heading:
Ground Speed:
Wind Correction Angle: