Outlier Calculator

Find outliers with the 1.5 × IQR rule — fences, quartiles and box plot

Enter your numbers to detect outliers using the standard 1.5 × IQR rule. The calculator also shows the upper and lower fences, the quartiles and a box plot marking each outlier.

Enter Your Data Points

Textbooks differ — pick the method yours uses.

Result

Outliers (1.5 × IQR rule)88

Five Number Summary

Minimum12
Q1 (25th)15
Median17
Q3 (75th)20
Maximum88
Interquartile range (IQR)5
Count (n)10
Outliers (1.5 × IQR rule)88

Additional Statistics

Mean (average)23.8
Mode15
Range76
Sum238
Std deviation (sample)22.7342
Std deviation (population)21.5676
Variance (sample)516.8444
Mean absolute deviation12.84
Coefficient of variation0.9552
Standard error of the mean7.1892
10th percentile13.8
90th percentile27.7
Lower inner fence (Q1 − 1.5·IQR)7.5
Upper inner fence (Q3 + 1.5·IQR)27.5

Box & Whisker Plot

Histogram

Step-by-step solution

Export & Share

The share link reproduces your exact data and settings — paste it in an email, chat, or assignment and anyone who opens it sees the same results.

Saved Datasets

Saved to this device only (browser local storage). Use a share link to move data between devices.

What is an outlier?

An outlier is a value that lies an unusual distance from the rest of the data. Outliers can be genuine extreme observations or the result of measurement and data-entry errors, so spotting them is an important first step before any further analysis.

The 1.5 × IQR rule

The most common definition is based on the interquartile range. First find Q1, Q3 and IQR = Q3 − Q1. The inner "fences" sit at Q1 − 1.5 × IQR and Q3 + 1.5 × IQR; any value beyond them is flagged as a potential outlier. The outer fences sit at 3 × IQR beyond the quartiles, and values past those are considered extreme outliers. This calculator reports both fences and lists every value that falls outside them.

Should you remove outliers?

Not automatically. An outlier flag is a prompt to investigate, not a licence to delete data. If a value is a clear error, correcting or removing it is reasonable; if it is a real observation, it may be the most interesting point in the data set. When you do report results with outliers removed, say so explicitly, because robust measures such as the median and IQR are often a better response than deletion.

Frequently asked questions

How does the 1.5 × IQR rule work?

Compute the IQR (Q3 − Q1). Any value below Q1 − 1.5 × IQR or above Q3 + 1.5 × IQR is a potential outlier; values beyond 3 × IQR are extreme outliers.

What are upper and lower fences?

The fences are the thresholds that define outliers. The inner fences are 1.5 × IQR beyond Q1 and Q3; the outer fences are 3 × IQR beyond them. Both are shown in the results above.

Should outliers always be removed?

No. Investigate first. Remove a value only if it is a genuine error; otherwise consider keeping it and using outlier-resistant measures such as the median and IQR.

Related calculators

Guides & how-tos