Midpoint Calculator
This midpoint calculator works in both directions: give it two ends and it finds the middle, or give it the middle and one end and it finds the end you are missing.
The points (1, 5) and (7, 1) have midpoint (4, 3). Every answer is checked before it is shown, and when a half turns up the page tells you why rather than leaving you wondering whether you slipped.
How to Find the Midpoint of a Line Segment
Two steps, and they never interfere with each other.
1. Add the two x values and halve.
2. Add the two y values and halve.
With (1, 5) and (7, 1):
x: (1 + 7) ÷ 2 = 8 ÷ 2 = 4
y: (5 + 1) ÷ 2 = 6 ÷ 2 = 3
M = (4, 3)
The order of the two points makes no difference, because addition does not care which number comes first. And a negative coordinate is where answers usually go wrong — not in the halving, but in the adding. (−3, −5) and (3, 5) give sums of 0 and 0, so the midpoint is the origin.
Why It Is Just an Average, Done Twice
M = ( (x₁ + x₂) ÷ 2 , (y₁ + y₂) ÷ 2 )
An average of two numbers sits exactly halfway between them — that is what an average is. Do it to the x values and you have the halfway point across; do it to the y values and you have the halfway point up. Put the two together and you are at the middle of the segment.
This is why there is no square root anywhere in the midpoint formula, and why the answer is always exact. Fractions in, fractions out: (1/3, 0) and (0, 1/4) give (1/6, 1/8), with nothing rounded at any stage.
How to Find the Missing Endpoint
The reverse question turns up just as often: one end is (6, −4), the midpoint is (1, 7), where is the other end?
Start from the same formula and solve it for the end you do not have. Multiplying both sides by 2 gives x₁ + x₂ = 2xm, and therefore:
x₂ = 2xm − x₁ y₂ = 2ym − y₁
So: 2 × 1 = 2, and 2 − 6 = −4. Then 2 × 7 = 14, and 14 − (−4) = 18. The missing end is (−4, 18).
Notice the doubling. Everything about the forward formula trains your hand to divide by 2, and this direction asks you to multiply by it. Getting that backwards does not produce an obviously silly answer — it produces a plausible point in roughly the right area, which is far harder to catch. If you take one thing from this section, make it that: going backwards, the 2 multiplies.
Why Some Midpoints Have a Half in Them
Students notice this and are rarely told the reason. (−2, 3) and (1, 4) give (−1/2, 7/2) — and that looks like a mistake when the last five answers were whole numbers.
It is not. Look at the sums:
| −2 + 1 = −1 | odd → halving leaves a half |
| 3 + 4 = 7 | odd → halving leaves a half |
Halving an even number gives a whole number; halving an odd one does not. So a midpoint has whole coordinates exactly when the two values being added have the same parity — both even, or both odd. With (1, 5) and (7, 1) the sums were 8 and 6, both even, so both coordinates came out whole.
Exercises tend to be built from same-parity pairs so the answers stay tidy, which is why halves feel rarer than they actually are. When one shows up, it is the right answer — write it as a fraction and move on.
The Check That Takes Two Seconds
Almost nobody is taught to check a midpoint, and there is a check that catches nearly every slip.
The step from the first end to the middle must be the same step as from the middle to the second end.
From (1, 5) to (4, 3) is 3 across and 2 down. From (4, 3) to (7, 1) is 3 across and 2 down. Identical, so the midpoint is right.
This is not a trick — it is the definition. A midpoint is the point you reach by going half way, so the rest of the journey has to be the same again. It costs two subtractions each way, it works in both directions, and it catches a sign error instantly. This calculator runs it on every answer before showing you anything.
How to Use This Midpoint Calculator
One end is always needed. After that you give either the other end or the midpoint, depending on which question you have.
| x₁, y₁ | One end of the segment. Always needed |
| x₂, y₂ | The other end, to find the middle |
| xm, ym | Or the midpoint, to find the end you are missing |
| ← → ↑ ↓ | Move between the boxes |
| ± | Flips the sign, for a negative coordinate |
| ⁄ and . | Fraction bar and decimal point |
| ⌫ / AC | Delete one character, or clear everything |
| = | Works it out |
Whichever route you are not using fades back as soon as you start the other, so there is never a question of how many boxes to fill. If you give a midpoint and two ends that disagree with it, the page stops and shows you both values rather than quietly picking one.
Open the working and you get every sum written out, the step check, and the parity of the two totals so you can see for yourself why the answer looks the way it does. The same two ends also fix how far apart the points are, which the distance formula answers — middle and length are two different questions about the same pair.
Midpoint Calculator FAQ
How do you find the midpoint of a line segment?
What is the midpoint formula?
How do you find the missing endpoint from the midpoint?
Why does my midpoint have a half in it?
How can I check a midpoint is right?
Does the order of the two endpoints matter?
Add and halve for the middle; double and subtract for the end you are missing — and check it with the step, both times.