As the Crow Flies Distance Calculator
Calculate the straight-line "as the crow flies" distance between two coordinates using the Haversine formula for a closer estimate.
Measure the shortest globe distance between two coordinates, with results in kilometers, miles, nautical miles, and initial bearing.
Point 1
Point 2
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.
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.
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 miResult: 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.
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 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.
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.
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.
Last updated:
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).
Aircraft follow near-great-circle routes to minimize fuel consumption and flight time. A flight from New York to Singapore flies over the Arctic because the great-circle route is thousands of miles shorter than an equatorial path.
Nautical miles are the standard distance unit in aviation and maritime navigation. One nautical mile equals one minute of latitude, making it easy to measure distances on navigation charts.
Accurate to within 0.5% for any distance on Earth. The main source of error is assuming Earth is a perfect sphere. For precision applications, the Vincenty formula (ellipsoidal model) improves accuracy to sub-meter levels.
This is a distortion of flat map projections (especially Mercator). On a globe, great-circle routes are straight. On Mercator maps, only the equator and meridians appear straight; all other great circles curve.
The initial bearing is the compass direction you would face at the starting point to head toward the destination along the great-circle route. It changes continuously along the path on most routes.
Calculate the straight-line "as the crow flies" distance between two coordinates using the Haversine formula for a closer estimate.
Calculate the straight-line distance between two cities using latitude and longitude coordinates with the Haversine formula.
Convert nautical miles to kilometers and statute miles when charts, weather reports, or route notes use marine and aviation units.