Box Plot Calculator

Enter your dataset and let the Box Plot Calculator compute your five-number summaryMinimum, Q1, Median, Q3, and Maximum — along with the IQR, mean, and outliers. Paste comma-separated or space-separated numbers into the data input field, choose whether to exclude outliers, and get a full statistical breakdown with a visual box-and-whisker chart.

Enter numbers separated by commas, spaces, or new lines. At least 4 values required.

Choose population if your data is the entire group, or sample if it's a subset.

Outliers are values below Q1 − 1.5×IQR or above Q3 + 1.5×IQR.

Results

Median (Q2)

--

Minimum

--

Q1 (25th Percentile)

--

Q3 (75th Percentile)

--

Maximum

--

IQR (Q3 − Q1)

--

Mean (Average)

--

Standard Deviation

--

Number of Outliers

--

Data Count (n)

--

Five-Number Summary

Results Table

Frequently Asked Questions

How does the Box Plot Calculator compute quartiles and the median?

The calculator sorts your data in ascending order, then uses the inclusive quartile method. Q2 (the median) is the middle value — or the average of the two middle values when the dataset has an even count. Q1 is the median of the lower half and Q3 is the median of the upper half, with the median itself excluded from both halves when the count is odd.

What is the IQR and how is it calculated?

The Interquartile Range (IQR) measures the spread of the middle 50% of your data and is calculated as IQR = Q3 − Q1. A larger IQR indicates greater variability in your dataset, while a smaller IQR means values are more tightly clustered around the median.

How are outliers detected, and are they included in the five-number summary?

Outliers are identified using Tukey's fences: any value below Q1 − 1.5 × IQR or above Q3 + 1.5 × IQR is flagged as an outlier. By default, all data points — including outliers — are used in the five-number summary. If you check 'Exclude Outliers,' those points are removed before recalculating the statistics.

Why do I need at least 4 data points to create a box plot?

A box plot requires at least 4 values to meaningfully define the five-number summary (Min, Q1, Median, Q3, Max). With fewer than 4 points, the quartile calculations become trivial or undefined, making the resulting plot statistically uninformative.

Can I use the Box Plot Calculator with negative numbers or decimal values?

Yes, the calculator fully supports negative numbers and decimal values. Simply enter them in the data field separated by commas or spaces. The five-number summary, IQR, mean, and outlier detection all work correctly regardless of whether values are negative, fractional, or both.

What is the difference between population and sample standard deviation?

For population data, standard deviation divides by N (the total count). For sample data, it divides by N − 1 (Bessel's correction) to produce an unbiased estimate of the true population standard deviation. Choose 'Sample' if your data represents a subset of a larger group.

When should I use a box plot instead of a histogram?

Box plots are ideal for quickly comparing the spread, skewness, and central tendency of multiple datasets side by side, and for spotting outliers. Histograms are better when you want to see the full shape and distribution pattern of a single dataset in detail. For comparing groups, box plots are typically more concise.

What does a skewed box plot indicate?

If the median line is closer to Q1, the data is right-skewed (positively skewed), meaning most values are lower with a long tail of higher values. If the median is closer to Q3, the data is left-skewed (negatively skewed). A symmetric box plot suggests the data is roughly normally distributed.

More Statistics Tools