Math · Statistics & Probability · Grade 6-8 · 5 min read

Interquartile Range

⚡ In one breath

The IQR is Q3Q1Q_3 - Q_1: the width of the middle 50% of a sorted dataset.

📐 The formula

IQR=Q3Q1\text{IQR} = Q3 - Q1

Orient

The one-line idea, why it matters, and the intuition.

Section 1

Quick Answer

The IQR is Q3Q1Q_3 - Q_1: the width of the middle 50% of a sorted dataset. Use it as a spread measure when outliers would distort the ordinary range. The cue is that you want spread but a few extreme values should not be allowed to inflate it. Before calculating, ask: Am I measuring the width of the middle half of sorted data, not the full extent?

Section 2

Why This Matters

The IQR is the spread measure that survives outliers, so it pairs with the median to honestly describe skewed or messy data. It is also the engine behind box plots and the 1.5×IQR1.5\times\text{IQR} outlier rule, so getting Q1Q_1 and Q3Q_3 right unlocks both. Recognizing it by "Am I measuring the width of the middle half of sorted data, not the full extent?" — rather than by familiar numbers — is what lets a student tell it apart from range and standard deviation and quartiles in a mixed problem set.

Section 3

Intuitive Explanation

Line up 9 test scores in order, slice off the bottom 25% and top 25%, and measure only the box around the middle scores that remain — that box's width is the IQR. This is the clean version of the idea because the visible structure matches the concept before any formula or procedure is chosen.

Do not subtract the smallest from the largest value — that is the range, not the IQR; the IQR subtracts the quartiles (Q3Q1Q_3-Q_1), not the extremes. That contrast matters because many wrong answers come from recognizing a surface feature, such as a familiar number or word, instead of the actual task.

A useful way to slow down is to name the signal words and then test them. Words like **middle 50%**, **Q3Q1Q_3-Q_1**, **spread resistant to outliers**, **box plot**, **quartiles** are helpful clues, but they are not enough by themselves. They must point to the same structure as the mental model: IQR throws away the extreme 25% on each end and measures only how wide the central 50% of the data is.

The recognition test is simple: Am I measuring the width of the middle half of sorted data, not the full extent? If yes, interquartile range is probably the right tool; if not, compare with Range or Standard deviation or Quartiles before calculating.

Core idea

IQR throws away the extreme 25% on each end and measures only how wide the central 50% of the data is.

Recognize

The cues that signal this concept and how to distinguish it from look-alikes.

Section 4

When to Use

Use Interquartile Range when you need the spread of a dataset but a few extreme values would distort the ordinary range. Strong signals include **middle 50%**, **Q3Q1Q_3-Q_1**, **spread resistant to outliers**, **box plot**, **quartiles**. The safest workflow is to read the final question first, identify what kind of answer it wants, and then test the structure. Do not use interquartile range just because familiar numbers appear; first decide whether the situation answers "Am I measuring the width of the middle half of sorted data, not the full extent?" with yes.

✨ Pro tip

Ask: Am I measuring the width of the middle half of sorted data, not the full extent?

Section 5

How to Recognize It

Before using Interquartile Range, check the structure of the problem, not just the vocabulary. These questions force the same recognition move from several angles: the task, the signal words, the nearest confusion, and the thing that would make the concept fail.

  1. Am I measuring the width of the middle half of sorted data, not the full extent?

    If yes, the problem matches interquartile range. If no, pause before applying the procedure, because the same numbers may belong to a different idea.

  2. Which words signal the structure?

    Look for middle 50%, Q3Q1Q_3-Q_1, spread resistant to outliers, box plot. These words are useful only after the situation matches them; a keyword without structure is not proof.

  3. What is the nearest confusion?

    Range is the common trap here: Measures the full spread from smallest to largest, so one outlier can blow it up. Compare the desired final answer before choosing a method.

  4. What answer form should I expect?

    The answer should fit this mental model: IQR throws away the extreme 25% on each end and measures only how wide the central 50% of the data is. If the expected answer sounds more like range, use the comparison table before solving.

  5. What would make this NOT Interquartile Range?

    Do not subtract the smallest from the largest value — that is the range, not the IQR; the IQR subtracts the quartiles (Q3Q1Q_3-Q_1), not the extremes. This tells you when to switch tools instead of forcing the concept.

Section 6

Interquartile Range vs Common Confusions

The hard part is recognizing when the task is really about interquartile range instead of a nearby idea. Read the final answer the problem wants, then ask which row describes the structure before you start calculating.

Interquartile Range

Meaning
Use this when you need the spread of a dataset but a few extreme values would distort the ordinary range. The deciding question is: Am I measuring the width of the middle half of sorted data, not the full extent?
Key test
Am I measuring the width of the middle half of sorted data, not the full extent?
Formula
IQR=Q3Q1\text{IQR} = Q3 - Q1
Example
Sorted scores are 3,5,6,8,10,12,14,16,203,5,6,8,10,12,14,16,20. Find the IQR.

