Skip to content

Median Calculator

Median, quartiles and why it beats the mean.

Work out Median. Median, quartiles and why it beats the mean. Names the convention it used.

Written and maintained by Mohit PatelLast checked August 4, 2026How we build these

Comma or space separated. Order does not matter.

Median

9

7 values · mean 10.1429 · Skewed right

Median9
Mean10.14286
Minimum3
Q1 (25th percentile)4
Q3 (75th percentile)15
Maximum21
Interquartile range11
Count7
ShapeSkewed right — the mean is pulled above the median by high values

The median is the middle value and the mean is the average, and the gap between them is the useful part. One extreme value drags the mean and leaves the median where it was, which is why incomes and house prices are reported as medians — a handful of very large values would make the mean describe nobody. Quartiles here use the exclusive method: when the count is odd, the median itself is left out of both halves. That is Tukey's definition and what most courses teach. Spreadsheets disagree with each other on this, so a figure differing slightly from Excel is a convention difference rather than an error.

How the Median Calculator works

Paste any set of numbers for the median, mean, quartiles and interquartile range. The gap between the median and the mean is the useful output — it tells you whether a few extreme values are distorting the average.

Also known as: median and quartiles calculator · interquartile range calculator · q1 q3 calculator · how to find the median

Frequently asked questions

How do I find the median?

Sort the values and take the middle one. With an even count there is no single middle, so average the two either side of the centre.

When should I use the median instead of the mean?

Whenever a few extreme values would distort the average — incomes, house prices, response times. One billionaire moves the mean income of a town and leaves the median exactly where it was, which is why official statistics report medians.

How are the quartiles calculated?

By the exclusive method: with an odd count, the median itself is left out of both halves. That is Tukey's definition and what most courses teach. Spreadsheets disagree with each other here, so a small difference from Excel is a convention difference rather than an error.

What is the interquartile range for?

It measures spread using the middle half of the data, so it is unaffected by extremes in the way the standard deviation is not. It is also the basis of the usual outlier rule — anything beyond 1.5 × IQR from a quartile.

Put this calculator on your own site

Free to use, on any site, commercial or not. Paste this where you want it to appear. It is a plain iframe, so it works in WordPress, Squarespace, Wix, Webflow, Ghost and anything else that accepts HTML.

The one-line version
<iframe src="https://www.thecalclibrary.com/embed/median-calculator" width="100%" height="640" style="border:1px solid #e2e8f0;border-radius:12px" loading="lazy" title="Median Calculator"></iframe>
<p style="font:13px/1.5 system-ui,sans-serif;margin:6px 0 0;color:#64748b">Powered by <a href="https://www.thecalclibrary.com/median-calculator" style="color:#64748b">Median Calculator</a> from The Calc Library</p>

The only condition is that the credit line below the frame stays in place. That one line is what pays for the tool being free — it is how anyone else finds it.

Related calculators