Skip to main content
statistics

Five-Number Summary Calculator

Calculate the five-number summary of a dataset: minimum, first quartile (Q1), median (Q2), third quartile (Q3), and maximum. Essential for constructing box-and-whisker plots and understanding data distribution shape.

Reviewed by Chase FloiedUpdated

This free online five-number summary calculator provides instant results with no signup required. All calculations run directly in your browser — your data is never sent to a server. Enter your values below and see results update in real time as you type. Perfect for everyday calculations, homework, or professional use.

Enter all data values separated by commas.

How to Use This Calculator

1

Enter your input values

Fill in all required input fields for the Five-Number Summary Calculator. Most fields include unit selectors so you can work in your preferred unit system — metric or imperial, whichever matches your problem.

2

Review your inputs

Double-check that all values are correct and that you have selected the right units for each field. Incorrect units are the most common source of calculation errors and can produce results that are off by factors of 2, 10, or more.

3

Read the results

The Five-Number Summary Calculator instantly computes the output and displays results with units clearly labeled. All calculations happen in your browser — no loading time and no data sent to a server.

4

Explore parameter sensitivity

Try adjusting individual input values to see how the output changes. This is a quick and effective way to develop intuition about how different parameters influence the result and to identify which inputs have the largest effect.

Formula Reference

Five-Number Summary Calculator Formula

See calculator inputs for the governing equation

Variables: All variables and their units are labeled in the calculator interface above. Input fields accept values in multiple unit systems — select your preferred unit from the dropdown next to each field.

When to Use This Calculator

  • Use the Five-Number Summary Calculator when you need accurate results quickly without the risk of manual computation errors or unit conversion mistakes.
  • Use it to verify calculations made by hand or in spreadsheets — an independent check can catch errors before they lead to costly decisions.
  • Use it to explore how changing input parameters affects the output — a quick way to develop intuition and identify the most influential variables.
  • Use it when collaborating with others to ensure everyone is working from the same numbers and applying the same assumptions.

About This Calculator

The Five-Number Summary Calculator is a free, browser-based calculation tool for engineers, students, and technical professionals. Calculate the five-number summary of a dataset: minimum, first quartile (Q1), median (Q2), third quartile (Q3), and maximum. Essential for constructing box-and-whisker plots and understanding data distribution shape. It implements standard formulas and supports both metric (SI) and imperial unit systems with automatic unit conversion. All calculations are performed instantly in your browser with no data sent to a server. Use this calculator as a quick reference and sanity-check tool during design, analysis, and learning. Always verify results against primary engineering references and applicable standards for any safety-critical application.

About Five-Number Summary Calculator

The five-number summary calculator provides the five key descriptive statistics that characterize the shape, center, and spread of a dataset: minimum, first quartile (Q1), median (Q2), third quartile (Q3), and maximum. These five numbers are the foundation for constructing box-and-whisker plots (box plots), which are one of the most effective tools for visualizing data distributions, comparing groups, and identifying outliers. Unlike mean and standard deviation, which are sensitive to extreme values, the five-number summary is based on order statistics (ranks) and is therefore robust to outliers. This makes it the preferred summary for skewed distributions, salary data, housing prices, and other datasets where extreme values can distort traditional summary statistics.

The Math Behind It

The five-number summary partitions a dataset into four equal quarters. The minimum and maximum define the total range, while Q1 and Q3 define the interquartile range (IQR = Q3 - Q1), which contains the central 50% of observations. The median splits the data into two equal halves. Together, these statistics reveal the center (median), spread (IQR and range), and skewness (asymmetry between the quartiles) of the distribution. If the median is closer to Q1 than Q3, the distribution is right-skewed; if closer to Q3, it is left-skewed. Box plots use the five-number summary visually: the box spans from Q1 to Q3, a line marks the median, and whiskers extend to the minimum and maximum (or to 1.5*IQR from the quartiles, with outliers plotted individually). There are several methods for calculating quartiles (inclusive, exclusive, interpolation), and different software packages may give slightly different values for the same data. The most common methods are the exclusive method (used by most statistics textbooks) and the interpolation method (used by Excel and most statistical software). For large datasets, the differences are negligible. The five-number summary is a special case of quantile statistics and connects to the empirical cumulative distribution function (ECDF), which maps every data value to its percentile rank.

Formula Reference

Five-Number Summary

{Min, Q1, Median, Q3, Max}

Variables: Min = smallest value; Q1 = 25th percentile; Median = 50th percentile; Q3 = 75th percentile; Max = largest value

IQR

IQR = Q3 - Q1

Variables: Interquartile range measures the spread of the middle 50% of data

Worked Examples

Example 1: Test scores of 9 students

Scores: 72, 85, 91, 64, 78, 82, 69, 95, 88. Find the five-number summary.

Step 1:Sort the data: 64, 69, 72, 78, 82, 85, 88, 91, 95.
Step 2:Minimum = 64, Maximum = 95.
Step 3:Median (middle value of 9) = 82.
Step 4:Q1 = median of lower half {64, 69, 72, 78} = (69+72)/2 = 70.5.
Step 5:Q3 = median of upper half {85, 88, 91, 95} = (88+91)/2 = 89.5.

Five-number summary: {64, 70.5, 82, 89.5, 95}. IQR = 89.5 - 70.5 = 19.

Example 2: Skewed income data

Incomes (thousands): 35, 42, 45, 48, 52, 55, 61, 75, 120.

Step 1:Data is already sorted. Min = 35, Max = 120.
Step 2:Median = 52 (middle of 9 values).
Step 3:Q1 = (42+45)/2 = 43.5.
Step 4:Q3 = (61+75)/2 = 68.

Five-number summary: {35, 43.5, 52, 68, 120}. The large gap between Q3 and Max (68 to 120) indicates right skew.

Common Mistakes & Tips

  • !Not sorting the data before calculating quartiles -- all five-number summary statistics require the data to be in ascending order.
  • !Using different quartile calculation methods and expecting identical results -- there are multiple valid methods that can give slightly different Q1 and Q3 values.
  • !Confusing the five-number summary with mean and standard deviation -- they describe different aspects of the distribution and are not interchangeable.

Related Concepts

Frequently Asked Questions

When should I use the five-number summary instead of mean and standard deviation?

Use the five-number summary when your data is skewed, has outliers, or is not normally distributed. Salary data, housing prices, hospital wait times, and wealth distributions are all better described by the five-number summary because extreme values heavily influence the mean and standard deviation but barely affect the median and quartiles.

How do I identify outliers from the five-number summary?

Calculate the IQR (Q3 - Q1), then any value below Q1 - 1.5*IQR or above Q3 + 1.5*IQR is a mild outlier. Values beyond Q1 - 3*IQR or Q3 + 3*IQR are extreme outliers. This is the method used by standard box plots to flag unusual data points.

Why do different calculators give different quartile values?

There are at least nine different methods for computing quartiles, and no universal standard. The differences arise in how they handle interpolation when the quartile position falls between two data points. For large datasets, all methods converge. For small datasets, differences can be noticeable but none is 'wrong' -- just be consistent.