{{ summaryHeading }}
{{ medianDisplay }}
{{ summaryLine }}
{{ countBadge }} {{ iqrBadge }} {{ rangeBadge }} {{ outlierBadge }}
Five number summary inputs
Paste a dataset; every numeric token is included in the sorted summary.
Inclusive percentile is Excel/Sheets style; Tukey hinges matches many box-plot lessons.
Controls outlier flags and box-plot whiskers; the five-number values remain based on the full dataset.
Use 0-6 decimals; 2 is a readable default for mixed datasets.
Statistic Value Detail Copy
{{ row.label }} {{ row.value }} {{ row.detail }}
Check Value Interpretation Copy
{{ row.label }} {{ row.value }} {{ row.detail }}
Rank Value Percentile rank Position Copy
{{ row.rank }} {{ row.value }} {{ row.percentile }} {{ row.position }}

          
Customize
Advanced
:

A five-number summary condenses one numeric dataset into five ordered landmarks: minimum, first quartile, median, third quartile, and maximum. It is useful when a full list is too long to scan but a single average hides too much. The summary shows where the center sits, how wide the middle half is, and how far the endpoints reach.

Quartiles matter because they split the sorted values into lower, middle, and upper parts. The median gives a resistant center, while Q1 and Q3 frame the middle 50% of the data. That makes the summary especially helpful for test scores, response times, prices, lab measurements, classroom examples, and quick checks where skewed or unusual values can pull the mean away from a typical value.

A box plot style number line with minimum, Q1, median, Q3, and maximum marked across the spread.

Different quartile conventions can give different Q1 and Q3 values for the same sorted list. That is not a calculation error. It means the quartile method must match the class, spreadsheet, report, or statistical convention you need to compare against.

The summary is descriptive, not diagnostic. A wide range, a large interquartile range, or a flagged value can point to a spread issue, measurement error, or a real unusual case, but the five numbers alone do not explain why the data look that way.

Technical Details:

The calculation starts by extracting numeric tokens, sorting them from smallest to largest, and using the sorted positions to compute the summary. The minimum and maximum are the first and last sorted values. The median is the middle sorted value when the count is odd, or the average of the two middle values when the count is even.

Q1 and Q3 require a method choice because quartiles are not defined by one universal convention. A classroom box plot often uses Tukey hinges, while spreadsheet functions commonly use inclusive or exclusive percentile interpolation. Comparing results across worksheets, textbooks, and statistics software is safest when the same quartile rule is used every time.

Formula Core:

The core spread measures use the five summary landmarks, and the optional outlier fences are built from the interquartile range.

Range = Maximum - Minimum IQR = Q3 - Q1 Lower fence = Q1 - m IQR Upper fence = Q3 + m IQR Bowley skew = Q3 + Q1 - 2 Median IQR

In the fence formulas, m is 1.5 for the standard fence and 3 for the outer fence. Values below the lower fence or above the upper fence are flagged as potential outliers. Those values still remain in the five-number summary, the sorted list, the range, the mean, and the sample standard deviation.

Quartile methods available in the five-number summary calculator
Quartile method How Q1 and Q3 are found Best match
Tukey hinges Split the sorted values at the median. If the count is odd, leave the median out of the lower and upper halves, then take the median of each half. Many classroom box-plot lessons and quick hand checks.
Inclusive percentile Use position 1 + (n - 1)p for p = 0.25 and p = 0.75, interpolating between sorted values when needed. Spreadsheet-style inclusive quartiles.
Exclusive percentile Use position p(n + 1), interpolating between sorted values when the position falls inside the list. Very small samples return the nearest endpoint when an interior quartile is unavailable. Reports that explicitly call for an exclusive percentile convention.
Input and output boundaries for the five-number summary calculator
Item Accepted or computed behavior Why it matters
Number list Signed numbers, decimals, scientific notation, and thousands separators can be pasted with commas, spaces, tabs, or line breaks. The parsed Count should match the number of values you expected to include.
Dataset size At least one numeric value is required, with a browser responsiveness limit of 5,000 numeric values. A long paste that exceeds the limit must be reduced before results are shown.
Outlier fence Standard 1.5 x IQR, outer 3 x IQR, or no fence. Fences are active only when there are at least four values and IQR is greater than zero. Small or flat datasets cannot produce meaningful fence thresholds.
Decimal places Display and exports round to 0 through 6 decimal places. Rounding changes the shown values, not the sorted data used by the calculation.

The box plot uses the selected quartile method and fence rule. When fences are active, whiskers stop at the lowest and highest non-outlier values; flagged values are drawn separately. When fences are off or cannot be applied, the whiskers use the dataset minimum and maximum.

Everyday Use & Decision Guide:

Start with the Number list and check the Count in Five-Number Ledger. If the count is lower than expected, the paste likely included labels, missing values, or formatting that did not contain numeric tokens. Open Sorted Values to confirm the order before interpreting Q1, median, and Q3.

Leave Quartile method on Tukey hinges for many classroom box-plot problems. Switch to Inclusive percentile when matching spreadsheet-style inclusive quartiles, and choose Exclusive percentile only when the worksheet or reporting rule calls for that convention. The method choice can move Q1 and Q3 enough to change IQR, fences, and the box plot.

  • Use Standard 1.5 x IQR when you want the common box-plot outlier flag.
  • Use Outer 3 x IQR when you want a stricter flag for more extreme values.
  • Use No outlier fence when the assignment asks for whiskers from minimum to maximum.
  • Set Decimal places before copying tables or JSON if the result must match a report format.
  • Read Mean and Sample standard deviation as supporting context. The five-number summary itself is driven by sorted positions, not by the average.

