Box Plot Generator β Five-Number Summary & Outliers
Generate a box-and-whisker plot from your dataset. Automatically computes min, Q1, median, Q3, max, and identifies potential outliers for statistical analysis.
UD5 Toolkit
The Interquartile Range (IQR) is a measure of statistical dispersion, equal to the difference between the third quartile (Q3, 75th percentile) and the first quartile (Q1, 25th percentile). It represents the range of the middle 50% of the data and is resistant to outliers, making it a robust measure of variability.
IQR is calculated in three steps:
This calculator uses Tukey's hinges method, which includes the overall median in both halves when the dataset has an odd number of values β the standard approach for box plot construction.
A box plot is a standardized graphical representation of the five-number summary: minimum, Q1, median, Q3, and maximum. The "box" spans from Q1 to Q3 with a line at the median. The "whiskers" extend to the smallest and largest data points within 1.5 Γ IQR from the quartiles. Points beyond the whiskers are flagged as potential outliers.
The 1.5 Γ IQR rule is the standard criterion:
Any data point below the lower fence or above the upper fence is considered a potential outlier. Some analysts also use 3 Γ IQR to distinguish "extreme" outliers from "mild" ones.
While standard deviation is sensitive to every data point (including outliers), the IQR is robust to extreme values. For skewed distributions or datasets with anomalies, IQR often provides a more honest picture of variability. It's widely used in finance, environmental science, quality control, and educational assessment.
There are several methods, which can yield slightly different results for small datasets:
This tool uses Tukey's method, which aligns with standard box plot conventions.
Yes! This calculator efficiently handles datasets with hundreds or even thousands of values. Simply paste your numbers (separated by commas, spaces, tabs, or line breaks) and the tool instantly computes all statistics and generates the box plot visualization.
A narrow IQR indicates that the middle 50% of the data is tightly clustered around the median β suggesting low variability. A wide IQR means the central data is more spread out. Comparing IQRs across groups helps identify differences in consistency or dispersion.