Guide

Four deduction patterns to clear Expert Minesweeper

By LeoFeb 5, 2025~1180 words · 5 min
1 2 1 ? 1-2-1: the middle is always a mine // The single most common shape in Expert
1-2-1 is the first shape an Expert player spots without thinking

I'd played about 600 rounds of Intermediate, settling around 50-second clears. The first 30 Expert attempts gave me a clear rate under 5%. Once I built muscle memory for "where the mines are likely to be," clear rate jumped past 40%. Below are the four patterns that took me across the gap.

Pattern 1: the 1-2-1 line

This is the most common shape in Expert. When you see three adjacent numbered cells in a row, reading 1-2-1, and there are exactly three unrevealed cells on the side closest to the wall (or an already-cleared zero zone):

Conclusion: the cell under the middle "2" is a mine. The cells under the two "1"s are safe.

The reasoning: the middle 2 sees three unrevealed cells and needs 2 mines. The left 1 sees two unrevealed cells (its own + the middle) and needs 1 mine. The right 1 sees two (middle + its own) and needs 1. Combine the constraints — the only solution is "middle = mine, edges = safe."

In Expert, this shape shows up 3–5 times per board. Make it muscle memory and you save serious deduction time.

Pattern 2: 1-1 edge push

When two adjacent "1"s sit side by side and there are only two unrevealed cells on their wall-side, where one cell is shared by both 1s:

Conclusion: the non-shared cell is safe.

Simple but enormously useful. The moment you see "two 1s sharing a neighbor," you can safely click open the cell that isn't shared. No flag needed.

This is the biggest time-saver in Expert — because Expert isn't about finding mines, it's about finding cells you can safely reveal. The 1-1 edge pattern is a free safe move.

Pattern 3: corner-first opening

Not a single shape — an opening strategy.

Expert is 18x14 = 252 cells with 70 mines. Where you click first matters enormously. I tested center, four corners, and edge midpoints:

Why: Minesweeper's auto-expand relies on connected zero-zones. Center cells have uniform mine density around them and the expansion gets choked off. Corner cells only expand in two directions, but more often hit a large zero patch.

My standard opening: top-left first, and if the open patch is small, bottom-right second. Right out of the gate I have 30–40 cells of known info — enough material for the deductions to start.

Pattern 4: number-difference verification

This is the killer move in Expert. When you suspect a specific cell is a mine but aren't sure, run a quick computation:

Look at all revealed numbered cells around the suspect. For each number, subtract the mines you've already flagged around it to get the "remaining mine count." Sum those remainders. Compare with the count of unrevealed cells in the union of those numbers' neighborhoods.

If "remaining total = unrevealed count," every unrevealed cell in that region is a mine.

If "remaining total = 0," every unrevealed cell there is safe.

It sounds abstract on paper, but 50 reps in and it becomes reflex. It resolves about 80% of "looks like a guess" situations. The remaining 20% is genuine probability.

About that remaining 20%: probability

To get past 50% clear rate in Expert, you have to accept a fact: Minesweeper isn't 100% solvable. With 70 mines across 252 cells, roughly 15–20% of boards force a binary choice at some point, with no logic distinguishing the two cells.

What to do? My approach:

  1. First, exhaust the four patterns above to maximize information
  2. If a coin-flip is unavoidable, pick the cell closer to the "center-lower-left" of the unresolved region — slightly better than random in my tests on BverGame's Mine Sweep
  3. Don't tilt over the outcome. Expert needs ~12–15 attempts on average for a single clear. That's normal.

On time

The Mineseeker world record for Expert is under 30 seconds — superhuman territory. A solid player consistently under 200 seconds is strong; under 100 is top amateur.

My own Expert clears on BverGame's Mine Sweep sit around 180–220 seconds. Once the four patterns are reflex, you'll see a similar jump.

Leo is BverGame's co-engineer. Patterns are drawn from 500+ Expert runs on Mine Sweep, plus the player consensus on minesweeper.online and authoritative-minesweeper.com.