Calculator input
Paste values using commas, spaces, semicolons, or line breaks. The calculator sorts the data, computes quartiles, and flags outliers with Tukey-style fences.
Example data table
These examples use the Tukey median-of-halves rule with the standard 1.5 × IQR fence.
| Dataset | Q1 | Q3 | IQR | Lower Fence | Upper Fence | Detected Outliers |
|---|---|---|---|---|---|---|
| 12, 13, 14, 15, 15, 16, 16, 17, 18, 19, 20, 35, 42 | 14.5 | 19.5 | 5 | 7 | 27 | 35, 42 |
| 5, 6, 7, 7, 8, 9, 10, 11, 12 | 6.5 | 10.5 | 4 | 0.5 | 16.5 | None |
| 21, 22, 22, 23, 24, 24, 25, 26, 40 | 22 | 25.5 | 3.5 | 16.75 | 30.75 | 40 |
Formula used
Whiskers extend to the most extreme values that still remain inside the mild outlier fences. Different quartile rules can slightly change the final fences.
How to use this calculator
- Enter a short label for your dataset.
- Paste at least four numeric values into the dataset box.
- Choose Tukey, inclusive percentile, or exclusive percentile quartiles.
- Set the outlier factor, or keep the standard 1.5 value.
- Select the number of decimal places for the report.
- Press Calculate Outliers to view the result above the form.
- Review fences, whiskers, sorted values, and flagged points.
- Use the export buttons to save a CSV or PDF copy.
Frequently asked questions
1. What does a boxplot outlier mean?
A boxplot outlier is a value outside the lower or upper fence. It is unusual relative to the dataset, but not automatically wrong.
2. Why can quartile methods change the answer?
Quartiles are defined differently across software and textbooks. Small or uneven datasets can shift Q1 and Q3 enough to change the fence locations.
3. What is the usual outlier factor?
The common choice is 1.5 times the IQR. Many analysts also review 3 times the IQR to separate extreme outliers from mild ones.
4. Does an outlier always mean bad data?
No. An outlier may be a real event, a rare case, or a recording mistake. Always check context before deleting or changing values.
5. Can this tool handle decimals and negative values?
Yes. The parser accepts integers, decimals, negative numbers, and scientific notation, as long as each token is numeric.
6. What are whiskers in this report?
Whiskers mark the smallest and largest values that still fall within the mild outlier fences. They are not always the dataset minimum and maximum.
7. Should I use this for tiny datasets?
You can, but be cautious. Very small samples make quartiles unstable, so outlier labels may change with minor data edits.
8. When should I compare multiple methods?
Compare methods when auditability matters, when software outputs disagree, or when a borderline point affects a decision, model, or report.