Midrange Calculator

Calculate the midpoint between a data set's minimum and maximum, plus its range and sorted values.

Midrange Calculator
Enter a set of numbers to find its midrange, range, minimum, and maximum.

About the midrange

The midrange is the number halfway between the smallest and largest values in a data set. It is calculated by adding the minimum and maximum and dividing their sum by two. Because only the two endpoints are required, the midrange is one of the quickest measures of central tendency to compute. It marks the center of the data's full observed interval rather than the center of all individual observations. For the values 3, 10, 4, 22, and 8, the minimum is 3 and the maximum is 22. Their sum is 25, and dividing by two gives a midrange of 12.5. The related range is maximum minus minimum, or 19. The midrange and range therefore describe the location and width of the same interval: the range is its total length, and the midrange is its midpoint. The simplicity of the midrange can be useful. It provides a fast estimate when only boundary values are known, identifies the center of a tolerance interval, and helps set symmetric limits around observed extremes. Engineers may use the midpoint of allowable minimum and maximum specifications as a target. Weather summaries sometimes compare the midpoint of a daily low and high, although that midpoint is not the same as an average based on readings throughout the day. Its chief limitation is sensitivity to outliers. Since only the minimum and maximum contribute, changing either endpoint changes the result even when every other observation stays the same. A single recording error or rare extreme can move the midrange far from where most values cluster. Meanwhile, adding or changing any non-extreme observation has no effect at all. For that reason, the midrange is rarely used alone for a detailed statistical description. The arithmetic mean uses every observation, while the median identifies the middle position after sorting. Those measures usually represent a typical value more reliably. In a symmetric distribution with balanced endpoints, the mean, median, and midrange may be similar. Large differences among them can signal skew, outliers, or uneven clustering. Reviewing the sorted data displayed by this calculator makes such patterns easier to spot. Enter integers, decimals, negative numbers, or repeated values separated by commas or spaces. A data set containing one value has a range of zero and a midrange equal to that value. The calculator preserves every observation in the sorted display but uses only the minimum and maximum in the formula. Treat the result as a concise summary of the observed endpoints, and combine it with the mean, median, or a spread measure when the distribution of values matters.

Midrange examples

These data sets demonstrate the midpoint formula for several kinds of endpoints.

Data setMidrangeCalculation
3, 10, 4, 22, 812.5The endpoint midpoint is (3 + 22) ÷ 2 = 12.5.
-8, -2, 4, 122The midpoint between -8 and 12 is 2, and the range is 20.
5, 5, 55Minimum and maximum are both 5, so the midrange is 5 and the range is zero.
0.5, 1.25, 3.52The minimum 0.5 and maximum 3.5 are centered at 2.

How to calculate the midrange

  1. Enter or paste the data values, separating each number with a comma or space.
  2. Click Calculate to identify the minimum and maximum endpoints.
  3. Review their midpoint as the midrange and their difference as the range.
  4. 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.