Estimate air travel time from coordinates and average speed
This calculator uses latitude and longitude to estimate great-circle distance with the Haversine formula, then divides that distance by an average speed to produce a simplified flight time estimate. It also shows an approximate longitude based time zone difference and an interactive route map.
Great-circle distance Miles or kilometers Interactive route map Compare and export
Distance
Auto calculated from coordinates
Time
Based on your average speed
Output
Map, compare, PDF
How to use the Flight Time Calculator
1
Enter departure coordinates
Type the latitude and longitude of the departure location, such as an airport or city reference point.
2
Enter arrival coordinates
Type the latitude and longitude of the destination. The page will automatically update the estimated distance.
3
Choose unit and speed
Select miles or kilometers, then enter an average speed. A commercial jet style default is prefilled for convenience.
4
Calculate and review
Press Calculate to see estimated flight time, time zone difference, the route map, scenario compare, and the PDF export layout.
Detailed guide and references▶
What this calculator does
The calculator estimates the duration of a flight between two coordinates by first calculating great-circle distance and then dividing that distance by the average speed you provide. It is intended for educational use, quick planning, and simple route comparisons rather than official scheduling.
Flight estimates are useful for quick planning and comparison
Haversine formula
The underlying distance calculation uses the Haversine formula. This formula estimates the shortest distance over the Earth's surface between two latitude and longitude points, commonly called the great-circle distance.
The standard form is:
a = sin²(Δφ/2) + cos(φ₁) × cos(φ₂) × sin²(Δλ/2)
c = 2 × atan2(√a, √(1-a))
d = R × c
This page uses an Earth radius of about 3,959 miles internally, then converts to kilometers when needed.
Time zone estimate
The time zone difference shown here is a simplified estimate based on longitude. Every 15 degrees of longitude corresponds to about one hour. This is useful as a rough planning shortcut, but actual civil time zones are influenced by national borders, local policy, and daylight saving time.
Real-world factors that change flight duration
Aircraft type and cruising speed
Headwinds and tailwinds
Air traffic control routing
Weather deviations and restricted airspace
Taxi, climb, descent, and holding patterns
Because of these factors, airline block times are usually different from a simple great-circle estimate.