How to use Midpoint Calculator
The midpoint calculator finds the point exactly halfway between two points on a coordinate plane, and also reports the straight-line distance between them. Enter the x and y coordinates of both points and it applies the midpoint formula — the average of the two x-values and the average of the two y-values — to give the centre point, then uses the distance formula for the separation. It accepts negatives and decimals, so points in any quadrant work. Everything is computed in your browser with nothing uploaded.
- Enter the coordinates of the first point.
- Enter the coordinates of the second point.
- Read the midpoint coordinates.
- Check the distance between the points.
Your data never leaves your device — 100% private processing.
How the midpoint formula works
The midpoint formula is really just an average applied in two directions at once. The x-coordinate of the midpoint is the average of the two x-values, and the y-coordinate is the average of the two y-values, because the halfway point sits equally far from each end along both axes. Geometrically, the midpoint divides the line segment joining the two points into two equal halves and lies exactly on that segment. This makes it useful whenever you need a centre: bisecting a line in a construction, finding the middle of a bounding box, or averaging two positions. Because it is a simple average, swapping the order of the two points gives the same midpoint.
| Point 1 | Point 2 | Midpoint |
|---|---|---|
| (0, 0) | (4, 6) | (2, 3) |
| (−2, −4) | (2, 4) | (0, 0) |
| (1, 1) | (2, 4) | (1.5, 2.5) |
Midpoint and distance together
The midpoint tells you where the centre of a segment is; the distance tells you how long the segment is. Together they fully describe the relationship between two points along a straight line. The distance uses the Pythagorean theorem: the horizontal gap and the vertical gap form the two legs of a right triangle, and the straight-line distance is the hypotenuse. This is why a point at (0, 0) and one at (3, 4) are exactly 5 units apart — the classic 3-4-5 triangle. Reporting both values at once saves switching between tools when you are working through coordinate geometry, plotting, or any task where you need both the centre and the span of a segment.
Worked examples
Basic
Inputs: (0,0) and (4,6)
Result: Midpoint (2, 3)
3-4-5
Inputs: (0,0) and (3,4)
Result: Distance 5
Negatives
Inputs: (−2,−4) and (2,4)
Result: Midpoint (0, 0)
Glossary
- Midpoint
- The point exactly halfway between two given points.
- Coordinate
- A pair of numbers (x, y) locating a point on a plane.
- Distance formula
- √((x₂ − x₁)² + (y₂ − y₁)²), the straight-line distance between two points.
- Line segment
- The straight path connecting two points, which the midpoint bisects.
Related reading
Frequently Asked Questions
Why use Midpoint Calculator?
- Finds the midpoint of two points instantly
- Also computes the distance between them
- Works with negative and decimal coordinates
- Shows the exact formula-based result, all client-side
Common use cases
- Solve geometry and coordinate homework
- Find the centre point between two locations on a grid
- Check the midpoint of a line segment in a diagram
- Verify coordinate calculations in design or mapping
Get weekly tool tips & updates
New tools, power-user tips, and productivity hacks — delivered free every Friday.
No spam, ever. Unsubscribe with one click.
Related Calculators
Mean Median Mode Calculator
Calculate mean, median, mode, and range for a data set, plus sum and count. Fast descriptive statistics. Free and private.
Proportion Calculator
Solve proportions for an unknown value. Enter three terms of A/B = C/D and get the fourth, with cross-multiplication shown. Free and private.
Ratio Calculator
Simplify ratios, scale them up, and solve for a missing value. Great for recipes, mixing, and aspect ratios. Free and private.
Percentage Change Calculator
Work out the percentage increase or decrease between two numbers, plus the absolute change. Free, private, and instant in your browser.
Percentage Calculator
Calculate percentages instantly. Find what X% of a number is, what percentage X is of Y, or calculate percentage change.
BMI Calculator
Calculate your Body Mass Index (BMI) instantly. Supports metric (kg/cm) and imperial (lbs/ft+in) units. Free online BMI calculator.
Explore all Calculators.