Midpoint calculator

Enter the coordinates of both points.

Result
No result yet.

The midpoint of (1, 2) and (3, 6) is (2, 4).

Example

Find the midpoint between two points on a plane.

The midpoint of (1, 2) and (3, 6) is (2, 4).

Processed locally in your browser.

Methodology

midpoint = ((x₁ + x₂) / 2, (y₁ + y₂) / 2).