How do you calculate distance between airports or waypoints?
Calculate distance between airports or waypoints in nautical miles, compare direct and route totals, and understand GPS, FMS and DME differences.
For Aviation & Real-World Flying planning, calculate the distance between airports or waypoints along the intended route, not merely from departure to destination. Enter the ordered fixes in a flight planner and read each leg and total in nautical miles. For a manual result, apply a great-circle formula to the points’ latitude and longitude.
Which flight distance should you calculate?
Use route distance for flight planning and great-circle distance for a quick direct comparison.
| Distance | What it measures | Best use |
|---|---|---|
| Great-circle distance | The shortest path over the Earth between two coordinates | Direct airport comparisons and range checks |
| Planned route distance | The sum of the legs through every entered waypoint | Flight time, fuel and operational planning |
| DME distance | Slant range from the aircraft to a ground station | Radio navigation and instrument procedures |
Airport-to-airport calculators normally use each airport’s reference coordinates rather than a particular runway threshold. That distinction can matter on a very short sector or when two databases appear to disagree.
How do you calculate route distance in nautical miles?
Build the exact route in sequence, then add the distance of every leg.
- Identify the correct points. Use airport ICAO identifiers and verify the region or coordinates of named fixes. The same short waypoint identifier can exist in more than one country.
- Enter the route in flying order. Include the departure, en-route fixes, airway points and any procedures you genuinely expect to fly. Our guide to building and inspecting routes in Little Navmap explains how to view both individual legs and the total.
- Read the total in nautical miles. If the planner shows only distance to the next fix, open its route table or navigation log and sum the legs.
- Cross-check the result. The direct great-circle distance should never exceed a correctly calculated route total. For an independent endpoint check, you can measure a direct flight-planning line in Google Earth.
- Keep uncertainty separate. Radar vectors, holds, diversions and runway changes cannot be predicted exactly. Add an appropriate planning allowance rather than inventing waypoints merely to increase the displayed total.
A route written as direct from departure to destination excludes airway bends, procedure tracks and approach manoeuvring. This is the most common reason an airport distance calculator produces a shorter figure than the FMS route.
How can you calculate waypoint distance manually?
Use the haversine great-circle formula when you have the latitude and longitude of both points.
- Convert the coordinates to radians. For each latitude and longitude, use
radians = degrees × π ÷ 180. Let latitude beφand longitude beλ. - Calculate the intermediate value. Use
a = sin²((φ2 − φ1) ÷ 2) + cos(φ1) × cos(φ2) × sin²((λ2 − λ1) ÷ 2). - Find the central angle. Use
c = 2 × atan2(√a, √(1 − a)). - Convert the angle to nautical miles. Use
distance = 3440.1 × c.
This treats the Earth as a sphere. It is accurate enough for ordinary simulator and preliminary flight planning, though professional planning systems may use a more precise ellipsoidal model.
Is there a quick calculation for short legs?
For short distances away from the poles, use the fact that one degree of latitude is approximately 60 nautical miles.
Calculate the north-south component as 60 × change in latitude. Calculate the east-west component as 60 × cos(mean latitude) × change in longitude, then use distance ≈ √(north-south² + east-west²).
Use degrees consistently and make sure the cosine function receives the angle format it expects. This shortcut becomes unreliable on long routes, at high latitudes or when crossing the 180-degree meridian; use the great-circle formula there.
Why do the planner, GPS, FMS and DME show different distances?
These systems may be measuring different endpoints, route definitions or types of distance.
- GPS waypoint distance usually runs from the aircraft’s present position directly to the active waypoint.
- FMS destination distance may total the remaining route legs, including procedures and any route changes made in flight.
- DME displays slant range to the station rather than horizontal map distance. It can therefore show nearly 1 NM directly above a station when the aircraft is roughly 1 NM above its antenna.
- Flight planners can disagree when their navigation databases contain different fixes, procedures or airport reference coordinates.
Our explanation of how GPS, FMS and DME derive position and distance covers these cockpit indications in more detail. Also check that the FMS has sequenced the expected waypoint: a route discontinuity or an accidental direct-to command changes the remaining distance immediately.
What mistakes make the calculated distance wrong?
Wrong coordinates, wrong units and an incomplete route cause most distance errors we see.
- Entering longitude before latitude, or dropping the negative sign for south and west coordinates.
- Selecting another waypoint with the same identifier.
- Mixing nautical miles, statute miles and kilometres.
1 NM = 1.852 kmand approximately1.1508 statute miles. - Measuring a flat map projection with a ruler instead of calculating a geodesic path.
- Comparing a direct endpoint distance with a route containing airways, SIDs, STARs or an approach.
- Using true airspeed multiplied by time. Ground distance depends on groundspeed, which changes with wind and each leg’s direction.
Which distance should you use for fuel and time?
Use planned route distance, expected groundspeed and the time required for each flight phase. Wind changes groundspeed, time and fuel consumption; it does not change the geometric distance between fixed waypoints.
Treat taxi, climb, approach, contingency, alternate and reserve fuel as separate planning elements rather than hiding them inside an inflated mileage figure. Once the route is settled, follow our method for turning flight time and route data into a fuel requirement.