Earth Tunnel Distance Calculator

Free Earth Tunnel Distance Calculator — compute the straight-line chord through Earth between two coordinates and compare with the great-circle surface distance.

975.0K uses Updated · 2026-05-12 Runs locally · zero upload
AD

How to Use Earth Tunnel Distance Calculator

The Earth Tunnel Distance Calculator answers a classic “what if you dug a tunnel through the Earth” question. Type two latitude/longitude pairs, choose your unit, and the Earth Tunnel Distance Calculator returns the straight chord through Earth alongside the great-circle surface distance.

  1. Enter the start coordinates — Latitude and longitude in decimal degrees.
  2. Enter the end coordinates — Same format. Negative values mean south or west.
  3. Pick the unit and radius — Default radius is 6371 km. Switch to miles or override the radius for custom planetary bodies.
  4. Read all four results — Tunnel distance, surface distance, their difference, and the central angle θ.

Formula & Theory — Earth Tunnel Distance Calculator

The Earth Tunnel Distance Calculator first finds the central angle θ between the two points with the haversine formula, then converts it to both a chord and an arc on a sphere of radius R:

a = sin²(Δφ / 2) + cos(φ1) · cos(φ2) · sin²(Δλ / 2)
θ = 2 · atan2(√a, √(1 − a))
surface = R · θ
tunnel  = 2 · R · sin(θ / 2)
SymbolMeaning
φLatitude in radians
λLongitude in radians
REarth radius
θCentral angle

Assumptions and Limits

The Earth Tunnel Distance Calculator treats Earth as a perfect sphere. Real Earth is an oblate spheroid, and any real tunnel would also face extreme heat, pressure, and inhomogeneous geology. Results are educational approximations only.

Use Cases for Earth Tunnel Distance Calculator

The Earth Tunnel Distance Calculator is a great teaching aid and trivia tool:

  • Geography classrooms — Show the difference between great-circle distance and chord distance.
  • Trivia and fun maths — Compute how short a hypothetical tunnel between any two cities would be.
  • Astronomy and planetary science — Plug in another planet’s radius to compare chord and arc distances on different bodies.
  • Spherical geometry intuition — Visualize how chord and arc converge for short distances and diverge for long ones.

For any “if you dug straight through” comparison, the Earth Tunnel Distance Calculator gives the chord, the arc, and the percentage shortcut in a single view.

Frequently asked questions about Earth Tunnel Distance Calculator

What does the Earth Tunnel Distance Calculator compute?

The Earth Tunnel Distance Calculator computes the straight chord through the Earth's interior between two surface points, plus the great-circle surface distance for comparison.

What formula is used?

Tunnel distance d = 2R × sin(θ/2), where θ is the central angle between the two points and R is Earth's radius. The Earth Tunnel Distance Calculator uses the haversine formula to obtain θ.

Can I change the Earth radius?

Yes. Default is 6371 km, but you can switch to miles (3958.8 mi) or enter a custom radius for sensitivity studies.

Is my data stored?

No. All calculations happen in your browser; nothing is sent to a server.