Skip to content

How to Unsubscribe from a Mod

Removing a mod from Unturned™ is not always as straightforward as clicking a single button. Workshop subscriptions carry downstream dependencies — save files that reference mod-specific item IDs, server configurations that require certain mods to be present on connecting clients, and coordinated play groups where every participant agreed to run a shared modlist. Unsubscribing without examining those dependencies first can result in corrupted save data, loss of in-game items, failed server connections, or broken coordination with other players.

This article documents the full unsubscription workflow: what to audit before removing a mod, how to unsubscribe using each available method, how to confirm the files were removed from disk, how to clean up residual files Steam does not remove automatically, and when keeping a subscription active — or using the softer "soft unsubscribe" (hide) pattern — is the more appropriate decision than a full removal.

Think of unsubscribing from a mod the way an administrator thinks about removing a dependency from a production system: the action is reversible, but it has measurable downstream effects that should be reviewed before the change is applied. This documentation treats the unsubscription event with the same deliberate care.

Steam Workshop mod page with the Unsubscribe button visible in the subscription control area


Prerequisites

Before following the procedures in this article, confirm that the following conditions are met.

  • Unturned™ is installed with at least one active Workshop subscription to work with.
  • Steam desktop client is installed and accessible. All current versions of the Steam client support Workshop subscription management through both the application UI and the in-game Workshop menu.
  • For post-unsubscribe file cleanup: File Explorer access on Windows, Finder on macOS, or terminal access on Linux. Manual file removal may require that Unturned™ and Steam are both fully closed to release file locks.
  • For server operators: Administrative access to the server's Commands.dat or Config.json file, as these may reference Workshop item IDs that need to be removed alongside the subscription.

What you will learn

  • What downstream dependencies to audit before removing a mod, including save files, server compatibility, and group coordination.
  • How to unsubscribe from the Workshop page in a browser or through the Steam client's integrated Workshop browser.
  • How to unsubscribe from the Steam Library's Workshop subscription management panel.
  • How to unsubscribe from within Unturned's™ in-game Workshop menu.
  • How to verify that the mod's files were removed from disk after the unsubscription.
  • How to identify and manually remove residual files that Steam does not clean up automatically.
  • When keeping a subscription active is the correct decision relative to removing it.
  • What the "soft unsubscribe" (hide) pattern is and when to use it instead of a full removal.
  • How unsubscription works in server-operator contexts and what coordination with clients is required.

Background: what an unsubscription actually does

Clicking Unsubscribe on a Workshop item sends an account-level instruction to Steam's servers to remove the item from the account's subscription list. The local Steam client then marks the associated Workshop content directory for deletion. The deletion does not happen immediately while the Steam client is running — it happens on the next client restart.

This phased behavior is important to understand. Between the moment you click Unsubscribe and the moment Steam actually deletes the mod's files, all of the following remain true:

  • The mod's Workshop content folder still exists on disk.
  • Launching Unturned™ during this window may still load the mod, because Unturned™ reads from the disk path at startup, not from the live subscription list.
  • A Steam restart is required to complete the removal cycle.

The unsubscription event has four discrete phases, each of which must complete for the mod to be fully removed:

  1. Server-side subscription record removal. Steam removes the item from the account's subscription list on its servers. This happens at the moment you click Unsubscribe.
  2. Local manifest update. The Steam client updates its local subscription manifest to mark the item as no longer subscribed. This happens during the next Steam client startup.
  3. Workshop content folder deletion. Steam deletes the steamapps/workshop/content/304930/<item-id>/ folder. This happens after the manifest update, during the same startup sequence.
  4. Game-side deregistration. Unturned™ stops loading the mod because the content folder no longer exists at the path it reads. This happens on the next game launch after the folder deletion.

Pre-unsubscribe dependency review

Before removing a mod, review each of the following dependency categories. Each category represents a situation where an unsubscription can cause unintended data loss or access disruption.

Dependency category 1 — Save files referencing mod-specific items

Unturned™ save files store references to item IDs. Item IDs in Workshop mods are assigned by the mod creator and are only valid while the mod is loaded. If a save file references an item ID from a mod that is no longer loaded, Unturned™ handles the orphaned reference by removing the item from the inventory or replacing it with a placeholder, depending on the game version and how the item type was defined.

Callout — Character inventory review before unsubscribing from content mods. If any of your Unturned™ characters are carrying items, weapons, vehicles, or equipment that originated from the mod you intend to remove, those items will be lost when the mod is unsubscribed. Transfer or drop those items before proceeding with the unsubscription if you want to preserve their in-game value.

Callout — Map mods affect active save access. If the mod you are removing added a playable map, and you have an in-progress save on that map, the save becomes inaccessible when the mod is removed. The save file is not deleted — it remains on disk — but Unturned™ cannot load a save that references a map that is no longer present. Back up the save file before unsubscribing.

