Ground Speed Calculator

Calculate ground speed from airspeed and wind conditions

Compute ground speed, wind correction angle, and heading for flight planning

Last updated: December 22, 2025
Frank Zhao - Creator
CreatorFrank Zhao

Calculation Mode

More info

Wind Direction Convention

More info
More info
kn
More info
kn
More info
deg
More info
deg
More info
kn
More info
kn
More info
deg
More info
deg
More info
kn

Ground Speed, Explained Simply

What is the ground speed of a flying object?

Ground speed is the horizontal speed of a vehicle relative to the Earth’s surface. If you draw your path on a map, ground speed is how quickly you move along that map.

For aviation planning, it’s the key value for estimating en‑route time, spacing, and fuel burn.

In still air (no wind), ground speed matches true airspeed.

With wind, your track over the ground changes — even if your engine power and airspeed stay the same.

Tailwinds increase ground speed; headwinds decrease it; crosswinds mainly create drift.

True airspeed vs. ground speed

True airspeed (TAS) is your speed through the air mass. Ground speed (GS) is your speed over the Earth. Wind is the bridge between the two.

In calm conditions:Vg=VaV_{g} = V_{a}

Where VaV_{a} is true airspeed and VgV_{g} is ground speed.

  • TAS is “air-relative”.

    Useful for performance questions: takeoff, climb, and whether you can maintain control margins.

  • GS is “ground-relative”.

    Useful for ETA, distance covered, and whether you’ll arrive early or late.

  • Wind changes the result without changing the throttle.

    That’s why two flights with the same TAS can have very different flight times.

How to Use the Ground Speed Calculator

  1. 1Choose your units (knots, mph, km/h, m/s) and angle units (degrees or radians).
  2. 2Pick the wind direction convention: “From (Standard)” or “To”.
  3. 3Enter true airspeed (TAS).
  4. 4Enter wind speed and wind direction.
  5. 5Enter the course (the track you want over the ground).
  6. 6Read the outputs: wind correction angle (WCA), heading, and ground speed.

Worked example (easy sanity check)

Suppose you have Va=110 knV_a = 110\ \mathrm{kn} and a steady tailwind ofVw=15 knV_w = 15\ \mathrm{kn} aligned with your course. In that “straight tailwind” case, the drift is essentially zero:

α\alpha==00\quad\Rightarrow\quadVgV_g==Va+VwV_a + V_w==110+15110 + 15==125 kn125\ \mathrm{kn}

If you flip it to a headwind (same magnitude, opposite direction), you should expectVg95 knV_g \approx 95\ \mathrm{kn}. These are great “quick checks” that your inputs are consistent.

How to read the results

  • WCA tells you how much you need to point into the wind to stay on course.
  • Heading is the direction the nose points (course plus/minus the correction).
  • Ground speed is what you’ll see when timing legs on the map.

Real-World Examples / Use Cases

Cross‑country time planning

You want a realistic ETA for a leg, not just a best‑case guess.

TAS

Va=115 knV_a = 115\ \mathrm{kn}

Wind speed

Vw=20 knV_w = 20\ \mathrm{kn}

Course

δ=045\delta = 045^{\circ}

A modest headwind component can shave off a noticeable chunk of ground speed, stretching the leg time. Use the displayed ground speed to compute your en‑route time and update fuel planning.

Staying on a narrow track (drift control)

You’re following a corridor (coastline, airway, or drone survey line) where lateral drift matters.

TAS

Va=140 knV_a = 140\ \mathrm{kn}

Crosswind

Vxw=25 knV_{xw} = 25\ \mathrm{kn}

The wind correction angle tells you the “point‑into‑the‑wind” amount. A small angle can make a big difference over long distances.

Comparing two routes with different winds

One route is longer but has friendlier winds; the other is shorter but fights a headwind.

Route A

Vg=130 knV_g = 130\ \mathrm{kn}

Route B

Vg=110 knV_g = 110\ \mathrm{kn}

Use ground speed to compare “time cost” directly: slower GS can erase the advantage of a shorter distance.

Reverse problem: estimate wind from observed GS

You measured your ground speed on a leg and want to infer the wind (use Wind‑Finding mode).

TAS

Va=105 knV_a = 105\ \mathrm{kn}

Course

δ=270\delta = 270^{\circ}

Heading

ψ=262\psi = 262^{\circ}

With TAS, course, heading, and ground speed, the calculator estimates wind speed and wind direction in a consistent convention.

Common Scenarios / When to Use

Pre‑flight route planning

Estimate realistic leg times using the expected winds aloft.

Crosswind decision‑making

Quantify crosswind and headwind components relative to your course.

Heading correction (drift)

Find the wind correction angle and the heading that keeps you on track.

ETA and fuel “what‑ifs”

Try different winds to see how sensitive your ETA is to forecast changes.

Post‑flight wind estimate

Use Wind‑Finding mode when you have TAS, heading, course, and observed ground speed.

Drone or UAV ground track checks

Understand why a drone needs a crabbing heading to maintain a straight track.

