Midrange Calculator

Midrange Calculator

Calculate the midrange of a dataset by averaging the smallest and largest values.

Last updated: June 2026 | By Patchworkr Team

Midrange Solver
Midrange
50.5
(12 + 89) / 2 = 50.5
Count
8
Min
12
Max
89
Range
77

What Is the Midrange?

Midrange is the average of the minimum and maximum values in a dataset. It gives a quick sense of the center using only the extremes.

How to Calculate the Midrange

  1. Enter a list of real numbers.
  2. Find the smallest and largest values.
  3. Add them together.
  4. Divide by 2 to get the midrange.
midrange = (min + max) / 2

Worked Example

For the dataset 12, 45, 67, 23, 89, 34, 56, 78, the midrange is 50.5.

(12 + 89) / 2 = 50.5

Frequently Asked Questions

Does the midrange use every value?

No. It only uses the minimum and maximum values from the dataset.

Can I enter decimals?

Yes. Any finite real values are accepted.

What if the list has one number?

The midrange equals that number, because min and max are the same.

What if the input is blank?

Blank input is rejected instead of being interpreted as zero.

Related Tools