Range

Meaning
Measures the full spread from smallest to largest, so one outlier can blow it up.
Key test
Use when there are no extreme values and you want the total extent.
Formula
maxmin\text{max}-\text{min}
Example
Scores 2 to 98 give a range of 96

Standard deviation

Meaning
Measures the root-mean-square (typical) distance from the mean, using every value.
Key test
Use when data is roughly symmetric and you summarize with the mean.
Formula
s=(xxˉ)2n1s=\sqrt{\frac{\sum(x-\bar{x})^2}{n-1}}
Example
Test scores clustered tightly around 80

Quartiles

Meaning
Are the cut points (Q1,Q2,Q3Q_1,Q_2,Q_3) themselves, not a single spread number.
Key test
Use when you need the boundary values, not the distance between two of them.
Example
Q1=40Q_1=40, Q3=70Q_3=70 are positions; their gap is the IQR

Apply

Worked examples and the mistakes most students make.

Section 7

Formula & Notation

IQR=Q3Q1\text{IQR} = Q3 - Q1
IQR=Q3Q1\text{IQR} = Q_3 - Q_1 where Q1=Q0.25Q_1 = Q_{0.25} and Q3=Q0.75Q_3 = Q_{0.75} are the first and third quartiles

How to read it: IQR=Q3Q1\text{IQR} = Q_3 - Q_1; the middle 50%50\% of the data

Section 8

Worked Examples

Example 1 — IQR of nine scores

Easy

Problem

Sorted scores are 3,5,6,8,10,12,14,16,203,5,6,8,10,12,14,16,20. Find the IQR.

Solution

  1. Nine ordered values; Q2Q_2 is the middle (10), and the quartiles are the medians of each half.

    Name the structure before touching arithmetic — that is what makes the right method obvious.

  2. Ask the recognition question: Am I measuring the width of the middle half of sorted data, not the full extent?

    If the answer is yes, the concept applies; the cue, not a keyword, decides the method.

  3. Lower half 3,5,6,83,5,6,8 has Q1=5+62=5.5Q_1=\frac{5+6}{2}=5.5; upper half 12,14,16,2012,14,16,20 has Q3=14+162=15Q_3=\frac{14+16}{2}=15.

    The rule is chosen only after the structure matches, so the steps mean something.

  4. IQR=Q3Q1=155.5\text{IQR}=Q_3-Q_1=15-5.5.

    Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.

  5. Check the answer against the original question.

    It should fit the mental model — the spread of the middle half. If it does not, revisit the recognition step before changing the arithmetic.

Answer

IQR=9.5\text{IQR}=9.5

Takeaway: The middle half spans 9.5, ignoring the extremes 3 and 20.

Example 2 — Range instead

Standard

Problem

Same scores 3,5,6,8,10,12,14,16,203,5,6,8,10,12,14,16,20 — what is the range?

Solution

  1. Notice why this looks like the same concept.

    Nearby language or numbers can tempt you toward the spread of the middle half.

  2. The question asks for total extent, not the middle half, so use max minus min.

    Spotting what actually changed is what separates this from the concept it resembles.

  3. Subtract smallest from largest instead of the quartiles.

    The nearby idea may share numbers but answers a different question, so it needs a different move.

  4. State the result in the language of the actual task.

    range=203=17\text{range}=20-3=17. Name it for what the problem really asked, not the concept you first expected.

  5. Say the contrast in one sentence.

    Range uses the extremes; IQR uses the quartiles.

Answer

range=203=17\text{range}=20-3=17

Takeaway: Range uses the extremes; IQR uses the quartiles.

Example 3 — Spot the trap: The spread of the middle half

Application

Problem

A student starts with this idea: "Subtracting min from max instead of Q3Q1Q_3-Q_1" What should they check before accepting that reasoning?

Solution

  1. Pause before the first move.

    The first move is a decision, not a calculation — does the situation really match the spread of the middle half.

  2. Run the recognition test: Am I measuring the width of the middle half of sorted data, not the full extent?

    This is the single check that the trap skips.

  3. the IQR uses the quartiles, never the extreme values.

    Stating the safer rule turns the mistake into a checkable step instead of a vague "be careful."

  4. Compare with the nearest confusion, Range.

    Measures the full spread from smallest to largest, so one outlier can blow it up.

  5. State the corrected decision and reuse it.

    Using the concept only when the structure matches leaves a process the student can repeat on a new problem.

Answer

the IQR uses the quartiles, never the extreme values.

Takeaway: The recognition step prevents the common trap: Subtracting min from max instead of Q3Q1Q_3-Q_1

Section 9

Common Mistakes

Common slip-up

Subtracting min from max instead of Q3Q1Q_3-Q_1

The right idea

the IQR uses the quartiles, never the extreme values.

