5-Number Summary Calculator

Calculate the five-number summary (min, Q1, median, Q3, max) with IQR, outlier detection, box plot visualization, decile table, and Bowley skewness for any dataset.

Enter numbers separated by commas, spaces, or newlines
Standard: 1.5 for mild, 3 for extreme outliers
Minimum
12.0000
Smallest observation
Q1 (25th percentile)
22.0000
Lower quartile
Median (Q2)
30.0000
Middle value
Q3 (75th percentile)
40.0000
Upper quartile
Maximum
50.0000
Largest observation
IQR
18.0000
Q3 − Q1 = 40.00 − 22.00
Range
38.0000
Max − Min
Outliers
0
None detected

Box Plot Visualization

12.0
Q1: 22.0
Med: 30.0
Q3: 40.0
50.0

Fences & Outlier Detection

BoundaryValueFormula
Lower Fence-5.0000Q1 − 1.5×IQR
Lower Whisker12.0000Smallest data ≥ lower fence
Upper Whisker50.0000Largest data ≤ upper fence
Upper Fence67.0000Q3 + 1.5×IQR

Decile Table

PercentileValuePosition
10th15.6000
20th19.6000
30th23.8000
40th27.4000
50th30.0000
60th33.6000
70th37.6000
80th41.2000
90th44.4000

Additional Statistics

n (count)13
Mean30.4615
Std Dev (sample)11.8927
Bowley Skewness0.1111 (Right-skewed)
Midspread (IQR)18.0000 (47.4% of range)
Sorted Data (13 values)
12.0015.0018.0022.0025.0028.0030.0033.0036.0040.0042.0045.0050.00
Planning notes, formulas, and examples

About the 5-Number Summary Calculator

The five-number summary calculator reports the minimum, first quartile, median, third quartile, and maximum for a dataset. Those five values give a compact picture of center, spread, and asymmetry without relying on the mean.

This calculator also computes the interquartile range, applies Tukey fence outlier detection, shows a box plot, and lists deciles for a more detailed look at the distribution. It is designed for datasets where quartiles tell the story better than averages.

Use it for skewed or outlier-prone data such as salaries, housing prices, wait times, and other real-world measurements where the middle of the data matters more than the extremes.

When This Page Helps

Use the five-number summary when you want a quick description of a dataset that is still resistant to outliers. It is the simplest way to compare the middle 50% of values across groups and to see whether the data is symmetric or skewed.

Because it underpins box plots, this summary is also useful when you need a clean visual representation for reports or presentations.

How to Use the Inputs

  1. Enter your data values separated by commas, spaces, or newlines.
  2. Use preset datasets to see how different distributions look.
  3. Adjust the fence multiplier (standard: 1.5) to control outlier sensitivity.
  4. Review the box plot to visualize data spread and outliers.
  5. Check the decile table for detailed percentile positions.
  6. Expand the sorted data view to see each value with outlier highlighting.
Formula used
Q1 = 25th percentile, Q2 = 50th (median), Q3 = 75th percentile. IQR = Q3 − Q1. Lower fence = Q1 − 1.5×IQR. Upper fence = Q3 + 1.5×IQR. Bowley skewness = (Q3 + Q1 − 2×Median) / IQR.

Example Calculation

Result: Min=12, Q1=20, Med=28, Q3=38, Max=50, IQR=18

The 13-value dataset has median 28 (7th value). Q1 is the median of the lower half (20), Q3 is the median of the upper half (38). IQR = 38 − 20 = 18. No outliers detected with standard 1.5×IQR fences.

Tips & Best Practices

  • The IQR captures the middle 50% of data — it's more robust than range because it ignores extremes.
  • If the median is not centered between Q1 and Q3, the distribution is skewed. Bowley skewness quantifies this.
  • A fence multiplier of 1.5 catches "mild" outliers; 3.0 catches only "extreme" outliers. Choose based on your data context.
  • For very small datasets (n < 5), the five-number summary becomes unreliable — consider the full sorted list instead.
  • Compare mean vs median: if mean > median, the data is right-skewed (common with income data).
  • The five-number summary is the foundation of box plots — use both tools together for a complete picture.

Reading the Five Values

The minimum and maximum give the full span of the data. Q1 and Q3 mark the edges of the middle half. The median marks the center. When Q1 and Q3 are far from the median on one side, the distribution is skewed.

Why Quartiles Matter

Quartiles are rank-based, so one extreme value does not distort them the way it can distort the mean. That is why the five-number summary is a better fit for salaries, prices, medical costs, and other data with long tails.

Relation to Box Plots

The five-number summary is the numeric backbone of a box plot. The box is drawn from Q1 to Q3, the line inside is the median, and whiskers typically extend to the last non-outlier values.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • It's a set of five descriptive statistics: minimum, Q1 (25th percentile), median (50th percentile), Q3 (75th percentile), and maximum. Together they divide the data into four groups of roughly equal size, showing center, spread, and range.