box and whisker plot calculator

Use commas, spaces, or new lines. Decimals and negative numbers are supported.

What this box and whisker plot calculator does

A box and whisker plot (also called a box plot) summarizes a dataset using the five-number summary: minimum, first quartile (Q1), median, third quartile (Q3), and maximum. This calculator computes those values instantly and also reports the interquartile range (IQR), outlier fences, whisker endpoints, and any detected outliers.

If you are working with statistics homework, quality control, A/B testing results, survey scores, or any numeric sample, this tool helps you quickly understand data spread and center without manually sorting and splitting values.

How to use the calculator

1) Paste your numbers

Add at least three values into the data box. You can separate numbers with commas, spaces, or line breaks. Scientific notation like 1.2e3 is also accepted.

2) Choose a quartile method

  • Tukey: Uses the median of the lower and upper halves of sorted data.
  • Linear interpolation: Uses percentile interpolation for Q1/Q3.

Different textbooks and software packages can define quartiles differently. If your assignment specifies a method, choose that one for matching results.

3) Click calculate

You’ll get a full numeric summary and a visual horizontal box plot showing whiskers, the box, median line, and any outlier points.

How the statistics are computed

  • IQR: Q3 - Q1
  • Lower fence: Q1 - 1.5 × IQR
  • Upper fence: Q3 + 1.5 × IQR
  • Outliers: values below the lower fence or above the upper fence
  • Whiskers: lowest and highest non-outlier values

Reading a box plot like a pro

The median line inside the box shows your data midpoint. The left and right edges of the box (Q1 and Q3) show the middle 50% of values. Longer whiskers indicate more spread in those tails. Outlier dots can reveal unusual observations worth investigating.

A box plot is great for comparison too: place two groups side by side to quickly inspect differences in center, spread, and skewness.

Common use cases

  • Comparing exam scores across classes
  • Monitoring process variation in manufacturing
  • Studying customer response times
  • Checking distribution of daily expenses or sales values
  • Detecting anomalies in sensor data

Tips for accurate results

  • Verify that all inputs are numeric.
  • Use consistent units (minutes, dollars, grams, etc.).
  • Be aware that quartile definitions may differ by platform.
  • Investigate outliers before removing them from analysis.

🔗 Related Calculators