How to audit save-file exposure before unsubscribing:

  1. Launch Unturned™ with the mod still subscribed and active.
  2. Review each character's inventory for items that are visually distinct from base game content or that display the mod creator's name in their description.
  3. Review your saved worlds list for any maps that were introduced by the mod.
  4. If items or maps are present, decide whether to transfer items to base game storage, export data, or accept that the content will become inaccessible on unsubscription.

Dependency category 2 — Server compatibility requirements

Multiplayer servers in Unturned™ can enforce mod consistency between the server and connecting clients. If a server requires a specific mod to be installed on the client and that client unsubscribes, the client is refused connection or experiences an incomplete map load until the mod is re-subscribed.

The enforcement model depends on the server operator's configuration. Not all servers enforce client-side Workshop requirements; cosmetic-only mods are typically not enforced because they do not affect gameplay integrity. Gameplay-modifying mods — custom weapons, vehicles, mechanics, maps — are more commonly enforced.

Server configuration typeEffect of client-side unsubscription
Vanilla server (no Workshop mods)No effect — vanilla servers do not require Workshop content
Server using client-optional cosmetic modsNo effect on connection ability — cosmetics typically not enforced
Server with required gameplay or map modsConnection refused or map fails to load until mod is re-subscribed
Server the player also hosts locallyServer itself fails to load the map or mod if the host's client unsubscribes

Callout — Check server mod requirements before unsubscribing. Most Unturned™ servers publish their required modlist in their community Discord, in the server browser description field, or in a pinned post accessible before joining. Review the modlist for any server you connect to regularly before removing a mod that might be required by that server.

Dependency category 3 — Coordinated group and community modlists

In organized play groups — friends running a shared modpack, server communities with a defined content standard, or content creation teams — every participant typically maintains identical Workshop subscriptions. Removing a mod that other group members depend on without prior coordination desynchronizes your client from the group's shared state.

Callout — Coordinate mod removals in shared play contexts. If you are part of a group with a defined shared modlist, discuss any planned removal before executing it. A single player removing a required mod affects whether that player can participate in the group's sessions. This applies equally to mods the group uses for gameplay and mods the group uses for creative work like screenshots, video production, or server administration.


Procedure 1 — Unsubscribe from the Workshop page

This is the most direct unsubscription method and is appropriate for any situation where the player is browsing the Workshop to manage their subscriptions.

Steps

  1. Open Steam and navigate to the Steam Workshop for Unturned™. The Workshop is accessible from the game's store page at https://store.steampowered.com/app/304930/Unturned/ or by selecting Workshop from the Unturned™ game page in your Steam Library.
  2. Navigate to your subscribed items. Select BrowseYour Workshop Files or look for a Subscribed Items filter depending on your version of the Steam client.
  3. Locate the mod you intend to remove. Use the search or filter options if the subscribed items list is long.
  4. Open the mod's Workshop page.
  5. Locate the subscription control area — the button currently reads Subscribed (with a checkmark or equivalent indicator).
  6. Click Unsubscribe. Steam records the removal immediately. The button returns to the unsubscribed state.
  7. Close Unturned™ if it is currently running.
  8. Restart Steam to trigger the deletion of the mod's Workshop content folder.
  9. After the restart, proceed to Post-unsubscribe verification below.

Callout — Steam does not ask for confirmation when you click Unsubscribe. Unlike some platforms that present a "are you sure?" dialog before executing a removal, Steam executes the unsubscription immediately on click. The action is reversible — you can re-subscribe at any time — but any active download for the item is cancelled at the moment you click.

Steam Workshop subscribed items list showing per-item Unsubscribe buttons


Procedure 2 — Unsubscribe from the Steam Library

The Steam Library provides a Workshop subscription management interface for each game without requiring the player to navigate to the Workshop website. This method is particularly efficient when removing several mods in a single session.

Steps

  1. Open Steam and go to Library.
  2. Right-click Unturned™ in the game list on the left.
  3. Select ManageWorkshop Files from the context menu. On some Steam versions this option may be labeled Browse Workshop Files or simply Workshop.
  4. Steam opens a panel or in-client browser showing all subscribed Workshop items for Unturned™.
  5. Locate the mod to remove. Use the search field to filter by name if the list is long.
  6. Click Unsubscribe next to the item.
  7. Close Unturned™ if it is running.
  8. Restart Steam.
  9. Proceed to Post-unsubscribe verification.

Efficient bulk unsubscription from the Library panel

When removing several mods at once, unsubscribe from all of them before restarting. Steam processes the resulting deletions in a single pass after the restart — you do not need to restart between each individual unsubscription.

StepAction
1Open the Workshop management panel for Unturned™ via right-click → Manage → Workshop Files
2Unsubscribe from each mod you intend to remove, one by one
3After all removals are recorded, restart Steam once
4Verify content folders were deleted from disk
5Launch Unturned™ and confirm the mods are absent from the Workshop list

Callout — Bulk unsubscription via the Steam website. If you need to remove a very large number of mods at once, the Steam website's subscription management page may be more efficient than the desktop client's panel. Navigate to your Workshop profile in a web browser and use the filter and bulk-select tools available there. After completing bulk removals through the website, restart the desktop client to trigger the local file deletions.


