Box Plot Calculator
Find the five-number summary, interquartile range, and potential outliers for a numerical data set.
About box plots and five-number summaries
Box plot examples
| Data | Five-number summary | Observation |
|---|---|---|
| 1, 2, 3, 4, 5, 6, 7, 8 | 1, 2.5, 4.5, 6.5, 8 | A symmetric sequence with IQR 4 and no outliers. |
| 1, 2, 2, 3, 3, 4, 20 | 1, 2, 3, 4, 20 | The IQR is 2, so 20 lies above the upper fence of 7. |
| -5, -2, 0, 3, 9 | -5, -3.5, 0, 6, 9 | Negative and positive values are handled normally. |
| 10, 10, 10, 10 | 10, 10, 10, 10, 10 | A constant data set has zero IQR and no flagged values. |
How to calculate a box plot summary
- Enter the numerical observations separated by commas, spaces, or semicolons.
- Click Calculate Box Plot to sort and summarize the data.
- Read the minimum, quartiles, median, maximum, and interquartile range.
- Review any values listed as outliers before drawing conclusions.
Box plot calculator FAQ
What does the box in a box plot represent?
The box extends from the first quartile to the third quartile and contains the middle 50 percent of observations. Its length equals the interquartile range.
How are quartiles calculated here?
The sorted data is divided around the median, excluding the middle value when the count is odd. Q1 and Q3 are the medians of the lower and upper halves.
What makes a value an outlier?
The calculator flags values more than 1.5 IQR below Q1 or above Q3. This is a screening rule, not proof that the observation is invalid.
Can I enter decimal and negative values?
Yes, both decimals and negative numbers are valid observations. Separate each value with a comma, space, or semicolon.
Why does another program show different quartiles?
Programs use several accepted interpolation conventions for quartiles. Small data sets are most likely to expose those differences, so match the method required by your course or analysis.