Statistics

Midrange Calculator

Settings
Reset
Share
Save
Embed
Report a bug

Share calculator

Add our free calculator to your website

Source

Please enter a valid URL. Only HTTPS URLs are supported.

Styling

Input border focus color, switchbox checked color, select item hover color etc.

Advanced

Please agree to the Terms of Use.

Preview

Save calculator

Calculator Settings

Please enter a value within the allowed range.

Please enter a value within the allowed range.

Please enter a value within the allowed range.

Please enter a value within the allowed range.

Share calculator

What is a midrange calculator?

A midrange calculator finds the midpoint of a data set by averaging its largest and smallest values. Enter your list of numbers and it instantly returns the midrange, along with the minimum and maximum it used to compute it. The midrange is one of the simplest measures of central tendency: it ignores every value except the two extremes and reports the value that sits exactly halfway between them.

Because it depends only on the smallest and largest observations, the midrange is quick to calculate by hand and gives a fast, rough sense of where the “center” of your data lies. It is closely related to the range, which is the distance between those same two extremes rather than their midpoint.

How does it work?

The calculator reads every number you enter, ignores any blank rows, and then identifies the minimum and maximum of the cleaned list. The midrange is the arithmetic mean of those two values:

Midrange=xmax+xmin2\text{Midrange} = \frac{x_{max} + x_{min}}{2}

where xmaxx_{max} is the largest value in the data set and xminx_{min} is the smallest. The calculation takes just three steps:

  1. Find the minimum value in your list.
  2. Find the maximum value in your list.
  3. Add them together and divide by two to get the midrange.

Note that the midrange is not affected by any of the values between the extremes — a data set of {1,2,9}\{1, 2, 9\} and a data set of {1,5,9}\{1, 5, 9\} share the same midrange because they share the same smallest and largest values.

Worked examples

Example 1: a three-number set

Take the data set 1,2,91, 2, 9. The minimum is 11 and the maximum is 99, so:

Midrange=9+12=102=5\text{Midrange} = \frac{9 + 1}{2} = \frac{10}{2} = 5

The single value of 22 in the middle plays no part in the result.

Example 2: two numbers

Take the data set 3,73, 7. With a minimum of 33 and a maximum of 77:

Midrange=7+32=102=5\text{Midrange} = \frac{7 + 3}{2} = \frac{10}{2} = 5

Example 3: evenly spaced values

Take the data set 10,20,3010, 20, 30. The minimum is 1010 and the maximum is 3030:

Midrange=30+102=402=20\text{Midrange} = \frac{30 + 10}{2} = \frac{40}{2} = 20

For a symmetric, evenly spaced set like this one, the midrange happens to equal the mean and the median, but that coincidence does not hold in general.

Practical notes

  • The midrange is sensitive to outliers. Because it uses only the extreme values, a single unusually large or small number pulls the midrange toward it far more than it would move the median. When a data set contains outliers, the median from a mean, median, mode calculator is usually a more robust measure of the center.
  • Blank rows are ignored, so you can leave extra rows empty without affecting the result.
  • It complements other averages. Compare the midrange with the average to see how the extremes relate to the typical value, and use the standard deviation when you need a full measure of how spread out the data is rather than just where its midpoint falls.

Frequently asked questions

How is the midrange different from the mean?

The mean averages every value in the data set, while the midrange averages only the smallest and largest. The mean reflects the whole distribution; the midrange reflects only its two extremes, which makes it faster to compute but far more sensitive to outliers.

Can the midrange be a value that is not in the data set?

Yes. The midrange of 1,2,91, 2, 9 is 55, even though 55 never appears in the list. It simply marks the point halfway between the minimum and the maximum.

What is the difference between the midrange and the range?

Both use the minimum and maximum, but they combine them differently. The range is the difference xmaxxminx_{max} - x_{min} and measures spread, while the midrange is the average xmax+xmin2\frac{x_{max} + x_{min}}{2} and estimates the center.

Report a bug

This field is required.