Midpoint calculator

Find the midpoint between two points in 2D or 3D. Step-by-step solution using the midpoint formula.

Point 1Point 2

Midpoint formula

M = ((x₁+x₂)/2, (y₁+y₂)/2) — average each coordinate.

Example

Midpoint of (0,0) and (10,8): M = (5, 4).

Applications

Finding the center of a line segment, bisecting a side in geometry proofs, and locating the centroid of a triangle (average of all 3 vertices).

Popular problems
Related calculators