Step-by-Step Guide:

Use the controls in this order when you need a repeatable five-number summary.

  1. Paste values into Number list. The result area should appear with a badge such as n=12. If you see Paste at least one numeric value. or No numeric values were found in the current input., replace the text with actual numbers.
  2. Choose Quartile method. Watch Five-Number Ledger because Q1, Q3, Interquartile range, and the box plot can change when the method changes.
  3. Set Outlier fence. Open Fence Review to see the lower fence, upper fence, whiskers, and Potential outliers. If the table says the fence is not applied, check whether the sample has fewer than four values, IQR is zero, or No outlier fence is selected.
  4. Adjust Decimal places only after the method and fence are right. The displayed ledger, chart tooltip, copied CSV, downloaded CSV, DOCX exports, and JSON output follow that rounding setting.
  5. Use Sorted Values to inspect rank, value, percentile rank, and position. Then open Box Plot Spread for the visual spread or JSON when another workflow needs structured values.

Interpreting Results:

The most important values are Median, Q1, Q3, Interquartile range, and Potential outliers. Median describes the sorted center. IQR describes the spread of the middle half. Potential outliers show values beyond the selected fence, not values that must be removed.

How to read key output fields in the five-number summary calculator
Output cue What to check Common misread
Interquartile range A larger IQR means the middle half of the values is more spread out. IQR does not include the full endpoint spread; use Full range for that.
Potential outliers Values beyond the active lower or upper fence. A flag is a review cue, not proof that the value is wrong.
Shape cue A quick label based on sample size, IQR, and Bowley skew. The cue is not a formal normality test.
Mean Compare it with the median to see whether extreme values are pulling the average. The mean is not one of the five summary numbers.
Box Plot Spread Check the median line, quartile box, whiskers, and separate outlier points. Whiskers may be non-outlier endpoints, not always the dataset minimum and maximum.

If a result will be compared with a class key, published worksheet, or spreadsheet, verify Quartile method first. A different method can make a correct answer look wrong even when the sorted data are identical.

Worked Examples:

A balanced homework dataset

Paste 12, 18, 19, 21, 24, 26, 31, 34, 38, 42, 47, 55 and keep Tukey hinges with Standard 1.5 x IQR. Five-Number Ledger returns minimum 12.00, Q1 20.00, median 28.50, Q3 40.00, and maximum 55.00. The IQR is 20.00, the full range is 43.00, and Fence Review shows no potential outliers.

A response-time list with one high value

For response times such as 8, 9, 10, 10, 11, 12, 13, 14, 15, 65, Tukey hinges give Q1 10.00, median 11.50, and Q3 14.00. With the standard fence, the upper fence is 20.00, so Potential outliers lists 65.00. The five-number summary still uses maximum 65.00, while the box-plot whisker stops at the highest non-outlier value, 15.00.

A method mismatch check

For 2, 4, 7, 9, 11, 30, Tukey hinges returns Q1 4.00 and Q3 11.00. Inclusive percentile returns Q1 4.75 and Q3 10.50. Exclusive percentile returns Q1 3.50 and Q3 15.75. If your answer key expects one of those pairs, match the method before checking the arithmetic.

A paste that needs cleanup

If Number list contains only labels such as low, middle, high, the page reports that no numeric values were found. Replace the labels with the actual values, for example 72, 84, 88, 91, 97, then confirm that Count in Five-Number Ledger shows 5 before copying the result.

FAQ:

Why do Q1 and Q3 change when I switch methods?

The methods use different positions in the sorted list. Tukey hinges takes medians of the lower and upper halves, Inclusive percentile interpolates on a 0 to 1 inclusive scale, and Exclusive percentile interpolates from interior percentile positions.

What separators can I use in the number list?

You can paste numbers separated by commas, spaces, tabs, or line breaks. Signed values, decimals, scientific notation, and thousands separators are parsed as numeric tokens.

Why is the outlier fence not applied?

A fence is not applied when No outlier fence is selected, when there are fewer than four values, or when IQR is zero. In those cases, Fence Review keeps the whiskers at the minimum and maximum.

Does decimal rounding change the calculation?

No. Decimal places controls displayed values, chart tooltips, CSV, DOCX, and JSON rounding. The sorted values and quartile calculations are based on the parsed numbers.

Are pasted values uploaded?

The pasted numbers are parsed and calculated in the browser after the page loads. The export buttons create files from the current result, and there is no server upload path for the dataset in this calculator.

Glossary:

Q1
The first quartile, used as the lower edge of the middle 50% of the sorted data.
Median
The center value of the sorted data, or the average of the two center values when the count is even.
Q3
The third quartile, used as the upper edge of the middle 50% of the sorted data.
IQR
The interquartile range, calculated as Q3 minus Q1.
Tukey hinges
A quartile method that finds Q1 and Q3 from the medians of the lower and upper halves of the sorted list.
Fence
An IQR-based threshold used to flag values that sit unusually far from the quartile box.
Whisker
The box-plot line from Q1 or Q3 to the nearest endpoint or nearest non-outlier endpoint.
Bowley skew
A resistant skew measure that compares how the median sits between Q1 and Q3.

References: