Hub Post
Published July 25, 2026

Box Plots and Quartiles

Anne Wood profile image
Anne Wood
Contents:
Share this post

Box Plots and Quartiles

You already know how averages tell you what’s “typical” in a dataset. But what if you also need to know how spread out or consistent the data is? That’s where box plots and quartiles come in — giving you a powerful visual summary of any dataset’s distribution at a glance.

Quartiles and the Five-Number Summary

Box plots display five key values from your data — together called the five-number summary.

The Five Values

  1. The minimum (lowest value)
  2. The lower quartile ($Q_1$) — 25% of data lies below this
  3. The median ($Q_2$) — the middle value
  4. The upper quartile ($Q_3$) — 75% of data lies below this
  5. The maximum (highest value)

Inter-Quartile Range (IQR)

The IQR is the range of the middle 50% of the data.

$\text{IQR} = Q_3 – Q_1$
  • Smaller IQR → data is more clustered and consistent.
  • Larger IQR → data is more spread out.
  • The IQR ignores extreme values, making it a more reliable measure of spread than the full range.
A bar showing the five-number summary. The bar is divided into four equal sections each containing 25% of the data. The middle two sections (from Q1 to Q3) form the IQR box, highlighted in blue. A horizontal bar split by vertical lines at Min, Q1, Median, Q3, and Max. The section from Q1 to Q3 is filled blue and labelled IQR. Each of the four sections is labelled 25% of data. Min Q₁ Median (Q₂) Q₃ Max 25% 25% 25% 25% IQR = Q₃ − Q₁ (middle 50%)

Worked Examples

Example 1: Finding the Five-Number Summary

Test scores for 11 students: 32, 45, 28, 38, 41, 35, 40, 29, 36, 42, 30

  1. Order the data:
    28, 29, 30, 32, 35, 36, 38, 40, 41, 42, 45
  2. Min = 28, Max = 45.
  3. Median ($Q_2$): $(11+1)/2 = 6^{\text{th}}$ value → 36.
  4. $Q_1$: Lower half = 28, 29, 30, 32, 35 → $Q_1 = 30$.
  5. $Q_3$: Upper half = 38, 40, 41, 42, 45 → $Q_3 = 41$.
  6. IQR $= 41 – 30 = \mathbf{11}$.

Five-number summary: Min 28, $Q_1$ 30, Median 36, $Q_3$ 41, Max 45.

Example 2: Drawing a Box Plot

Using the five-number summary from Example 1:

Box plot showing Min=28, Q1=30, Median=36, Q3=41, Max=45. The box spans Q1 to Q3, the median line is inside, and whiskers extend to the minimum and maximum. A horizontal box plot on a number line from 25 to 50. A blue box from 30 to 41 contains a vertical median line at 36. Whiskers extend left to 28 and right to 45. 25 30 35 40 45 Min (28) Q₁ (30) Med (36) Q₃ (41) Max (45)

Steps: Draw a number line → mark the five values → draw the box from $Q_1$ to $Q_3$ → add the median line → draw whiskers to Min and Max.

Example 3: Comparing Two Distributions

Two classes took the same test. Compare their performance using the box plots below.

Two comparison box plots for Class A and Class B on a scale of 0 to 100. Class A has a higher median of 60 and a smaller IQR of 35. Class B has a lower median of 50 and a larger IQR of 40. Two horizontal box plots on a shared number line. The green box plot (Class A) sits above the amber box plot (Class B). Class A shows a median of 60 and Class B a median of 50. 01020 304050 607080 90100 Class A Class B

Compare Averages (Median)

Class A median = 60. Class B median = 50. Class A performed better on average.

Compare Spread (IQR)

Class A IQR $= 75-40 = \mathbf{35}$. Class B IQR $= 70-30 = \mathbf{40}$. Class A was more consistent (smaller IQR).

Overall conclusion: Class A performed better on average and were more consistent with their scores.

Tutor Insights

🤔 Common Misunderstandings

  • Not ordering the data first. This is the most common error. You must sort the values before finding any quartile.
  • Calculating quartiles incorrectly. When the median is a single data point, exclude it from both halves when finding $Q_1$ and $Q_3$.
  • Confusing Range and IQR. Range = Max − Min. IQR = $Q_3 – Q_1$. The IQR is often a better measure of spread because it ignores extreme outliers.

📝 Common Exam Mistakes

  • Inaccurate drawing — a missing or incorrect scale on the number line will cost marks.
  • Only comparing one measure. You must compare both average (median) and spread (IQR).
  • Not stating conclusions in context — always mention what the numbers represent (e.g., “scores”, “minutes”), not just the raw values.

