FreeCell

Four free cells, eight columns, every card face up from the first second. Build each suit ace to king — deals are verified solvable, undo is unlimited, and walking away never loses your place

1 playerSolitaireNo download · No sign-up

Home 0/52Moves 0Free cells 4/4

Verified solvable

Tap a column — every legal landing spot lights up

10
ten of clubs
2
two of clubs
3
three of clubs
4
four of clubs
5
five of clubs
6
six of clubs
7
seven of clubs
8
eight of clubs
9
nine of clubs
A
ace of clubs
J
jack of clubs
K
king of clubs
Q
queen of clubs
10
ten of diamonds
2
two of diamonds
3
three of diamonds
4
four of diamonds
5
five of diamonds
6
six of diamonds
7
seven of diamonds
8
eight of diamonds
9
nine of diamonds
A
ace of diamonds
J
jack of diamonds
K
king of diamonds
Q
queen of diamonds
10
ten of hearts
2
two of hearts
3
three of hearts
4
four of hearts
5
five of hearts
6
six of hearts
7
seven of hearts
8
eight of hearts
9
nine of hearts
A
ace of hearts
J
jack of hearts
K
king of hearts
Q
queen of hearts
10
ten of spades
2
two of spades
3
three of spades
4
four of spades
5
five of spades
6
six of spades
7
seven of spades
8
eight of spades
9
nine of spades
A
ace of spades
J
jack of spades
K
king of spades
Q
queen of spades

Tap anywhere to skip the deal

How to play

  1. Tap a column — the legal spots light up: You land on a game that is already dealt: four free cells top left, four foundations top right, eight columns of face-up cards below. Tap any column and it lifts into a zoomed panel with the longest movable run already picked up, while every legal destination glows — amber for a foundation, lime for a column, cyan for a free cell.
  2. Tap a glowing spot to move there: No precision dragging: the second tap makes the move. Columns build down in alternating colours, one rank at a time, so a red seven goes on a black eight. Each free cell parks a single card. To pick a different starting card, tap it inside the zoomed column; tap empty space to cancel.
  3. Send every suit up from ace to king: The four foundations take one suit each, ace first, one rank at a time — all 52 cards home and you have won. The bar up top always reads cards home, moves played and free cells left, and the four progress rings around the foundations are the progress bar. Undo is unlimited and costs you nothing, so a dead end just means backing up a few moves.

Rules & variants

The full rules of FreeCell: a standard 52-card deck, no jokers, is dealt face up into eight columns — seven cards in the first four, six in the rest. There is no stock, no waste pile and nothing hidden, so every piece of information you will ever get is on screen from the first second. Four free cells on the left hold one card each; four foundations on the right take one suit each. Build all four suits from ace to king and the game is won.

Building on the columns follows colour, not suit: cards go down one rank at a time in alternating colours, so a red seven lands on a black eight or a black club eight but never on a red diamond eight. An empty column will take any card or any legal run, which is exactly why an empty column is worth so much more than an empty cell. Foundations work the other way round — same suit, strictly ascending from the ace, no skipping and no mixing.

How many cards you can move at once — the rule that trips up almost everybody: cards really move one at a time, and a run that appears to slide across as a block is being shuttled through your free cells and empty columns. The number you can carry is (empty free cells + 1) x 2^(empty columns). Three cells and no empty column is four cards; three cells and one empty column is eight; two cells and no empty column is only three. One catch people miss: if the destination is itself an empty column, that column cannot double as a staging area, so the exponent drops by one — with two cells and one empty column you can carry six onto an ordinary column but only three into the empty one. This site does the arithmetic for you and shows both numbers the moment you pick a run up.

What free cells are actually for: a free cell is carrying capacity, not a rubbish bin. Every cell you occupy is one fewer card you can move in a single go, and filling all four is how players talk themselves into a position that genuinely cannot move. Strong play keeps cells empty and only spends one when there is a clear plan to take the card back out. An empty column is stronger still — cells add to your capacity, empty columns multiply it — so clearing your shortest column early is usually worth more than rushing two cards onto a foundation.

Cards do not come back off a foundation. This is worth stating because implementations disagree and it can otherwise look like a bug. We forbid it because undo is unlimited and already covers 'I sent that up too early', and because allowing take-backs would break both the proof behind the one-tap finish and the test behind safe auto-collect.

FreeCell strategy that actually raises your win rate: first, empty columns beat empty cells — cells are addition, columns are multiplication, so clearing your shortest column doubles what you can carry. Second, do not rush cards onto the foundations; a low card still on the table is a landing pad for the opposite colour, and sending it up early is how a game jams. That is also why safe auto-collect is off by default here. Third, before your tenth move, find where the aces and twos are buried and make digging them out the plan. Fourth, never occupy a cell without knowing when the card comes back out. And undo is part of the game, not cheating — every card is face up, so undo only saves you arithmetic.

