Intermediate

Distance from Point to Plane Calculator

Enter the plane equation ax + by + cz + d = 0 and the point (x₀, y₀, z₀) to compute the shortest distance and the foot of the perpendicular.
Coefficient of x in ax + by + cz + d = 0
Coefficient of y
Coefficient of z
Constant term d in ax + by + cz + d = 0
x-coordinate of the point
y-coordinate of the point
z-coordinate of the point
Distance to plane
0.6667

Perpendicular (shortest) distance from the point to the plane

|Normal vector| √(a²+b²+c²)
3
|ax₀+by₀+cz₀+d| (numerator)
2
Foot of perpendicular (x)
4.2222
Foot of perpendicular (y)
1.4444
Foot of perpendicular (z)
-0.5556
nNormal vector n = (a, b, c) — the distance is the projection of (P − Q) onto this direction
Step by step
  1. 1

    Normal vector magnitude √(a²+b²+c²)

    √(1² + 2² + 2²) = 3
  2. 2

    Plug the point in: ax₀+by₀+cz₀+d

    1×4 + 2×1 + 2×-1 + (-6) = -2
  3. 3

    Absolute value (numerator)

    |-2| = 2
    The sign indicates which side of the plane the point is on; distance is always non-negative.
  4. 4

    Distance = numerator ÷ |n|

    2 ÷ 3 = 0.6667
Results are estimates for general information only and are not professional advice — always verify important results independently before relying on them. Read the full disclaimer.
Quick answer

How does this calculator work?

The perpendicular distance from point (x₀,y₀,z₀) to plane ax+by+cz+d=0 is d = |ax₀+by₀+cz₀+d| / √(a²+b²+c²). Enter the four plane coefficients and three point coordinates; the tool computes the distance, the normal magnitude, and the foot of the perpendicular.

Formula
d = |ax₀ + by₀ + cz₀ + d| / √(a² + b² + c²)
How this is calculated

A plane in 3D space is defined by the equation ax + by + cz + d = 0, where the vector n = (a, b, c) is called the normal — it is perpendicular to every line that lies in the plane. The shortest distance from an external point P = (x₀, y₀, z₀) to the plane is measured along this normal direction.

The formula d = |ax₀ + by₀ + cz₀ + d| / √(a² + b² + c²) follows from projecting the displacement vector from any point Q on the plane to P onto the unit normal. The numerator |ax₀ + by₀ + cz₀ + d| is the absolute value of the signed distance scaled by the normal magnitude; dividing by √(a² + b² + c²) normalises it to actual length units.

The foot of the perpendicular — the closest point on the plane to P — is found by walking back along the normal: foot = P − t·n, where t = (ax₀ + by₀ + cz₀ + d) / (a² + b² + c²). The result is exact for any plane that has a non-zero normal (a, b, c ≠ all zero). If all coefficients a, b, c are zero the equation no longer defines a plane and the calculator returns no result.

Frequently asked questions

A distance of 0 means the point lies on the plane — ax₀ + by₀ + cz₀ + d = 0 is satisfied exactly.

Bring all terms to one side: ax + by + cz + d = 0. For example, the plane 2x − y + 3z = 5 becomes 2x − y + 3z − 5 = 0, so a=2, b=−1, c=3, d=−5.

It is the unique point on the plane that is closest to the given point. The segment from the point to its foot is perpendicular to the plane.

Also known as

point to plane distance
perpendicular distance to plane
3d plane distance formula
shortest distance point plane
foot of perpendicular calculator
plane equation distance
distance formula 3d geometry

APA

TG we-Calculate Editorial Team. (2026). Distance from Point to Plane Calculator [Online calculator]. TG we-Calculate. https://we-calculate.com/calculator/distance-from-point-to-plane-calculator

Chicago

TG we-Calculate Editorial Team. "Distance from Point to Plane Calculator." TG we-Calculate. 2026. https://we-calculate.com/calculator/distance-from-point-to-plane-calculator.

IEEE

TG we-Calculate Editorial Team, "Distance from Point to Plane Calculator," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/calculator/distance-from-point-to-plane-calculator

BibTeX

@misc{wecalculate_distance_from_point_to_plane_calculator, title = {Distance from Point to Plane Calculator}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/calculator/distance-from-point-to-plane-calculator}}, year = {2026}, note = {TG we-Calculate} }

Did this calculator help you?