Enter the x, y and z coordinates of both points and the calculator returns the 3D distance with the full breakdown.
d = √((x₂−x₁)² + (y₂−y₁)² + (z₂−z₁)²), the 3D extension of the Pythagorean theorem.
Yes — it shows Δx, Δy and Δz along with the squared terms in the final calculation.
Yes — any real numbers work for all six coordinate values across both points.