Sudoku Variants

Classic Sudoku has inspired countless variations, each adding new constraints or twists. These variants range from gentle modifications to brain-bending combinations that challenge even expert solvers.

Why Variants?

For solvers:

  • Fresh challenges when classic Sudoku feels mastered
  • New logical techniques to learn
  • Different solving "flavors"

For puzzle designers:

  • Creative expression
  • Tighter constraint systems allowing for harder puzzles
  • Innovation space for new ideas

Popular Variants

Killer Sudoku

What's different: Instead of given digits, groups of cells (cages) show their sum. No digit can repeat within a cage.

┌───────────────────┐
│ 15    │ 8     │   │
│  ╭────┤  ╭────┤   │
│  │    │  │    │   │
└───────────────────┘
Cells in the "15" cage must sum to 15 with no repeats.

New skills needed:

  • Sum combinations (what adds to 15 in 2 cells? 6+9, 7+8)
  • Cage-based elimination
  • Cross-reference with classic Sudoku rules

Difficulty: Generally harder than classic Sudoku due to additional deduction layers.

Thermo Sudoku

What's different: Thermometer shapes in the grid. Digits must increase from the bulb (circle) to the tip.

●──○──○──○
Bulb is smallest, increases toward tip

New skills needed:

  • Sequential constraint reasoning
  • Extreme value placement (1s near bulbs, 9s near tips)
  • Thermometer intersection logic

Difficulty: Depends on thermometer placement. Can range from gentle to brutal.

Arrow Sudoku

What's different: Arrow shapes where the circled cell equals the sum of cells along the arrow.

⊙→→→
Circle = sum of the three arrow cells

New skills needed:

  • Sum constraint reasoning
  • Arrow overlap logic
  • Circle value constraints (often limited range)

Difficulty: Medium to hard. Arrows provide tight constraints.

Sandwich Sudoku

What's different: Clues outside the grid indicate the sum of digits between 1 and 9 in that row/column.

    [7]
    ↓
... 1 3 4 9 ...
    └─┬─┘
     7 (3+4 between 1 and 9)

