About one in five Klondike deals is unwinnable from the moment the cards are dealt. Without a solver, you can spend ten minutes on a doomed game without knowing. Our solver runs in your browser, checks every position you reach, and tells you in real time whether the game still has a winning path. It also lets you start with a deal that has a verified solution and rewind to the last solvable state when you slip.
Play Solitaire with Built-in SolverA solitaire solver is a program that searches the tree of legal Klondike moves. Starting from your current position, it tries one move, then another, and another — looking for a sequence that ends with all 52 cards on the foundations. Think of it as a chess engine for solitaire.
Most solvers are standalone tools. You enter your card layout by hand, wait, and read the answer. Ours is built into the game. It reads your position automatically, runs in the background, and updates the toolbar icon as you play. No setup, no copying card values, no breaking your flow.
The solver lives in the game toolbar. Each icon means something different.
Choose Deal Winnable in the new-game menu. The solver picks a seed with a verified solution before any cards are dealt. You skip the unwinnable deals entirely. Available in Draw 1 and Draw 3.
When the solver detects no winning path remains, the recovery panel appears. The most useful option is Undo to Winnable — it rewinds to the last position with a solution. You don't lose your progress; you just back up a few moves and try a different line.
The solver checks each new deal automatically. Within seconds you see whether the game has a solution — before your first move. Useful in Draw 3 especially, where practical win rates are low.
Click the icon mid-game to check your current position. The solver looks at your exact state, not the original deal. It accounts for every move you've made.
For readers who want the details under the hood.
The solver runs a depth-first search with iterative deepening. From your current position it explores moves that look promising — usually those that uncover face-down cards or extend the foundations — and prunes branches that are demonstrably worse. Iterative deepening means it searches shallow first (150 moves), then deeper (250, 400, 600). Shorter solutions surface first.
Klondike has an astronomical state space, so brute force isn't viable. The solver uses several tricks:
The solver runs entirely in your browser. No API calls, no telemetry, no server. Your game state never leaves the device. Once the page has loaded, the page works offline.
Klondike's winnability has been a research question since the 1990s, and the literature is messier than most casual sources suggest. Here are the numbers that hold up.
The most-cited result is from Yan, Diaconis, Rusmevichientong and Van Roy (2005). Using a Markov-chain Monte Carlo approach, they estimated that about 82% of Klondike deals are solvable with perfect play. That figure applies to the deals themselves and is the same in Draw 1 and Draw 3 — the deck is the same; only access changes.
What players actually achieve is much lower:
The Draw 3 gap is access, not difficulty. The same deals are theoretically solvable; the stock-pile constraint just makes it harder to reach the moves you need.
About one in five deals is theoretically unwinnable in either mode. Without a solver you can't tell. With Deal Winnable on, every game starts solvable — your skill becomes the only variable. With Undo to Winnable, slipping into an unsolvable position is no longer terminal.
You'll see confident claims like "21% of Draw 1 deals are unwinnable, 70% of Draw 3 deals are unwinnable." Those numbers aren't from primary research. They appear to conflate theoretical solvability with practical win rates. The right framing is two facts: about 82% of deals are theoretically solvable in either mode, and skilled players win roughly half the deals their mode allows them to.
Most Klondike solvers online are standalone web pages or downloadable tools. Here's how the built-in solver compares.
| Feature | TrySolitaire (built-in) | External solver tools |
|---|---|---|
| Input method | Reads board automatically | Manual card entry |
| Real-time check | Yes, during play | No, separate tool |
| Deal Winnable | Yes | No |
| Undo to Winnable | Yes | No |
| Privacy | Client-side only | Often server-side |
| Cost | Free, no limits | Often capped or paid |
| Draw 3 support | Yes | Varies |
| Works offline | Yes | Rarely |
A solitaire solver searches the tree of legal Klondike moves to find a sequence that wins from your current position. TrySolitaire's solver runs in your browser and tells you whether such a sequence exists. It does not show the moves — only whether a path is there.
Yes. No account, no premium tier, no usage limits. Deal Winnable and Undo to Winnable are also free. The solver works offline once the page has loaded.
No. It tells you whether a winning path exists, not what it is. That preserves the puzzle. For move ideas, use the separate Hint feature.
Yes. iPhone, iPad, Android phones, Android tablets, and desktop browsers all run the same Web Worker. Performance is consistent across devices.
Yes. Both Draw 1 and Draw 3 are fully supported. Draw 3 is where the solver earns its keep — practical win rates are 10–15% even with skilled play.
When the icon is green, the solver has found a complete winning path. When it's red, the solver has exhausted the reachable states from your position and confirmed no path exists. Edge case: very tangled positions can hit the 10-million-evaluation or 30-second limit, which leaves the icon gray.
No. The solver runs in a Web Worker — a background thread inside your browser. Your moves, board state, and analysis results never leave your device.
The solver tells you whether you can win, not how. Knowing a game is solvable doesn't make finding the solution any easier — there are still thousands of move combinations between you and the foundations. Most players use it to avoid spending time on doomed deals.
External solvers are standalone tools that need manual card entry. This one is built into the game, automatically reads your board, runs in the background, offers Deal Winnable and Undo to Winnable, and stays client-side. No external tool offers all four together.
Play Klondike with the built-in solver — free, no sign-up.
Play Solitaire with Solver✓ Built-in solver | ✓ Deal Winnable | ✓ Undo to Winnable | ✓ Free