How to Delete Steam From Your Computer (And What It Actually Removes)
Uninstalling Steam sounds straightforward — but there's more happening under the hood than a typical app removal. Whether you're freeing up drive space, troubleshooting a corrupted install, or stepping away from PC gaming entirely, understanding what gets deleted (and what doesn't) makes the difference between a clean removal and a frustrating mess.
What Steam Actually Installs on Your System
Steam isn't just one file. When you install it, the client drops several components across your system:
- The Steam client itself — the application and its core files
- A local game library — by default stored in
Steam/steamapps/common - Shader caches and download files — temporary files that accumulate over time
- Cloud save data — synced to Valve's servers, but sometimes cached locally
- Overlay and runtime files — including Steam Runtime components used by Linux-based games on Windows
Knowing this matters because most standard uninstall methods remove the client but leave game files behind — intentionally, in some cases.
How to Uninstall Steam on Windows
Method 1: Through Windows Settings
- Open Settings → Apps → Installed Apps (Windows 11) or Settings → Apps & Features (Windows 10)
- Search for Steam
- Click Uninstall and follow the prompts
This removes the Steam client but leaves your steamapps folder intact — meaning your downloaded games stay on disk. That's useful if you plan to reinstall Steam later and want to avoid re-downloading large game files.
Method 2: Through the Steam Client Itself
Before uninstalling, you can back up games or remove individual titles via Steam → Settings → Storage to free space without a full removal.
Method 3: Complete Removal Including Games 🗑️
If you want everything gone:
- Before uninstalling, manually delete the
steamappsfolder inside your Steam directory (default:C:Program Files (x86)Steamsteamapps) - Then proceed with the standard uninstall through Settings or Control Panel
- After uninstalling, check for leftover folders in:
C:Program Files (x86)SteamC:Users[YourName]AppDataLocalSteamC:Users[YourName]AppDataRoamingSteam
Delete any remaining folders manually.
How to Uninstall Steam on macOS
- Open Finder → Applications
- Right-click Steam and select Move to Trash (or drag it there)
- Empty the Trash
For a fuller cleanup, also check:
~/Library/Application Support/Steam— contains game files and user data~/Library/Caches/com.valvesoftware.steam~/Library/Logs/Steam
The macOS Steam app doesn't use a dedicated uninstaller, so manual folder cleanup is required for a complete removal.
How to Uninstall Steam on Linux
The method depends on how Steam was installed:
| Installation Method | Uninstall Command |
|---|---|
| APT (Debian/Ubuntu) | sudo apt remove steam |
| Flatpak | flatpak uninstall com.valvesoftware.Steam |
| Snap | sudo snap remove steam |
| Manual install | Delete the ~/.steam and ~/.local/share/Steam directories |
Game files on Linux typically live inside ~/.local/share/Steam/steamapps and won't be touched by package manager removal — you'll need to delete that directory manually if you want them gone.
What Happens to Your Games and Account Data
This is where many people get caught off guard.
Your Steam account is not deleted when you uninstall the client. Your library, purchase history, friends list, and achievements all remain tied to your account and accessible from any device after reinstalling.
Cloud saves for supported games are stored server-side with Valve. Uninstalling Steam doesn't erase them. When you reinstall and launch the same game, cloud saves typically restore automatically.
Local saves for games that don't use Steam Cloud are stored on your machine — often in My Documents, AppData, or the game's own folder. These are not protected by the Steam uninstall process and can be lost if you delete game folders without backing them up first.
Games themselves are large and live in the steamapps folder. A single AAA title can run anywhere from 30GB to 150GB or more. If storage space is your primary concern, selectively uninstalling individual games through the Steam client is often a better first step than removing Steam entirely.
Temporarily Disabling vs. Fully Removing
Not everyone uninstalling Steam wants it gone forever. There's a meaningful difference between:
- Full removal — wiping the client, games, and residual files
- Selective cleanup — uninstalling specific games while keeping the client
- Disabling auto-start — stopping Steam from launching at boot via Steam → Settings → Interface → Run Steam when my computer starts
Disabling auto-start alone recovers startup performance without touching your library.
The Variables That Shape Your Approach 🖥️
How you should approach deleting Steam depends on factors specific to your situation:
- Why you're uninstalling — troubleshooting, storage recovery, or permanent departure each call for different levels of removal
- Whether you plan to reinstall — keeping the
steamappsfolder saves potentially hundreds of gigabytes in re-downloads - Your OS — Windows, macOS, and Linux each leave files in different locations after a standard uninstall
- Which games use local vs. cloud saves — critical if you care about preserving progress
- Whether Steam is installed on a secondary drive — some users maintain separate game drives, which changes which folders need attention
A user troubleshooting a corrupted client has very different needs from someone permanently leaving the platform — and both have different needs from someone who just wants to stop Steam from running at startup.