Rules in 60 Seconds
Minesweeper is played on a grid of covered cells. Some cells hide mines, others are safe. You win by uncovering every safe cell without detonating a mine. Left-click to reveal a cell. If it's safe, it shows a number (1–8) telling you how many of its adjacent cells contain mines. If it's blank (no adjacent mines), it automatically expands to reveal its neighbors. Right-click to place a flag marking a suspected mine — flagged cells cannot be accidentally clicked. The game ends immediately if you click a mine. The game ends in victory when every non-mine cell is revealed.
Difficulty Modes Explained
Minesweeper comes in three standard difficulty settings, each with a fixed grid size and mine count. Understanding what you're up against before clicking changes how you approach the opening moves:
- Easy (Beginner): 9×9 grid, 10 mines. Mine density is ~12%. The board opens generously on the first click and logical deduction resolves almost everything. Ideal for learning the number system.
- Medium (Intermediate): 16×16 grid, 40 mines. Mine density is ~16%. More confined openings, more 50/50 situations at edges. Logical skill matters more here.
- Hard (Expert): 30×16 grid, 99 mines. Mine density is ~21%. Openings are smaller, pattern recognition is essential, and some boards require at least one 50/50 guess. This is where speed runners compete.
A common trap: players who dominate Easy mode jump to Expert and lose 80% of games. Move through Intermediate first — it's where your pattern recognition actually develops. Expert rewards automatic, near-instant reads of the 1-2 and 1-2-1 patterns that take weeks of Intermediate play to internalize.
Reading the Numbers
Each number is a precise constraint about its surrounding eight cells (up, down, left, right, and all four diagonals):
- 1 → Exactly 1 mine in adjacent cells
- 2 → Exactly 2 mines in adjacent cells
- 3 → Exactly 3 mines in adjacent cells
- 4 → Exactly 4 mines in adjacent cells
The key mental move: if a number's mine count equals the number of unrevealed adjacent cells, all those cells are mines — flag them all. If a number's mine count equals the number of flags already placed adjacent to it, all remaining unrevealed adjacent cells are safe — click them. This logical two-step resolves the majority of every Minesweeper board.
Where to Click First
Always click near the center of the board for your first move. Minesweeper guarantees the first click is never a mine, and clicking in the center maximizes the area that opens up — central cells have eight neighbors, while edge cells have five and corner cells only three. A large opening on your first click gives you far more numbers to work with and dramatically reduces the number of uncertain cells you'll face.
Flagging Strategy
Flagging is both a memory aid and a safety mechanism. Use flags when you've logically confirmed a cell contains a mine — not as a guess. The discipline: only flag what you know for certain. Random flags confuse your own reasoning and can lead you to incorrectly satisfy number constraints, causing you to click mines you would have otherwise avoided.
An advanced technique used by speed runners: Chord clicking. When a numbered cell already has exactly the right number of flags adjacent to it, you can middle-click (or double-click) that number to automatically reveal all its remaining unrevealed neighbors simultaneously. This speeds up board clearing enormously in areas where mines are already identified.
Common Patterns to Memorize
The 1-2 Pattern
When a 1 and a 2 are adjacent along an edge, and the 1 has only two unrevealed neighbors while the 2 shares one of them — the cell that the 2 sees but the 1 doesn't must be a mine, and the cell they share must be safe. This is one of the most frequently recurring patterns in Minesweeper.
The 1-2-1 Pattern
Three cells in a row showing 1-2-1 along the edge of the board form a classic pattern: the two corner cells (adjacent to the 1s but not the 2) are mines, and the center cell (below the 2) is safe. Recognizing this pattern instantly saves significant solving time on medium and hard boards.
The Saturation Rule
If all of a number's unrevealed neighbors are mines (i.e., the count of unrevealed adjacent cells equals the number shown), flag all of them. Conversely, if all adjacent mines are already flagged (flags equal the number), reveal all remaining unrevealed neighbors. These are the two fundamental operations that drive Minesweeper solving.
Handling 50/50 Situations
Some Minesweeper configurations produce genuine 50/50 situations where two cells could each be the mine, and no amount of additional logic can distinguish between them. In these cases, you must guess. Here's how to minimize the damage:
- Check if other board areas have more information before guessing. Solve everything else first — sometimes new reveals elsewhere constrain your 50/50.
- When you must guess, pick the cell that if safe, opens the most new area and gives the most information. This maximizes your benefit even when guessing correctly.
- On Easy mode genuine 50/50s are rare. On Expert they're common and accepted as part of the game.
Beginner Mistakes to Avoid
Most early losses don't come from bad luck — they come from avoidable reasoning errors. Here are the most common mistakes beginners make and how to stop making them:
- Guessing when deduction is still possible. When stuck, players often pick randomly instead of working the constraints from a different angle. Before guessing, count all unrevealed cells adjacent to each visible number and check whether any number has only one unrevealed neighbor — that's an immediate safe click or certain mine.
- Flagging based on gut feeling. Placing flags where you "think" mines are (not where you've logically confirmed them) creates false positives. A wrong flag can block chord-clicking a safe number later and lead you into clicking an actual mine.
- Ignoring edge and corner constraints. Numbers near the board edge or corner have fewer adjacent cells, making their constraints much tighter. A 2 in the corner with only two unrevealed neighbors means both are confirmed mines — beginners often miss these because they focus on the dense interior of the board.
- Not using the remaining mine count. The mine counter in the top-left decreases as you flag. When only a few mines remain unaccounted for, you can sometimes deduce entire sections of the board by process of elimination — even cells that aren't adjacent to any visible number.
- Clicking too quickly after an opening. A large blank opening is exciting, but stop and read the full boundary of numbers before continuing. Rushing into the next click without scanning the newly revealed constraints is how games end on move two.
Advanced Techniques
Subset Constraint Subtraction
This is the most powerful technique beyond the basic number rules. If two adjacent numbers share some unrevealed neighbors, and one set of unrevealed cells is a complete subset of the other, you can subtract the constraints to produce new information. Example: a 2 has four unrevealed neighbors (A, B, C, D) and an adjacent 1 has only two of those neighbors (C, D). Since the 1 accounts for exactly one mine among C and D, the 2 must contain exactly one mine among A and B. This frequently unlocks otherwise opaque sections of the board.
Global Mine Count Deduction
Use the total remaining mine count (displayed in the top corner) as a global constraint. Late in the game, when only a handful of unrevealed cells remain, the remaining mine count often tells you exactly which cells are safe. If 3 mines remain and 3 unrevealed cells exist — they're all mines. If the remaining cells exceed the mine count by exactly one — that one extra cell must be safe, though locating which one may still require local logic.
Probability Guessing (When You Must)
When genuine 50/50 situations occur, experienced players don't pick randomly — they pick based on board topology. Cells in the interior of the board generally carry lower mine probability than cells at the board edge (edge cells have fewer total neighbors, so a given number constrains fewer cells and the individual probability per cell is higher). When forced to guess, prefer interior cells over edge cells, and avoid corners entirely unless logic requires it.
Speed Tips for Better Times
Once you can reliably solve boards, improving your time comes from efficiency:
- Chord click constantly. Whenever a number's mines are flagged, chord-click it immediately rather than individually clicking each safe neighbor.
- Scan in patterns. Instead of checking each cell ad hoc, systematically scan row by row to ensure you don't miss quick resolves.
- Flag aggressively in opening phase. When large areas open up early, quickly flag obvious mines before processing numbers — this reduces mental load as the board fills.
- Don't flag everything. Experienced speed players often skip flags entirely and rely purely on memory for confirmed mines, since flagging itself costs time.
💣 Ready to apply these techniques?
Play our free Minesweeper — Easy, Medium & Hard →