You already know that a Naked Pair — two cells in the same house with identical bivalue candidates — lets you eliminate those candidates from the rest of the house. But what if the two bivalue cells are in different houses, connected only through a chain of other bivalue cells? That is where Remote Pairs comes in.
Remote Pairs finds a chain of cells that all contain exactly the same two candidates. Each consecutive pair in the chain shares a row, column, or box. Because the two digits must alternate along the chain, any cell that can “see” two chain cells of opposite parity (colour) cannot hold either digit — both are already accounted for.
In this guide we walk through the logic, solve a concrete example that produces 5 candidate eliminations and 3 naked singles, and show you how to spot Remote Pairs in your own puzzles.
✅ What is Remote Pairs?
Remote Pairs is an intermediate-to-advanced Sudoku technique that exploits a chain of bivalue cells — cells that each contain exactly the same two candidates. When these cells form a chain through shared houses (rows, columns, or boxes), the two digits must alternate along the chain, creating a “virtual Naked Pair” effect that extends across multiple houses.
Find a chain of four or more bivalue cells that all share the same two candidates {a, b}. Colour them alternately A-B-A-B. One colour must hold a and the other must hold b (though you don’t know which is which). Any non-chain cell that sees both an A cell and a B cell can have both a and b eliminated.
🧠 How Remote Pairs works
Identify a chain of cells C1–C2–...–Cn where:
• Every cell contains exactly {a, b}.
• Each consecutive pair Ci and Ci+1 shares a row, column, or box.
• The chain has at least 4 cells (an even number is needed for the basic pattern).
Why the alternation works
Because C1 holds either a or b, and C1 sees C2 (same house), C2 must hold the opposite. C3 sees C2, so it flips back again, and so on. This creates two groups:
- Colour A (odd-numbered cells): C1, C3, C5, … — all hold the same digit.
- Colour B (even-numbered cells): C2, C4, C6, … — all hold the other digit.
Any cell that sees at least one Colour A cell and at least one Colour B cell (i.e. shares a house with each) cannot contain a or b. One of those digits is in the A cell it sees and the other is in the B cell it sees — both are taken.
🔎 Step-by-step example
Let’s apply Remote Pairs to a real puzzle position, producing 5 eliminations in 4 cells.
Step 1 — Spot the bivalue cells
Scan the grid for cells containing exactly {4, 9}. We find four of them that can be linked into a chain:
- R2C1 = {4, 9}
- R2C6 = {4, 9}
- R7C6 = {4, 9}
- R7C9 = {4, 9}
Step 2 — Build the chain
- R2C1 → R2C6 — connected through Row 2.
- R2C6 → R7C6 — connected through Column 6.
- R7C6 → R7C9 — connected through Row 7.
Chain: R2C1 – R2C6 – R7C6 – R7C9 (4 cells, 3 links).
Step 3 — Colour the chain
- Colour A (blue): R2C1, R7C6
- Colour B (green): R2C6, R7C9
R2C1 and R7C6 must hold the same digit (either both 4 or both 9). R2C6 and R7C9 hold the other digit.
Step 4 — Find elimination targets
Look for non-chain cells that see one A cell and one B cell and contain 4 or 9:
Row 2 (sees R2C1 ‘A’ and R2C6 ‘B’)
- R2C3 = {1,
4,9} → eliminate 4, 9 → naked single {1}.
Column 6 (sees R2C6 ‘B’ and R7C6 ‘A’)
- R5C6 = {2,
4,9} → eliminate 4, 9 → naked single {2}.
Row 7 (sees R7C6 ‘A’ and R7C9 ‘B’)
- R7C7 = {1,
4} → eliminate 4 → naked single {1}. - R7C8 = {2, 7,
9} → eliminate 9 → {2, 7}.
5 candidate eliminations, 3 naked singles from one Remote Pair chain!
Step 5 — Result
After removing 5 candidates, three cells resolve: R2C3 = 1, R5C6 = 2, and R7C7 = 1.
🔄 Remote Pairs vs. other techniques
| Feature | Naked Pairs | Remote Pairs | Simple Colouring |
|---|---|---|---|
| Cells involved | 2 bivalue cells, same house | 4+ bivalue cells, chained | Conjugate pairs of one digit |
| Candidate requirement | Same 2 candidates | Same 2 candidates in all chain cells | Single digit only |
| Elimination scope | One house | Multiple houses along the chain | Multiple houses via conjugate chain |
| Difficulty | Beginner | Intermediate–Advanced | Advanced |
| Typical yield | 1–4 eliminations | 2–8+ eliminations | 1–6 eliminations |
Remote Pairs can be viewed as a special case of Simple Colouring where the chain uses two digits at once through bivalue cells rather than one digit through conjugate pairs. It is also closely related to XY-Wing — an XY-Wing is essentially a 3-cell chain where the endpoints don’t share both candidates.
🕵️ How to spot Remote Pairs
1. Look for bivalue cells (cells with exactly two candidates).
2. Group them by their candidate pair — e.g. all {4, 9} cells, all {3, 7} cells.
3. For each group with 4+ cells, check if you can link them into a chain where each consecutive pair shares a house.
4. Colour the chain A–B–A–B. Any non-chain cell that sees both an A and a B cell can have both candidates removed.
Start by highlighting all bivalue cells of the same pair on pencil marks. If several cluster in the same rows, columns, or boxes, a Remote Pair chain is likely hiding in plain sight.
⚠️ Common mistakes to avoid
1. Cells don’t all share the same two candidates
Every cell in the chain must contain exactly {a, b} — no extra candidates. A cell with {a, b, c} breaks the chain.
2. Chain links don’t share a house
Each consecutive pair must share a row, column, or box. A chain cell that connects only diagonally is not a valid link.
3. Eliminating from the wrong cells
Only cells that see both an A-coloured cell and a B-coloured cell are elimination targets. A cell seeing two cells of the same colour learns nothing.
4. Chain too short
You need at least 4 cells. Two cells in the same house is just a regular Naked Pair. Three cells don’t produce cross-house eliminations in the basic Remote Pair pattern.
5. Not checking all affected houses
Eliminations can occur in every house along the chain. Check rows, columns, and boxes between opposite-coloured chain cells — don’t stop after the first elimination.
📅 When to look for Remote Pairs
- Basic: Naked Singles, Hidden Singles.
- Intermediate: Naked Pairs, Hidden Pairs, Pointing Pairs, Remote Pairs.
- Advanced: X-Wing, Skyscraper, XY-Wing.
- Expert: Simple Colouring, 3D Medusa, Sue de Coq.
Remote Pairs sits at the border of intermediate and advanced. When you see multiple bivalue cells with the same candidate pair, check for a chain before moving to more complex techniques.
🚀 Beyond Remote Pairs
| Technique | What it adds | Complexity |
|---|---|---|
| Naked Pairs | 2 cells, same house, same 2 candidates | Beginner |
| Remote Pairs | 4+ bivalue cells chained through houses | Intermediate |
| XY-Wing | 3 bivalue cells, 3 different pairs | Intermediate |
| Simple Colouring | Conjugate-pair chains for 1 digit | Advanced |
| 3D Medusa | Multi-digit colouring chains | Expert |
If Remote Pairs clicks for you, try Simple Colouring next — it extends the same alternating-colour logic to conjugate pairs of a single digit, and 3D Medusa takes it further by colouring across multiple digits.
🎯 Practice Remote Pairs
Sudoku Medium
Puzzles that regularly require Remote Pairs and other intermediate techniques.
▶ Play Sudoku MediumSudoku Hard
Tougher puzzles where longer Remote Pair chains can make a big difference.
▶ Play Sudoku HardNaked Pairs Guide
Make sure you’ve mastered Naked Pairs — the foundation Remote Pairs builds on.
▶ Read the Naked Pairs guideSudoku Solver
Enter any puzzle and watch the solver identify techniques step by step.
▶ Open the solverFrequently asked questions
Remote Pairs finds a chain of bivalue cells all containing the same two candidates. The chain links through shared houses, and the alternating nature of solutions means any cell seeing two chain cells of opposite colour can have both candidates eliminated.
At least four cells. All must contain exactly the same two candidates, and each consecutive pair must share a row, column, or box. Longer chains (6, 8, etc.) are also valid and can yield more eliminations.
Colour the chain cells A-B-A-B. One colour holds one digit and the other holds the second digit. Any non-chain cell sharing a house with both an A cell and a B cell cannot contain either candidate — both are claimed.
Naked Pairs uses two bivalue cells in the same house. Remote Pairs extends this across multiple houses via a chain, allowing eliminations in houses no single pair could reach.
After basic techniques like Naked Singles, Hidden Singles, and Naked Pairs. If you notice several bivalue cells with the same two candidates, try linking them into a chain.