Great Circle Distance Calculator
Measure the shortest globe distance between two coordinates, with results in kilometers, miles, nautical miles, and initial bearing.
Calculate the straight-line "as the crow flies" distance between two coordinates using the Haversine formula for a closer estimate.
Point A
Point B
As-the-crow-flies distance is the shortest surface path between two coordinates, ignoring roads, terrain, and route constraints. It gives you a clean baseline for how far apart two places really are before any real-world routing is added.
This calculator uses latitude and longitude to estimate that direct distance in miles, kilometers, and nautical miles. It is useful for straight-line comparisons, route-efficiency checks, coverage radii, and simple geographic reference.
Use it when the shortest possible separation matters more than the actual driving or walking path.
A straight-line baseline is useful because many practical distances are inflated by route layout. Comparing the direct distance with a road or trail distance can show how indirect the real route is.
Haversine: d = 2R × arcsin(√(sin²(Δφ/2) + cosφ1 × cosφ2 × sin²(Δλ/2)))
Where R = 6,371 km, φ = latitude, λ = longitudeResult: 213 miles (343 km)
London (51.51°N, 0.13°W) to Paris (48.86°N, 2.35°E) is approximately 213 miles (343 km) as the crow flies. The actual driving distance via the Channel Tunnel is about 290 miles, showing that roads add roughly 36% to the direct distance.
Earth's surface is curved, so the shortest distance between two points follows a great circle — the intersection of the sphere with a plane passing through the center. The Haversine formula computes this arc distance accurately for most practical purposes.
The ratio of road distance to straight-line distance is called the route factor or circuity factor. Highways typically have a factor of 1.2–1.3, city streets 1.3–1.5, and mountainous roads 1.5–2.0. Understanding your route factor helps you estimate driving distances from straight-line measurements.
Straight-line distance is used in cell tower coverage planning, emergency response radius mapping, real estate proximity analysis, and environmental impact assessment zones. Insurance companies use it to determine property distance from coastlines and fire stations.
The Haversine formula is accurate to within 0.5% for any distance on Earth. For sub-meter precision needed in surveying and engineering, the Vincenty or Karney algorithms account for Earth's ellipsoidal shape.
Last updated:
It means the straight-line distance between two points, as if a crow flew directly from one to the other. It's the shortest possible distance across Earth's surface, ignoring all terrain and obstacles.
Typically 20–50% longer. In flat areas with grid roads, it may be only 20% more. In mountainous regions or areas with water bodies, road distance can be 50–100% more than straight-line.
On Earth's surface, yes. The great-circle route IS the shortest path between two points on a sphere. A true straight line through the Earth would be shorter but isn't physically traversable.
Google Maps: right-click any point to see coordinates. Apple Maps: drop a pin and tap to see coordinates. You can also search "latitude longitude of [city name]" online.
This calculator requires coordinates. To get coordinates for an address, use Google Maps or a geocoding service that converts addresses to lat/long pairs.
They actually DO follow straight lines on a globe (great circles). Flat map projections distort these paths into curves. A flight from New York to Tokyo appears to curve north on a flat map but follows the shortest path on a globe.
Measure the shortest globe distance between two coordinates, with results in kilometers, miles, nautical miles, and initial bearing.
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.