5 Number Summary Calculator

Find the minimum, Q1, median, Q3, maximum, and interquartile range of a data set.

Five-number summary
Enter at least two numbers separated by commas, spaces, or semicolons.

About the five-number summary

A five-number summary condenses a numerical data set into its minimum, first quartile, median, third quartile, and maximum. Together these landmarks describe location, spread, and potential asymmetry without assuming a particular probability distribution. They are the values used to draw a box-and-whisker plot: the box spans Q1 to Q3, a line marks the median, and whiskers extend toward the lowest and highest observations under the plotting convention being used. The calculator first sorts every observation from smallest to largest. The minimum and maximum are the endpoints, and the median is the middle value or the average of the two middle values. It then uses the median-of-halves method for quartiles. When the sample size is odd, the overall median is excluded before finding the medians of the lower and upper halves. When it is even, the sorted values divide into equal halves. Q1 is the median of the lower half and Q3 is the median of the upper half. Quartiles divide ordered data into four broad sections. Roughly 25 percent of observations lie at or below Q1, half lie at or below the median, and 75 percent lie at or below Q3. The interquartile range, IQR = Q3 − Q1, measures the width of the middle half of the data. Unlike the full range, it is relatively resistant to extreme observations, which makes it helpful for comparing distributions and identifying possible outliers. Several accepted quartile conventions exist, especially for small data sets, so software packages may produce slightly different Q1 and Q3 values. This calculator states and consistently applies the median-of-halves convention. Use the method required by your course, organization, or statistical package when exact agreement matters. Repeated values and negative values are valid, and the input order does not affect the result because all observations are sorted first. A five-number summary is most informative alongside the sample size and subject context. Two data sets can share all five values while differing between those landmarks. It also does not report the mean or standard deviation. Use it for quick exploratory analysis, box plots, skewness clues, and robust comparisons, then inspect the underlying observations or additional statistics before drawing substantive conclusions.

Five-number summary examples

Sorted dataMin, Q1, median, Q3, maxIQR
1, 2, 3, 4, 51, 1.5, 3, 4.5, 53
2, 4, 6, 8, 10, 122, 4, 7, 10, 126
3, 6, 7, 8, 8, 10, 13, 15, 16, 203, 7, 9, 15, 208

How to find a five-number summary

  1. Enter every observation, separating values with commas, spaces, or semicolons.
  2. Select Calculate Summary to sort the values and divide the ordered data.
  3. Read the minimum, Q1, median, Q3, and maximum in ascending order.
  4. Use the reported IQR to describe the spread of the middle half of the observations.

Frequently asked questions

What values are in a five-number summary?

It contains the minimum, first quartile, median, third quartile, and maximum. These five ordered values summarize the center and spread of a distribution.

How does the calculator find quartiles?

It uses the median-of-halves method after sorting the data. For an odd sample size, the overall median is excluded from both halves.

Why do quartiles differ between calculators?

Multiple interpolation and inclusion conventions are accepted. Small data sets show the largest differences, so always note which method is required.

What is the interquartile range?

The IQR is Q3 minus Q1. It represents the spread of the middle 50 percent and is less sensitive to extremes than the total range.

Can the data include repeated or negative values?

Yes, both repeated and negative numbers are valid observations. The calculator preserves duplicates and sorts all values numerically before calculating the summary.