How to Interpret a Box Plot: A Beginner's Guide with a Worked Example

A box plot summarizes your data's spread in five numbers — the minimum, first quartile (Q1), median, third quartile (Q3), and maximum — showing you at a glance where the middle 50% of your values sit, how skewed the data is, and whether any outliers are pulling it off balance. If you're staring at a box-and-whisker plot in your thesis and can't tell what the box, the line, or those little dots actually mean, this guide walks you through every part in plain language.

Key Takeaways

  • The line inside the box is the median — the middle value of your data, not the average.
  • The box itself contains the middle 50% of your data (from Q1 to Q3), and its height is called the interquartile range (IQR).
  • The whiskers extend to the smallest and largest values within 1.5 × IQR of the box; anything beyond them is plotted as an outlier.
  • A box plot reveals skew instantly: if the median sits closer to the bottom of the box, your data is right-skewed; closer to the top, it's left-skewed.
  • Box plots are ideal for comparing groups side by side — for example, test scores across three teaching methods.

What Are the Parts of a Box Plot?

A box plot (also called a box-and-whisker plot) is built from five summary numbers, often called the five-number summary. Reading a box plot means understanding what each visual element represents:

  • Median (the line in the box): The middle value when your data is sorted. Half your observations fall below it, half above.
  • First quartile, Q1 (bottom edge of the box): The value below which 25% of your data lies.
  • Third quartile, Q3 (top edge of the box): The value below which 75% of your data lies.
  • Interquartile range, IQR (the height of the box): Q3 − Q1. This is the range of the middle 50% of your data.
  • Whiskers: Lines extending from the box to the most extreme values that are not outliers.
  • Outliers (dots or asterisks): Individual points that fall beyond 1.5 × IQR from the box edges.

The single most useful thing to grasp: the box holds the middle half of your data. A tall box means your values are widely spread; a short box means they cluster tightly around the median.

How Do You Read Skewness from a Box Plot?

A box plot tells you about the shape of your data without any calculation. Look at where the median line sits inside the box and compare the two whisker lengths:

  • Symmetric data: The median is roughly centered and the whiskers are about equal.
  • Right-skewed (positively skewed): The median sits toward the bottom of the box, and the upper whisker is longer. This is common for income, reaction times, and count data.
  • Left-skewed (negatively skewed): The median sits toward the top of the box, and the lower whisker is longer.

Skewness matters because it affects which statistical test you should run. Heavily skewed data often violates the normality assumption of a t-test, nudging you toward a nonparametric alternative like the Mann-Whitney U test. If you're weighing that choice, see our guide on Mann-Whitney vs the t-test.

How Are Outliers Defined in a Box Plot?

Outliers in a box plot are defined using the 1.5 × IQR rule: any value more than 1.5 times the interquartile range below Q1 or above Q3 is flagged as an outlier and drawn as a separate point.

The formulas are:

  • Lower fence = Q1 − (1.5 × IQR)
  • Upper fence = Q3 + (1.5 × IQR)

Any data point outside these fences is an outlier. This is a purely mathematical rule — it doesn't mean the point is an error, only that it's unusually distant from the rest. In real research, an outlier might be a data-entry mistake, a genuinely extreme participant, or a sign your distribution has a long tail. Always investigate before deleting anything.

A Worked Example: Interpreting a Box Plot Step by Step

Suppose you measured the exam scores of 11 students and sorted them:

52, 58, 61, 65, 68, 70, 72, 75, 79, 84, 96

Here's how to build and read the box plot step by step.

Step 1 — Find the median. With 11 values, the median is the 6th value: 70. That's the line inside the box.

Step 2 — Find Q1 and Q3. Q1 is the median of the lower half (52, 58, 61, 65, 68) = 61. Q3 is the median of the upper half (72, 75, 79, 84, 96) = 79. These form the bottom and top of the box.

Step 3 — Calculate the IQR. IQR = Q3 − Q1 = 79 − 61 = 18. The box is 18 points tall, meaning the middle 50% of students scored between 61 and 79.

Step 4 — Find the fences.
- Lower fence = 61 − (1.5 × 18) = 61 − 27 = 34
- Upper fence = 79 + (1.5 × 18) = 79 + 27 = 106

Step 5 — Identify outliers and whiskers. No score is below 34 or above 106, so there are no outliers. The whiskers extend to the actual minimum (52) and maximum (96).

Step 6 — Interpret the shape. The median (70) sits slightly above the center of the box, and the upper whisker (70→96 = 26 points) is longer than the lower whisker (52→61 = 9 points... to the box). This suggests a mild right skew — a few high scorers are stretching the top of the distribution.

That's the whole story of your data in one picture: a central score around 70, a middle-half range of 18 points, no outliers, and a slight rightward tail. In StatRyx, you can upload this column and generate a labeled box plot with the five-number summary computed automatically — no manual quartile math required.

Box Plot vs Histogram: Which Should You Use?

Both show distribution, but they answer slightly different questions.

Feature Box Plot Histogram
Best for Comparing groups side by side Seeing the exact shape of one distribution
Shows median & quartiles Yes, directly No, must estimate
Shows outliers Yes, as separate points Only as sparse bars
Shows modality (peaks) No — can hide bimodal data Yes — reveals multiple peaks
Space efficiency Very compact Needs more space
Good sample size Any, especially n < 50 Larger n (roughly n > 30)

A key limitation to remember: a box plot cannot show whether your data is bimodal (has two peaks). Two very different distributions can produce identical box plots. When shape matters, pair your box plot with a histogram. StatRyx generates both from the same dataset in one click, which is the quickest way to sanity-check your distribution before choosing a test.

How Do You Report a Box Plot in APA 7 Format?

In APA 7 style, a box plot is presented as a Figure. Number it in order (Figure 1), give it an italicized title, and describe what it shows in a note. You don't report the box plot itself in the text — instead, you report the underlying descriptive statistics.

For the example above, you'd write: Exam scores had a median of 70 (IQR = 18), ranging from 52 to 96, with no outliers detected using the 1.5 × IQR rule. The figure caption would read: Figure 1. Distribution of exam scores (n = 11).

Note that APA uses the median and IQR to describe skewed or ordinal data, while the mean and standard deviation are reserved for roughly normal data. Because box plots are built around the median, they pair naturally with nonparametric reporting.

Stop calculating this by hand. Upload your dataset and StatRyx's AI runs the correct test and returns copy-paste-ready APA 7 output in seconds — no SPSS license, no syntax.

Run your data through StatRyx free →
← All posts