Procedure 3 — Unsubscribe from within Unturned

Unturned™ includes a subscription management interface within its main menu. This method is appropriate when you discover a mod is causing a problem during a play session and want to initiate removal without leaving the game.

Steps

  1. From within Unturned™, navigate to Workshop in the main menu.
  2. In the Workshop menu, locate the subscribed items view. The exact label may vary by game version.
  3. Find the mod in the subscribed items list.
  4. Select the mod and choose Unsubscribe from the available actions.
  5. Acknowledge any confirmation prompt the game presents.
  6. Exit Unturned™ completely. Do not just return to the main menu — close the game process entirely.
  7. Restart Steam to complete the file deletion.
  8. Relaunch Unturned™ and proceed to Post-unsubscribe verification.

Callout — In-game unsubscription takes effect after a full restart cycle, not immediately. When you unsubscribe through the in-game Workshop menu, the mod remains loaded for the remainder of the current game session. Unturned™ loaded the mod's files at startup and continues to reference them in memory regardless of a mid-session subscription change. The mod is fully removed only after both a Steam restart (to delete the files) and a game restart (to re-scan the content folder without those files present).


Post-unsubscribe verification

After restarting Steam following an unsubscription, verify that the mod's files have been removed from disk and that Unturned™ no longer loads the mod.

Verification step 1 — Disk check for content folder deletion

Navigate to the Unturned™ Workshop content directory and confirm the mod's item-ID subfolder is absent.

Operating SystemWorkshop content folder path
WindowsC:\Program Files (x86)\Steam\steamapps\workshop\content\304930\
macOS~/Library/Application Support/Steam/steamapps/workshop/content/304930/
Linux~/.steam/steam/steamapps/workshop/content/304930/

The Workshop item ID is the numeric value in the mod's Workshop page URL (the number following ?id=). If the subfolder with that ID is absent, Steam completed the deletion successfully. If the subfolder is still present, see Residual file cleanup below.

Callout — Multiple Steam library paths. If you have configured Steam to use library folders on more than one drive, the Workshop content folder may be on a different drive than the default path above. Open Steam → Settings → Storage to identify which library holds Unturned™, then navigate to the Workshop content folder under that library's path.

Verification step 2 — In-game confirmation

  1. Launch Unturned™.
  2. Open the Workshop section from the main menu.
  3. Confirm the unsubscribed mod is absent from the subscribed items list.
  4. If the mod added a map, confirm that map is no longer selectable from the play menu.
  5. If the mod added items, launch a session on a base game map and confirm those items are not present in creative mode or the spawn menu.

Callout — Workshop list may briefly cache recently removed items. On the first launch after a restart, Unturned™ may momentarily display the removed mod in its Workshop list before the in-game list refreshes. Close and reopen the Workshop menu to force a refresh. If the mod persists across two full game restarts after a verified disk deletion, check whether a Workshop Collection subscription is automatically re-subscribing to the item.


Residual file cleanup

Steam's unsubscription and deletion cycle removes the Workshop content folder reliably under normal conditions. However, some categories of files associated with a mod may persist on disk and require manual attention.

Residual category 1 — Incomplete or locked content folders

If the mod's Workshop content folder (304930/<item-id>/) is still present after a Steam restart, the deletion did not complete. This typically occurs when a file within the folder was held open by another process — the game, the Steam overlay, or an antivirus scanner — at the time Steam attempted to delete it.

Remediation steps:

  1. Confirm that both Unturned™ and Steam are fully closed.
  2. On Windows, open Task Manager and verify that no Unturned.exe, steam.exe, or steamwebhelper.exe processes are running.
  3. Navigate to workshop/content/304930/ in File Explorer (Windows) or Finder (macOS).
  4. Delete the subfolder that corresponds to the mod's Workshop item ID.
  5. Empty the Recycle Bin (Windows) or Trash (macOS) to release the disk space.

Callout — Delete only the specific item-ID subfolder. The 304930 directory contains subfolders for every subscribed Unturned™ mod. Deleting the wrong subfolder removes a different mod's files. Verify the item ID before deleting. The item ID is available from the mod's Workshop page URL.

Residual category 2 — Mod-written configuration and save data

Some mods write configuration data or supplementary files into Unturned™'s local user data folders rather than into the Workshop content directory. These files are not managed by the Workshop subscription system and are not removed when you unsubscribe.

The Unturned™ local data directory varies by operating system:

Operating SystemUnturned local data path
Windows%USERPROFILE%\Documents\My Games\Unturned\
macOS~/Library/Application Support/Unturned/
Linux~/.config/unity3d/Smartly Dressed Games/Unturned/

Within this path, look for folders or files that are clearly named after the mod. Not all mods write to these locations. Consult the mod's Workshop page description or its creator's documentation to confirm whether it writes to local storage before manually removing files from this path.

