Five Number Summary Calculator
Enter a dataset and instantly compute the five-number summary: minimum, Q1, median, Q3, maximum, and IQR.
Enter Your Dataset
Load sample dataset
Enter numbers on the left and click Calculate
Results will appear here
Five-Number Summary
| Statistic | Symbol | Value |
|---|
Sorted Dataset
Copied!
Summary
Enter a dataset and instantly compute the five-number summary: minimum, Q1, median, Q3, maximum, and IQR.
How it works
- Enter your numbers separated by commas or newlines.
- The tool sorts the dataset in ascending order.
- It applies the inclusive (Tukey) quartile method to find Q1, the median, and Q3.
- Minimum and maximum are read from the ends of the sorted list.
- IQR is computed as Q3 minus Q1 and used for the 1.5*IQR outlier rule.
Use cases
- Summarize a dataset before running further statistical analysis.
- Identify the spread and center of exam scores or survey responses.
- Detect potential outliers using the 1.5 * IQR rule.
- Build box plots — they require exactly the five-number summary.
- Compare distributions across multiple groups in research.
Frequently Asked Questions
Last updated: 2026-06-10 ·
Reviewed by Nham Vu