Five Number Summary Calculator

Enter a dataset and instantly compute the five-number summary: minimum, Q1, median, Q3, maximum, and IQR.

Enter Your Dataset

Load sample dataset

Enter numbers on the left and click Calculate

Results will appear here

Copied!

Summary

Enter a dataset and instantly compute the five-number summary: minimum, Q1, median, Q3, maximum, and IQR.

How it works

  1. Enter your numbers separated by commas or newlines.
  2. The tool sorts the dataset in ascending order.
  3. It applies the inclusive (Tukey) quartile method to find Q1, the median, and Q3.
  4. Minimum and maximum are read from the ends of the sorted list.
  5. IQR is computed as Q3 minus Q1 and used for the 1.5*IQR outlier rule.

Use cases

  • Summarize a dataset before running further statistical analysis.
  • Identify the spread and center of exam scores or survey responses.
  • Detect potential outliers using the 1.5 * IQR rule.
  • Build box plots — they require exactly the five-number summary.
  • Compare distributions across multiple groups in research.

Frequently Asked Questions

Last updated: 2026-06-10 · Reviewed by Nham Vu