Midpoint Calculator

Find the midpoint between two coordinate points.

⏱ Updated: 19 Sep 2026

Calculator

Free midpoint calculator: find the midpoint between two coordinate points.

Midpoint
(, )

Enter two points to calculate the coordinates of their midpoint.

How to Use the Midpoint Calculator

Enter the coordinates of both points. The midpoint's coordinates come out below.

midpoint = ((x1 + x2) ÷ 2, (y1 + y2) ÷ 2)

Averaging each coordinate separately is all a midpoint is — the x-coordinate that sits exactly between the two x-values, paired with the y-coordinate that sits exactly between the two y-values. That pairing is what guarantees the result actually lands on the line segment connecting the two points, rather than just somewhere in the general vicinity.