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 appearanceDistribution shapeWhat it means
Median centered in box, equal whiskersSymmetricMean ≈ Median; normal distribution likely
Median near Q1, long upper whiskerRight-skewed (positive)Mean > Median; outliers on right
Median near Q3, long lower whiskerLeft-skewed (negative)Mean < Median; outliers on left
Very small box (IQR ≈ 0)Concentrated dataMost values near the median
Large box relative to whiskersUniform/flat distributionHigh spread across all quartiles
Many outlier dotsHeavy tailsMore extreme values than normal distribution

Disclaimer

For educational and exploratory use only. Outlier identification with the 1.5×IQR rule is a heuristic — always inspect flagged values in context.

Frequently Asked Questions