A 5×5 Shikaku grid has 25 cells — small enough to solve in 2-3 minutes, but challenging enough to teach you every core technique. This guide covers specific 5×5 strategies and walks through 3 complete puzzles.
Before placing anything, add up all the numbers on the grid. They must sum to exactly 25 (the total cells). If they don't, the puzzle is broken.
In a 5×5 grid, corners are extra constrained. A "2" in a corner has only one possible shape. A "3" in a corner has only two. Always start here.
If a number ≥ 5 is on an edge, it must extend along that edge (1×N or N×1). A "6" on the top row can only be 1×6 — but the grid is only 5 wide, so it must wrap or the puzzle is invalid. This means large edge numbers are very constrained.
┌───┬───┬───┬───┬───┐ │ 2 │ │ 3 │ │ 1 │ ├───┼───┼───┼───┼───┤ │ │ 4 │ │ 2 │ │ ├───┼───┼───┼───┼───┤ │ 3 │ │ │ │ 2 │ ├───┼───┼───┼───┼───┤ │ │ 2 │ │ 3 │ │ ├───┼───┼───┼───┼───┤ │ 1 │ │ 2 │ │ 1 │ └───┴───┴───┴───┴───┘
This puzzle has a "6" in the center — the trickiest number in 5×5 because it can be 1×6 (too wide), 2×3, 3×2, or 6×1 (too tall). Only 2×3 and 3×2 fit.
┌───┬───┬───┬───┬───┐ │ 3 │ │ │ 2 │ │ ├───┼───┼───┼───┼───┤ │ │ │ 6 │ │ │ ├───┼───┼───┼───┼───┤ │ │ 2 │ │ │ 3 │ ├───┼───┼───┼───┼───┤ │ 2 │ │ │ │ │ ├───┼───┼───┼───┼───┤ │ │ 1 │ │ 2 │ │ └───┴───┴───┴───┴───┘
The "6" at (1,2) must be 2×3 or 3×2. Check which fits: 2×3 horizontal (1,1)-(2,3) works. 3×2 vertical (0,2)-(2,3) also works. Use surrounding numbers to decide — the "2" at (0,3) and "3" at (2,4) constrain the space.
Once you can solve 5×5 puzzles consistently (90%+ success rate), try 6×6. The same techniques apply, but you'll need to manage more numbers and larger factor lists.