Part of the Maths & Statistics suite · 235 calculators

Five Number Summary Calculator

Minimum, first quartile, median, third quartile and maximum — everything a box plot draws, with the outlier fences.

The five-number summary splits a sorted dataset into quarters.

Comma-separated
Results update as you type
Results
Median (Q2)
12
Minimum
First quartile (Q1)
Third quartile (Q3)
Maximum
Interquartile range
Range
Lower fence
Upper fence
Outliers
Count
Reviewed September 2026. Pure mathematics: the result does not depend on where you are. Terminology follows the Australian Curriculum (maths, brackets, decimal point).
No account required · Google Analytics off unless allowedCalculator arithmetic runs in your browserResults update as you type
All calculations run 100% in your browser. The calculator code does not submit your figures to GlobalCalc to obtain a result.
About five number summary

How the five number summary calculator works

The five-number summary splits a sorted dataset into quarters. The median is the middle value; Q1 and Q3 are the medians of the lower and upper halves (excluding the median itself when the count is odd — the Tukey method a box plot uses).

The interquartile range Q3 − Q1 holds the middle half of the data, and 1.5 × IQR beyond each quartile gives the fences past which points are drawn as outliers.

Formula: IQR = Q3 − Q1; fences = Q1 − 1.5 IQR, Q3 + 1.5 IQR

Worked examples

InputsMedian (Q2)Note
Nine values12median 12, IQR 13
With an outlier5100 is flagged
An even count2.5median 2.5

Frequently asked questions

What is a five-number summary?

Minimum, Q1, median, Q3 and maximum — the five values a box plot is drawn from.

How are quartiles calculated?

This uses Tukey's method: the median of the lower half and of the upper half, excluding the overall median when the count is odd. Other conventions exist and can differ by a fraction.

What is the IQR?

Q3 − Q1 — the width of the middle 50% of the data. It ignores the tails, which is what makes it robust.

What counts as an outlier?

Conventionally, anything more than 1.5 × IQR beyond a quartile. It is a flag for inspection, not a verdict — outliers are often the most interesting points.

Why not just use the mean and standard deviation?

Because both are pulled hard by extreme values. The five-number summary describes skewed data honestly.

Where these figures come from

Last checked: September 2026. Formulas are fixed by mathematics and do not change with tax years or regulations.