Distance from Point to Plane Calculator
Find the distance from a point to the plane ax + by + cz + d = 0.
Find the perpendicular distance between a point and a plane in 3D space.
The math behind it
Plug the point into the plane expression, take the absolute value, and divide by the magnitude of the normal vector (a, b, c).
Worked example
Point (1, 2, 3) to 2x − y + 2z − 3 = 0 → |2 − 2 + 6 − 3| ÷ 3 = 1.
FAQ
What if the point lies on the plane?
The distance is 0 — the numerator becomes zero.