Box Plot Calculator
Reviewed by CalcMulti Editorial Team·Last updated: ·← Statistics Hub
A box plot (box-and-whisker plot) compactly displays the five-number summary: minimum, Q1, median, Q3, and maximum. It immediately reveals the center, spread, skewness, and outliers of a dataset.
Enter your comma or space-separated data to generate the box plot, five-number summary table, IQR, whisker bounds, and a list of outliers flagged by the 1.5×IQR rule.
Formula
IQR = Q3 − Q1 Outlier if: x < Q1 − 1.5×IQR or x > Q3 + 1.5×IQR
- Q1
- 25th percentile (lower quartile)
- Q3
- 75th percentile (upper quartile)
- IQR
- interquartile range = Q3 − Q1
- Lower fence
- Q1 − 1.5 × IQR
- Upper fence
- Q3 + 1.5 × IQR
Enter Data
Reading Box Plot Shapes
| Box plot appearance | Distribution shape | What it means |
|---|---|---|
| Median centered in box, equal whiskers | Symmetric | Mean ≈ Median; normal distribution likely |
| Median near Q1, long upper whisker | Right-skewed (positive) | Mean > Median; outliers on right |
| Median near Q3, long lower whisker | Left-skewed (negative) | Mean < Median; outliers on left |
| Very small box (IQR ≈ 0) | Concentrated data | Most values near the median |
| Large box relative to whiskers | Uniform/flat distribution | High spread across all quartiles |
| Many outlier dots | Heavy tails | More extreme values than normal distribution |
Related Calculators
Frequency distribution chart
Interquartile Range CalculatorIQR and quartile calculator
Five Number Summary CalculatorMin, Q1, median, Q3, max
Outlier CalculatorDetect outliers with Z-score and IQR
Bell Curve GeneratorNormal distribution visualiser
Statistics HubAll statistics calculators
Disclaimer
For educational and exploratory use only. Outlier identification with the 1.5×IQR rule is a heuristic — always inspect flagged values in context.