Skip to content

Distance Between Two Points in 3D Calculator

Calculate the straight-line distance between two points in 3D space using the Euclidean distance formula. Get Δx, Δy, Δz, the distance d, and the midpoint.

Inputs

d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2}

Results

Enter a value to see results.

\begin{aligned} \Delta x &= x_2 - x_1 \\ &= (3) - (0) \\ &= ? \end{aligned}
\begin{aligned} \Delta y &= y_2 - y_1 \\ &= (4) - (0) \\ &= ? \end{aligned}
\begin{aligned} \Delta z &= z_2 - z_1 \\ &= (12) - (0) \\ &= ? \end{aligned}
\begin{aligned} d &= \sqrt{(\Delta x)^2 + (\Delta y)^2 + (\Delta z)^2} \\ &= \sqrt{(?)^2 + (?)^2 + (?)^2} = ? \end{aligned}

Embed this calculator

Preview

Paste this code into your page to show the calculator.

Share this calculation

Anyone who opens this link sees your values already filled in.

200+ calculators · 10 languages · 100% free

Was this calculator helpful?

No

How can we improve this calculator?