Range and interquartile range (IQR) are measures of statistical spread, meaning they describe how dispersed a data set is rather than where its center lies. The range uses only the smallest and largest values, so it is quick to calculate but highly sensitive to extreme values. The IQR uses the lower and upper quartiles to measure the spread of the middle 50% of the data, making it more resistant to outliers and often more informative when data are uneven or contain unusual values.
Range This works because the subtraction measures the full width of the data set from one end to the other.
IQR This is useful because it ignores the most extreme 25% at each end, so unusually large or small values have much less influence.
Always write the subtraction clearly, especially when the smallest value is negative, because sign errors are common.
This answer tells you how wide the middle half of the data is, so a smaller IQR means the central data are more tightly grouped.
| Feature | Range | Interquartile Range |
|---|---|---|
| Formula | ||
| Uses how many data points directly? | Only two extreme values | Two quartiles from ordered halves |
| Affected by outliers? | Yes, strongly | Much less |
| Best for | Quick overall spread | Typical spread with possible extremes |
| This table helps clarify why the two measures can give different impressions of the same data set. |