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.