Five-Number Summary โ Min, Q1, Median, Q3, Max
Summarize data with five key values. IQR, Tukey fences, range, outlier detection. Box plot visualization.
Why This Statistical Analysis Matters
Why: Five-number summary gives a robust, compact view of center and spread. Preferred for skewed data. Foundation for box plots.
How: Enter data (comma/space separated). Choose quartile method (inclusive/exclusive). Get Min, Q1, Median, Q3, Max, IQR, fences, outliers.
- โMin, Q1, Med, Q3, Max
- โIQR = Q3 - Q1
- โFences for outliers
Five-Number Summary โ Min, Q1, Median, Q3, Max
Summarize your data with five key values. IQR, fences, range, and visual box plot with outlier detection.
Real-World Scenarios โ Click to Load
Data Input
Box Plot โ Five-Number Summary
Box spans Q1โQ3; median line inside. Outliers shown as red points.
Five Values Comparison
Data Strip Chart
Calculation Breakdown
For educational and informational purposes only. Verify with a qualified professional.
๐ Statistical Insights
IQR = Q3 - Q1 โ middle 50% spread
โ Tukey
Tukey fence multiplier for outliers
โ EDA
Five key values summarize distribution
โ Definition
Key Takeaways
- โข The five-number summary consists of Min, Q1 (25th percentile), Median (Q2), Q3 (75th percentile), and Max
- โข IQR = Q3 โ Q1 measures the spread of the middle 50% of the data
- โข Lower fence = Q1 โ 1.5รIQR; Upper fence = Q3 + 1.5รIQR โ values outside are potential outliers
- โข Range = Max โ Min gives the total spread of the dataset
- โข Quartile method (inclusive vs exclusive) affects Q1 and Q3 values โ choose based on your analysis needs
- โข The box plot visualizes the five-number summary: box spans Q1โQ3, line inside is median
Did You Know?
How It Works
1. Sort the Data
Arrange all values in ascending order. Min is the first value; Max is the last.
2. Compute Quartiles
Q1 = 25th percentile, Median = 50th percentile, Q3 = 75th percentile. Use linear interpolation between adjacent values.
3. Calculate IQR and Fences
IQR = Q3 โ Q1. Lower fence = Q1 โ 1.5รIQR, Upper fence = Q3 + 1.5รIQR.
4. Identify Outliers
Any value below the lower fence or above the upper fence is flagged as a potential outlier.
5. Visualize with Box Plot
The box spans Q1 to Q3; the line inside is the median. Whiskers extend to min/max within fences; outliers are plotted as points.
Expert Tips
Quartile Method
Inclusive (default) matches Excel and many tools. Exclusive matches R type 7. State your choice in reports.
Outlier Handling
Don't remove outliers blindly. Investigate whether they are data errors or genuine extreme values.
Sample Size
Five-number summary works best with n โฅ 5. For very small samples, consider a strip plot instead.
Comparing Groups
Place five-number summaries side-by-side to compare center (median), spread (IQR), and skewness across groups.
Why Use This Calculator vs Other Tools?
| Feature | This Calculator | Excel | R | Python |
|---|---|---|---|---|
| Five-number summary | โ | โ ๏ธ Multiple functions | โ | โ |
| Box plot + strip chart | โ | โ ๏ธ Manual | โ | โ |
| Quartile method choice | โ | โ | โ | โ ๏ธ |
| Outlier list + fences | โ | โ | โ ๏ธ | โ ๏ธ |
| Educational content | โ | โ | โ | โ |
| Copy & share results | โ | โ | โ | โ |
| AI-powered interpretation | โ | โ | โ | โ |
| No installation required | โ | โ | โ | โ |
Frequently Asked Questions
What is the five-number summary?
Min, Q1 (25th percentile), Median (50th percentile), Q3 (75th percentile), and Max. It summarizes the distribution of your data in five key values.
What is the 1.5รIQR rule?
Tukey's rule: values outside [Q1โ1.5รIQR, Q3+1.5รIQR] are mild outliers. Values outside 3รIQR are extreme outliers.
Inclusive vs exclusive quartiles?
Inclusive uses interpolation including endpoints; exclusive uses a different formula. Results can differ slightly for small samples.
When to use five-number summary vs mean/SD?
Use five-number summary for skewed data or when you want robustness to outliers. Mean/SD are better for symmetric, roughly normal data.
How do I read skewness from the five-number summary?
If median is closer to Q1, the distribution is right-skewed. If closer to Q3, left-skewed. Symmetric spacing suggests symmetry.
What is IQR used for?
IQR measures the spread of the middle 50% of data. It is resistant to outliers and is used in box plots and outlier detection.
Can I use this for categorical data?
No. The five-number summary requires numeric data that can be ordered. For categorical data, use frequency tables or mode.
How many data points do I need?
At least 2. For meaningful quartiles and IQR, n โฅ 5 is recommended. Small samples give unstable quartile estimates.
Five-Number Summary by the Numbers
Formulas Reference
IQR = Q3 โ Q1
Lower fence = Q1 โ 1.5รIQR; Upper fence = Q3 + 1.5รIQR
Range = Max โ Min
Outliers: values < lower fence or > upper fence
Official Data Sources
Disclaimer: Quartile methods (inclusive vs exclusive) can yield different Q1/Q3 values. For publication, state which method you used.
Related Calculators
Box Plot Calculator
Generate box-and-whisker plots from data. Quartiles, IQR, fences, outlier detection with Tukey method.
StatisticsIQR Calculator (Interquartile Range)
Compute Q1, Q2, Q3, IQR. Identify outliers using 1.5รIQR and 3รIQR rules. Shows fences and modified box plot data.
StatisticsUpper and Lower Fence Calculator
Dedicated fence calculator for outlier boundaries. Computes inner and outer fences using IQR method with customizable multiplier.
StatisticsOutlier Calculator
Detect outliers using IQR (Tukey), Z-score, Modified Z-score (MAD), Grubbs' test, and Dixon's Q test. Highlights which points are outliers.
StatisticsDescriptive Statistics Calculator
All-in-one: mean, median, mode, range, variance, SD, SEM, CV, skewness, kurtosis, quartiles, IQR, percentiles, min, max, count, sum. The comprehensive...
StatisticsPercentile Calculator
Two-way percentile calculator: find percentile rank of a value, or find value at a given percentile. Multiple methods, full percentile table.
Statistics