Great Circle Distance Calculator
Calculate the shortest distance between two points on Earth using the Haversine formula, with bearing and estimated flight time.
Use the Great Circle Distance Calculator
Coordinates Input
A
Point A
B
Point B
Enter coordinates or select a famous route, then click Calculate Distance.
A
B
Great Circle Distance
km
/
mi
Initial Bearing
Final Bearing
Est. Flight Time
at 900 km/h cruise
Angular Distance
central angle
Haversine:
a = sin²(Δlat/2) + cos(lat1)·cos(lat2)·sin²(Δlon/2)
c = 2·atan2(√a, √(1−a)) d = R·c R = 6 371 km
c = 2·atan2(√a, √(1−a)) d = R·c R = 6 371 km
Summary
Calculate the shortest distance between two points on Earth using the Haversine formula, with bearing and estimated flight time.
How it works
- Enter the latitude and longitude (decimal degrees) for Point A.
- Enter the latitude and longitude for Point B.
- The tool applies the Haversine formula on a sphere of radius 6371 km to get the arc distance.
- Initial and final bearings are derived from the coordinate geometry using atan2.
- Distance is shown in kilometers and miles, with an estimated flight time at 900 km/h.
Use cases
- Plan international flight routes and estimate travel times.
- Calculate sailing distances between ports for navigation.
- Determine the shortest radio or satellite link path between two stations.
- Verify map distances in geographic information system (GIS) work.
- Estimate fuel requirements for long-haul aviation routes.
Frequently Asked Questions
Last updated: 2026-09-19 ·
Reviewed by Nham Vu