IQR calculator
Calculate the interquartile range — the spread of the middle 50% of your data. IQR = Q3 − Q1.
Data
IQR formula
IQR = Q3 − Q1
The IQR represents the range of the middle 50% of values. It's resistant to outliers, unlike the full range.
Outlier detection
Outliers are values below Q1 − 1.5×IQR or above Q3 + 1.5×IQR. This is the "1.5 IQR rule" used in box plots.
Examples
Related calculators