Distance Between Two Points Calculator

Straight-line distance between two coordinates.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

Distance between two points

The straight-line (Euclidean) distance between two points is found with the distance formula, which is the Pythagorean theorem applied to the gaps in x and y:

distance = √((x₂ − x₁)² + (y₂ − y₁)²)

The horizontal difference and vertical difference form the two legs of a right triangle, and the distance is the hypotenuse. Because the differences are squared, the order of the points and any negative coordinates do not change the result. Everything is computed in your browser.

Ad placeholder (rectangle)