Is it possible to entirely disable updates for a game on Steam?

Solution 1:

Unfortunately, there are no ways to completely disable updates for a particular game via Steam.


You can look at (and set) the update options for a game through Steam by following these steps:

  1. Select "LIBRARY" from the top menu.
  2. Right click on the corresponding game within your Steam library.
  3. Select "Properties..." from the menu that appears.
  4. Select "UPDATES" from the side menu on the properties window.
  5. Select the dropdown under "AUTOMATIC UPDATES" to view available options.
  6. Select the desired option.

enter image description here

As you can see, you only have three options:

  1. "Always keep this game updated" - tells Steam to keep the game updated, automatically.
  2. "Only update this game when I launch it" - tells Steam to turn automatic updates off, but will still require the game to be updated if there is an update available whenever you launch it.
  3. "High Priority - Always auto-update this game before others" - tells Steam to keep the game updated, automatically, but to prioritise updating this game over others.

Related Questions

I almost flagged this question as a duplicate, but I understand that you are explicitly asking if there is a way to disable updates for a particular game. Here are some similar questions that are not duplicates, but may provide you with more information.

Can I run a Steam game without updating it first?: In this question, we were asked if a game can be ran without first updating it. This sort of thing could apply to things like pre-loading, and aims to avoid having to wait until after the large update to begin playing the game. It was suggested that you could activate a physical copy while in offline mode, and hope that Steam allowed you to play without realising that it needed to update; but feedback suggests that this did not work.

"Is there a way to choose what version of a game I play on Steam?: In this question, we were asked if there was a way to roll a game update back, in order to play an earlier version of the game. The short answer was that some developers do allow it, via the properties panel. The feature was designed to allow users to 'opt in' to beta patches for various games, and it is suggested that you won't have this feature for the likes of a single-player game. It is certainly worth double checking.

Solution 2:

Not by default, no. It should realistically be, as the technology is there.

It is a hidden option though:

  • Open Steam with the console option either via Steam Browser Protocol (steam://open/console should do it), or by starting it from a commandline with the -console flag.

  • Go to Console tab in Steam client, type @AllowSkipGameUpdate 1. The console should respond with the following:

    • ] @AllowSkipGameUpdate 1 in red text

    • "@AllowSkipGameUpdate" = "1" in white text, with quotes

  • Now, with this temporarily enabled (one-time use, IIRC), go to your Library and start the app, and press "Update Later".

Worth noting it will not work with most online-only games, and of course it's likely not officially supported by Valve or any devs. The linked badly-written guide above is mine (and is also on Steam), and contains some technical info about "fixing it" after an update has been started. I'm sorry I didn't edit it, lol.

If you have trouble you can try to reach out to me on Reddit through messages (but not chat because I'm mobile only), or tag me in a comment here (again, I don't get chat).