Common slip-up

Computing quartiles on unsorted data

The right idea

order the data from smallest to largest before finding Q1Q_1 and Q3Q_3.

Common slip-up

Confusing Q3Q1Q_3-Q_1 with Q2Q_2

The right idea

the IQR is a width (a difference), not the median itself.

Practice

Try it, then see where this concept fits in the path.

Section 10

Mini Practice

Try these on your own. Tap Reveal when you want to check.

  1. What clue tells you this is a Interquartile Range situation: Sorted scores are 3,5,6,8,10,12,14,16,203,5,6,8,10,12,14,16,20. Find the IQR.

    Hint: Am I measuring the width of the middle half of sorted data, not the full extent?

  2. Sorted scores are 3,5,6,8,10,12,14,16,203,5,6,8,10,12,14,16,20. Find the IQR.

    Hint: Lower half 3,5,6,83,5,6,8 has Q1=5+62=5.5Q_1=\frac{5+6}{2}=5.5; upper half 12,14,16,2012,14,16,20 has Q3=14+162=15Q_3=\frac{14+16}{2}=15.

  3. Why is this a contrast case instead of Interquartile Range: Same scores 3,5,6,8,10,12,14,16,203,5,6,8,10,12,14,16,20 — what is the range?

    Hint: The question asks for total extent, not the middle half, so use max minus min.

  4. Fix this thinking: Subtracting min from max instead of Q3Q1Q_3-Q_1

    Hint: Name the recognition cue before choosing a rule.

  5. Which is the better fit here: Interquartile Range or Range? Explain the deciding difference.

    Hint: For Interquartile Range, ask: Am I measuring the width of the middle half of sorted data, not the full extent?

  6. Write one sentence that would remind a classmate how to recognize Interquartile Range.

    Hint: Use the mental model "The spread of the middle half." and one signal word.

Want the full set?

50 practice questions for this concept — free to try, every one with a complete worked solution showing the why, not just the answer.

Section 11

Frequently Asked Questions

How do I know when to use Interquartile Range?

Use Interquartile Range when you need the spread of a dataset but a few extreme values would distort the ordinary range. Do not start from the numbers alone; first name the structure of the situation. The fastest check is: Am I measuring the width of the middle half of sorted data, not the full extent? If the answer is yes and the wording matches cues like middle 50%, Q3Q1Q_3-Q_1, spread resistant to outliers, then interquartile range is probably the right tool.

What is Interquartile Range most often confused with?

Interquartile Range is often confused with Range. Range means Measures the full spread from smallest to largest, so one outlier can blow it up. The difference is not just vocabulary; it changes the action you take. For interquartile range, the key test is "Am I measuring the width of the middle half of sorted data, not the full extent?" For range, the better cue is: Use when there are no extreme values and you want the total extent.

What is the fastest recognition cue for Interquartile Range?

Look for middle 50%, Q3Q1Q_3-Q_1, spread resistant to outliers, box plot, but treat those words as clues, not proof. A word problem can contain a familiar keyword and still ask for a different idea. After noticing the cue, ask the recognition question: Am I measuring the width of the middle half of sorted data, not the full extent? That question protects you from using a memorized procedure in the wrong place.

What mistake should I avoid with Interquartile Range?

Avoid this thinking: "Subtracting min from max instead of Q3Q1Q_3-Q_1" That mistake usually happens when the student jumps to a rule before checking the situation. The safer version is: the IQR uses the quartiles, never the extreme values. A good habit is to say the mental model out loud first: "The spread of the middle half." Then choose the calculation or representation.

How can I tell this apart from Standard deviation?

Standard deviation is the better fit when the task is about this: Measures the root-mean-square (typical) distance from the mean, using every value. Interquartile Range is the better fit when you need the spread of a dataset but a few extreme values would distort the ordinary range. If both ideas seem possible, compare what the problem wants as the final answer. The desired output often reveals whether you should use interquartile range or switch to the nearby concept.

Why does Interquartile Range matter?

The IQR is the spread measure that survives outliers, so it pairs with the median to honestly describe skewed or messy data. It is also the engine behind box plots and the 1.5×IQR1.5\times\text{IQR} outlier rule, so getting Q1Q_1 and Q3Q_3 right unlocks both. The practical value is recognition: once you can spot interquartile range, you can choose a method before calculating. That makes later topics easier because you are not memorizing isolated tricks; you are recognizing the same structure when it appears in a new representation.

Section 12

Learning Path

← Before

Quartiles
Interquartile Range

You are here

Next →

Box Plot
Before this, students should be comfortable with Quartiles. This page focuses on the recognition cue: Am I measuring the width of the middle half of sorted data, not the full extent? That cue is the bridge between earlier skills and later problem solving: students first learn to identify the structure, then they learn which calculation, diagram, graph, or proof move belongs to it. After this, Box Plot become easier to recognize.

Section 13

See Also