Callout — Back up the Players save folder before removing local data files. The Players subfolder within the Unturned local data path contains all character save data. Do not delete the entire local data directory — target only the specific files or folders written by the mod you are removing.

Residual category 3 — Orphaned item references in save files

Save files that referenced items from the removed mod continue to contain those references. Unturned™ handles these orphaned references by dropping the items from the save on the next load. If the item ID space of the removed mod overlaps with item IDs from another mod or from base game content, the behavior is determined by whichever definition is loaded for that ID — this is a rare edge case typically only relevant when two mods were designed without proper ID coordination.

In practice, the safe approach is:

  1. Back up save files before unsubscribing from any content mod that added items, weapons, vehicles, or structures.
  2. Load the save after unsubscribing and review the character inventory for changes.
  3. If unexpected item loss occurred, restore from the backed-up save, re-subscribe to the mod, transfer items to base game storage, then unsubscribe again.

When to keep a subscription versus unsubscribe

Not every reason to consider removing a mod is best resolved by a full unsubscription. The table and criteria below provide a consistent framework for deciding between keeping the subscription, applying the soft unsubscribe (hide), or executing a full removal.

Decision criteria

Retain the subscription when:

  • The mod is required by a server you connect to regularly, even if you do not use the mod's content in solo play. Unsubscribing would block you from connecting until you re-subscribe.
  • The mod is part of a shared group modlist and removing it would desynchronize your client from the group without their agreement.
  • You are uncertain whether an active save file depends on the mod and you have not yet performed a thorough save-file audit. Unsubscribing without auditing risks item loss.
  • The reason you are considering removal is a mod conflict or performance issue that might be resolved by a mod update. Retaining the subscription allows you to benefit from the update automatically.
  • The mod added a map that contains an in-progress save file you may return to.

Apply the soft unsubscribe (hide) when:

  • You want a cleaner Workshop browse view but may need the mod again in the future.
  • You are temporarily away from a server community but plan to return.
  • The mod is infrequently used and you want to reduce visual clutter without removing it.

Execute a full unsubscription when:

  • The mod is definitively incompatible with the current version of Unturned™ and its creator has abandoned it.
  • The mod was replaced by an updated version under a different Workshop item ID and you have migrated any dependent save data to the new mod.
  • A save-file audit confirms the mod does not appear in any active character inventory or save world.
  • No server you actively play on requires the mod.
  • Disk space is constrained and the mod's files represent meaningful space that could be reclaimed.
ScenarioRecommended action
Required by an active serverKeep subscribed
Part of a shared group modlistKeep subscribed; coordinate before any change
In-progress save on a mod mapKeep subscribed until save is exported or complete
Mod updates are expected to fix an issueKeep subscribed
Infrequent use, want cleaner browse viewHide (soft unsubscribe)
Temporarily pausing from a server communityKeep subscribed or hide
Mod abandoned and incompatibleUnsubscribe
Replaced by updated version under new Workshop IDUnsubscribe after save audit
Disk space is a constraintUnsubscribe
No active dependency confirmedUnsubscribe

The soft unsubscribe pattern — hiding versus full removal

Steam Workshop does not provide a native "pause subscription" or "archive" feature. However, a functional equivalent exists: hiding a Workshop item from your browse history without unsubscribing. This is referred to here as the soft unsubscribe pattern.

What hiding a Workshop item does

Hiding removes the item from your default Workshop browse and subscription views in the Steam client. The subscription itself remains active — Steam continues to download updates for the item, the mod files remain on disk, and Unturned™ continues to load the mod on launch. The only change is that the item no longer appears in your Workshop browsing history.

Callout — Hiding a mod does not prevent Unturned from loading it. Hiding is a browse-visibility preference, not a content-management action. If you want the mod to stop loading in Unturned™, you must fully unsubscribe. Hiding alone has no effect on whether the mod's files are present or whether the game loads them at startup.

When to use hide instead of unsubscribe

SituationRecommended actionReason
Want a cleaner Workshop history but may need the mod againHidePreserves subscription; no download required to restore
Temporarily leaving a server community with intent to returnHide or keep subscribedAvoids re-download cost on return
Troubleshooting a mod conflict between two specific modsUnsubscribe from oneHiding does not remove mod from load order
Definitively done with the modUnsubscribeHiding wastes disk space and Steam update bandwidth
Disk space is constrainedUnsubscribeHiding keeps files on disk
Large mod taking up significant space you needUnsubscribeFiles are only removed by a full unsubscription

How to hide a Workshop item

  1. Navigate to the mod's Workshop page in the Steam client or browser.
  2. Select More Options — this is typically the gear icon or a menu with an ellipsis (...) near the subscription controls. The exact label varies slightly by Steam client version.
  3. Select Hide this item. The item disappears from your Workshop subscription history and browse results.

Callout — How to unhide a hidden Workshop item. To manage hidden items, navigate to your Steam Workshop profile page and apply the Hidden filter or select Show hidden items from the filter dropdown. From the hidden items view, you can unhide any item to restore it to your browse history, or you can unsubscribe from it entirely.


