Most intermediate Sudoku techniques work locally — you look at a box, a row, or a small cluster of cells and find a pattern. Remote Pairs work differently. They use a chain of cells spread across the entire grid to make eliminations at a distance, connecting information from one corner of the puzzle to another. They sound complex, but the underlying logic is simple and elegant. If you can follow a chain of alternating values, you can use Remote Pairs.
The Setup: A Chain of Bivalue Cells
A Remote Pairs chain starts with a set of cells that all share exactly the same two candidates — let's call them digits A and B. Each cell in the chain is connected to the next by a shared row, column, or box (they see each other). The chain must have an even number of cells — at minimum, four.
C1 and C2 share a row
C2 and C3 share a box
C3 and C4 share a column
→ This is a Remote Pairs chain of length 4.
The Logic: Alternating Values
Here's the key insight. In any bivalue cell, exactly one of the two candidates is the correct answer. When you place digit A in a cell, it forces digit B in every cell that sees it (within a shared row, column, or box). So in a chain of bivalue cells, the values alternate: if C1 is A, then C2 must be B (they see each other), then C3 must be A, then C4 must be B. Or if C1 is B, then C2 is A, C3 is B, C4 is A.
This alternating structure means the cells at opposite ends of the chain (C1 and C4 in our example) are always the same value. We don't know which value — A or B — but we know they match. Therefore, any cell that sees both ends of the chain cannot be A or B. It would conflict with whichever of those digits occupies the end cells, since both ends hold the same digit.
Making the Elimination
Scan the grid for cells that see both the first and last cell of your Remote Pairs chain. Any such cell that has A or B as a candidate can have those candidates removed. The elimination is valid regardless of how the chain resolves, because both resolutions place the same digit in both end cells.
In practice, this often means cells in a shared box, row, or column with both chain endpoints. The longer the chain and the more spread out its endpoints, the more likely you'll find a cell that sees both — and the more dramatic the elimination can be.
Finding Remote Pairs Chains
With full candidate notation, scan for cells containing exactly two candidates. Among those cells, look for clusters sharing the same pair — {3,7} cells, for instance. Trace connections between them: can you build a path where each link is two cells seeing each other? Count the links. If the chain has an even number of cells and at least four, you have a Remote Pairs chain.
This technique requires patience to find but is deeply satisfying to apply. Expert Sudoku puzzles often have one or two Remote Pairs chains that, once found, either directly place a digit or trigger a cascade of simpler deductions that carry the puzzle to its conclusion. It's the kind of technique that makes an expert puzzle feel fair rather than impossible — the information was always there, waiting to be connected.