How to Play Minesweeper — Rules, Patterns & Expert Strategies

It's not a guessing game. It's a logic puzzle with mines. Here's how to think through every click.

16 min read | Updated 2026-04-06 | Brain Teasers
Play Minesweeper Now

What Is Minesweeper?

Minesweeper is a logic puzzle played on a rectangular grid. Some cells contain hidden mines; the rest are safe. Your job is to uncover every safe cell without detonating a mine. When you reveal a safe cell, it shows a number indicating how many of its eight neighboring cells contain mines. A blank (zero) means no adjacent mines, and the game automatically reveals all connected blank cells.

The game dates back to the 1960s in various forms, but it became a cultural phenomenon when Microsoft bundled it with Windows 3.1 in 1992. What most people dismissed as a random clicking game is actually a rich logic puzzle — and once you learn to read the numbers, you'll never click randomly again.

The Rules

The mechanics are straightforward:

  1. Left-click to reveal a cell. If it's a mine, you lose. If it's safe, it shows its mine count (0–8).
  2. Right-click to place a flag on a cell you believe contains a mine. Flags are visual reminders — they don't affect the game logic.
  3. Win by revealing every non-mine cell. You don't need to flag all mines — just avoid clicking them.

Standard difficulty levels:

  • Beginner: 9×9 grid, 10 mines
  • Intermediate: 16×16 grid, 40 mines
  • Expert: 30×16 grid, 99 mines

The first click is always safe (the game reshuffles if needed). After that, every click carries real risk — unless you've done the logic.

Reading the Numbers

Every number on the board tells you exactly one thing: how many of the (up to) eight surrounding cells contain mines. This is the entire foundation of the game.

A 1 means exactly one of its neighbors is a mine. A 3 means exactly three neighbors are mines. A blank cell (displayed as empty) means zero of its neighbors are mines.

The key insight is combining information from multiple numbers. A single "1" next to seven unrevealed cells doesn't tell you much. But when multiple numbers overlap — when they share unrevealed neighbors — you can triangulate the mine positions precisely.

Practice exercise: When you reveal a number, immediately count its unrevealed neighbors and its flagged neighbors. If the number of flags already equals the number, all remaining unrevealed neighbors are safe. If the number of unrevealed cells equals the number minus existing flags, all unrevealed neighbors are mines.

The Two Fundamental Deductions

Every Minesweeper deduction boils down to two rules:

Rule 1 — All mines accounted for: If a number cell already has that many flagged neighbors, every remaining unrevealed neighbor is safe. Click them all.

Rule 2 — All remaining cells are mines: If a number cell has exactly as many unrevealed neighbors as its count minus flags, every unrevealed neighbor is a mine. Flag them all.

Example of Rule 1: A "2" with two flagged neighbors and three unrevealed neighbors. Both mines are found — all three unrevealed cells are safe.

Example of Rule 2: A "3" with one flag and two unrevealed neighbors. It needs two more mines and has exactly two unrevealed cells — both must be mines.

These two rules, applied systematically, will clear the majority of every board.

Essential Patterns: 1-1, 1-2-1, and 1-2-2-1

Experienced Minesweeper players don't re-derive the logic for every cell — they recognize patterns. Here are the most important ones:

The 1-1 pattern: Two adjacent "1" cells along an edge, each with two unrevealed cells in a line. The shared unrevealed cell between them accounts for one mine — the non-shared cells are safe. This is the bread and butter of edge-clearing.

The 1-2-1 pattern: A "2" flanked by two "1"s along a wall. The "2" needs two mines among its unrevealed neighbors, and each "1" needs one. The mines must be on the cells adjacent to the "1"s (not the middle), because the "2" needs both — and the "1"s can each only have one. The cell directly behind the "2" is safe.

The 1-2-2-1 pattern: An extension of the above. Along a wall, the mines sit at the ends (by the "1"s), and the cells behind the "2"s are safe.

Learning these three patterns will dramatically speed up your solving. You'll stop calculating and start seeing the answer at a glance.

Chord Clicking (Double-Click)