Appendix A — Workshop subscription state reference

Understanding the states a Workshop subscription can be in helps clarify why certain actions — restart, re-subscribe, manual deletion — are required in different scenarios.

State labelWhat it meansFiles on disk?Mod loads in Unturned?
Subscribed, download completeActive subscription with downloaded filesYesYes
Subscribed, download pendingActive subscription, files not yet downloadedNoNo
Subscribed, update availableActive subscription, local files are out of dateYes (old version)Yes (old version)
Unsubscribed, files pending deletionUnsubscription recorded; restart not yet performedYesYes (until restart)
Unsubscribed, deletion completeFull removal cycle finishedNoNo
Hidden, subscribedSubscription active, browse visibility suppressedYesYes
Hidden, unsubscribedBrowse visibility suppressed, subscription removedNoNo

Appendix B — Server-side mod removal for server operators

If you operate an Unturned™ server and are removing a mod from the server's content configuration, the process involves both the server's Workshop subscription and the server configuration files. These steps apply to players who run their own server alongside their client.

Pre-removal server checklist

CheckWhat to do
Active players on the serverSchedule the removal during a low-traffic period or announce downtime in advance
Mod item ID referenced in Commands.datRemove the reference before restarting the server
Mod item ID referenced in Config.jsonRemove the reference before restarting the server
Player inventory items from the modAdvise players to drop mod items before the removal takes effect

Steps for server-side mod removal

  1. Back up the server's Commands.dat and Config.json files before making any changes. Store the backup in a separate location.
  2. Remove the mod's Workshop item ID from the server's Workshop subscription list. The method depends on how the server was configured — through the Steam client logged in as the server account, or through a WorkshopDownloadConfig.json file on a dedicated server deployment.
  3. Open Commands.dat and remove any lines that reference the mod's Workshop item ID.
  4. Open Config.json and remove any mod-specific entries.
  5. Restart the server. The server's Steam client performs the same deletion cycle as a player client restart.
  6. Communicate to players connected to the server that the mod has been removed from the required list, so they can optionally unsubscribe from their clients as well (though they are not required to do so — see the FAQ below).

For detailed dedicated server configuration guidance, consult the official Unturned™ documentation at https://docs.smartlydressedgames.com/.

Callout — Clients do not need to unsubscribe when a server removes a mod. When a server removes a mod from its required list, players who still have the mod subscribed can still connect normally. The server simply does not load that mod's content for the session. Players are not required to unsubscribe from their end; they may optionally do so to reclaim disk space.


Appendix C — Unsubscription in Steam Family Sharing contexts

Steam Family Sharing allows one account to borrow and play games from another account's library. Workshop subscriptions in Family Sharing contexts have behavior that affects how unsubscription is managed.

  • Subscriptions belong to the subscribing account, not the library owner's account. If a borrowing account subscribed to Workshop mods while playing under a borrowed library, those subscriptions are recorded against the borrowing account's profile.
  • Unsubscribing must be done from the account that holds the subscription. The library owner cannot manage or remove subscriptions held by a borrowing account. The borrower must sign in to their own account to manage their subscriptions.
  • When borrowed library access is revoked, any Workshop content downloaded under that access is removed from the borrower's local Workshop folder on the next Steam restart. The borrower's subscription records are not deleted — only the local files are removed, because the game is no longer accessible to the borrower.

Callout — Identify which account holds the subscription before unsubscribing. If you are managing a shared-library setup and are uncertain which account holds a given Workshop subscription, navigate to the Workshop item's page while signed in as each account. A button in the subscribed state indicates the currently signed-in account holds that subscription.


Frequently asked questions

Q: If I unsubscribe and then re-subscribe to a mod, will my save data be intact?

Your save data is stored in Unturned™'s local user data directory, not in the Workshop content folder. Unsubscribing removes the mod's asset files but does not touch your save files. When you re-subscribe and restart Steam, the mod files are re-downloaded and your save can reference the mod's items again. However, if the mod was updated between your unsubscription and re-subscription and the update changed item IDs or removed items, those specific items may not be recoverable even after re-subscribing.

Q: Will unsubscribing from a mod on my machine affect other Steam accounts on the same computer?

No. Workshop subscriptions are account-scoped — they belong to the account that created them, stored on Steam's servers per account. Unsubscribing on one account removes the subscription and local files for that account only. Another account using the same machine retains their own subscription and their own copy of the mod's files in their account's portion of the Workshop content directory.

Q: The mod I want to remove is no longer on the Workshop — its page shows it was removed. How do I delete the local files?

When a Workshop item is removed by the creator or by Steam, the subscription record is typically voided and the item can no longer be downloaded. However, local files from before the removal may remain on disk because Steam cannot "pull back" files that were already downloaded. Navigate to workshop/content/304930/ and manually delete the subfolder that corresponds to the item's ID. If you no longer know the item ID, compare subfolder modification dates and file sizes against what you remember about the mod to identify the correct folder.

