Great-Circle Distance Calculator

Calculate the shortest distance between any two points on Earth using the Haversine formula. Get precise results in kilometers, miles, and nautical miles.

A
Starting Point

B
Destination Point

Samples:

Calculating great-circle path...

Enter the starting and destination coordinates to calculate the distance.

Precision Geography: The Haversine Formula

Determining the distance between two coordinates isn't as simple as drawing a straight line on a flat map. Because the Earth is curved, the shortest path between two points follows the "Great-Circle" route. The **Haversine Formula** is the mathematical standard for calculating these distances across a spherical surface, making it an essential tool for navigation, aviation, and logistics.

How Great-Circle Distance Works

Imagine holding a string tight against a globe between two cities. That string represents the Great-Circle path. On a traditional Mercator projection (like most digital maps), this path appears curved, but in three-dimensional space, it is the most direct route possible. Our calculator accounts for this curvature, providing a much more accurate result than simple Euclidean geometry.

Compass Bearing

In addition to distance, we calculate the Initial Bearing. This tells you the compass direction (in degrees) you would need to head to start your journey toward the destination point.

WGS84 Earth Radius

We use a mean Earth radius of 6,371 km, as recommended by the IUGG. This provides a balance between the Earth's slightly different polar and equatorial measurements.

Common Units of Measurement

  • Kilometers (km): The standard metric unit used globally for road travel and scientific reporting.
  • Miles (mi): Primarily used in the United States and the United Kingdom for land distance.
  • Nautical Miles (nm): Used by mariners and aviators. One nautical mile is exactly 1,852 meters and corresponds to one minute of latitude.

Authoritative Navigational Resources

Frequently Asked Questions

  • How accurate is the Haversine formula?

    For most civilian applications, it is extremely accurate (typically within 0.5% error). Since Earth is actually an oblate spheroid (bulging at the equator), the even more complex **Vincenty formula** is used when millimeter precision is required over long distances.

  • Does this work for flight distances?

    Yes! Commercial airlines use Great-Circle routes to save fuel and time. This is why a flight from London to Los Angeles often passes over Greenland rather than following a straight horizontal line on a map.

  • Can I use MGRS coordinates here?

    This tool requires Latitude and Longitude. To use MGRS coordinates, first convert them using our Bulk MGRS Converter, then paste the resulting decimal degrees here.

Note: All calculations are performed on the server-side for maximum precision, while your location data remains private and is only accessed with your explicit permission.