Chord clicking is the most important speed technique in Minesweeper. When you click (or double-click, depending on the implementation) on a revealed number that already has the correct number of adjacent flags, it automatically reveals all remaining unrevealed neighbors.

This is Rule 1 automated. Instead of clicking five safe cells individually, you chord-click once and they all open. Competitive Minesweeper players chord constantly — it's the single biggest time-saver.

The risk: if you flagged a wrong cell, chord clicking will detonate the real mine. This is why accurate flagging matters. Some players adopt a "flag and chord" style, where they flag mines specifically to enable chord clicks. Others prefer minimal flagging and click safe cells directly. Both approaches work — choose whichever keeps you more accurate.

Tip: On our Minesweeper, you can chord by clicking a number with the correct flag count around it. Build the habit early — it becomes second nature.

Edge vs. Center: Where to Focus

Not all areas of the board are equally informative. Here's how to prioritize:

Edges and corners give more information per cell. A corner cell has only three neighbors (instead of eight). A "1" in a corner with one unrevealed neighbor is trivially solved. Edge cells have five neighbors — still more constrained than center cells. Start your deductions along the borders of revealed areas.

The center of unrevealed territory is the worst place to click — you have no information and the odds of hitting a mine are at their highest. Always work from the revealed frontier outward.

Opening strategy: Many experienced players click a cell near the center of the board on their first move (to maximize the chance of a large opening), then work the edges of that opening outward. If the first click reveals a number instead of an opening, click a different area to create a second frontier.

Advanced Deductions: Subtraction and Overlap

When basic rules stall, use subtraction logic. Compare two adjacent numbers and their unrevealed neighbors:

If Number A needs 2 more mines among cells {X, Y, Z} and Number B needs 1 more mine among cells {Y, Z}, then by subtraction, the mine count in {X} = A_remaining - B_remaining = 2 - 1 = 1. Cell X is a mine.

This generalizes: whenever one number's unrevealed set is a subset of another's, you can determine the status of the non-overlapping cells by subtracting the mine counts.

In practice: look at two adjacent numbers on the revealed frontier. Identify which unrevealed cells they share and which are unique to each. The difference in their remaining mine counts tells you the mine count in the non-shared cells.

This technique is what separates intermediate players from experts. It turns "stuck" positions into solved ones without any guessing.

When You Have to Guess (and How to Guess Well)

Here's the uncomfortable truth: not every Minesweeper board is solvable through pure logic. Sometimes — especially on Expert difficulty — you'll reach a position where no deduction is possible and you must guess.

When you must guess, guess smart:

  • Prefer corners and edges of unrevealed areas. These cells have fewer neighbors, which means fewer potential mines and better odds.
  • Calculate probabilities. If a "1" has two unrevealed neighbors, each has a 50% chance of being the mine. But if a "2" has five unrevealed neighbors, each has a 40% chance. Click the lower-probability cell.
  • Click where information gain is highest. A guess that opens up a large unrevealed area is better than one that reveals a single cell, because it gives you more data for future deductions.
  • Avoid clicking next to satisfied numbers. If a "1" already has its mine flagged, its remaining neighbors are safe — but clicking next to an unsatisfied number where you can't deduce the answer is risky.

On Beginner and Intermediate boards, pure logic solves 70-85% of games without guessing. On Expert, that drops to about 30-40%. Accepting the occasional forced guess is part of the game.

Speed Tips for Competitive Play

  • Use both hands: Left hand flags (right-click), right hand reveals (left-click). This enables a fluid flag-chord rhythm.
  • Don't flag unnecessarily: If you can deduce a cell is safe without flagging the mine, just click the safe cell. Flagging takes time.
  • Develop peripheral pattern recognition: Train yourself to spot 1-1, 1-2-1, and other patterns without consciously analyzing them. This comes with practice.
  • Move in sweeps: Work across the board systematically rather than jumping between areas. Each sweep should clear everything that's currently deducible.
  • Recover from mistakes mentally: A bad guess is random — it says nothing about your skill. Reset and go again. The best Expert players lose over half their games to forced guesses.
Ready to play?

Put these strategies into practice with our free Minesweeper puzzle.

Play Now