How to Uninstall Steam on Windows, Mac, Linux, and Mobile

How to uninstall Steam from Windows, Mac, Linux, Steam Deck, Android, iPhone, and iPad without deleting the wrong data.

T

Technobezz

Senior Editor

Jul 29, 2026
7 min read

Contents

Don't Miss the Good Stuff

Get tech news that matters delivered weekly. Join 50,000+ readers.

Steam takes different removal paths on Windows, Mac, Linux, mobile, and Steam Deck. The key is choosing the right one before deleting files, especially when you want to keep installed games. Start with the normal uninstall method for your device, then use the deeper cleanup steps only when the standard route fails.

1. Remove Steam on Windows

This fixes the standard Steam desktop uninstall on Windows 10 and Windows 11.

  1. 1.Exit Steam.
  2. 2.To keep installed games, move C:\Program Files (x86)\Steam\steamapps\ outside the Steam folder.
  3. 3.Select Start > Settings > Apps > Installed apps.
  4. 4.Find Steam, then select More > Uninstall.
  5. 5.In Steam’s uninstaller, select Automatic.
  6. 6.Select Next, then select Finish.

2. Try the Start menu or Control Panel

  1. 1.Select Start > All apps.
  2. 2.Search for Steam.
  3. 3.Press and hold or right-click Steam.
  4. 4.Select Uninstall, then follow the Steam uninstall prompts.
  5. 5.For the Control Panel route, search the taskbar for Control Panel and open it.
  6. 6.Select Programs > Programs and Features.
  7. 7.Press and hold or right-click Steam.
  8. 8.Select Uninstall or Uninstall/Change, then follow the onscreen directions.

3. Run winget for a command line uninstall

  1. 1.Open Windows Terminal or Command Prompt.
  2. 2.Run winget list Steam to confirm the installed Steam entry.
  3. 3.Run winget uninstall --name Steam.
  4. 4.When winget shows an exact Steam package ID, run winget uninstall --id <Steam package id> instead.
  5. 5.Add --source winget when winget asks for Microsoft Store source agreements.

Use --silent only for a silent uninstall when the package supports it.

4. Repair a broken Windows uninstaller

  1. 1.Open the official Steam download page.
  2. 2.Select Install Steam to reinstall Steam and repair the uninstaller.
  3. 3.Exit Steam.
  4. 4.Run the Windows uninstall steps again from Start > Settings > Apps > Installed apps.
  5. 5.When reinstalling does not repair the uninstaller, exit Steam.
  6. 6.Open C:\Program Files (x86)\Steam\.
  7. 7.Copy steamapps outside the Steam directory to keep installed games.
  8. 8.Delete all contents of the Steam directory.
  9. 9.Press Windows key + r, type regedit, then select OK.
  10. 10.On 64-bit Windows, delete HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Valve\Steam.
  11. 11.On 32-bit Windows, delete HKEY_LOCAL_MACHINE\SOFTWARE\Valve\Steam.
  12. 12.Delete HKEY_CURRENT_USER\Software\Valve\Steam.
  13. 13.Delete HKEY_CURRENT_USER\Software\Valve\SteamService.
  14. 14.Close Registry Editor.

5. Delete Steam on Mac

Quit Steam from Steam > Quit Steam, then open Applications and drag Steam to the Trash. For the support files, open Finder, select Go, hold Option until Library appears, then open Library > Application Support > Steam. To keep game data, delete everything in that Steam folder except SteamApps; to remove all Steam data, delete the entire Steam folder. Finish with Finder > Empty Trash.

6. Pick the right Linux uninstall command

  1. 1.On Ubuntu, open the software or app store surface.
  2. 2.Go to the installed apps view, select Steam, then select the remove or uninstall button and authenticate.
  3. 3.On Debian or Ubuntu, open Terminal and run apt list --installed 'steam*' to see which Steam package you actually have.
  4. 4.Run sudo apt remove steam-installer for the distro package, since plain steam is now only a transitional package that pulls in steam-installer.
  5. 5.Run sudo apt remove steam-launcher instead when you installed Valve’s own .deb from the Steam website.
  6. 6.Swap remove for purge, as in sudo apt purge steam-installer, to remove the package and its configuration files.
  7. 7.Run sudo apt autoremove to remove dependencies that apt identifies as no longer needed.
  8. 8.On Fedora or another DNF-based system, run sudo dnf remove steam and confirm the transaction.
  9. 9.For Flatpak, run flatpak list, confirm the Steam app ID, then run flatpak uninstall com.valvesoftware.Steam.
  10. 10.To remove Flatpak app data too, run flatpak uninstall --delete-data com.valvesoftware.Steam.
  11. 11.To remove unused Flatpak runtimes, run flatpak uninstall --unused.
  12. 12.For Snap, run snap list steam, then run sudo snap remove steam.

Use the command that matches how Steam was installed: Debian package, RPM package, Flatpak, Snap, or a graphical software center.

7. Delete Steam Mobile on Android iPhone and iPad

On Android, open Google Play Store, tap the Profile icon, then go to Manage apps & devices > Manage, select Steam, and tap Uninstall. On Android 15 and up, Settings > Apps > Steam > Archive removes app software while keeping the icon and user data, so it is not a full uninstall. On iPhone or iPad, touch and hold Steam, tap Remove App, then tap Delete App and Delete. When Delete App is missing, set Settings > Screen Time > Content & Privacy Restrictions > iTunes & App Store Purchases > Deleting Apps to Allow, then delete Steam again. If the option is still missing, check Settings > General > VPN & Device Management for a Mobile Device Management profile, and check any third-party app-blocking apps such as Opal, Freedom, or Screen Zen for a setting that blocks app deletion.

8. Reset Steam Deck the right way

  1. 1.Press the Steam button.
  2. 2.Go to Settings > System.
  3. 3.Scroll to Factory Reset.
  4. 4.Select Factory Reset.
  5. 5.When a normal factory reset is not enough, use Valve’s SteamOS recovery instructions to create recovery media.
  6. 6.Boot Steam Deck from the recovery media.
  7. 7.Choose Re-image Device.

9. Skip outdated Steam uninstall shortcuts

  1. 1.Skip third-party cleaner apps promoted by older Steam uninstall guides.
  2. 2.Use Valve’s Windows uninstaller, the Mac Finder and support-folder cleanup, or your Linux package manager instead.
  3. 3.Skip direct Steam.exe /uninstall commands and silent uninstaller switches from third-party tutorials.
  4. 4.Use Windows Settings, Control Panel, winget, organization management tools, or Valve’s manual removal instructions instead.
  5. 5.For a Steam account deletion, sign in to Steam Support’s account deletion request page.
  6. 6.Provide proof of ownership when Steam Support asks for it.
  7. 7.Wait through Valve’s 30-day restricted queue before deletion.

Account deletion removes the Steam account process from Steam Support; it does not uninstall Steam from any device.

Frequently Asked Questions

Will uninstalling Steam delete my games?

On Windows, move the steamapps folder out of the Steam folder before uninstalling. On Mac, keep SteamApps inside Library/Application Support/Steam when you want to preserve game data.

Can I uninstall Steam from inside Steam?

No. Steam’s in-app uninstall surfaces remove games, not the Steam desktop client.

Is archiving Steam on Android the same as uninstalling it?

No. Android app archiving removes app software, permissions, temporary files, and notifications, but keeps the app icon and user data.

Does deleting my Steam account remove Steam from my computer?

No. Steam account deletion is separate from uninstalling the app. It starts through Steam Support and puts the account in a 30-day restricted queue before deletion.

Share