great circle route calculator

Great Circle Distance & Bearing Calculator

Calculate the shortest path between two points on Earth using latitude and longitude coordinates.

Latitude range: -90 to 90. Longitude range: -180 to 180.

What is a great circle route?

A great circle route is the shortest distance between two points on a sphere. On Earth, this is the route aircraft and ships often follow when minimizing distance is a priority. While it can look curved on a flat map, it is geometrically the most direct path over the globe.

Why a “straight line” on your map can be misleading

Most web maps use a projection like Mercator. Projections help flatten Earth onto a rectangle, but they distort direction, area, and distance. A line that appears straight on a projected map is usually not the shortest path in real-world travel. Great circle calculations correct for this by using spherical geometry directly.

How this calculator works

1) Haversine formula for distance

The calculator computes central angle and distance between two coordinate pairs using the haversine equation. This method is widely used for geodesic distance between coordinates and is stable for both short and long routes.

2) Initial and final bearings

In addition to distance, it estimates:

  • Initial bearing: your starting direction from point A toward point B.
  • Final bearing: your direction as you approach point B along the same great circle path.

These bearings are reported in degrees from true north (0° to 360°).

3) Midpoint coordinate

The route midpoint is also calculated. This is useful for planning fuel stops, midpoint waypoints, and rough route visualization between two locations.

How to use the great circle route calculator

  • Enter the start latitude and longitude.
  • Enter the destination latitude and longitude.
  • Choose your preferred output unit: kilometers, miles, or nautical miles.
  • Optionally add an average speed to estimate total travel time.
  • Click Calculate Route.

Practical use cases

Aviation and flight planning

Airlines often compare great circle flight distance with weather-adjusted routes. Winds aloft, airspace restrictions, and operational constraints may alter the final path, but great circle values are a strong baseline.

Marine navigation

Long ocean voyages benefit from great circle planning, especially over transoceanic routes. Captains may switch between rhumb-line and great-circle segments depending on weather, sea state, and legal routing lanes.

GIS, logistics, and software projects

If you need “distance between two coordinates” in an app, this approach is ideal for quick and accurate spherical estimates without a heavy geospatial stack.

Important limitations to keep in mind

  • Earth is not a perfect sphere; high-precision tasks may require ellipsoidal models (e.g., WGS84 geodesics).
  • Real travel routes can be longer due to weather, terrain, no-fly zones, and traffic management.
  • Bearing changes continuously along a great circle except at the equator and meridians.

Quick FAQ

Is this the same as driving distance?

No. This is “as-the-globe-turns” distance, not road network distance.

Why does the path appear curved?

Because you are viewing a spherical route on a flat map projection.

Should I use nautical miles for marine or aviation contexts?

Yes. Nautical miles are standard in navigation and tie directly to angular distance on Earth.

Final note

This tool gives fast, reliable estimates for global routing and coordinate-based analysis. For most planning tasks, great circle distance offers the right balance between accuracy and simplicity.

🔗 Related Calculators