Midpoint Calculator

Find the midpoint between two coordinates.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

Midpoint between two points

The midpoint is the point exactly halfway along the line segment joining two points. You find it by averaging the x-coordinates and averaging the y-coordinates:

midpoint = ((x₁ + x₂) ÷ 2, (y₁ + y₂) ÷ 2)

The result is an ordered pair (x, y). Because averaging is symmetric, it does not matter which point you label first — the midpoint is the same either way. All calculations run in your browser.

Ad placeholder (rectangle)