3D Distance Calculator

Find the distance between two 3D points.

Distance 7

Formula: d = √(Δx² + Δy² + Δz²)

Step-by-step with your numbers:
1. Values used:
2. x₁ = 0
3. y₁ = 0
4. z₁ = 0
5. x₂ = 2
6. y₂ = 3
7. z₂ = 6
8.
9. Distance = 7
Did we solve your problem today?

Straight-line distance between two points in space.

The math behind it

d = √(Δx² + Δy² + Δz²) — the Pythagorean theorem in three dimensions.

Worked example

(0,0,0) to (2,3,6) → 7.

FAQ

Why 7?

√(4+9+36) = √49 = 7.