Midrange Calculator
Calculate the midpoint between a data set's minimum and maximum, plus its range and sorted values.
About the midrange
Midrange examples
These data sets demonstrate the midpoint formula for several kinds of endpoints.
| Data set | Midrange | Calculation |
|---|---|---|
| 3, 10, 4, 22, 8 | 12.5 | The endpoint midpoint is (3 + 22) ÷ 2 = 12.5. |
| -8, -2, 4, 12 | 2 | The midpoint between -8 and 12 is 2, and the range is 20. |
| 5, 5, 5 | 5 | Minimum and maximum are both 5, so the midrange is 5 and the range is zero. |
| 0.5, 1.25, 3.5 | 2 | The minimum 0.5 and maximum 3.5 are centered at 2. |
How to calculate the midrange
- Enter or paste the data values, separating each number with a comma or space.
- Click Calculate to identify the minimum and maximum endpoints.
- Review their midpoint as the midrange and their difference as the range.
- Click Reset to clear the current data before entering another set.
Midrange calculator FAQ
What is the midrange formula?
Add the minimum and maximum values and divide by two. In symbols, midrange = (minimum + maximum) / 2.
Is midrange the same as range?
No. Range is maximum minus minimum and measures interval width. Midrange is the midpoint of that interval and measures location.
Is midrange the same as median?
No. The median depends on the middle position of all sorted observations, while the midrange uses only the two endpoints. They match only for some data sets.
How do outliers affect the midrange?
An outlier that becomes the minimum or maximum directly shifts the midrange. This sensitivity means the midrange may not represent a typical observation in skewed or contaminated data.
Can I calculate a midrange from one value?
Yes. The single value is both the minimum and maximum, so the midrange equals that value. The corresponding range is zero.