Distance Between Two Points
Calculate the straight-line distance between two coordinate points using the distance formula.
How to use this tool
- Enter x₁, y₁, x₂ and y₂ in the fields above.
- Results update instantly as you type — or click Calculate.
- Read your distance and the full breakdown beneath it.
Find the straight-line (Euclidean) distance between two points using d = √((x₂−x₁)² + (y₂−y₁)²).
Frequently asked questions
- What is the distance formula?
- The distance between (x₁,y₁) and (x₂,y₂) is d = √((x₂−x₁)² + (y₂−y₁)²). This follows from the Pythagorean theorem.