New skills needed:

  • Finding valid "sandwich" combinations
  • 1 and 9 placement logic
  • Negative constraint reasoning (what CAN'T be between)

Difficulty: Medium to hard. Requires different mental model.

Diagonal Sudoku (Sudoku X)

What's different: Both main diagonals must also contain 1-9 without repetition.

X . . . . . . . X
. X . . . . . X .
. . X . . . X . .
. . . X . X . . .
. . . . X . . . .
. . . X . X . . .
. . X . . . X . .
. X . . . . . X .
X . . . . . . . X

New skills needed:

  • Diagonal scanning
  • Box-diagonal intersection logic
  • Additional constraint propagation

Difficulty: Slightly easier than classic (more constraints = more information).

Anti-Knight Sudoku

What's different: Identical digits cannot be a chess knight's move apart.

. N . N .
N . . . N
. . X . .
N . . . N
. N . N .
X cannot equal any N position

New skills needed:

  • Knight-move visualization
  • Global constraint reasoning
  • Often combined with other variants

Difficulty: Medium. The anti-knight constraint is powerful.

Kropki Sudoku

What's different: Dots between cells indicate relationships:

  • White dot: Adjacent cells differ by 1 (e.g., 3 and 4)
  • Black dot: One cell is double the other (e.g., 2 and 4)
  • No dot: Neither relationship exists

New skills needed:

  • Dot constraint deduction
  • Negative constraint usage (no dot = important info)
  • Chain reasoning through dots

Difficulty: Hard. Dots are deceptively constraining.

Little Killer Sudoku

What's different: Diagonal arrows with numbers indicate the sum of all cells along that diagonal (repeats allowed).

    ↘15
    . . .
    . . .
    . . .
The diagonal sum is 15

New skills needed:

  • Diagonal sum reasoning
  • Different from Killer (repeats allowed, different geometry)
  • Often requires trial and elimination

Difficulty: Hard to very hard.

Combined Variants

The real creativity comes from combinations:

Killer + Thermometer

Cages with sums AND thermometers that cross them. The constraints interact beautifully.

Anti-Knight + Anti-King

No identical digits a knight OR king move apart. Severely constrains digit placement.

Sandwich + Diagonal

Sandwich clues on a diagonal grid. Additional constraint layers.

The "Miracle" Sudoku

Famous variant combining:

  • Anti-knight
  • Anti-king
  • No consecutive digits orthogonally adjacent

With just two given digits, the puzzle is uniquely solvable!

Grid Size Variants

Mini Sudoku (4×4 or 6×6)

What's different: Smaller grid, smaller digit set.

4×4:          6×6:
┌───┬───┐     ┌───┬───┬───┐
│   │   │     │   │   │   │
├───┼───┤     │   │   │   │
│   │   │     ├───┼───┼───┤
└───┴───┘     │   │   │   │
              │   │   │   │
              └───┴───┴───┘

Use case: Teaching, quick puzzles, warm-ups.

Giant Sudoku (16×16 or 25×25)

What's different: Larger grid, more digits (often hex: 0-F).

Use case: Extended challenge, marathon solving.

Exotic Variants

Irregular Sudoku (Jigsaw)

What's different: Boxes aren't 3×3 squares — they're irregular shapes.

┌─┬───┬───┐
│ │   └─┐ │
│ └─┐   │ │
└───┴───┴─┘

New skills needed: Region shape awareness, different scanning patterns.

Windoku

What's different: Four additional 3×3 regions (forming a window pattern) must also contain 1-9.

. ▢ ▢ ▢ . ▢ ▢ ▢ .
▢ ▢ ▢ ▢ ▢ ▢ ▢ ▢ ▢
▢ ▢ ▢ ▢ ▢ ▢ ▢ ▢ ▢
▢ ▢ ▢ ▢ ▢ ▢ ▢ ▢ ▢
. ▢ ▢ ▢ . ▢ ▢ ▢ .
▢ ▢ ▢ ▢ ▢ ▢ ▢ ▢ ▢
▢ ▢ ▢ ▢ ▢ ▢ ▢ ▢ ▢
▢ ▢ ▢ ▢ ▢ ▢ ▢ ▢ ▢
. ▢ ▢ ▢ . ▢ ▢ ▢ .

Four "window" regions add constraints.

Clone Sudoku

What's different: Marked regions must contain the same digits in the same relative positions.

Region A:     Region B:
3 1 4         3 1 4
1 5 9    =    1 5 9
2 6 5         2 6 5

New skills needed: Parallel constraint reasoning.

Trying Variants

Start Simple

If new to variants:

  1. Begin with Diagonal Sudoku (small change)
  2. Try Killer Sudoku (popular, well-documented)
  3. Progress to thermometer or arrow variants
  4. Combine variants as skills grow

Where to Find Them

Puzzle apps: Many include variant modes. Dedicated sites: Logic Masters (Germany/India), f-puzzles, Cracking the Cryptic. YouTube: Channels like Cracking the Cryptic showcase variants daily. Books: Variant-specific puzzle books exist for popular types.

Creating Variants

Advanced solvers sometimes design their own variants:

  • Combine existing rule sets
  • Invent new constraint types
  • Balance difficulty (too many constraints can make puzzles trivial or impossible)

The Future of Variants

The puzzle community constantly invents new variants:

  • Digital-only features (e.g., puzzles that reveal information as you solve)
  • Asymmetric rules (different rules in different regions)
  • Meta-puzzles (solving one puzzle gives clues to another)

Sudoku's simple foundation supports infinite creativity.

Quick Reference

VariantKey FeatureDifficulty Modifier
KillerCage sumsHarder
ThermoIncreasing sequencesVariable
ArrowSum arrowsMedium-hard
SandwichSums between 1 and 9Hard
DiagonalExtra constraint linesSlightly easier
Anti-KnightChess move restrictionMedium
KropkiDot relationshipsHard
IrregularNon-square regionsVariable

Remember: Each variant requires learning new techniques. The fun is in the learning!

What's Next?

Before tackling variants, master these classic Sudoku techniques:

  • X-Wing — Essential pattern recognition
  • XY-Wing — Chain-based logic
  • Glossary — Review Sudoku terminology