Five numbers can describe a whole data set at a glance, so which five are they? A five-number summary is the minimum, first quartile (Q1), median, third quartile (Q3), and maximum. Together these five values show you where the data starts, where the middle sits, how spread out it is, and where it ends. Draw them as a box plot and you can read center, spread, and skew in one quick look, without staring at a long list of raw values.
A five-number summary is five values that sum up a data set: minimum, Q1, median, Q3, and maximum. The minimum and maximum are the smallest and largest values. Q1, the median, and Q3 split the sorted data into four equal parts. Plot them as a box-and-whisker plot to see center, spread, and skew at a glance.
The Five Numbers
A five-number summary always lists the same five values, in order from smallest to largest. Each one marks a landmark position in your sorted data.
- Minimum: the smallest value in the data set.
- First quartile (Q1): the value that 25 percent of the data falls at or below.
- Median: the middle value, splitting the data into a lower and upper half.
- Third quartile (Q3): the value that 75 percent of the data falls at or below.
- Maximum: the largest value in the data set.
Notice the pattern: the three quartiles cut the sorted data into four equal groups. To review how Q1 and Q3 are computed, see our guide on percentiles and quartiles explained.
What Each Number Tells You
Each of the five values answers a different question about your data. Read together, they paint a full picture without listing every point.
The minimum and maximum mark the two ends of your data. The distance between them is the range, a rough measure of total spread. The median marks the center, the point where half the values sit below and half sit above. It is a stable center that outliers do not pull around much.
Q1 and Q3 mark the edges of the middle half of the data. The gap between them, called the interquartile range (IQR), tells you how tightly the central values cluster. A small IQR means the middle bunches close together, while a large IQR means it spreads wide.
Because it leans on the median and quartiles, the five-number summary resists the pull of extreme values. One huge or tiny point can drag the mean far off, but it barely moves these landmarks. That makes the summary a sturdy way to describe messy real-world data.
How the Box Plot Is Built
A box plot, also called a box-and-whisker plot, turns the five numbers into a simple picture. It is built the same way every time.
First, draw a box from Q1 to Q3. This box holds the middle 50 percent of the data, and its width is the IQR. Next, draw a line inside the box at the median. That line shows where the center falls within the middle half.
Finally, draw two whiskers: one line from the left side of the box out to the minimum, and one from the right side out to the maximum. The whiskers show how far the data reaches beyond the middle half. That is the whole plot: a box for the center and two whiskers for the tails.
Reading Spread and Skew From a Box Plot
Once the plot is drawn, its shape tells a story. You can read spread and skew straight from the box and whiskers.
- Overall spread: a wider plot from minimum to maximum means more spread; a narrow one means the values sit close together.
- Middle spread: a wide box means a large IQR and a loose middle half; a thin box means a tight middle.
- Median position: a median near the box’s center suggests a fairly balanced middle.
- Right skew: the right whisker or right side of the box is longer, so higher values stretch out further.
- Left skew: the left whisker or left side of the box is longer, so lower values stretch out further.
In our example, the right whisker runs from 11 to 15, a length of 4. The left whisker runs from 2 to 4.5, a length of 2.5. The longer right whisker points to a slight right skew.
Outliers and the 1.5 x IQR Rule
Sometimes a value sits far from the rest of the data. A common way to flag these outliers uses the IQR.
First, find the IQR, then multiply it by 1.5. Subtract that amount from Q1 to get the lower fence, and add it to Q3 to get the upper fence. Any value beyond a fence is a possible outlier.
For our data, IQR = 6.5, so 1.5 x 6.5 = 9.75. The lower fence is 4.5 – 9.75 = -5.25, and the upper fence is 11 + 9.75 = 20.75. Every value from 2 to 15 falls inside these fences, so this data set has no outliers. On a plot, outliers are often drawn as separate dots beyond the whiskers.
Need the middle value before you build a summary? Find it fast with our Median Calculator. Paste your numbers and it returns the median in one click, ready to drop into your five-number summary.
Comparing Symmetric and Skewed Shapes
Comparing two box plots side by side makes skew easy to spot. The clue is where the median sits and how the whiskers balance.
In a symmetric shape, the median sits near the center of the box, and both whiskers are close to the same length. In a right-skewed shape, the median leans toward the left side of the box, and the right whisker stretches longer. A left-skewed shape mirrors this, with a longer left whisker.
Skew matters because it hints at what pulls the data. Income and house prices often skew right, since a few very high values stretch the top tail. Spotting that shape on a plot warns you the mean may sit higher than the median.
A Quick Worked Example
Let us build a full five-number summary from scratch. Take this small data set, already sorted: 2, 4, 5, 7, 8, 10, 12, 15. There are eight values.
The minimum is 2 and the maximum is 15. With eight values, the median is the average of the 4th and 5th values: (7 + 8) / 2 = 7.5. The lower half is 2, 4, 5, 7, so Q1 is (4 + 5) / 2 = 4.5. The upper half is 8, 10, 12, 15, so Q3 is (10 + 12) / 2 = 11.
So the summary is: min 2, Q1 4.5, median 7.5, Q3 11, max 15. The IQR is 11 – 4.5 = 6.5. Need a refresher on finding the middle value? See how to find the median. Note that software may compute quartiles slightly differently, so your Q1 or Q3 can vary by method.
Frequently Asked Questions About the Five-Number Summary
What Are the Five Numbers in a Five-Number Summary?
The five numbers are the minimum, first quartile (Q1), median, third quartile (Q3), and maximum. They are always listed in order from smallest to largest. Together they show where the data starts, where the middle sits, how spread out it is, and where it ends.
How Do You Make a Box Plot From the Summary?
Draw a box from Q1 to Q3, then add a line inside it at the median. Extend one whisker from the box to the minimum and another to the maximum. The box holds the middle half of the data, and the whiskers show how far the tails reach.
What Is the Interquartile Range (IQR)?
The IQR is the distance between Q3 and Q1, so IQR = Q3 – Q1. It measures the spread of the middle 50 percent of the data. On a box plot, the IQR is simply the width of the box. A wider box means a more spread-out middle.
How Do You Read Skew From a Box Plot?
Compare the two whiskers and the median’s position. A longer right whisker or a median toward the left of the box suggests right skew. A longer left whisker or a median toward the right suggests left skew. Balanced whiskers with a centered median suggest a symmetric shape.
How Does the 1.5 x IQR Rule Find Outliers?
Multiply the IQR by 1.5. Subtract that from Q1 for the lower fence and add it to Q3 for the upper fence. Any value beyond a fence is a possible outlier. This rule is a common guideline, not a strict law, so use judgment with your data.
Does the Five-Number Summary Show the Mean?
No. The summary uses the median as its center, not the mean. The median is the middle value and resists being pulled by extreme points. If you also want the average, you calculate the mean separately, since it is not part of the five-number summary.
Why Use a Five-Number Summary Instead of a Full List?
It compresses a whole data set into five useful landmarks. This makes it fast to compare groups, spot spread, and see skew without scanning every value. Box plots built from the summary let you compare several data sets side by side in one clear picture.
Sources
Authoritative Sources Used in This Article
This article is for general education only, not professional statistical advice. Methods and notation can vary by field, course, or software, so follow your textbook or instructor for exact conventions. Reviewed for accuracy by Prof. Dr. Khalil Mudassar, PhD. Last updated September 11, 2026.
Author
Shakeel Muzaffar is the Founder and Editor-in-Chief of MultiCalculators.com, bringing over 15 years of experience in digital publishing, product strategy, and online tool development. He leads the platform's editorial vision, ensuring every calculator meets strict standards for accuracy, usability, and real-world value. Shakeel personally oversees content quality, formula verification workflows, and the platform's commitment to publishing tools that are genuinely useful for students, professionals, and everyday users worldwide.




