Sort the data from least to greatest
Find the median of the data
Find the lower half of the data
Find the upper half of the data
Find the first quartile, Q1, as the median of the lower half
Find the third quartile, Q3, as the median of the upper half
Subtract Q1 from Q3
IQR = Q3 – Q1
