Distance Between Two Points (2D + 3D)
d = √(Δx² + Δy² [+ Δz²]). Pythagorean distance in the plane or 3-space.
Result
How to use this calculator
- Enter two points' coordinates.
- Read distance.
About this calculator
The distance formula is the Pythagorean theorem applied to the legs Δx and Δy: d = √(Δx² + Δy²). Foundational for coordinate geometry, GPS, computer graphics, machine learning (Euclidean distance). Manhattan distance |Δx| + |Δy| is an alternative — what a taxi drives on a city grid. Generalizes to 3D: d = √(Δx² + Δy² + Δz²).
Frequently asked
Why is this distance?+
Manhattan vs. Euclidean?+
3D version?+
GPS distance?+
Negative distance?+
Related calculators
More tools you might like
Hand-picked tools that pair well with this one — same audience, same intent.
P = a + b + c. Sum of all three sides.
V = s³. Six equal square faces.
Midpoint = (avg of each coordinate). The point exactly between two points in 2D or 3D.
m = (y₂−y₁) / (x₂−x₁). Returns slope-intercept form y = mx + b.
a² + b² = c². Solve for hypotenuse or missing leg of a right triangle.
Convert daily steps into calories burned and distance covered — accounts for your weight & height.