Q: After unsubscribing, Unturned still shows the mod in its subscribed list. What should I check first?

Confirm that you restarted Steam after unsubscribing — the mod's files are not deleted, and the game's subscription list is not updated, until a Steam restart completes the cycle. After the restart, confirm the content folder is gone from disk. If the folder was deleted but the mod still appears in Unturned™'s list across multiple game restarts, check whether you are subscribed to a Workshop Collection that includes the mod — a Collection subscription can silently re-subscribe to individual items it contains.

Q: I unsubscribed from a mod required by a server I play on. Now I cannot connect. What do I do?

Re-subscribe to the mod, restart Steam to download the files, and reconnect to the server. The server enforces the presence of specific Workshop content on the connecting client; a connection attempt without the required files is rejected by design. If you are done playing on that server permanently, accept that the unsubscription will block connections and proceed.

Q: Can I unsubscribe from a mod while Steam is currently downloading an update for it?

Yes. Clicking Unsubscribe while a Workshop item is being updated cancels the update download immediately and marks the item for deletion. Steam stops writing to the item's content folder and removes both the partial update and the subscription record on the next restart. You do not need to wait for the update to finish before unsubscribing.

Q: How do I unsubscribe from every Unturned Workshop mod at once?

The Steam desktop client does not offer a single "unsubscribe all" button for a specific game's Workshop items. The most efficient approach is to use the Steam website: navigate to your Workshop subscriptions page (reachable through your Steam profile → Workshop → Subscribed Items), filter by Unturned™, and use the page controls to unsubscribe in bulk. After completing bulk removals on the website, restart the desktop client to trigger file deletions.

Q: Does unsubscribing affect any achievements I earned while the mod was active?

No. Achievements are stored by Steam against your Steam account and are not linked to your Workshop subscription state. Unsubscribing from a mod does not remove, reverse, or affect any achievements earned. However, some Unturned™ server operators configure their servers to disable achievement earning in modded contexts — this is a server-level setting that is not affected by your local subscription state.

Q: I unsubscribed from a map mod. The save file for that map is still in my save folder. Is it safe to delete it?

The save file does not consume significant disk space in most cases, and leaving it does no harm — Unturned™ will not attempt to load it without the associated map. If you want to delete it, locate it in the Players subfolder of the Unturned™ local data directory. Back up the file before deleting it permanently. Once deleted, it cannot be recovered unless you had a system backup.

Q: A mod I unsubscribed from reappears in my subscription list the next time I check. Why does this keep happening?

The most common cause is a Workshop Collection subscription. If you are subscribed to a Collection that includes the mod, unsubscribing from the individual mod item does not prevent the Collection from re-subscribing to it on the next client sync. To prevent this, also unsubscribe from the Collection, or contact the Collection's author to confirm whether the item is still included. A secondary cause is that a different account on the same machine is subscribed and its subscription state is being displayed — verify that you are reviewing the subscription list under your own account.

Q: Does the soft unsubscribe (hide) reduce disk usage?

No. Hiding a Workshop item has no effect on whether the mod's files are stored locally or how much disk space they occupy. The subscription remains fully active — Steam continues to apply updates and the files remain on disk. Reclaiming disk space requires a full unsubscription followed by a Steam restart to trigger file deletion. Hiding is a browse-visibility tool only.

Q: I operate an Unturned server. If I remove a mod from the server's required list, do my players need to unsubscribe too?

Players are not required to unsubscribe from their clients when a server removes a mod from its configuration. Players who still have the mod subscribed can connect normally — the server simply does not load that content for the session. The mod remains on the player's disk but has no active effect on the server session. Players may optionally unsubscribe to reclaim disk space, but it is not necessary for continued server access.

Q: Can I unsubscribe from a mod that another mod depends on without removing both?

You can, but doing so will likely cause the dependent mod to malfunction. Unturned™ loads mod assets independently — if a mod references assets from another mod that is no longer present, the references resolve to nothing. The dependent mod may display missing textures, fail to load certain items, or produce error messages. If a mod chain exists (Mod A depends on Mod B), remove both or neither to maintain a consistent load state.


Managing subscription lists over time

For players who are active in the Unturned™ modding community over extended periods, Workshop subscriptions accumulate. A player who has been active for months or years may have subscriptions to mods that are no longer maintained, mods that were replaced by updated versions, and mods from servers they no longer play on. Periodic subscription reviews help maintain a clean, intentional modlist.

Subscription review cadence

Activity levelRecommended review frequency
Casual player, few subscriptionsEvery three to six months
Active server participant with a defined modpackWhen the server's modpack changes
Modpack curator or community organizerMonthly, or before publishing a new collection
Player testing multiple mods frequentlyAfter each testing session

What to look for during a subscription review

A subscription review consists of going through the full subscribed items list for Unturned™ and categorizing each item into one of three buckets: keep, evaluate for removal, or remove immediately.

Keep items if:

  • They are actively used in a current play context.
  • They are required by a server you connect to regularly.
  • They have an active save file dependency.

