Box/Line Reduction

Box/Line reduction is the reverse of pointing pairs. Here, we use row or column constraints to eliminate candidates within a box. It's one of the most useful intermediate techniques.

What is Box/Line Reduction?

Look for this pattern:

  • Pick a number (like 8)
  • In a row, find where that number can go
  • If all those spots are in one box...
  • ...then that number can't go in other cells of that box!

Visual Example

Row where 8 is restricted to one box
A
B
C
D
E
F
G
H
I
1
1
4
7
123456789
123456789
123456789
2
6
9
A
B
C
In this row, 8 can only go in cells D, E, or F — all in the middle box.

What's happening:

  • Row 5's 8 can only be in columns 4, 5, or 6
  • All these cells are in the same box (the center box)
  • So the 8 for this row MUST be in this box
  • Other cells in the box (different rows) can't have 8!

Now look at the box:

Center box with row restriction
A
B
C
1
2
3
123456789
123456789
123456789
123456789
123456789
123456789
123456789
Row 5's 8 must be in this box. Eliminate 8 from rows 4 and 6!

After elimination:

A
B
C
1
2
3
123456789
123456789
123456789
123456789
123456789
123456789
123456789
Remove 8 from all cells in rows 4 and 6 within this box.

The Logic Explained

Think about it step by step:

  1. Row 5 needs an 8 somewhere
  2. The only places for 8 in row 5 are within the center box
  3. So row 5's 8 WILL be in the center box
  4. The box can only have one 8
  5. That 8 must come from row 5
  6. Therefore, other rows in this box can't have 8

The result: Eliminate 8 from rows 4 and 6 within this box!

Pointing Pairs vs. Box/Line Reduction

These are opposite techniques:

TechniqueLook at...Restricted to...Eliminate from...
Pointing PairsBoxOne row/columnRest of that row/column
Box/Line ReductionRow/ColumnOne boxRest of that box

Pointing pairs: Box → Row/Column elimination

Box/Line reduction: Row/Column → Box elimination

Row-Based Box/Line Reduction

When a candidate in a row is restricted to one box:

Row with 3 restricted to first box
A
B
C
D
E
F
G
H
I
1
123456789
123456789
123456789
8
5
9
2
1
4
A
B
C
3 can only go in the first three cells — all in box 1.

The box view:

Box 1 with row restriction
A
B
C
1
2
3
123456789
123456789
123456789
6
123456789
4
2
Row 1's 3 claims the top row of this box. Eliminate 3 from rows 2-3!

Column-Based Box/Line Reduction

The same pattern works with columns:

Box where column restricts a candidate
A
B
C
1
2
3
123456789
123456789
123456789
123456789
123456789
123456789
123456789
In this column, 7 is restricted to this one box.

If column 1's 7 can only appear in rows 1-3 (this box), then:

  • Eliminate 7 from the rest of this box (columns 2-3)

How to Find Box/Line Reductions

Method 1: Row Scanning

  1. Pick a row
  2. For each candidate, check where it can go
  3. If all positions are in one box, you have a box/line reduction!
  4. Eliminate from the rest of that box

Method 2: Column Scanning

  1. Pick a column
  2. For each candidate, check where it can go
  3. If all positions are in one box, found it!
  4. Eliminate from the rest of that box

Method 3: Candidate Focus

  1. Pick a candidate (like 5)
  2. For each row, check if it's restricted to one box
  3. For each column, check if it's restricted to one box
  4. Eliminate accordingly

Method 4: Box Boundary Check

  1. Look at where a row/column crosses a box
  2. If a candidate appears only in that intersection
  3. You have a box/line reduction

Step-by-Step Example

Given this puzzle section:

Row 3 of the puzzle:

A
B
C
D
E
F
G
H
I
1
5
123456789
6
123456789
7
123456789
4
3
9
A
B
C

Step 1: Check each candidate

  • 1: cells B, D, F — B is in box 1, D and F are in box 2. Not restricted.
  • 2: cells B, D, F — same, not restricted.
  • 8: cells B, D, F — same, not restricted.

No box/line reduction here. Let's try a row with a restriction:

Row with box restriction
A
B
C
D
E
F
G
H
I
1
5
6
123456789
7
3
9
4
123456789
123456789
A
B
C

Check candidates:

  • 1: cells C, H, I — C is in box 1, H and I are in box 3. Not restricted.
  • 2: cells C, H, I — same, not restricted.
  • 8: cells C, H, I — same, not restricted.

Still no luck. Let's construct one:

Row with actual box restriction
A
B
C
D
E
F
G
H
I
1
5
6
3
7
4
9
123456789
123456789
123456789
A
B
C
1, 2, and 8 are all restricted to box 3!

