Range and interquartile range (IQR) are measures of 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 outliers. The IQR uses the lower and upper quartiles to measure the spread of the middle 50% of the data, making it more resistant to extreme values and often more useful when data are uneven or contain outliers.