FreeCell Strategy

FreeCell strategy is really about mobility.

Because every card is visible from the first move, FreeCell is almost entirely a planning game. Winning consistently comes down to one thing: protecting the temporary space that lets you execute large reorganizations.

Last updated: May 2026

History and background

FreeCell was invented in 1978 by Paul Alfille, who programmed it for the PLATO educational computer system at the University of Illinois. Alfille’s key innovation was making every card visible from the start — unlike Klondike, there are no hidden cards and no luck in what is revealed.

The game became enormously popular after Microsoft bundled it with Windows 3.1 in 1992 and later Windows 95. Microsoft’s implementation used a numbered deal system running from #1 to #32,000. Of those 32,000 deals, exactly one — deal #11,982 — has been proven unwinnable. Every other deal can be solved with correct play, which makes FreeCell unusual among solitaire games: your win rate is almost entirely a reflection of skill, not luck.

Modern implementations extend the deal count to millions. A tiny fraction of those extended deals are also unwinnable, but as a practical matter, almost every game you encounter can be solved. If you lose, a better line of play probably existed.

How the game is set up

FreeCell uses a standard 52-card deck. The cards are dealt face-up into eight tableau columns — four columns of seven cards and four columns of six cards. In the upper area of the board you have four free cells and four foundation piles.

  • Free cells — Each holds exactly one card. A free cell card can be moved to a legal tableau position or to the foundations at any point.
  • Foundations — Build each suit upward from Ace through King. Moving a card to the foundation is final in most implementations.
  • Tableau — Build downward in alternating colors. Only single cards move in strict rules, but most implementations allow supermoves.

The game is won when all 52 cards are moved to the four foundations.

The supermove concept

Technically, FreeCell rules allow moving only one card at a time. But practically, any sequence that could have been moved card-by-card using free cells and empty columns can be treated as a single move — this is called a supermove.

The formula for how many cards you can move at once is:

Supermove formula

Cards you can move = (free cells available + 1) × 2empty columns

With 3 open free cells and 1 empty column, you can move up to 8 cards as a unit. With 2 open free cells and 2 empty columns, you can move 12 cards.

This formula is the single most useful piece of FreeCell knowledge. Before committing to a plan, count your available space and check whether your intended move is actually legal under the supermove math. Many apparent dead ends are solvable once you understand the formula; many apparently safe moves are traps that consume space you need for a later step.

Free cells vs. empty columns

Free cells and empty tableau columns are both temporary storage, but they are not equal. An empty column can hold any single card or serve as the staging area for a multi-card sequence, making it far more powerful than a free cell.

The key implication: if you have a choice between using a free cell or an empty column to park a card, use the free cell. Reserve empty columns for large reorganizations that require moving whole sequences through temporary space.

Rule of thumb

An empty column is worth roughly two free cells in terms of mobility. Losing your last empty column hurts more than filling your last free cell.

Conversely, be careful about creating empty columns too early at the cost of distributing cards into difficult positions. An empty column only helps if you have a clear plan to use it within the next few moves.

Strategic priorities in order

  1. Identify trapped Aces and Twos. These are your primary bottleneck. A buried Ace blocks an entire foundation suit. Work backward from each trapped low card to find the sequence of moves that frees it.
  2. Count available space before committing. Apply the supermove formula before each significant move sequence. If you cannot execute the plan legally, look for a preparatory step that frees more cells or columns first.
  3. Prefer moves that improve multiple columns. A move that frees a buried card in one column while also consolidating another column is almost always better than a cosmetic improvement that only looks tidy.
  4. Build by suit where possible. A same-suit sequence in the tableau can eventually be moved to the foundation in a single large operation. Mixed-color sequences require more individual card movements.
  5. Time foundation moves carefully. Moving a card to the foundation is safe when: both other suits of the same color are already on the foundation at rank minus one or higher. Until that condition is met, the card may be needed to support tableau building.

Decision walkthroughs

When you have three free cells occupied and no empty columns

Scenario

You have one free cell remaining. You need to move a 5-card sequence from one column to another. The supermove formula gives you: (1 + 1) × 1 = 2 cards maximum. You are stuck.

The solution is almost never to accept defeat. Instead, look for a move elsewhere on the board that either returns a free cell card to the tableau or creates an empty column. Even one additional free cell doubles your mobility from 2 to 4 cards.

When to use a free cell vs. a tableau move

Scenario

A red 7 is available but the only legal tableau destination is covered by an unrelated card. You could park the 7 in a free cell, but a black 8 is already in another free cell.

Parking the 7 uses your second free cell. Ask: does the move improve your position enough to justify halving your remaining temporary storage? If the 7 in a free cell is going to sit there for 10+ moves while you handle something else, it is probably not worth it.

The safe-to-foundation rule

Scenario

A red 6 is available. The question is whether to move it to the foundation or keep it for tableau building. Check: are the black 5s (clubs and spades) already on their foundations? If yes, move the red 6 — nothing in the tableau can legally build on it. If either black 5 is not yet on its foundation, the red 6 might still be needed.

Common mistakes

  • Filling all four free cells simultaneously. This reduces your mobility to exactly one card per move. Boards that look active with full free cells are often closer to locked than to solved.
  • Chasing cosmetic neatness. Moving cards to make columns look tidy without improving access to buried Aces and low cards is the most common way to paint yourself into a corner.
  • Ignoring the supermove formula. Players who move cards one at a time without thinking about effective mobility often burn their remaining space on a preparatory step and then discover the actual move they wanted is no longer legal.
  • Moving to foundations too eagerly. If a 7 is on the foundation but both 6s are not, moving an 8 to a free cell just to get it closer to the foundation is usually backwards.

Recognizing a losing position early

FreeCell positions can become genuinely unwinnable before the board looks stuck. The clearest warning signs are:

  • All four free cells are occupied and every tableau column has cards buried on top of low-rank cards that need to move.
  • Two or more Aces are buried deep in the same suit or under cards that cannot be moved without the foundation cards they depend on.
  • You have been moving the same cards back and forth between free cells and tableau positions for several rounds without reducing the depth of any buried card.

When you notice these patterns early, use undo to return to the last meaningful decision point and look for an alternative. The earlier you catch a losing line, the less work the recovery takes.