Distance Between Points Calculator
Computes the straight-line distance between two points from their XY coordinates.
Enter Values
Before you rely on this: First-pass guide only. Verify safety-critical or regulated work against the relevant standards, your project requirements and a qualified professional.
How to use this calculator
- Enter the two points' coordinates.
- Press Calculate.
How it works
Distance = √((x₂ − x₁)² + (y₂ − y₁)²) — the straight line between two points.
Worked example
(0,0) to (3,4). = 5.
Frequently asked questions
Does this work in 3D?
This is the 2D straight-line distance. For 3D, add the z term: √(Δx² + Δy² + Δz²).
How does it relate to Pythagoras?
It IS Pythagoras — the distance is the hypotenuse of the right triangle formed by the x and y differences.
Related tools
- Slope Calculator
- Pythagorean Theorem Calculator
- 3D Distance Calculator
- Midpoint Calculator
- Slope Intercept Form Calculator
- Average End Area Volume Calculator
Explore more in Geometry, Shape, Area & Volume.
Cite this tool
Zerdly. (2026). Distance Between Points Calculator. Retrieved from https://www.zerdly.com/tools/distance-between-points-calculator/
Tip: Enter any known values to calculate the remaining results.
All calculations run in your browser. Your inputs are never saved or transmitted.