Practice Questions

  1. Five-number summary: Find the five-number summary and IQR for: 12, 15, 8, 20, 10, 18, 14, 11, 19.
  2. Draw a box plot: Heights (cm) of 10 plants: 25, 30, 22, 28, 35, 27, 31, 29, 26, 32.
    (a) Find the five-number summary.   (b) Draw the box plot.
  3. Interpret a box plot: The box plot below shows daily maximum temperatures (°C) in June.
    Box plot of June temperatures. Min=12°C, Q1=15°C, Median=18°C, Q3=22°C, Max=25°C. A box plot on a temperature axis from 10 to 26 degrees Celsius. The box spans 15 to 22 degrees with a median line at 18. Whiskers extend from 12 to 25. 101214 161820 222426
    (a) What was the median temperature?
    (b) What was the IQR?
    (c) What percentage of days had a temperature below 18°C?
    (d) What percentage of days had a temperature between 15°C and 22°C?
  4. Compare two box plots: Compare journey times (mins) for students from Village A and Village B.
    Comparison box plots for Village A and Village B journey times in minutes. Village B has a higher median and longer right whisker. Two horizontal box plots sharing a number line from 0 to 60 minutes. Village A is shown in green, Village B in blue. Village B shows longer journey times overall. 01020 304050 60 Village A Village B
    Write a full comparison statement using both average and spread.
  5. Deduction: A dataset has Min = 5, $Q_1 = 12$, IQR = 10, Max = 30.
    (a) Find $Q_3$.   (b) If the median is 15, draw the box plot.
Show Answers
  1. Ordered: 8, 10, 11, 12, 14, 15, 18, 19, 20.
    Min=8, $Q_1=\frac{10+11}{2}=10.5$, Median=14, $Q_3=\frac{18+19}{2}=18.5$, Max=20.
    IQR $= 18.5 – 10.5 = 8$.
  2. (a) Ordered: 22, 25, 26, 27, 28, 29, 30, 31, 32, 35.
    Min=22, $Q_1=26$, Median=$\frac{28+29}{2}=28.5$, $Q_3=31$, Max=35.
    (b) Draw a number line from 20–36 and place the box from 26 to 31, median line at 28.5, whiskers to 22 and 35.
  3. (a) Median = 18°C (the line inside the box).
    (b) IQR $= 22 – 15 = 7°C$.
    (c) 50% (the median is the 50th percentile).
    (d) 50% (between $Q_1$ and $Q_3$ is the middle 50% of the data).
  4. Village B has a higher median (≈50 min) than Village A (≈31 min), so on average Village B students have longer journeys. Both villages have a similar IQR (≈20 min), so the consistency of journey times is comparable. However Village B has a much longer upper whisker, suggesting some students have exceptionally long journeys.
  5. (a) IQR $= Q_3 – Q_1 \Rightarrow 10 = Q_3 – 12 \Rightarrow \mathbf{Q_3 = 22}$.
    (b) Five-number summary: Min=5, $Q_1$=12, Median=15, $Q_3$=22, Max=30. Draw a number line from 0–35 and construct the box plot accordingly.

FAQs

Q: Why use IQR instead of the full range?

A: The full range is affected by outliers (extreme values). The IQR measures only the middle 50% of the data, giving a more reliable indication of typical spread.

Q: Do I include the median when finding $Q_1$ and $Q_3$?

A: If the median is a single data point (odd-numbered dataset), exclude it from both halves. If the median is the average of two middle values (even-numbered dataset), naturally split the data into two equal halves to find $Q_1$ and $Q_3$.

Q: What makes a good comparison statement?

A: Always compare both a measure of average (the median) and a measure of spread (the IQR), and state your conclusions in the context of the question. E.g., “Class A has a higher median score (60 vs 50), suggesting better average performance. Class A also has a smaller IQR (35 vs 40), showing more consistency.”

Q: When is a box plot most useful?

A: Box plots are ideal for comparing two or more distributions side by side, and for showing skewness (whether data leans left or right). They’re less useful for small datasets where individual values matter.

Need Help with Statistics?

A qualified GCSE maths tutor can guide you through box plots, quartiles, averages, and every other statistics topic on the syllabus.

Find a GCSE Maths Tutor
Register and receive £25 credit towards your first lesson.

Browse expert, vetted tutors, message free, and book instantly.

Related Articles