Calculating midpoint...
Enter two coordinates above to find the great-circle midpoint, distance, and bearing.
What Is a Great Circle Midpoint?
A great circle midpoint is the point on Earth's surface that splits the shortest path between two coordinates into two equal arcs. Because Earth is roughly spherical, the shortest path between any two points is not a straight line on a flat map — it is a segment of a great circle, which is the largest circle that can be drawn around the globe. This calculator finds the geographic centre of that arc using 3-D vector mathematics on a spherical Earth model.
Great Circle Midpoint — Visual Reference
Sphere Cross-Section
Why Averaging Lat/Lon Fails
Convert to 3-D vectors
Each lat/lon becomes a unit vector from Earth's centre
Add and normalise
Sum the vectors, then scale back to unit length
Convert back to lat/lon
The resulting vector points at the true midpoint
The teal arc is the shortest great-circle path; the white dot marks the geographic midpoint.
How to Calculate the Geographic Midpoint Between Two Coordinates
The simplest way to understand the math is to imagine each coordinate as a unit vector pointing from the centre of Earth to the surface. Add those two vectors together and normalise the result back to unit length. The direction of the resulting vector points exactly at the geographic midpoint. Converting that vector back to latitude and longitude gives the final answer.
This method is more accurate than just averaging latitudes and longitudes, because it follows the curvature of the Earth. Averaging decimal degrees only works accurately near the equator and becomes increasingly wrong as you move toward the poles or cross the 180° meridian.
Great Circle vs. Rhumb Line: Why the Route Matters
A rhumb line is a path of constant bearing — it looks straight on a Mercator map and is easy to steer manually. A great circle, by contrast, continuously changes bearing and appears curved on most flat maps. Over long distances the difference is dramatic: the great-circle route from London to Tokyo passes near the Arctic, while the rhumb line would be hundreds of kilometres longer.
That is why pilots, maritime planners, and logistics analysts care about great-circle midpoints. The midpoint tells them where the route changes hemisphere, where to place a fuel stop, or where two supply bases are equidistant along the true shortest path.
Uses of a Great Circle Midpoint Calculator
Aviation route planning is the most obvious use case — flight dispatchers use great-circle distances and midpoints to estimate fuel, timing, and alternate airports. In telecommunications, submarine cable and satellite ground-station planning both rely on great-circle geometry to minimise latency and cable length.
Logistics teams use midpoint calculations to position warehouses or meeting points between two cities, while travellers use them to find a fair "halfway" vacation spot. The tool is also useful in GIS education because it makes the difference between spherical and flat-map distance visually clear.
How Accurate Is This Midpoint Calculation?
This calculator uses the standard haversine formula and vector-normalised midpoint on a spherical Earth model with a mean radius of 6,371 km. The result is accurate to within a few metres for most practical purposes. If you need sub-metre precision for surveying or geodesy, you should use a geodesic solver such as Vincenty's formulae or Karney's geographiclib, which account for Earth's ellipsoidal shape.
Example Midpoints for Popular Routes
| Route | Point A | Point B | Approx. Midpoint | Distance |
|---|---|---|---|---|
| London ↔ New York | 51.51, -0.13 | 40.71, -74.01 | 52.37° N, 41.29° W | 5,570 km |
| Los Angeles ↔ Tokyo | 34.05, -118.24 | 35.69, 139.69 | 47.93° N, 168.57° W | 8,815 km |
| Sydney ↔ Dubai | -33.87, 151.21 | 25.20, 55.27 | 6.45° S, 100.51° E | 12,050 km |
| Paris ↔ Moscow | 48.86, 2.35 | 55.76, 37.62 | 53.62° N, 18.56° E | 2,486 km |
Frequently Asked Questions
What is the difference between a geographic midpoint and a halfway point by road?
The geographic midpoint is the halfway point along the shortest great-circle arc through the air. A halfway point by road follows road networks, ferries, and borders, so it can be hundreds of kilometres away from the geographic midpoint. Use this tool for air, sea, or straight-line planning; use a driving-distance tool for road trips.
How do pilots use great circle routes?
Pilots and flight dispatchers plan long-haul routes along great circles to minimise fuel burn and flight time. The route is flown as a series of short straight segments, each with a slightly different heading, and the midpoint helps identify the optimal location for fuel stops, alternates, and oceanic crossing waypoints.
Why is the midpoint not just the average of two latitudes and longitudes?
Averaging latitudes and longitudes treats the coordinates as if they were on a flat grid. Earth is curved, so the true shortest path dips toward the pole and the correct midpoint lies on that curved path. Near the equator the error is small, but on long routes or routes near the poles the flat average can be off by hundreds of kilometres.
What happens if two points are on opposite sides of the Earth?
If two points are perfectly antipodal, there are infinitely many great circles between them, so the midpoint is ambiguous. The calculator detects this case, shows a clear note, and returns one valid midpoint so the tool remains useful for near-antipodal coordinates.
Can I use this midpoint for flight planning or drone routes?
Yes, for preliminary planning and visualisation. For certified flight plans or beyond-visual-line-of-sight drone operations, you should verify results against aviation charts, NOTAMs, and country-specific regulations. The calculator gives the mathematical midpoint; operational constraints may require adjustments.
How do I convert the midpoint to DMS or UTM coordinates?
This tool already displays the midpoint in degrees-minutes-seconds below the decimal-degree result. If you need UTM easting and northing, copy the decimal latitude and longitude into our WGS84 to UTM Converter. For DMS-only conversion, use the Lat/Long to DMS Converter.
Related Calculators
Haversine Distance Calculator
Calculate great-circle distance between two points on Earth
Distance & Bearing Calculator
Find initial bearing and rhumb-line distance between coordinates
Coordinate Converter
Convert between decimal degrees and DMS format
WGS84 to UTM Converter
Convert lat/long to UTM easting and northing