Now we have box/line reductions!

  • 1 restricted to box 3 → eliminate 1 from other rows in box 3
  • 2 restricted to box 3 → eliminate 2 from other rows in box 3
  • 8 restricted to box 3 → eliminate 8 from other rows in box 3

Combined Power: Chains of Eliminations

Box/line reduction and pointing pairs often work together:

  1. Pointing pair eliminates candidates from a row
  2. Box/line reduction becomes possible in that row
  3. Elimination reveals more patterns
  4. Chain continues

This "chain reaction" can solve large portions of difficult puzzles!

Practice Exercises

Exercise 1: Find the box/line reduction

A
B
C
D
E
F
G
H
I
1
3
7
123456789
1
123456789
5
4
6
123456789
A
B
C
Hint

Check where each candidate (2, 8, 9) can go. Are any restricted to one box?

Answer

Check each candidate:

  • 2: cells C, E, I — C is in box 1, E is in box 2, I is in box 3. Not restricted.
  • 8: cells C, E, I — same, not restricted.
  • 9: cells C, E, I — same, not restricted.

No box/line reduction here. The candidates span three different boxes.

Exercise 2: Find and apply the box/line reduction

A
B
C
D
E
F
G
H
I
1
5
8
3
123456789
2
123456789
9
123456789
7
A
B
C
Answer

Check each candidate:

  • 1: cells D, F, H — D and F are in box 2, H is in box 3. Not restricted.
  • 4: cells D, F, H — same, not restricted.
  • 6: cells D, F, H — same, not restricted.

No box/line reduction. D and F are in box 2, but H is in box 3.

If cell H didn't have these candidates:

A
B
C
D
E
F
G
H
I
1
5
8
3
123456789
2
123456789
9
7
4
A
B

Now 1, 4, and 6 are restricted to box 2!

  • Eliminate 1, 4, 6 from other cells in box 2 (outside this row)

Exercise 3: Column-based box/line reduction

Consider column 2 of a puzzle where 5 can only go in rows 4, 5, 6:

Box 4 (left-middle box)
A
B
C
1
2
3
3
123456789
123456789
123456789
123456789
123456789
2
Column 2's 5 is restricted to this box.
Answer

Column 2's 5 can only be in rows 4-6, all within box 4.

Box/line reduction: Eliminate 5 from columns 1 and 3 within this box.

After elimination:

A
B
C
1
2
3
3
123456789
123456789
123456789
123456789
123456789
2
5 is already only in column 2, so no further eliminations needed here.

In this example, 5 already only appears in column 2. But if cells A, C, D, F, G, or I had 5, we would eliminate it.

Common Mistakes

Mistake 1: Confusing direction

  • Box/line reduction: row/column → box elimination
  • NOT: box → row/column elimination (that's pointing pairs!)

Mistake 2: Wrong elimination target

Only eliminate from cells in the same box but DIFFERENT rows/columns. Keep the restriction cells' candidates.

Mistake 3: Missing the restriction

The candidate must be in ONLY ONE BOX within that row/column. If it spans two boxes, no reduction applies.

Mistake 4: Not combining techniques

Box/line reduction often follows pointing pairs. Check for both after any elimination.

Mistake 5: Forgetting columns

It's easy to focus on rows. Remember to check columns too!

When Box/Line Reduction Appears

  • Easy puzzles: Occasionally useful
  • Medium puzzles: Common technique
  • Hard puzzles: Essential skill
  • Expert puzzles: Used frequently alongside pointing pairs

Box/Line Reduction vs. Other Techniques

SituationTechnique
Candidate in box restricted to one rowPointing Pairs
Candidate in row restricted to one boxBox/Line Reduction
Two cells with same two candidatesNaked Pairs
Two candidates in only two cellsHidden Pairs

Box/line reduction fills a specific niche: using row/column information to eliminate within boxes.

Quick Reference

Box/line reduction definition:

  • A candidate in a row/column is restricted to one box
  • That candidate can be eliminated from the rest of that box

Finding box/line reductions:

  1. For each row/column, check each candidate
  2. If candidate is in cells from only one box, found it!
  3. Eliminate from other cells in that box (different rows/columns)

Elimination rule:

  • Eliminate from cells in the SAME BOX
  • Only eliminate from cells in DIFFERENT rows/columns
  • Keep the candidate in the restriction cells

When to look:

  • After applying pointing pairs
  • When candidates align in rows/columns
  • As part of systematic checking

What's Next?

Once you master box/line reduction:

  • Naked Pairs — Two cells claiming two candidates
  • Hidden Pairs — Two candidates restricted to two cells
  • X-Wing — Cross-row/column pattern for advanced solving