🔍

🎯 Median Calculator

Enter your data values (leave extra boxes blank if you have fewer than 10) to find the median, minimum, and maximum.

1
2
3
4
5
6
7
8
9
10

What is the Median?

The median is the middle value of a data set when all the values are arranged in order. Unlike the mean (average), the median isn’t pulled around by a few very large or very small values, which makes it a useful measure of “typical” value for skewed data, like incomes or home prices.

The Formula

Sort all the values from smallest to largest. If there is an odd number of values, the median is the middle one. If there is an even number of values, the median is the average of the two middle values.

  • Enter at least one value; leave unused boxes blank.
  • The order you type values in doesn’t matter — they’re sorted automatically.

Provided for general statistical education and exploratory data analysis.

Last reviewed August 2026