5 Number Summary Calculator
Find the minimum, Q1, median, Q3, maximum, and interquartile range of a data set.
About the five-number summary
Five-number summary examples
| Sorted data | Min, Q1, median, Q3, max | IQR |
|---|---|---|
| 1, 2, 3, 4, 5 | 1, 1.5, 3, 4.5, 5 | 3 |
| 2, 4, 6, 8, 10, 12 | 2, 4, 7, 10, 12 | 6 |
| 3, 6, 7, 8, 8, 10, 13, 15, 16, 20 | 3, 7, 9, 15, 20 | 8 |
How to find a five-number summary
- Enter every observation, separating values with commas, spaces, or semicolons.
- Select Calculate Summary to sort the values and divide the ordered data.
- Read the minimum, Q1, median, Q3, and maximum in ascending order.
- Use the reported IQR to describe the spread of the middle half of the observations.
Frequently asked questions
What values are in a five-number summary?
It contains the minimum, first quartile, median, third quartile, and maximum. These five ordered values summarize the center and spread of a distribution.
How does the calculator find quartiles?
It uses the median-of-halves method after sorting the data. For an odd sample size, the overall median is excluded from both halves.
Why do quartiles differ between calculators?
Multiple interpolation and inclusion conventions are accepted. Small data sets show the largest differences, so always note which method is required.
What is the interquartile range?
The IQR is Q3 minus Q1. It represents the spread of the middle 50 percent and is less sensitive to extremes than the total range.
Can the data include repeated or negative values?
Yes, both repeated and negative numbers are valid observations. The calculator preserves duplicates and sorts all values numerically before calculating the summary.