Y-Wing
A Y-Wing (also called XY-Wing) uses three bi-value cells to create eliminations. The pattern involves a hinge cell that connects two pincer cells, each sharing one candidate with the hinge.
How It Works
The Pattern
Find three bi-value cells where:
- Hinge cell: Contains candidates {A, B}
- Pincer 1: Contains {A, C} and sees the hinge
- Pincer 2: Contains {B, C} and sees the hinge
- The pincers do NOT need to see each other
The Logic
The shared candidate C in both pincers must be eliminated from cells that see both pincers:
- If hinge = A → Pincer 1 = C (since it has {A, C} and A is taken)
- If hinge = B → Pincer 2 = C (since it has {B, C} and B is taken)
- Either way, one of the pincers is C
- Any cell seeing both pincers cannot be C
How to Spot Y-Wings
Bi-Value Cell Focus
The key to spotting Y-Wings is focusing on bi-value cells — cells with exactly two candidates:
| Step | Action | What to Look For |
|---|---|---|
| 1 | Find bi-value cells | Cells with exactly 2 candidates |
| 2 | Pick a potential hinge | A bi-value cell that sees other bi-value cells |
| 3 | Check connections | Does the hinge connect to two other bi-value cells? |
| 4 | Verify candidates | Hinge {A, B}, Pincer 1 {A, C}, Pincer 2 {B, C} |
| 5 | Find eliminations | Any cell seeing both pincers cannot be C |
Step-by-Step Scanning
- Scan for bi-value cells — Find all cells with exactly two candidates
- Pick a hinge — Choose a bi-value cell {A, B} that sees at least two other bi-value cells
- Match pincers — Find cells {A, C} and {B, C} that both see the hinge
- Identify common candidate — C appears in both pincers but NOT in the hinge
- Eliminate — Remove C from any cell that sees BOTH pincers
Using Candidate Highlighting
Candidate highlighting makes Y-Wings easier to spot:
- Look for bi-value cells in the grid
- When you find a promising hinge, check what bi-value cells it connects to
- Verify the candidate pattern matches: Hinge shares one candidate with each pincer
- The common candidate in both pincers is what gets eliminated
Example
Look for bi-value cells and ask: which cells can form a Y-Wing?
Pattern Analysis:
- Hinge: R9C8 contains {7, 8}
- Pincer 1: R8C9 contains {4, 7} — shares 7 with hinge
- Pincer 2: R9C3 contains {4, 8} — shares 8 with hinge
- Common candidate: 4 appears in both pincers but NOT in hinge
Since R9C7 sees both pincers (R8C9 and R9C3), eliminate 4 from R9C7.
puzzle: S9B0643070904054302030309054306024B5U2I0443024303070506090704030501060209080506090208030704010802012I9E7U06030509074A06054A0301020103066202BEBE052I02054A039E01BE5U06
mode: guided
technique: Y-Wing
initial:
layers:
hints: true
steps:
- text: >
Look for bi-value cells — cells with exactly two candidates.
hint: subtle
technique: YW
state:
selection:
cells: [R9C8, R8C9, R9C3]
- text: >
R9C8 has {7, 8}. It sees R8C9 {4, 7} and R9C3 {4, 8}. This could be a Y-Wing!
hint: obvious
technique: YW
state:
selection:
cells: [R9C8, R8C9, R9C3]
- text: >
Hinge R9C8 shares 7 with R8C9 and 8 with R9C3. Both pincers contain 4 — the common candidate!
hint: obvious
technique: YW
state:
selection:
cells: [R9C8, R8C9, R9C3]
- text: >
Eliminate 4 from cells seeing both pincers. R9C7 sees R8C9 and R9C3, so R9C7~4.
hint: detailed
technique: YW
state:
selection:
cells: [R9C7]
settings:
showCandidates: true
showControls: true
showDescription: true
navigation: numbered
The Y Shape
The name comes from the pattern's visual appearance:
Pincer 2
│
│ (sees hinge via column)
│
Pincer 1─────Hinge
(sees hinge via row)
The hinge is at the junction of the "Y", with the pincers at the tips.
Tips
- Start with the hinge — Look for bi-value cells and check what they connect to
- Pincers need shared candidate — The candidate being eliminated must appear in BOTH pincers
- Different connections — Each pincer must connect to the hinge through a different candidate
- Check both pincers' visibility — Eliminations occur in cells seeing BOTH pincers
Common Patterns
Row-Column Y-Wing:
- Hinge connected to Pincer 1 via row
- Hinge connected to Pincer 2 via column
- Elimination in the intersection cell
Row-Box Y-Wing:
- Hinge connected to Pincer 1 via row
- Hinge connected to Pincer 2 via shared box
- More eliminations possible
Box-Box Y-Wing:
- Both pincers in same box as hinge (different sub-patterns)
More Puzzles
- Y-Wing ex. 1
- Y-Wing ex. 2
- Y-Wing ex. 3
- Y-Wing ex. 4
- Y-Wing ex. 5
- Y-Wing ex. 6
- Y-Wing ex. 7
- Y-Wing ex. 8
- Y-Wing ex. 9
- Y-Wing ex. 10
- Y-Wing ex. 11
- Y-Wing ex. 12
Related Techniques
- XYZ-Wing — Extended version with three candidates in hinge
- Chute Remote Pair — Similar bi-value cell logic
- Naked Pair — Simpler two-cell pattern