Midpoint Calculator — Find the Midpoint of Two Points
Quick answer: Enter two points to find their midpoint (average x, average y) and the distance between them.
Find the exact midpoint between two coordinate points using the midpoint formula: M = ((x₁+x₂)/2, (y₁+y₂)/2). Also returns the distance between the points as a bonus calculation.
Advertisement
Last reviewed: April 2026Report an error
Formula: M = ((x₁+x₂)/2, (y₁+y₂)/2)
Point 1 (x₁, y₁)
Point 2 (x₂, y₂)
Midpoint
(5, 7)
Midpoint = ((2+8)/2, (4+10)/2) = (5, 7). Distance between points: 8.4853.
Midpoint x
5
Midpoint y
7
Distance
8.4853
Advertisement
How to Use This Midpoint Calculator Calculator
- 1Enter x₁ and y₁ for the first point.
- 2Enter x₂ and y₂ for the second point.
- 3Read the midpoint coordinates and distance.
Frequently Asked Questions
- M = ((x₁+x₂)/2, (y₁+y₂)/2). The midpoint is simply the average of the x-coordinates and the average of the y-coordinates.
- Midpoint = ((2+8)/2, (4+10)/2) = (5, 7).
- If M=(mx, my) is the midpoint and one endpoint is (x₁,y₁): the other endpoint is (2mx − x₁, 2my − y₁).
- Bisecting line segments, finding centers of circles, locating halfway points on maps, splitting items evenly in geometry, and averaging coordinate data.
- Yes, by definition. The midpoint is the point exactly halfway between the two endpoints, always located on the line segment connecting them.
Advertisement
Related Calculators
</> Embed this calculator on your website
<iframe src="https://calqpro.com/calculators/midpoint-calculator" width="100%" height="600" frameborder="0" title="Calqpro Calculator" loading="lazy"></iframe> <p>Powered by <a href="https://calqpro.com">Calqpro</a></p>
Advertisement