Skip to main content

How to validate all Steam games in one go

If you are using the Steam gaming platform you may have encountered situations where games would not run properly anymore.

This can be after you moved Steam to a new computer or a new hard drive (and the games with it), after you experienced a crash of the system, or after an update of a game on Steam that somehow changed it so that it does not start or work properly anymore.

While you could go ahead and remove games from Steam right away to install them anew, validation is often the better solution.

Validation works similar to Windows' sfc /scannow command. It will check the integrity of game files to make sure they are in working order. If a file cannot be verified, it is replaced by an online copy which often resolves the issues that you are experiencing.

To verify individual games on Steam do the following:

  1. Open the Steam client on your system and sign in if that is not done automatically.
  2. Open the Library view, right-click on the game that you want to verify and select properties from the context menu.
  3. Switch to the local files tab and select verify integrity of game cache here.
  4. Wait until the verification process completes.

verify integrity steam

While that is useful if you only need to verify one game or maybe two games, it is not really a solution if you need to verify all games you have installed on your system.

It simply takes to long and requires too much attention to be practicable.

Reddit user Shawn Maiberger has created a script that verifies all installed Steam games in one go automatically in the background.

It is using the AutoIt scripting language and can either be downloaded as a script or an executable file. While the executable file may be more convenient to use, it is suggested to use the script instead as you can go through it to verify that it is legit before you run it.

If you select the script option, you need to download AutoIt first. Once installed, right-click on the script and select the option to run it from the context menu.

The program attempts to find the right games directory automatically using the Windows Registry. It will prompt for the directory regardless of that -- you can accept the default selection if it found the right directory -- and also a directory to write  a log file to.

Once that is out of the way, it will load Steam and start validating all installed games on the PC.

This works well for most games. Some games on the other hand will load an installer instead when you run verification. You can add those to a blacklist so that their verification is skipped. Create the file validationBlacklist.txt in the script's directory and add game numbers to it (one per line).

The easiest way to find the number is to right-click a game and select create desktop shortcut. Right-click the created shortcut afterwards and select Properties. In the target path you will find the ID of the game.

Script Mirror: SteamValidator.zip (352 downloads)

This article was first seen on ComTek's "TekBits" Technology News

HOME