Evaluate for removal if:

  • The mod has not received an update in more than twelve months. This does not automatically mean the mod is broken — some mods are stable and require no updates — but it warrants checking whether the mod still functions correctly with the current version of Unturned™.
  • The server or community the mod was originally installed for is no longer active.
  • You do not remember why you subscribed to the mod.

Remove immediately if:

  • The mod's Workshop page shows it has been removed or taken down.
  • The mod is definitively broken with the current version of Unturned™ and the creator has confirmed no update is planned.
  • A newer version of the mod is available under a different Workshop item ID and you have migrated any dependencies to the new version.

Callout — Removed Workshop items are not automatically deleted from local disk. If a mod's Workshop page shows it has been removed by its creator or by Steam, the subscription record may linger for a period. The local files from before the removal remain on disk. Include removed-item cleanup in any subscription review by checking for stale content folders in workshop/content/304930/ that no longer correspond to an active Workshop item.


Disk space management for large modpacks

Unturned™ Workshop mods vary widely in size. Small utility or cosmetic mods may be a few megabytes. Large map mods with custom terrain, assets, and audio can be several hundred megabytes or larger. Players subscribed to a full server modpack, particularly a heavily modded roleplay server with custom maps and content, may find Workshop content consuming several gigabytes of disk space.

Estimating total Workshop footprint

To assess how much disk space your current Unturned™ Workshop subscriptions are using:

  1. Navigate to the steamapps/workshop/content/304930/ folder.
  2. Select all subfolders within it.
  3. Review the total folder size in File Explorer (Windows) by right-clicking the selection and choosing Properties, or use the du -sh command on macOS and Linux.

The total size of all subfolders is the amount of disk space your current Unturned™ Workshop subscriptions are using.

Strategies for managing disk usage

StrategyDescriptionTrade-off
Remove unused server modpacksUnsubscribe from the entire modlist of a server you are no longer active onMust re-subscribe before returning to that server
Unsubscribe from large map mods with no active saveMap mods can be very large; removing finished or explored maps recovers significant spaceMap content must be re-downloaded to revisit
Move Steam library to a larger driveStore Workshop content on a drive with more capacityRequires Steam library path migration
Remove duplicate-purpose modsIf two subscribed mods serve the same function, keep only the one in active useEvaluate which mod is actually being used

Callout — Steam cannot partially download a mod. A Workshop mod is downloaded in full or not at all. You cannot subscribe to a mod and instruct Steam to download only part of it to save space. If a mod's full size is too large for available disk space, you must either free disk space, move the Steam library to a larger drive, or decline to subscribe.


Interaction between unsubscriptions and Steam Workshop update behavior

Steam automatically applies updates to subscribed Workshop items. When a mod creator publishes an update, Steam detects it on the next client startup and queues a re-download of the changed files. Understanding how unsubscription interacts with this update behavior clarifies several edge cases.

Unsubscribing before an update downloads

If you unsubscribe from a mod at the same time Steam has queued an update for that mod, the update download is cancelled. Steam does not download an update for a mod it is also scheduled to delete. The unsubscription takes precedence.

Unsubscribing after an update downloads but before launching the game

If an update downloaded while you were not playing, and you decide to unsubscribe before launching the game, the updated files are deleted on the next restart. You do not need to launch the game to "accept" the update before unsubscribing.

Re-subscribing to a mod that had an update

If you unsubscribe from a mod and later re-subscribe, Steam downloads the current version of the mod at the time of re-subscription — not the version that was present when you unsubscribed. If the mod was updated between your unsubscription and re-subscription, the re-downloaded version reflects the latest update. This is relevant if you are attempting to restore a specific version of a mod that worked with a particular save file.

Callout — Workshop mods do not support version pinning through Steam. Steam always delivers the most current version of a Workshop item. There is no mechanism within Steam to pin a subscription to a specific historical version of a mod. If version control matters for a mod (for example, a server operator who needs all clients to run the same mod version), the server operator must coordinate version updates across the community.


Compliance and server community modlist management

For players who are members of organized Unturned™ server communities — particularly roleplay communities, competitive communities, or communities with defined content standards — mod subscriptions function as a form of client-side compliance with the server's technical requirements.

When a server operator updates the required modlist, each community member is expected to update their local subscriptions to match. This is a routine maintenance event, not a significant technical undertaking, but it requires deliberate action on the client's part: unsubscribing from mods removed from the required list, subscribing to newly required mods, and restarting Steam to apply both changes.

Client-side modlist update workflow for server communities

  1. Obtain the updated modlist from the server operator (typically published in Discord, the server website, or an in-game announcement).
  2. Compare the updated modlist against your current subscriptions. Identify mods to add and mods to remove.
  3. Unsubscribe from all mods being removed from the list (using any procedure in this article).
  4. Subscribe to all mods being added to the list.
  5. Restart Steam once to process both the deletions and the new downloads simultaneously.
  6. Allow the new mod downloads to complete before attempting to connect to the server.
  7. Verify in-game that the mod list matches what the server expects.

