How to Delete Steam Game Updates (And What You're Actually Controlling)

Steam's automatic update system keeps your games patched and ready to play — but it also means your drive fills up faster than you might expect, and you don't always have direct control over what gets downloaded or kept. If you're trying to reclaim disk space, roll back a bad patch, or just understand what's actually happening under the hood, here's how Steam handles updates and what you can realistically do about them.

What Happens When Steam Updates a Game

When Steam downloads an update, it doesn't keep the old version sitting around by default. The new files overwrite the previous ones. So in most cases, there isn't a separate "update file" you can selectively delete — the update is the game at that point.

However, Steam does use a local file called the download cache during the update process, and it also stores depot files, manifest data, and occasionally staging files that aren't cleaned up immediately. These are the pieces you can actually work with.

Where Updates Live on Your Drive

Steam organizes game files in a Steam Library folder, typically located at:

  • Windows:C:Program Files (x86)Steamsteamapps
  • macOS:~/Library/Application Support/Steam/steamapps/
  • Linux:~/.steam/steam/steamapps/

Inside steamapps, two locations are relevant:

  • common/ — where the actual game files live (post-update)
  • downloading/ — temporary staging folder used during active downloads

The downloading folder is where Steam holds update data mid-process. If a download was interrupted or Steam crashed, leftover data here can take up space without serving any purpose.

How to Clear Steam's Download Cache

Steam has a built-in option to flush its download cache. This doesn't delete your games, but it clears temporary data that can accumulate during updates.

Steps:

  1. Open Steam
  2. Go to Steam → Settings (or Preferences on macOS)
  3. Navigate to Downloads
  4. Click Clear Download Cache
  5. Steam will restart and prompt you to log back in

This is safe to do at any time and is often recommended when updates stall, fail repeatedly, or cause launcher issues. 🗑️

Can You Delete a Specific Update Without Uninstalling the Game?

In most cases, no — not through Steam's interface. Steam doesn't expose version history or let you selectively remove patch layers the way some version control systems do.

There are a few partial exceptions:

  • Games with beta branches — Some developers maintain older versions through Steam's beta opt-in system. You can switch branches via Properties → Betas, which may revert the game to a prior build.
  • Backup files and depots — Advanced users can use tools like DepotDownloader to fetch older depot versions if they know the specific depot and manifest IDs. This is technically complex and not officially supported by Steam for most titles.
  • Mods and community workarounds — For certain games, the community maintains older builds or mod frameworks that replicate prior behavior, but this varies entirely by title.

Stopping Steam From Auto-Updating Games

If your goal is to prevent updates from accumulating in the first place — especially for games you play offline or want to keep at a specific version — Steam gives you per-game control.

To disable automatic updates for a specific game:

  1. Right-click the game in your library
  2. Select Properties
  3. Go to the Updates tab
  4. Under Automatic Updates, choose Only update this game when I launch it or High Priority

Setting it to "Only update this game when I launch it" gives you the most control — Steam won't update in the background unless you initiate it. Keep in mind that Steam may still require updates before you can play, depending on the game's settings and whether it uses Valve Anti-Cheat (VAC) or other online components.

Reclaiming Disk Space Without Fully Uninstalling

If disk space is the main concern, a few targeted actions can help:

ActionSpace RecoveredRisk Level
Clear download cacheLow to moderateNone
Delete downloading/ folder contents manuallyModerateLow (only if no active download)
Uninstall unused DLCVaries by titleLow
Move game to different library driveNone (reorganization only)Low
Full uninstall and reinstallHighLoses local save data if not cloud-synced

🖥️ Steam's Storage Manager (found under Settings → Storage) gives you a breakdown of how much space each game uses and lets you uninstall cleanly from one interface.

The Variables That Make This Different for Every User

How much control you have — and whether any of this matters — depends on a few things that vary significantly between setups:

  • Drive size and type: On a smaller SSD, even moderate update accumulation hits harder than on a large HDD with room to spare.
  • Game library size: Managing updates for 5 games is different from managing 80, especially if several update frequently.
  • Online vs. offline play: Games with active multiplayer components often require you to stay on the latest version, removing the rollback option entirely.
  • Developer support for beta branches: Some studios maintain multiple build versions; many don't.
  • Operating system: File paths and permissions differ across Windows, macOS, and Linux Steam installations, which affects how manually navigating these folders works in practice.

What's straightforward for one person's setup — a large-drive Windows PC playing only single-player games — can be genuinely limiting for someone on a small-capacity laptop playing live-service titles where rollbacks aren't allowed. Your game list, drive situation, and how you actually play are the pieces that determine what's practical here.