Boxplot — Definition, Five-Number Summary & Examples
Boxplot
Modified Boxplot
A data display that shows the five-number summary. The whiskers, stretching outward from the first quartile and third quartile as shown below, are no longer than 1.5 times the interquartile range (IQR). Outliers beyond that are marked separately.
Note: Beginners are sometimes taught to draw box-and-whisker plots, which do not show outliers. Modified boxplot is a name sometimes used for boxplots to distinguish them from box-and-whisker plots.
![]()
See also
Key Formula
- Q1 = First quartile (25th percentile) of the data set
- Q3 = Third quartile (75th percentile) of the data set
- IQR = Interquartile range, equal to Q₃ − Q₁
- 1.5×IQR = The maximum whisker length from each quartile; any data point beyond this distance is classified as an outlier
Worked Example
Another Example
This example shows a data set with no outliers, so the whiskers simply reach the minimum and maximum values — illustrating that outliers are not always present.
Frequently Asked Questions
What is the difference between a boxplot and a box-and-whisker plot?
How do you read a boxplot?
When should you use a boxplot instead of a histogram?
Boxplot (Modified Boxplot) vs. Box-and-Whisker Plot
| Boxplot (Modified Boxplot) | Box-and-Whisker Plot | |
|---|---|---|
| Whisker length | Capped at 1.5 × IQR from Q₁ and Q₃ | Always extends to the minimum and maximum data values |
| Outlier display | Outliers plotted as individual points beyond the whiskers | No outlier identification; extreme values are included in whiskers |
| Key formula | Fences at Q₁ − 1.5·IQR and Q₃ + 1.5·IQR | No fence calculation needed |
| Common usage | Standard in AP Statistics, college courses, and statistical software | Often taught as an introduction in middle school or pre-statistics courses |
Why It Matters
Common Mistakes
Related Terms
- Five Number Summary — The five values a boxplot displays
- First Quartile — Left edge of the box (Q₁)
- Third Quartile — Right edge of the box (Q₃)
- Interquartile Range — Width of the box; used to calculate fences
- Outlier — Points plotted beyond the whiskers
- Box-and-Whisker Plot — Simpler version without outlier detection
- Median — The center line inside the box
- Stemplot — Another display for univariate data distributions