Callout — Performing additions and removals in the same restart cycle is efficient. Because Steam processes both subscription additions and removals during the same restart cycle, combining them reduces the total number of restarts required. Unsubscribe from everything being removed, subscribe to everything being added, then restart once.

Tracking subscription compliance in large communities

For community organizers who need to ensure that a group of players is running a consistent modlist, direct verification of each player's subscription state is not possible through Steam's public tools. The practical approach is to publish a canonical Workshop Collection for the server's modlist and instruct all community members to subscribe to the Collection. When the modlist changes, update the Collection, and instruct members to restart Steam to sync the changes.

Players who subscribe through the Collection rather than individual item subscriptions benefit from automatic sync when the Collection is updated: if a mod is added to the Collection, Steam will subscribe the Collection subscriber to the new mod on the next sync. If a mod is removed from the Collection, the individual subscription to that mod is not automatically removed — subscribers must manually unsubscribe from the removed mod. This asymmetry is a known characteristic of Steam Workshop Collections.

Callout — Removing a mod from a Collection does not automatically unsubscribe Collection subscribers. This is the most common source of out-of-sync client states in community servers using Collections to manage their modlist. When a mod is removed from the server's required list and from the Collection, communicate to community members that they must manually unsubscribe from the removed mod and restart Steam. Steam does not push the removal automatically.

For additional guidance on server configuration and Workshop integration for dedicated servers, consult https://docs.smartlydressedgames.com/.


Unsubscription and disk space reclamation

Unsubscribing from a mod reclaims the disk space occupied by the mod's Workshop content folder. The amount of space reclaimed depends on the mod's file size. For players managing disk space on a constrained drive, understanding which mods are consuming the most space helps prioritize which subscriptions to review first.

Finding which subscribed mods use the most disk space

Navigate to steamapps/workshop/content/304930/. Each subfolder in this directory corresponds to one subscribed mod. The subfolder names are the Workshop item IDs. By sorting these subfolders by size in File Explorer (Windows) or using du -sh */ in a terminal (macOS and Linux), you can identify which subscriptions are consuming the most space.

On Windows, File Explorer does not show folder sizes by default. Right-click a subfolder and select Properties to see its size. For a view of all subfolders sorted by size, a tool such as WinDirStat (available separately) provides a visual breakdown of disk usage by folder.

Callout — The folder name alone does not identify the mod. Workshop content folder names are numeric item IDs, not mod names. To identify which mod corresponds to which folder, look up the item ID on the Steam Workshop (navigate to https://steamcommunity.com/sharedfiles/filedetails/?id=<item-id> with the folder's numeric name substituted for <item-id>). Cross-referencing several folders against their Workshop pages helps identify large, unused mods to remove.

Reclamation timeline after unsubscription

Space is reclaimed in two steps after an unsubscription:

  1. After Steam restart: Steam deletes the Workshop content folder. The disk space is logically freed.
  2. After emptying Recycle Bin / Trash: On Windows and macOS, deleted files move to the Recycle Bin or Trash before being fully released. The space is not recovered at the operating-system level until the Recycle Bin or Trash is emptied. On Linux, files deleted by Steam bypass the Trash and are immediately released.

Callout — Large mod folders may briefly appear in the Recycle Bin before disk space is released on Windows. If you are unsubscribing from several large mods to recover disk space, empty the Recycle Bin after the Steam restart to complete the reclamation.


Reference: unsubscription workflow summary

The following diagram and summary table provide a condensed reference for the full unsubscription workflow documented in this article. Use it as a quick reference once you have read the full procedures.

Quick-reference decision table

QuestionAnswer directs you to
Do any active characters carry items from this mod?Pre-unsubscribe dependency review — save file items
Does any server I play on require this mod?Pre-unsubscribe dependency review — server compatibility
Am I part of a group with a shared modlist?Pre-unsubscribe dependency review — group coordination
Which unsubscribe method should I use?Procedure 1, 2, or 3 depending on where you are working
The content folder is still on disk after a restart. What do I do?Residual file cleanup — category 1
I want to stop seeing this mod but might need it again.Soft unsubscribe (hide) section
I am a server operator removing a mod from my server.Appendix B — server-side mod removal
The mod keeps reappearing in my subscription list.FAQ — mod reappearing
I want to recover the disk space this mod was using.Unsubscription and disk space reclamation section

  • How to Install Unturned Mods — The complete install workflow for Workshop and manual mods, covering disk paths, in-game verification, and server configuration.
  • How to Restart Steam After Subscribing — Why a Steam restart is required after subscribing to Workshop content and how to execute each class of restart correctly.
  • Server Commands Reference — Complete reference for server-side commands including Workshop item ID configuration in Commands.dat.

For official Unturned™ modding documentation including dedicated server setup and Workshop publishing guidelines, visit https://docs.smartlydressedgames.com/.

For the Unturned™ Steam store page and Workshop access, visit https://store.steampowered.com/app/304930/Unturned/.