How to find Q1, Q3 and the IQR
- Sort the data and find the median.
- Split the data into a lower half and an upper half. With an odd count, leave the median out of both halves.
- Q1 is the median of the lower half; Q3 is the median of the upper half.
- IQR = Q3 − Q1: the spread of the middle 50% of the data.
This is the method used by the TI-83/84 and most introductory statistics textbooks (Moore, The Basic Practice of Statistics). Excel’s QUARTILE.INC interpolates instead and can give slightly different quartiles; the calculator notes when that happens.
Reading a box plot
The box runs from Q1 to Q3 with a line at the median, so it holds the middle half of the data. Whiskers extend to the most extreme values that are not outliers, and outliers (beyond 1.5 × IQR from the box) are plotted as separate points. A median off-centre in the box, or one whisker much longer than the other, suggests skew.
Frequently asked questions
Why is the IQR better than the range?
It ignores the top and bottom quarters of the data, so a single extreme value cannot inflate it. That makes it a resistant measure of spread, the natural partner of the median.
Why does my textbook get a different Q1?
There are several accepted quartile definitions. This calculator uses the median-of-halves (exclusive) method; Excel and some texts interpolate. Use whichever your course specifies.
What is the five-number summary?
Minimum, Q1, median, Q3 and maximum: the five values a box plot is drawn from.