Mines Optimal Strategy: When to Cash Out at Every Tile Count

The 'should I keep picking or cash out?' decision in Mines is fully solvable with math. Here's the optimal cash-out threshold for every tile count and mine setting — plus why the popular '3 mines' setting is one of the worst expected-value plays in the casino.

2026-06-30

Mines Optimal Strategy: When to Cash Out at Every Tile Count

Mines is the most mathematically transparent game in the casino. A 5×5 grid (25 tiles), some hidden mines, you pick tiles, multiplier climbs every safe pick, and you choose when to cash out before clicking a mine. No card counting, no pattern reading — just probability.

The strategic question — "do I click one more tile or cash out now?" — has an actual mathematical answer. Once you know it, the game becomes a clean exercise in expected-value comparison. Here's the math, the optimal cash-out table, and the surprisingly subtle traps in how mine counts are typically chosen.

How the multiplier works

When you start a round of Mines, you set:

  • Mine count (typically 1 to 24, default 3)
  • Bet amount

The multiplier at each pick depends on the probability of a "safe pick" given the remaining tiles. With M mines hidden among 25 tiles:

Multiplier after N safe picks
   = product over k=0..N-1 of (25 - k) / (25 - M - k)

This is the inverse of the cumulative probability of having reached this point without hitting a mine, adjusted slightly for the house edge.

For 3 mines (the most common setting):

Safe picks Multiplier (approx) Win probability so far
1 1.13× 88%
2 1.29× 77%
3 1.48× 67%
5 1.98× 50%
8 3.46× 32%
10 5.65× 22%
15 28.7× 8%
20 470× 1.5%
22 1,898× 0.4%

The multiplier climbs slowly at first, then explodes. That's not a coincidence — it tracks the falling probability of "still alive" at each pick.

The cash-out decision, simplified

The decision at any point is between:

  • Cash out now: lock in (bet × current multiplier) with 100% probability
  • Pick one more tile: with probability P_safe = (25 - M - N) / (25 - N), multiplier becomes (next-multiplier × bet). With probability 1 - P_safe, you lose everything.

Expected value of "pick one more" = P_safe × next_multiplier × bet

You should keep picking as long as P_safe × next_multiplier > current_multiplier.

That is: as long as the expected value of continuing exceeds the certain value of stopping.

Plug in the multipliers and probabilities, and you get the optimal stopping point. The math says:

The optimal stopping point is the same for every round, given a fixed mine count. Variance is bounded by the player's risk tolerance, not the math.

The optimal cash-out table

Assuming a 1% house edge and you're playing for expected value:

Mines Optimal cash-out (safe picks) Multiplier at cash-out
1 11 2.17×
2 8 2.50×
3 6 2.43×
4 5 2.66×
5 4 2.51×
8 3 2.96×
10 2 2.69×
16 1 2.97×
24 1 24.75× (forced)

A few things jump out:

  • Across all "moderate" mine counts (2-10), the optimal cash-out multiplier is about 2.5-3.0×, not 5× or 10× as players often hold out for.
  • Holding out for higher multipliers reduces your expected value because the probability of busting before getting there drops faster than the multiplier climbs.
  • The 24-mine variant is a coin flip — pick the one safe tile, you win 24.75×. Pick wrong, you lose. EV is identical to 25-mine forced loss minus 1.

The 3-mines popularity trap

The 3-mines setting is the casino's most popular preset. It's also one of the higher-variance, higher-edge configurations in practice. Why?

Because at 3 mines, the optimal cash-out is at 6 picks (2.43×), but most players cash out either far earlier (1-2 picks, locking in 1.2-1.3× wins) or far later (10+ picks, chasing 5-30× multipliers). Both are suboptimal:

  • Early cash-outs give up too much expected value to bank a small certain gain.
  • Late cash-outs turn into busts most of the time, with the rare win compensating only barely.

The 3-mines preset is popular precisely because it has enough variance to feel exciting at any cash-out point. From the operator's view, this maximises engagement. From the player's view, the optimal strategy (6 picks, 2.4×, almost-half win rate) feels boring, and players almost never play it.

Variance considerations

The optimal-EV strategy doesn't mean it's the strategy you should always play. Two cases where it isn't:

Bankroll constraints. If you have $20 and want to play 10 rounds, optimal EV would put each round at a 50%+ bust rate. You might run through your bankroll in 2 rounds of unlucky busts. A more conservative cash-out (2 picks, 1.3× at 3 mines) has a much higher hit rate, sacrificing expected value for survivability.

Multiplier chasing. If your goal is "hit a 50× or higher", you have to keep picking past optimal. Be honest with yourself about this — it's an entertainment choice, not a profit choice. Most chasing sessions end at zero.

House edge variance. Different operators set different house edges on Mines (typically 1-3%). At higher edges, the optimal cash-out comes slightly earlier because every continuation is a worse bet.

Practical session strategy

For a bankroll-aware session:

  1. Pick a mine count once and stick with it for the session. Switching mid-session mostly resets your ability to read the multipliers.
  2. At 3 mines: cash out at 4-5 picks for sustainable sessions, 6 for optimal EV, 7+ only if you're explicitly chasing.
  3. At 1 mine: the game is essentially "minesweeper without skill" — high hit rate, low multipliers. Boring but stable.
  4. At 10+ mines: every pick is a coin flip or worse. Don't expect sessions, expect single rounds.
  5. Verify each round. On a provably fair Mines (like 6proclub's), the mine layout is committed before you start. You can confirm post-round that the layout matched the committed hash. No moving the mines.

On verifying Mines

This is where provably fair gambling does specific work. A non-provably-fair Mines could, in theory, decide where the mine is based on which tile you click. The operator's RNG could be set to "mine wherever the player picks next, 99% of the time." You wouldn't be able to detect this without thousands of rounds of statistical analysis.

On a provably fair Mines, the mine layout is committed at the start of the round via SHA-256 hash. The hash is published before your first click. When the round ends, the seed is revealed, and you can recompute the entire layout from the committed inputs. The mines never move. This is provable. Sixty seconds, no trust required.

In one paragraph

Mines has a fully solvable strategic core: the optimal cash-out point at any mine count is mathematically determined, and for the popular 3-mine setting it's 6 safe picks at ~2.4× — almost half the time, you win. Most players play sub-optimally on both sides (too early or too late). On a provably fair Mines, the layout is committed cryptographically before the round, so "mines moved when I clicked" is a question the math can resolve. Play the optimal strategy, verify with the cryptographic check, and Mines stops being a black box.

Further reading

  • Provably Fair Complete Guide
  • What House Edge Actually Means
  • Crash Cashout Strategy — same EV math, different curve