How can I move an installed game from one Steam library folder to another?

I use (and have it much bigger) drive D: to store all my user data and games, but I have installed the Steam client on drive C:. When I was installing a first game (Warhammer 40000), I've chosen to place my library folder on drive D: and the game went there.

But now as I've got installed the second game (Portal), I can see that it was put on drive C: despite to the choice I've done previously. When I open Steam - Settings - Downloads + Cloud - Steam library folders, I can see both installation places in the list. Can I merge them into one?

I would even agree to use the default drive C: library (as I've replaced it with a symlink already). When I press to remove one library it says it can only remove empty ones.


Before January 19th 2017, there was no built in method to move games between libraries

Here is what I did though:

  1. Browsed to the steamapps folder that the game is currently installed into
  2. Copied the game folder for the game I wanted to move into the other Steam library (it's important you copy it; don't move it)
  3. Deleted the game within Steam (delete local content)
  4. Reinstalled the game, selecting the other game library

This finished "downloading" to the new location instantly, since the files were already present in the new location.

Important note on the folder structure of the destination library

It is important to note that as of trying this process on 2/11/2016 you cannot simply paste the folder into the destination "steamapps" folder but instead to a "common" folder within the "steamapps" folder.

For example if you created a Steam Content Library at "D:\Games\Steam" you will want to paste your game folder into "D:\Games\Steam\steamapps\common" resulting in something like "D:\Games\Steam\steamapps\common\Grand Theft Auto V"


I took a more... technical approach.

If you're not comfortable with editing files or if you just want a simpler approach, please use one of the other answers. Otherwise, this lets you skip having to "delete" and "reinstall" the game when you relaunch Steam — it's all seamless. It's not actually time-saving or anything, but if you want to feel badass, you can follow what I did:

Note that Steam has updated the format of its .acf files since I originally posted this answer, such that you no longer need to edit them. It does still have the benefit of being seamless and not requiring having to "delete" and "reinstall" the game, however. I've updated my answer in the interest of not confusing future readers, but check out sj26's answer for a summary of basically the same updated process.

  1. Find out the game's app ID in the store. (You can easily get to this by viewing the game in your library, and clicking the link that says Store Page, although this won't work for games no longer in the store such as Deadpool; you'll need to use a search function in that case.)

  2. Open the SteamApps folder where the game resides. Make sure Steam isn't running.

  3. Open the game's manifest file, appmanifest_<app ID>.acf, in a text editor (I did say technical).

  4. Find the line that contains the string "installdir". Here's mine:

    "installdir"        "Team Fortress 2"
    
  5. This is your game folder. Typically, this folder can be found in the common folder within SteamApps; the main exception are Valve games still under the legacy distribution system and not SteamPipe, but that's out of the scope of this answer.

    If you want, back up this folder, as well as the manifest file itself.

  6. Move the game's folder. In my case, I moved Team Fortress 2 in the common folder from the old library to the new library.

  7. Move the manifest file to the new SteamApps folder.

  8. Relaunch Steam, and the game should be there without you having to do anything further within the program. You can just launch the game right away.

    If you want, you can verify that the game is in its new location. You can do this by right-clicking, choosing Properties and going to the Local Files tab. If your new library resides on a different drive letter, this drive letter should be reflected. From here, you can click Browse Local Files.... You can also Verify Integrity of Game Cache... but if you didn't modify any files in the process that should not be necessary.


Since January 19th 2017 it is now possible to use the built-in "Move install folder" function from within the Steam client (even without participating in the beta program).

Simply go to [Insert Game Name] > Properties > Local Files > Move Install Folder..., as shown below:

In the big red circle.

That or you could move the files and the manifests over...