Midpoint Calculator
Find the exact midpoint between two coordinate points using the midpoint formula, with a plotted diagram and full step-by-step solution.
Enter the coordinates of Point 1 (x₁, y₁) and Point 2 (x₂, y₂) to find the point exactly halfway between them.
Coordinate Plane Diagram
Both points, the connecting segment, and the midpoint — with dashed lines showing its own x and y coordinate values.
Step-by-Step Solution
Here's exactly how this answer was calculated, one step at a time.
- 1
Identify the two points
(x₁, y₁) = (1, 2), (x₂, y₂) = (5, 6)
Label the first point's coordinates x₁, y₁ and the second point's coordinates x₂, y₂.
- 2
Add the x-coordinates
x₁ + x₂ = 1 + 5 = 6
The midpoint's x-value is based on the average of the two x-coordinates.
- 3
Divide by 2 to get the midpoint's x-coordinate
x_mid = 6 / 2 = 3
Dividing the sum by 2 gives the x-coordinate exactly halfway between the two points.
- 4
Add the y-coordinates
y₁ + y₂ = 2 + 6 = 8
The midpoint's y-value is based on the average of the two y-coordinates.
- 5
Divide by 2 to get the midpoint's y-coordinate
y_mid = 8 / 2 = 4
Dividing the sum by 2 gives the y-coordinate exactly halfway between the two points.
- 6
Combine into the midpoint
M = (3, 4)
The midpoint is the single point exactly halfway between Point 1 and Point 2.
✓ Final Answer: Midpoint M = (3, 4)
Free Online Midpoint Calculator
This midpoint calculator finds the exact point halfway between any two coordinate points on a plane. Enter the x and y coordinates of both points, and the calculator instantly returns the midpoint's coordinates, along with a plotted diagram and a complete step-by-step solution showing exactly how the midpoint formula was applied.
Whether you're a student solving coordinate geometry problems, a teacher preparing worked examples, a designer centering an object between two reference points, or a surveyor finding the halfway point between two field measurements, this midpoint formula calculator handles the entire calculation instantly — no manual averaging required.
The Midpoint Formula
The midpoint formula finds the point exactly halfway between two coordinates by averaging their x-values and averaging their y-values separately:
- Midpoint formula: M = ((x₁ + x₂) / 2, (y₁ + y₂) / 2)
- Midpoint x-coordinate: x_mid = (x₁ + x₂) / 2
- Midpoint y-coordinate: y_mid = (y₁ + y₂) / 2
- The midpoint always lies exactly on the straight line segment connecting the two original points
How to Use This Midpoint Calculator
Using the calculator takes just two steps. First, enter the coordinates of Point 1 (x₁, y₁) and Point 2 (x₂, y₂) into the four input fields. Second, read the results: the calculator instantly displays the midpoint's x-coordinate, y-coordinate, and the combined midpoint (x, y), along with a coordinate-plane diagram showing both original points, the segment connecting them, and the midpoint marked in a distinct color.
The diagram also includes dashed pink lines projecting the midpoint down to the x-axis and across to the y-axis, so you can visually confirm exactly what its own x and y values mean on the coordinate grid — not just read them as numbers in a results panel.
Worked Example
Suppose Point 1 is at (1, 2) and Point 2 is at (5, 6). Adding the x-coordinates gives 1 + 5 = 6, and dividing by 2 gives an x-midpoint of 3. Adding the y-coordinates gives 2 + 6 = 8, and dividing by 2 gives a y-midpoint of 4. So the midpoint is M = (3, 4) — the exact center of the segment joining the two original points.
This same averaging process works for any two coordinates, including negative values or decimals — simply add each pair of coordinates and divide by 2 to get the corresponding midpoint coordinate.
Midpoint vs. Distance: What's the Difference?
The midpoint formula and the distance formula are closely related but answer different questions. The distance formula tells you how far apart two points are (a single length value), while the midpoint formula tells you exactly where the center point between them is located (a coordinate pair). If you need both — the length of a segment and its exact center — you can use this Midpoint Calculator alongside our Distance Calculator for a complete picture of the line segment.
Where the Midpoint Formula Is Used
Finding the midpoint between two coordinates is a common calculation across many fields:
- Students and teachers use it constantly in coordinate geometry, algebra, and pre-calculus coursework, including finding the center of a line segment or diagonal.
- Graphic designers and UI developers use it to center an element exactly between two reference points on a canvas or screen.
- Surveyors and civil engineers use it to locate the exact halfway point between two field-measured coordinates.
- GPS and mapping applications use a version of this formula to find a meeting point exactly between two locations.
- Computer graphics and game development use midpoint calculations for tasks like subdividing lines, curves, and shapes.
Frequently Asked Questions
What is the midpoint formula?
The midpoint formula finds the point exactly halfway between two coordinates: M = ((x₁ + x₂) / 2, (y₁ + y₂) / 2), where (x₁, y₁) and (x₂, y₂) are the two points.
Does the midpoint always lie on the line between the two points?
Yes. The midpoint is always exactly on the straight line segment connecting the two original points, precisely halfway along its length.
Can this calculator handle negative coordinates?
Yes. Enter negative x or y values exactly as they are — the formula adds the coordinates directly, so negative values are handled correctly and give an accurate midpoint.
What is the difference between the midpoint formula and the distance formula?
The midpoint formula finds the coordinates of the center point between two points, while the distance formula finds the length of the segment between them. They're often used together to fully describe a line segment.
Does it matter which point I label as Point 1 or Point 2?
No. Since the midpoint formula simply adds both x-values and both y-values before dividing by 2, swapping which point is labeled Point 1 or Point 2 gives exactly the same midpoint.