Great Circle Distance Calculator

Measure the shortest globe distance between two coordinates, with results in kilometers, miles, nautical miles, and initial bearing.

Point 1

°
°

Point 2

°
°
Kilometers
9,558.6 km
Miles
5,939.4 mi
Nautical Miles
5,161.2 NM
Initial Bearing
336.2°
Planning notes, formulas, and examples

About the Great Circle Distance Calculator

A great-circle route is the shortest path between two points on a sphere, which is why long-haul flights and ocean passages often arc across a flat map instead of following a straight-looking east-west line. This calculator uses the Haversine formula with Earth's mean radius to measure that globe distance from two coordinate pairs.

It is useful when you want the direct geographic distance rather than the distance of an actual road, airway, or shipping lane. That makes it a good fit for flight comparisons, marine route checks, radio range estimates, and any planning task built around latitude and longitude.

Enter two sets of coordinates to get the great-circle distance in kilometers, statute miles, and nautical miles. The page also shows the initial bearing so you can see the starting direction from the first point toward the second.

When This Page Helps

Great-circle distance is the baseline for any trip or link that is being measured across the globe rather than along roads or local terrain. It helps when you want a realistic direct-distance reference before layering on airways, weather, restricted airspace, or route deviations.

How to Use the Inputs

  1. Enter the latitude of Point 1 (−90 to +90 degrees).
  2. Enter the longitude of Point 1 (−180 to +180 degrees).
  3. Enter the latitude of Point 2.
  4. Enter the longitude of Point 2.
  5. Review the distance in km, miles, and nautical miles, plus the initial bearing.
Formula used
Haversine: a = sin²(Δφ/2) + cos(φ1) × cos(φ2) × sin²(Δλ/2) c = 2 × atan2(√a, √(1−a)) d = R × c R = 6,371 km 1 NM = 1.852 km = 1.15078 mi

Example Calculation

Result: 9,562 km (5,940 mi / 5,163 NM)

Tokyo (35.68°N, 139.65°E) to London (51.51°N, 0.13°W) is approximately 9,562 km via the great-circle route. This path goes north over Siberia, which appears unusual on a flat map but is shorter than flying due west.

Tips & Best Practices

  • Nautical miles are the standard unit in aviation and maritime: 1 NM = 1 minute of latitude.
  • Great-circle routes over the poles can be significantly shorter than east-west routes at high latitudes.
  • Convert between units: 1 km = 0.621 mi = 0.540 NM.
  • For short distances (under 100 km), the great-circle distance is nearly identical to flat-surface distance.
  • Many flight trackers show great-circle paths as arcs on flat maps — these are actually straight lines on a globe.
  • Earth's radius varies from 6,357 km at the poles to 6,378 km at the equator; 6,371 km is the mean.

Great Circles in Navigation

Before GPS, navigators used great-circle calculations with sextants and chronometers to chart efficient courses across oceans. Modern GPS systems still use great-circle distance as the fundamental measurement for routing algorithms.

The Haversine Formula Explained

The formula computes the central angle between two points on a sphere, then multiplies by the radius to get arc length. The "haversine" function (half-versine) was historically preferred because it reduces rounding errors when computing small distances with limited-precision calculators.

Real-World Flight Routes

While great-circle routes are the shortest, actual flight paths deviate due to jet stream winds, restricted airspace, ETOPS requirements (distance from emergency airports), and air traffic control routing. Still, great-circle distance provides the theoretical minimum.

Nautical Miles and Aviation

Aviation uses nautical miles because of the direct relationship to latitude. Flying 60 nautical miles means you've traversed exactly one degree of latitude, making navigation calculations straightforward.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • A great circle is any circle on a sphere whose center coincides with the center of the sphere. The equator is a great circle. Any two points on Earth define a unique great circle (unless they're antipodal).