Part of the data ring
FlyTime

Flight distance calculator

Any two airports in the database. Nothing is sent to a server.

Start typing a city or airport code
Distancekilometres
Milesstatute miles
Nauticalnautical miles
Bearinginitial heading

How it works

The calculator loads the airport coordinate list once, then computes the haversine great-circle distance between your two choices and applies the flight-time model described on the method page: 0.42 hours of ground and climb allowance plus distance divided by 805 km/h.

Every calculation happens in your browser. Nothing you type is sent anywhere, and there is no request to any server after the page loads.

SOURCE·OurAirports + great-circle computation·REVIEWED JUL 2026

How this is worked out

  1. Both airports' coordinates come from OurAirports, a public-domain dataset — nothing is scraped from another flight site.
  2. Distance is a great-circle (haversine) figure on a mean earth radius of 6,371.0088 km, so it is the shortest path over the surface, not a road distance.
  3. Airborne time is that distance divided by 805 km/h, a representative jet cruise speed.
  4. A flat 25 minutes is added for pushback, taxi, climb, descent and taxi-in, which is why no hop is ever half an hour gate to gate.
  5. Winds, aircraft type and airline schedule padding are not modelled, and every route page shows the same distance at four cruise speeds so you can see what that assumption is worth.
gate-to-gate hours = 0.42 + distance km / 805

The full model, and what it ignores →

SOURCE·OurAirports + great-circle computation·REVIEWED JUL 2026

See all 10 sites in this family, with what each one answers

Published by

Amit Sharma

Auckland real-estate agent and marketer. Builds free, sourced data tools.