Solitaire Cards Not Moving? Fix Stuck
Are your solitaire cards stuck and not responding to clicks or drags? Learn the most common causes and fixes for cards that will not move.
Understanding Why Cards Get Stuck in Solitaire
You click a card, nothing happens. You drag it toward the foundation pile, and it snaps back to its original position. Solitaire cards not moving is a surprisingly common problem, and it strikes players on every platform from browser-based games to desktop applications and mobile apps.
Before diving into fixes, it helps to understand the two broad categories this problem falls into. The first is a legitimate game state issue where the card genuinely cannot be moved because the rules do not permit it. The second is a technical glitch where the game interface fails to register your input even though the move should be valid.
Distinguishing between these two categories is the key to solving the problem quickly. A player who does not realize that only Kings can be placed on empty tableau columns will think the game is broken when their Queen refuses to move there. Conversely, a player dealing with a JavaScript rendering bug has a real technical issue that no amount of rule knowledge will fix.
Check the Rules Before Assuming a Bug
The most common reason cards appear stuck is that the move you are attempting violates the rules of the specific solitaire variant you are playing. Each variant has its own movement constraints, and mixing up the rules between games is easy to do.
In Klondike solitaire, cards in the tableau must be placed in descending order and alternating colors. A red six can only go on a black seven. If you are trying to place a red six on a red seven, the game will correctly refuse the move. Foundation piles build up by suit from Ace to King, so attempting to place a card out of sequence there will also fail.
In Spider solitaire, the rules are stricter. While you can place any card of descending value on another regardless of suit, you can only move a group of cards together if they are all the same suit and in perfect descending sequence. This trips up many players who build mixed-suit sequences and then wonder why they cannot move the entire stack.
FreeCell has its own constraints around how many cards you can move at once, which depends on the number of empty free cells and empty columns available. If you are trying to move a stack of five cards but only have enough open spaces to support three, the game will block the move.
For a deeper understanding of how these variants differ, our comparison of Klondike versus Spider and our Solitaire versus FreeCell guide explain the specific movement rules in detail.
Fix Touch and Click Input Issues
If you are confident the move is legal but the card still will not respond, the problem is likely with input detection. On touchscreen devices, this is particularly common.
Start by checking whether the issue affects only the solitaire game or your entire device. Try tapping buttons in other apps or websites. If touch input is unresponsive everywhere, the problem is at the device level and may require a restart, a screen cleaning, or even a screen protector replacement if it is interfering with touch sensitivity.
If only the solitaire game is affected, try these steps in order. First, refresh the page or restart the app. A simple reload forces the game to reinitialize its input handlers and often resolves temporary glitches. Second, try switching between tap-to-move and drag-to-move if the game offers both input modes. Some games have a settings menu where you can toggle between click and drag controls.
On desktop browsers, check whether your mouse is functioning properly by testing it in other applications. Wireless mice with low batteries can produce intermittent click failures that are easy to mistake for a software problem.
For laptop users, trackpad sensitivity settings can interfere with drag operations in browser-based games. Try connecting an external mouse to see if the problem persists. If it does not, adjust your trackpad’s sensitivity or drag threshold in your system settings.
Resolve Browser and App Performance Issues
Performance problems can make cards appear stuck when in reality the game is simply lagging so badly that your inputs are not being processed in real time. This is especially common on older devices or when running many browser tabs simultaneously.
Check your device’s available memory by opening Task Manager on Windows or Activity Monitor on Mac. If your browser is consuming an unusually high amount of RAM, close unnecessary tabs and applications to free up resources. A browser running twenty tabs alongside a solitaire game on a device with four gigabytes of RAM will struggle.
Browser-based solitaire games rely on JavaScript and sometimes canvas or WebGL rendering. If your browser’s hardware acceleration is disabled, game animations and input handling can slow dramatically. In Chrome, go to Settings, then System, and ensure Use Hardware Acceleration When Available is turned on.
If the game uses Flash, which some legacy solitaire sites still do, be aware that all major browsers have dropped Flash support entirely. Cards in Flash-based games will not move at all in modern browsers. The solution is to switch to an HTML5-based solitaire game, which is what virtually all current platforms offer.
For players who experience consistent performance problems, a lightweight game built for speed makes a significant difference. Playing on Soliatre.us offers a streamlined experience that minimizes the rendering overhead that causes cards to feel unresponsive.
Fix Cards Stuck After an Undo or Game State Error
A specific scenario where cards become genuinely stuck involves the undo function. Some solitaire implementations have bugs in their undo logic that can leave the game in an inconsistent state. You undo a move, but the internal game state does not roll back correctly, so the card appears to be in one position but the game logic believes it is somewhere else.
If you suspect an undo-related bug, try the following. First, use undo multiple times to roll back several moves, then try making a different move. This sometimes forces the game to reconcile its visual state with its internal state. Second, if the game offers a restart option that replays the same deal, use it. This resets the game state while preserving the card layout so you can attempt the same game from scratch.
Third, check whether the game has a save and load feature. Saving the game, closing it completely, and then reloading the save can force the game engine to reconstruct its state from scratch, which often clears inconsistencies.
If the problem recurs frequently, the game you are playing likely has a persistent bug in its state management. Consider noting the issue and checking for app updates or switching to a more reliable platform.
When Cards Truly Cannot Move and the Game Is Unwinnable
Sometimes every card on the board appears stuck because the game has reached an unwinnable state. Not every solitaire deal is solvable, and recognizing when you have hit a dead end saves time and frustration.
In Klondike solitaire played with standard rules, studies suggest that roughly seventy-nine percent of deals are theoretically winnable with perfect play. That means about one in five deals simply cannot be completed regardless of your skill level. Spider solitaire with four suits has an even lower win rate, with many deals containing no viable path to completion.
Signs that your game may be unwinnable include having no available moves in the tableau, no cards left to draw from the stock, and no cards that can be sent to the foundation. Most quality solitaire implementations include a hint feature that highlights available moves. If the hint system tells you there are no moves remaining, the game is over.
Some games also offer an auto-solve or auto-complete feature that activates when the remaining moves are straightforward. If this feature does not activate even when you believe the game should be nearly complete, some cards may be out of position in ways that are not immediately obvious.
For players who find dead-end games frustrating, our tips for beginner players include strategies for recognizing unwinnable states early and making decisions that maximize your chances of completing each deal. Learning when to abandon a deal and start fresh is itself an important solitaire skill that experienced players develop over time.
If your game is not just stuck but completely frozen or unresponsive, that points to a different set of technical issues covered in our dedicated troubleshooting guide.
💡 Technical Performance Update (2026)
For optimal rendering and zero input delay on modern browsers, ensure hardware acceleration is enabled in your settings. Clearing your site cache resolves most canvas loading or input delay anomalies.
↗ Further Reading
Authoritative external sources for additional information.
- Microsoft SupportOfficial Microsoft troubleshooting resources
- Windows Update FAQHow Windows updates affect installed apps
Continue Reading
Vegas Solitaire Rules and Scoring: A Complete Guide to Casino Patience
Learn how to play Vegas Solitaire, the casino scoring variant of Klondike where you buy the deck for $52 and win $5 for every card you move to the foundation.
Read →variationsCanfield Solitaire Rules and Strategy
Learn Canfield Solitaire rules, setup, and strategy. Discover why this casino classic is harder than Klondike and how to improve your ~30% win rate.
Read →strategiesReverse Engineering Solitaire Advanced Tips
Learn how to reverse engineer solitaire wins by working backward from the foundation goal, tracing required card moves, and identifying the critical.
Read →variationsHow to Play Russian Solitaire: Rules, Setup, & Winning Tactics
Discover Russian Solitaire, a notoriously difficult variant of Yukon. Learn the setup, rules, and strategies needed to conquer this challenging card game.
Read →You Might Also Enjoy
Play Free Solitaire
Put what you have learned into practice. Jump into a game right now.