When it may not apply

  • Rapidly changing winds (gusty conditions) can make a single wind value misleading.
  • Large altitude changes can change TAS and wind; a single “flat” model may not match reality.
  • Strong turbulence or autopilot constraints can limit the ability to hold the computed heading exactly.

Tips & Best Practices

  • Be explicit about wind convention.

    Aviation weather reports usually give wind “from”. This calculator can also accept “to”—just pick the right toggle so the direction is interpreted correctly.

  • Use the easy checks first.

    If wind is directly behind you, ground speed should be about TAS plus wind speed. If it’s directly ahead, it should be about TAS minus wind speed.

  • Watch for impossible crosswinds.

    If the crosswind component exceeds your true airspeed, you can’t hold the desired course—this tool will warn you.

  • Round for planning, not for physics.

    For ETA estimates, rounding to the nearest knot (or 1 km/h) is usually enough; keep more precision only if you need it.

Calculation Method (with Formulas)

How do I calculate ground speed from true airspeed?

The idea is vector addition: your airspeed is a vector pointed along your heading, and wind is another vector. Add them and you get the ground‑track vector.

Vg=Va+Vw\vec{V}_g = \vec{V}_a + \vec{V}_w

Here Vg\vec{V}_g is the ground velocity, Va\vec{V}_a is the true airspeed vector, and Vw\vec{V}_w is the wind vector.

In this calculator, wind direction is handled internally using the “to” direction (the direction the air mass moves toward). If you choose “From (Standard)”, the calculator converts it to “to” behind the scenes.

Vg2V_g^2==Va2+Vw2V_a^2 + V_w^2-2VaVwcos(δω+α)2\,V_a\,V_w\,\cos(\delta - \omega + \alpha)

Where:VgV_g (ground speed),VaV_a (true airspeed),VwV_w (wind speed),δ\delta (course),ω\omega (wind direction, “to”), and α\alpha (wind correction angle).

How do we find the wind correction angle of an aircraft?

The wind correction angle is the “crab angle” that cancels drift. This calculator uses the standard relationship between crosswind and airspeed.

α=arcsin ⁣(VwVasin(ωδ))\alpha = \arcsin\!\left(\frac{V_w}{V_a}\,\sin(\omega - \delta)\right)

If the crosswind component is too large (mathematically, if the term inside arcsin()\arcsin(\cdot) exceeds 11), there is no real solution — meaning the aircraft cannot hold that course with the given TAS and wind.

ψ\psi==δ+α\delta + \alpha

ψ\psi is heading (direction the nose points).

Related Concepts (Course, Heading, Wind “From/To”)

Course vs. heading

Course is the desired path over the ground (the track). Heading is where the aircraft points to achieve that track in wind.

Wind direction conventions

Weather products usually report wind “from”. Vector math is often simpler using wind “to”. This calculator supports both and keeps the math consistent internally.

Aviation angles

Angles here follow the common aviation convention: 0° = North, 90° = East, measured clockwise.

Units (knots, mph, km/h)

Knots are standard in aviation (1 kn = 1 nautical mile per hour). Use whatever unit matches your planning materials.

FAQs

What’s the difference between course and heading?

Course is the intended path over the ground. Heading is the direction you point the aircraft to keep that path when wind tries to drift you. In the simplest form:ψ=δ+α\psi = \delta + \alpha

Why does the calculator ask “Wind From” vs “Wind To”?

Meteorology typically reports where the wind comes from, while vector math often uses the direction the air moves toward. The toggle ensures the entered number matches your source.

Can ground speed be higher than true airspeed?

Yes. With a tailwind, the wind vector adds to your airspeed over the ground. A rough sanity check is:VgVa+VwV_g \approx V_a + V_wwhen wind aligns with your course.

Can ground speed be lower than true airspeed?

Also yes. A headwind subtracts from your progress. In a direct headwind,VgVaVwV_g \approx V_a - V_w(as long as Va>VwV_a > V_w).

What does a negative or positive wind correction angle mean?

It’s just a sign convention. In this calculator, the sign is tied to the crosswind direction relative to the course. If the wind is pushing you right, you’ll see a correction that turns you right (and vice versa).

What if the calculator says “No solution”?

That happens when the required crab angle is mathematically impossible — the crosswind component is larger than your true airspeed. Practically, you’d need more airspeed, a different altitude with different winds, or a different course.

Which units should I use for aviation?

Knots and degrees are the most common. But the calculator works in any supported unit — just keep the inputs consistent.

Limitations / Disclaimers

  • This calculator is a planning and learning aid. Real flight operations depend on aircraft performance, turbulence, and operational procedures.
  • Wind can vary significantly with altitude, time, and terrain. A single wind input is an approximation.
  • Results assume steady vectors and do not model gusts, wind shear, or turning flight.
  • Always follow official procedures and validated aviation sources for operational decisions.

External References

For deeper reading (and to cross-check terminology like heading, track, and wind correction angle), these references are widely used:

Note: Links are provided for convenience; availability and content can change over time.