Midpoint Calculator

Find the midpoint between two points in a 2D coordinate plane.

Enter the coordinates of two points to calculate their midpoint.

Point 1

Point 2

What is the Midpoint Formula?

The midpoint is the point that lies exactly halfway between two given points on a coordinate plane. It is found by averaging the x-coordinates and the y-coordinates of the two endpoints.

The Formula

  • Midpoint: M = ( (X₁ + X₂) / 2 , (Y₁ + Y₂) / 2 )
  • X-coordinate: Mx = (X₁ + X₂) / 2
  • Y-coordinate: My = (Y₁ + Y₂) / 2

Example: The midpoint between (0, 0) and (4, 6) is ((0 + 4) / 2, (0 + 6) / 2) = (2, 3).

Note: This calculator provides mathematical calculations for the midpoint between two points based on the formula described. While we strive for accuracy, please verify important calculations independently. This tool is for educational and informational purposes and should not be the sole basis for academic or professional decisions.