Steam Launcher Troubleshooting
Fix common Steam client issues including launch failures, download problems, and library errors
Steam is reliable most of the time, but when it breaks, it really breaks. Most Steam issues come down to a corrupted cache, a stuck process, or a sync conflict. Here's how to fix the most common ones.
Steam won't launch
This is almost always a stuck Steam process running in the background.
- Kill all Steam processes:
- Windows: Press Ctrl + Shift + Esc to open Task Manager, find any Steam processes under Processes, right-click each one and choose End task
- Mac: Press Cmd + Option + Esc to open Force Quit, select Steam, and click Force Quit
- Linux: Run
killall steamin a terminal
- Try launching Steam again
- If it still won't open, clear the Steam cache:
- Windows: Delete the contents of
C:\Program Files (x86)\Steam\appcache(don't delete the folder itself) - Mac: Delete
~/Library/Application Support/Steam/appcache - Linux: Delete
~/.local/share/Steam/appcache
- Windows: Delete the contents of
- If clearing the cache doesn't help, try running Steam as administrator (Windows: right-click the Steam shortcut > Run as administrator)
- As a last resort, reinstall Steam – download a fresh installer from store.steampowered.com. Your game files are kept in the
steamappsfolder and won't be deleted if you install to the same location
Verifying game file integrity
When a game crashes, won't launch, or behaves strangely, corrupted files are a common cause. Verification checks every file against Steam's servers and redownloads anything that's damaged.
- Open your Library
- Right-click the game and choose Properties
- Click the Installed Files tab on the left
- Click Verify integrity of game files
- Wait for the process to finish – it may take several minutes for large games
If Steam reports files that failed validation and were reacquired, that's normal – it means corrupted files were found and replaced. If verification finds nothing but the game still doesn't work, the issue is likely drivers, settings, or a mod conflict rather than corrupted files.
Clearing the download cache
Steam's download cache stores partial downloads and update data. When it gets corrupted, downloads stall, updates loop, or games fail to install.
- Open Steam and click Steam in the top-left menu bar
- Click Settings
- Click Downloads in the left sidebar
- Click Clear Download Cache
- Confirm when prompted – this will log you out of Steam, so have your password ready
- Log back in and retry your download or update
Note: Clearing the download cache cancels any in-progress downloads, so let active downloads finish first if possible. Installed games are not affected.
Moving games to another drive
Use Steam's built-in Storage Manager instead of manually copying files.
- Click Steam in the top-left menu bar > Settings
- Click Storage in the left sidebar
- You'll see your drives listed at the top with a bar showing used/free space
- If you need to add a new drive, click the + button at the top and select the drive
- Select the drive that has the game you want to move
- Check the box next to the game(s) you want to move
- Click Move in the bottom-right
- Choose the destination drive and click Move
Alternatively, right-click a game in your Library > Properties > Installed Files > Move Install Folder and pick the target drive.
Slow downloads
- Check if Steam is throttling you: Steam > Settings > Downloads – make sure Limit download speed is unchecked or set high enough
- Change your download server region: Steam > Settings > Downloads > Download Region – pick the closest major city. If that's already selected, try a nearby alternate (server load varies)
- Pause and resume the download – this forces Steam to reconnect and can fix stuck connections
- Close other bandwidth-heavy apps (streaming, cloud sync, other downloads)
- If downloads are extremely slow despite good internet, Steam's servers may be overloaded – check steamstat.us for server status. Major sale days and big game launches cause temporary slowdowns
Steam overlay not working
The Steam overlay is the interface that appears when you press Shift + Tab in-game.
- Make sure the overlay is enabled: Steam > Settings > In Game – check that Enable the Steam Overlay while in-game is on
- Check per-game settings: right-click the game > Properties > General – make sure Enable the Steam Overlay while in-game is checked
- Fullscreen exclusive mode can break the overlay – try switching the game to Borderless Windowed mode in its display settings
- Antivirus or anti-cheat software sometimes blocks the overlay. Try adding Steam to your antivirus exclusion list
- If the overlay appears but is laggy, it's usually because the game is struggling with performance – lower your graphics settings
Steam Cloud sync conflicts
When Steam detects that your local save files are different from the cloud saves, you'll get a sync conflict dialog.
- If the dialog asks you to choose between local and cloud files, pick whichever is more recent. Check the timestamps it shows
- If Steam says it can't sync and gives you the option to play anyway, be careful – playing without syncing means your progress may overwrite cloud saves next time it syncs
- To force a re-sync, go to Steam > Settings > Cloud and toggle Enable Steam Cloud Synchronization off, wait 10 seconds, then toggle it back on
- If syncing is permanently broken for a game, find the local save files (right-click the game > Properties > Installed Files > Browse – saves are often in the game folder or in
Documents) and back them up manually before troubleshooting further
Library not showing games
- Check your filter: at the top of your Library, make sure no filters are active (look for a filter icon or active category)
- Make sure you're on the right account – click your profile name in the top-right to verify
- If a game shows as uninstalled but you know it's installed, click Install – Steam will usually detect the existing files and verify them instead of downloading everything again
- Hidden games: right-click in the Library sidebar and check if you have a Hidden category. Right-click any hidden game and choose Manage > Remove from Hidden
- Family Sharing games may disappear when the owning account is actively using Steam – this is by design and not a bug
Update stuck or looping
When a game update downloads but then restarts from the beginning or gets stuck at a percentage:
- Pause the update, then resume it
- Clear the download cache (Steam > Settings > Downloads > Clear Download Cache)
- Verify the game's file integrity (right-click game > Properties > Installed Files > Verify integrity of game files)
- Check your disk space – updates need temporary space beyond the final install size. Free up space if your drive is nearly full
- If the update keeps looping, delete the game's
downloadingfolder atsteamapps/downloading/<AppID>/and restart the update from scratch
Steam Deck notes
The Steam Deck runs SteamOS (a Linux-based OS) and has some specific considerations:
- Proton compatibility: Most Windows games run through Proton. If a game doesn't work, try a different Proton version: right-click the game > Properties > Compatibility > check Force the use of a specific Steam Play compatibility tool. Try Proton Experimental or install GE-Proton via ProtonUp-Qt (available in the Discover store in Desktop Mode)
- Desktop Mode: Switch to Desktop Mode by holding the power button and selecting Switch to Desktop. This gives you a full Linux desktop for troubleshooting, installing tools, and accessing files
- Check ProtonDB: Visit protondb.com for community reports on game compatibility and specific launch options or Proton versions that work
- Performance overlay: Press the ... (Quick Access) button > Performance to enable the FPS overlay and monitor temps, GPU usage, and frame times
- SD card games: If games on your SD card crash or won't launch, try reformatting the card through SteamOS (Settings > System > Format SD Card) – some cards have filesystem issues that cause problems
The three fixes that solve most Steam issues
Short
- Kill all Steam processes and relaunch (Ctrl + Shift + Esc on Windows, Cmd + Option + Esc on Mac,
killall steamon Linux) - Clear the download cache: Steam > Settings > Downloads > Clear Download Cache
- Verify game files: right-click game > Properties > Installed Files > Verify integrity of game files
Frequently Asked Questions
Will clearing the download cache delete my games?▾
No. Clearing the download cache only removes temporary download data and logs you out. All installed games, save files, and settings stay intact. You'll just need to log back in.
Why does Steam say a game is running when it's not?▾
A game process is stuck in the background. On Windows, open Task Manager (Ctrl + Shift + Esc) and look for the game's process under Processes or Details – end it. On Mac, use Cmd + Option + Esc (Force Quit). On Linux, run killall <game-process-name> or use htop to find and kill it.
How do I completely reinstall Steam without losing my games?▾
Before reinstalling, note where your steamapps folder is located (default is C:\Program Files (x86)\Steam\steamapps on Windows). Uninstall Steam, download a fresh installer from store.steampowered.com, and install it to the same location. Steam will detect the existing steamapps folder and your games will appear in your Library after verifying.
Can I run two Steam accounts at the same time?▾
Not with the official client – Steam only supports one logged-in account at a time. Family Sharing is the intended way to let someone else play your games, though it has limitations (only one person can play from a shared library at a time).
Why are my Steam downloads so slow even with fast internet?▾
Steam throttles downloads during peak hours or sale events. Try changing your download region (Steam > Settings > Downloads > Download Region) to a less congested server. Also check that Limit download speed isn't enabled in the same settings page, and make sure no other apps are hogging your bandwidth.