Where to Find Steam Workshop Files on PC and Steam Deck?
If you use Steam Workshop a lot, sooner or later you will want the real files. You may want to back up mods, fix a broken download, move them to another drive, or extract assets for a manual install. This guide shows where to find Steam Workshop files on Windows, Steam Deck/Linux, and macOS. It also covers Workshop IDs, missing files, backups, and clean removal.

Quick answer
Most Steam Workshop mods live in Steam's Workshop content folder.
...\\steamapps\\workshop\\content\\APPID\\MODID\\
That is the main Steam Workshop mod location. The APPID folder is the game. The MODID folder is the item you subscribed to.
Common default paths:
- Windows:
C:\\Program Files (x86)\\Steam\\steamapps\\workshop\\content\\ - Windows on a second library:
D:\\SteamLibrary\\steamapps\\workshop\\content\\ - Steam Deck / Linux:
~/.steam/steam/steamapps/workshop/content/ - macOS:
~/Library/Application Support/Steam/steamapps/workshop/content/
How the folder is organized
Steam keeps workshop files apart from normal game files. The folder flow is simple:
steamapps\\workshop\\content\\APPID\\= the gameMODID\\= the subscribed mod- actual files = the mod data
This is why how to find Steam Workshop files is mostly about matching numbers, not mod names. Steam uses numeric IDs. Some games store raw folders. Others store packed files, which you may need to extract.
If you are searching, these phrases help:
- Steam library workshop directory
- workshop files download directory
- Steam Workshop mod location
How to find the appworkshop folder
Steam also stores metadata files in steamapps\\workshop\\. The key one is:
appworkshop_APPID.acf
This file tracks what Steam thinks is installed. If you are trying to find the appworkshop folder, look here:
...\\steamapps\\workshop\\appworkshop_APPID.acf
...\\steamapps\\workshop\\content\\APPID\\
If you have more than one Steam Library, this file can help you find the right drive fast.
Match a workshop item to its folder
To locate subscribed items on PC, use the Workshop page URL:
- Open the item in Steam or your browser.
- Find the number after
?id=. - That number is the MODID.
- Go to
steamapps\\workshop\\content\\APPID\\MODID\\.
This also answers how to find the Workshop mod ID from Steam.
Download files from Steam Workshop
The normal way to download files from Steam Workshop is simple:
- Click Subscribe.
- Let Steam download the item.
- Check the Steam Downloads page.
- Confirm the folder timestamp in
steamapps\\workshop\\content\\APPID\\MODID\\.
This is the safest way to download Steam Workshop files because Steam handles updates and checks the files for you.
Download Steam Workshop files without game
People often ask how to download Steam Workshop files without game. In practice, there are limits:
- You usually need the game in your Steam account to subscribe in the normal way.
- Some tools or servers can pull Workshop content, but they are not universal.
- Third-party download sites can be risky or incomplete.
If you just want the files on disk, the most reliable path is still:
- own the game
- subscribe
- let Steam download
- copy the local Workshop folder
Workshop files not showing fix
If a folder is empty or missing, check these common causes:
- You are on the wrong Steam library drive.
- You opened the wrong
APPIDfolder. - The download has not finished.
- Steam needs a restart.
- Security software blocked file creation.
- The game finalizes mods on first launch.
Quick checks:
- Pause and resume the download.
- Open Steam Downloads.
- Restart Steam.
- Clear the download cache if needed.
- Unsubscribe and resubscribe if the folder stays tiny or empty.
Verify Workshop content files
There is no perfect per-mod verify button, but you can still check things in a useful way:
- For the game: Steam Library → right-click game → Properties → Installed Files → Verify integrity.
- For the mod: unsubscribe, close Steam if you want, delete the leftover
MODIDfolder, then resubscribe.
That is the best way to force a clean re-download.
Backup guide
A simple Steam Workshop mods backup guide should include both files and metadata:
steamapps\\workshop\\content\\APPID\\MODID\\steamapps\\workshop\\appworkshop_APPID.acf- any game-specific config or load-order files
Good habits:
- back up before major game updates
- keep a text list of mod names and MODIDs
- restore after Steam finishes its own downloads
Move Steam Workshop mods to another drive
If you want to move Steam Workshop mods to another drive, the safest method is to move the Steam Library itself:
- Steam → Settings → Storage
- add the new drive
- move the game with Steam's Storage tool
Manual moves can work, but Steam may re-check or overwrite them later. For the best long-term setup, keep the game and the Workshop content on the same library.
Extract Steam Workshop mods manually
Sometimes a mod folder is packed. That is normal.
To extract Steam Workshop mods manually:
- Open
steamapps\\workshop\\content\\APPID\\MODID\\. - Look for archive files or one large package.
- Extract to a temp folder first.
- Compare the result with the game's manual mods format.
- Copy the files only if the game supports that layout.
Common archive types include .zip, .7z, .pak, and .vpk.
Manual extraction can break auto-updates. Work on a copy, not the original folder.
Uninstall Steam Workshop mods cleanly
To uninstall Steam Workshop mods cleanly:
- Unsubscribe from the item.
- Delete the leftover
steamapps\\workshop\\content\\APPID\\MODID\\folder if it remains. - Check game folders, launchers, and cache paths.
- Look in places like
Documents,%AppData%, orsteamapps\\common\\GameName\\.
If the mod still shows up in game, the game is probably loading a cached copy.
Steam Workshop vs Nexus Mods
Steam Workshop vs Nexus Mods is mostly a choice between ease and control:
- Steam Workshop: simple updates, one-click subscribe, auto-downloads
- Nexus Mods: more control, better version tracking, broader mod support for some games
The best mod manager for Steam Workshop depends on the game. Some games need no extra tool. Others work better with a manager that can track Workshop and manual mods together.
Takeaway
Knowing where to find Steam Workshop files makes modding much easier. Start with the Steam library workshop directory, follow the Workshop content folder path, and use the MODID from the Workshop URL to match each mod. From there, you can back up files, fix missing downloads, move libraries, remove leftovers, and extract packed mods when needed.
Q&A
Question: How do I know which numbered folder belongs to a specific Steam Workshop mod?
Short answer: Open the Workshop page and look for the number after ?id= in the URL. That number is the MODID. Match it to steamapps\\workshop\\content\\APPID\\MODID\\.
Question: Why are my Workshop files not in steamapps\\common with the game files?
Short answer: Steam stores Workshop downloads in a separate folder. The main cache is in steamapps\\workshop\\content\\. Some games later copy files elsewhere, but the download usually starts in the Workshop content directory.
Question: What should I do if a subscribed Workshop mod folder is missing or empty?
Short answer: Check the right library drive, APPID, and MODID folder first. Then check Steam Downloads, restart Steam, pause and resume the download, or clear the download cache. If it still looks wrong, unsubscribe and resubscribe.
Question: Is it better to move Workshop mods manually or move the whole Steam Library?
Short answer: Moving the whole Steam Library with Steam's Storage tool is usually safer. Manual moves can work, but Steam may re-check or re-download the files later.
Question: Can I back up Steam Workshop mods by copying only the MODID folders?
Short answer: Yes, that is the main part of the backup. It is also smart to save appworkshop_APPID.acf and any game-specific load-order files. Keep a list of mod names and MODIDs too.