The midrange is one of the simplest measures of center in statistics: just average the highest and lowest values in a data set. It takes seconds to compute by hand and is useful as a rough, order-of-magnitude check — but because it only looks at two data points, it can be misleading whenever a data set has an outlier.

How the Midrange Calculator works

The calculator scans your data set for the maximum and minimum values, then averages them: midrange = (max + min) / 2. It also computes the range (max − min), the arithmetic mean (sum of all values divided by count), and the median (the middle value when the data is sorted) so you can see all four measures side by side.

Unlike the mean, which factors in every value, or the median, which factors in the data's rank order, the midrange depends entirely on the two extreme values. Every value in between — no matter how many there are or where they cluster — has zero effect on the midrange.

When the midrange is useful — and when it isn't

The midrange works best on small, symmetric data sets with no extreme outliers, such as a short run of temperature readings or measurement bounds in engineering and quality control (where the midpoint between a min and max spec is a meaningful reference point). In those cases it often lands close to the mean and median, and it can be computed instantly without summing the whole data set.

The midrange breaks down quickly once outliers appear. Because it uses only the two extremes, a single unusually high or low value can pull it far from where most of the data actually sits — much more so than the mean, and far more than the median, which barely reacts to extreme values at all. For skewed or outlier-prone data, the median or a trimmed mean is almost always a better choice.

Midrange vs. mean vs. median

All three are measures of center, but they answer slightly different questions. The mean answers "what is the total divided evenly across every value?" The median answers "what is the value in the middle when everything is sorted?" The midrange answers only "what's halfway between the smallest and largest values?" — which is a much narrower, and much more fragile, question. Use the vs Mean/Median tab above to see how far apart these three numbers are for your own data.