Outlier Calculator (IQR Method)
Outlier Calculator (IQR Method)
Enter a list of numbers to find its outlier fences and any values that fall outside them, using the standard 1.5×interquartile range (IQR) method — the same rule used to decide which points get marked separately on a box plot.
The lower and upper fences are set 1.5×IQR below Q1 and above Q3 respectively, and any value outside that range is flagged as a statistical outlier. This 1.5× convention, introduced by statistician John Tukey, is the most widely used default for a reasonable cutoff — some fields use a stricter 3×IQR threshold to flag only "extreme" outliers. Because the fences are based on quartiles rather than the mean, this method stays reliable even when the dataset itself already contains a few extreme values that would otherwise distort a mean-based cutoff.
- Formula: Lower Fence = Q1 − 1.5×IQR; Upper Fence = Q3 + 1.5×IQR — any value outside this range is flagged as an outlier.
- Why 1.5×IQR? it's the most widely used convention (introduced by statistician John Tukey) for a reasonable, standard cutoff — some fields use a stricter 3×IQR for "extreme" outliers.
- Not proof of error: a statistical outlier isn't automatically a mistake — it might be a genuine, unusual data point worth investigating rather than automatically discarding.
Should I always remove detected outliers from my data?
Not necessarily — first investigate whether the outlier reflects a real data entry error (in which case, correct or remove it) or a genuine unusual observation (in which case, it may be important information you shouldn't discard).
What's the difference between this and a z-score outlier rule?
The IQR method is based on quartiles and isn't affected by extreme values in the way the mean and standard deviation (used in z-score rules) can be — it's often preferred specifically because outliers themselves can distort mean-based measures.
Outlier Calculator (IQR Method)


Enter a list of numbers to find its outlier fences and any values that fall outside them, using the standard 1.5×interquartile range (IQR) method — the same rule used to decide which points get marked separately on a box plot.
The lower and upper fences are set 1.5×IQR below Q1 and above Q3 respectively, and any value outside that range is flagged as a statistical outlier. This 1.5× convention, introduced by statistician John Tukey, is the most widely used default for a reasonable cutoff — some fields use a stricter 3×IQR threshold to flag only "extreme" outliers. Because the fences are based on quartiles rather than the mean, this method stays reliable even when the dataset itself already contains a few extreme values that would otherwise distort a mean-based cutoff.

- Formula: Lower Fence = Q1 − 1.5×IQR; Upper Fence = Q3 + 1.5×IQR — any value outside this range is flagged as an outlier.
- Why 1.5×IQR? it's the most widely used convention (introduced by statistician John Tukey) for a reasonable, standard cutoff — some fields use a stricter 3×IQR for "extreme" outliers.
- Not proof of error: a statistical outlier isn't automatically a mistake — it might be a genuine, unusual data point worth investigating rather than automatically discarding.
Should I always remove detected outliers from my data?
Not necessarily — first investigate whether the outlier reflects a real data entry error (in which case, correct or remove it) or a genuine unusual observation (in which case, it may be important information you shouldn't discard).
What's the difference between this and a z-score outlier rule?
The IQR method is based on quartiles and isn't affected by extreme values in the way the mean and standard deviation (used in z-score rules) can be — it's often preferred specifically because outliers themselves can distort mean-based measures.