Are all FreeCell deals winnable? Almost all of them are; unsolvable deals are vanishingly rare. This site only deals games that were proved solvable offline — a solver played every deal number through during development, and only the ones it actually finished are in the pool. So a loss means the deal was hard, not impossible. Solvable is not the same as easy, though: two solvable deals can be worlds apart, which is why they are split into gentle, standard and tough tiers by how hard the solver had to work. The fully random tier skips the check entirely if you want the real odds.

Stuck with nothing to move: undo is unlimited, costs nothing and never touches your record. When a position truly has no legal move anywhere — no column, no cell, no foundation — the game says so plainly and offers three ways out: take a move back, restart the same deal, or deal a new one. It never tells you that you lost. If moves still exist but the game feels hopeless, that is a soft dead end, and nobody can judge those reliably, so we make no claim about them. Back up a few moves and take another line.

Restarting a deal and dealing a new one are different things, and this site keeps them physically apart. Restart puts the same deal number back the way it started, for when you want to try another route. Dealing a new game gives you a fresh number. Restart lives in the settings drawer with the current number next to it; deal a new game only appears on the win screen and the no-moves panel. The win screen also offers a replay of the same deal and shows what you scored last time, so you have something to beat.

Deal numbers and saved progress: every game is decided by a single deal number, so the same number always deals exactly the same cards and you can hand it to somebody else to play the identical game. The board saves itself after every move, undo history included — take a call, close the tab, come back and you are on the same move, with no dialogue asking whether you want to continue. Records are kept per difficulty tier and stay on this device; there is no account and no leaderboard.

A worked example of moving a run: say two cells are empty and no column is, and you want to carry a black eight, red seven and black six onto a red nine. Capacity is (2 + 1) x 2^0 = 3, which is exactly enough. What actually happens is five single-card moves: the six into a cell, the seven into a cell, the eight onto the nine, the seven back down, the six back down. You watch the cards go out to the cells and come back, which is the clearest possible explanation of why capacity depends on empty cells. The whole thing still counts as one move, and one undo puts it all back.

How FreeCell differs from the other solitaires: Klondike hides cards face down and hands you a stock pile, so luck plays a large part; Spider wants same-suit sequences and thirteen-card runs. FreeCell shows you all 52 cards with nothing concealed, which makes it the most purely logical member of the family — you lose to your own planning, not to the deal. There is also a close cousin called Baker's Game where columns must be built in the same suit rather than alternating colours; that is a different game and not what this page deals.

FAQ

How do you play FreeCell? What are the rules?
All 52 cards are dealt face up into eight columns, and you build each of the four suits from ace to king on the foundations at the top right. Columns build down in alternating colours, one rank at a time, and the four free cells on the left park one card each as temporary storage. Nothing is hidden and there is no stock pile, so the rules take a minute — the thinking is what takes time.
How many cards can you move at once in FreeCell?
As many as (empty free cells + 1) x 2^(empty columns), because cards really move one at a time through your free cells. Three empty cells and no empty column carries four cards; three cells and one empty column carries eight. If the destination is itself an empty column it cannot also stage the move, so the total halves. This site shows the number the moment you pick a run up, and tells you how many slots you are short.
Are all FreeCell games winnable?
Nearly all of them — unsolvable deals are extremely rare, and this site only deals games a solver proved winnable offline. So a loss means the deal was hard, not impossible. Solvable is not the same as easy, though, which is why deals are sorted into gentle, standard and tough tiers by search cost. Switch to the fully random tier in settings if you want unfiltered deals.
What do you do when you get stuck in FreeCell? Can you undo?
Undo as much as you like — it is unlimited, costs nothing and is not cheating, since every card is face up and undo only saves you arithmetic. When a position genuinely has no legal move the game says so and offers three exits: take a move back, restart the same deal, or deal a new one. If moves still exist but the game feels lost, back up a few moves and take a different line.
What is the best strategy for FreeCell?
Clear a column early — empty columns multiply how many cards you can carry, while free cells only add to it, so an empty column is worth far more than an empty cell. After that: stop rushing cards onto the foundations, because a low card left on the table is a landing pad you will want; and spend your first ten moves digging out whichever aces and twos are buried deepest.
What is the difference between FreeCell and Klondike solitaire?
FreeCell deals every card face up with no stock pile, so there is no luck left after the deal — you win or lose on planning alone. Klondike hides most of the tableau face down and feeds you cards from a stock, so a large slice of the outcome is decided by what you happen to turn over. FreeCell also gives you four free cells to stage cards through, which Klondike has no equivalent for.

Last updated: 2026-08-23 · Saved on this device only