A missing save after reinstalling a game almost always comes down to one of three causes: the save file is in a different location than the game expects, Steam Cloud downloaded an older version, or the reinstall created a fresh save slot. The data is rarely actually gone.

Here’s how to work through it systematically.

Why Saves “Disappear” After Reinstalling

Reinstalling a game doesn’t delete save files — saves are stored in user profile folders separate from the game install directory. Uninstalling and reinstalling via Steam, Epic, or any other launcher leaves the save files on disk untouched.

What changes is what the game finds on launch:

  • If it finds no save in the expected location, it creates a new slot
  • If Steam Cloud downloads an older cloud version, it can overwrite a newer local file
  • If your Windows username or user profile changed, the path to the save folder changed too

Step 1: Check the Original Save Location

The save folder is typically still there. Open File Explorer and check:

  • %APPDATA%\[GameName]\ — type in the address bar
  • %LOCALAPPDATA%\[GameName]\
  • Documents\My Games\[GameName]\
  • C:\Users\[YourName]\Saved Games\[GameName]\

Look for save files with recent modification dates. If you find them, copy them to a safe location before doing anything else.

Step 2: Verify What Steam Cloud Downloaded

If the game uses Steam Cloud and the save looks wrong — earlier progress than expected — Steam Cloud likely downloaded an older version over your local file.

Check whether this happened:

  1. Right-click the game in Steam › Properties › General
  2. Note if “Keep game saves in the Steam Cloud” is enabled
  3. Go to store.steampowered.com/account/remotestorage, click Show files for the game, and check the timestamp of the cloud save

If the cloud file is older than your pre-reinstall play session, the local file should still be in the saves folder with a more recent timestamp. Restore it over the downloaded cloud version, then relaunch.

Step 3: Look Inside the userdata Folder

For Steam games that use the Steamworks API directly, saves live inside Steam’s own folder rather than your user profile:

C:\Program Files (x86)\Steam\userdata\[SteamID]\[AppID]\remote\

Reinstalling the game doesn’t touch this folder — if you find a file in there with the right date, that’s your save.

Step 4: Check for Numbered Profile Subfolders

Some games write saves inside a numbered subfolder that corresponds to your profile ID or user account. After a reinstall, a fresh launch may create a different numbered folder, making it look like the save is gone while the real one sits in the old numbered folder.

Navigate to the save directory and look for subfolders named with numbers. If you see two — one older, one freshly created — open the older one. That’s where your progress is.

Step 5: Restore a Manually Backed-Up Save

If you made a backup before reinstalling, copying it back is usually straightforward:

  1. Close the game completely
  2. Navigate to the save folder the game currently uses
  3. Delete or rename the empty save file the game created on first launch
  4. Paste your backup files into the folder
  5. Launch the game — it should detect and load the restored save

Some games validate save files against a profile name or ID. If the restored save doesn’t appear, check that the file is in the correct subfolder and that the filename hasn’t changed.

If the Save Is Genuinely Gone

If you had no backup and the cloud had an older version, recovery options are limited. Windows’ Previous Versions (shadow copies) can sometimes restore an older state of a folder — right-click the save folder › PropertiesPrevious Versions. This only works if System Restore or File History was active before the reinstall.

Find the exact save folder for your game →