An Almost Locked Set is a group of n cells inside one unit holding exactly n + 1 different candidates — one digit more than it can use. Take any single digit away from it and it collapses into a locked set, where every remaining digit is forced to appear. Two of these sets working against each other produce eliminations no wing or fish can reach.
Compare it to the sets you already know:
| Set | Cells | Candidates | Behaviour |
|---|---|---|---|
| Locked set (naked pair, triple, quad) | n | n | every digit is used, all of them leave the rest of the unit |
| Almost Locked Set | n | n + 1 | one digit too many; remove any one digit and it locks |
A single bivalue cell is the smallest Almost Locked Set: one cell, two candidates.
The working rule is called ALS-XZ. Take two Almost Locked Sets, A and B, that share at least one unit and no cells. A digit x present in both is a restricted common when every x in A sees every x in B — so x can land in one set or the other, never both. Now pick a second shared digit z. Whichever set misses out on x locks, and a locked set contains all of its digits, including z. So z sits in A or in B, and any cell outside both that sees every z in both sets cannot be z.
Scan for them once naked pairs and triples have stopped paying. Any two or three cells in a row, column or box with one spare digit qualify, so they are everywhere — the skill is picking pairs of sets that share a unit and testing the restricted common. Sets of two or three cells are enough for almost every position.
x.z in both sets.z in either set.z from any outside cell that sees all of those marked cells.A (column 1 / box 1) r1c1 {1,2} r2c1 {2,3} -> 2 cells, digits {1,2,3}
B (row 1) r1c8 {1,3} r1c9 {3,4} -> 2 cells, digits {1,3,4}
x = 1 r1c1 and r1c8 both lie in row 1, so only one of them can be 1
z = 3 present in both sets
If A misses the 1 it must use {2,3} and holds a 3. If B misses the 1 it must use {3,4} and holds a 3. Only one set can take the 1, so the other one carries a 3. The 3s sit at r2c1 in A and at r1c8 or r1c9 in B. Cells that see all three of those are r2c7, r2c8 and r2c9: row 2 covers r2c1, box 3 covers the other two. Those three cells lose their 3.
z candidates, or from cells inside the sets themselves.Almost Locked Sets sit in the extreme tier, alongside long chains. They earn their place in Legendary puzzles, where a single ALS-XZ often replaces a chain ten links long. They are also the raw material for Death Blossom, so learning them opens two techniques at once.