Skip to content

How to Install Unturned

Installing Unturned™ through Steam is the first practical step in becoming an Unturned modder. The install process is fully automated by the Steam client, but it includes several decision points the user must make before the download begins. This reference covers each of those decision points in sequence, explains the disk-space requirements you should plan for, compares the practical differences between installing on a solid-state drive versus a traditional mechanical hard drive, and concludes with a verification checklist so you can confirm the install completed successfully before moving on. The article assumes you have Steam installed, you are signed in to your Steam account, and you have completed the steps in the previous article on launching a game from Steam.

The install pipeline described here is the foundation on which every subsequent article in the 57 Studios™ Knowledge Base depends. A correctly installed copy of Unturned is the prerequisite for verifying game files, finding your install folder, mapping the directory structure, configuring launch options, and beginning any form of mod development. Time spent reading this article carefully is time saved across every later article in the section.

Pro tip

If you intend to do serious mod development work, install Unturned on a solid-state drive rather than a mechanical hard drive. The faster file-system access speeds compile times, asset-bundle reloads, and Unity Editor project loads dramatically.

Prerequisites

You need Steam installed and signed in, an active internet connection, and at least 10 GB of free disk space (the game is approximately 6 GB, but Steam requires temporary working space for the decompression stage).

What you'll learn

By the end of this article you will be able to:

  • Locate Unturned in the Steam store or in your Steam Library
  • Initiate the install process and select an install drive
  • Estimate the time required to complete the install on different hardware
  • Recognize the difference between the download phase and the decompression phase
  • Confirm the install completed successfully before moving on
  • Plan a drive layout that supports both casual play and active mod development
  • Recover from a partial or failed install without losing progress on other downloads

Background: how Steam installs games

Steam's install pipeline has three distinct phases that occur in sequence. Understanding these phases helps you interpret the Steam client's progress indicator and recognize when something has gone wrong.

The sequence diagram above shows the full install handshake. The Steam client first fetches a manifest from Steam's content delivery network (CDN). The manifest is a list of every file the game requires, along with cryptographic hashes for each file and a list of compressed chunks that contain the file data. The client then downloads the compressed chunks, writes them to disk, decompresses them into their final form, and verifies that each resulting file matches the hash listed in the manifest. Only after this final hash check does Steam mark the game as installed.

Steam install workflow overview

The three phases in detail

Each of the three install phases has a different bottleneck and a different failure profile. Recognising which phase you are in is the single most useful skill for diagnosing an install problem.

PhasePrimary bottleneckTypical duration (100 Mbps, NVMe)Most common failure mode
DownloadInternet bandwidth4 to 7 minutesConnection drop, ISP throttling, CDN regional outage
DecompressionDrive write speed and CPU2 to 4 minutesOut-of-space errors, drive write failure, antivirus interception
Hash verificationDrive read speed30 to 90 secondsFile-permissions error, partial write from a prior failure

The table above shows the bottleneck profile for each phase. A frozen progress bar during the download phase points at a network problem; a frozen progress bar during decompression points at a disk or antivirus problem; a frozen progress bar during the final hash check points at a permissions problem.

What the Steam manifest actually contains

The manifest is a small file Steam fetches before any game data downloads. It lists every file the game requires, the cryptographic hash of each file, the compressed chunks that contain each file, and the total install footprint after decompression. The manifest is signed by Valve's servers, which means a successful install implicitly confirms that the files on disk match the version Valve published.

Did you know?

The manifest file for Unturned is named appmanifest_304930.acf and lives in the steamapps folder of whichever Steam library you installed Unturned into. The 304930 is Unturned's Steam App ID. Every game on Steam has a unique App ID, and the App ID appears in many internal Steam files including manifests, configuration entries, and command-line parameters.

Step 1: Open Steam and locate Unturned

You can locate Unturned through either the Steam store or your existing Steam Library. The store path is the only option for first-time installs. The library path is faster for re-installs.

From the Steam store

  1. Click the Store tab at the top of the Steam client window
  2. In the search field in the upper-right corner, type Unturned and press Enter
  3. Click the Unturned listing in the search results
  4. The store page will load at https://store.steampowered.com/app/304930/Unturned/
  5. Locate the green button labeled Play Game (Unturned is free-to-play, so the button reads Play Game rather than Install or Add to Cart)

Did you know?

Unturned uses Steam's free-to-play model rather than the free demo or free trial models. This means the game is added to your Steam Library permanently the first time you click Play Game, even before any files download.

From the Steam Library

If you have previously added Unturned to your library, the path is shorter:

  1. Click the Library tab at the top of the Steam client window
  2. Type Unturned in the library search field on the left sidebar
  3. Click the Unturned entry in the filtered list
  4. Click the blue Install button on the game's library page

Recognising the correct listing

There are several community projects and forks with similar names on the Steam store. The official Unturned listing is published by Smartly Dressed Games, has the App ID 304930, and is the only listing for which the 57 Studios Knowledge Base is written. If the listing you are looking at has a different developer name, a different App ID, or a price tag, you are looking at a different game and should return to the search results.

Listing attributeExpected value for official Unturned
DeveloperSmartly Dressed Games
PublisherSmartly Dressed Games
App ID304930
PriceFree to play
Genre tagsSurvival, Open World, Multiplayer, Sandbox
Approximate review countOver 500,000 user reviews

The attribute table above is a quick verification list. Any listing missing two or more of these attributes is not the official Unturned and should not be installed for the purposes of this knowledge base.

Step 2: Choose an install location

After clicking Play Game or Install, Steam displays the install confirmation dialog. This dialog includes a drive-selection dropdown, an estimated disk-space requirement, and an option to create a Start menu shortcut and a desktop shortcut.

Common mistake

Beginners frequently accept the default install drive without checking how much free space is available on that drive. If the default drive is nearly full, the install will fail mid-download and you will have to restart the process on a different drive.

The dropdown lists every Steam library folder currently registered on your computer. If you have only one library folder, only one entry will appear. If you have not yet read the article on where Steam installs games by default, the default location will be a folder named steamapps\common inside your Steam install directory.

Drive typeRead speed (typical)Write speed (typical)Suitability for Unturned modding
NVMe SSD (PCIe 4.0)5,000 to 7,000 MB/s4,000 to 6,000 MB/sExcellent for active mod development
NVMe SSD (PCIe 3.0)2,500 to 3,500 MB/s2,000 to 3,000 MB/sExcellent for active mod development
SATA SSD500 to 550 MB/s450 to 520 MB/sVery good for most users
7200 RPM HDD80 to 160 MB/s80 to 160 MB/sAcceptable for play-only; slow for modding
5400 RPM HDD60 to 100 MB/s60 to 100 MB/sDiscouraged for modding workflows
External USB SSD400 to 1,000 MB/s350 to 900 MB/sAcceptable for portable installs
External USB HDD40 to 120 MB/s40 to 120 MB/sDiscouraged; disconnect risk during writes

The comparison table above shows the practical performance differences between common drive types. For Unturned, which loads many small asset-bundle files at runtime and during mod testing, the read-speed advantage of an SSD translates directly into faster level loads and faster Unity Editor reloads.

Disk space planning beyond the base install

The base install of Unturned is approximately 6 GB. A typical active modder accumulates significantly more disk usage over time as Workshop content, custom maps, asset bundles, and development scratch files accumulate. Plan your install drive against the long-term footprint, not the day-one footprint.

Footprint componentTypical size after six months
Base game install6 GB
Subscribed Workshop maps and items4 to 12 GB
Custom map development sources2 to 8 GB per active map
Asset bundle build artefacts1 to 4 GB
Crash dumps and log filesUp to 500 MB
Backup snapshots of your own mods1 to 6 GB
Total typical six-month footprint14 to 36 GB

The footprint table above is the budgeting reference for a single-machine modding setup. A modder running multiple concurrent mod projects can easily exceed 50 GB of Unturned-adjacent disk usage by the end of a typical year. Provision your install drive accordingly.

Pro tip

A common drive layout for serious modders is a 500 GB or 1 TB NVMe SSD reserved entirely for Steam library content, with Unturned, the modding tools, and Workshop content all living on the same fast drive. This keeps the OS drive uncluttered and gives mod development its own performance budget.

Step 3: Wait for the download and decompression to complete

After you confirm the install location, Steam begins downloading the game. The progress indicator in the Steam client shows two separate values during this phase: the amount downloaded and the amount of disk space used.

The pie chart above shows the approximate install times on different drive types, assuming a 100 megabit-per-second internet connection. The download phase itself is gated primarily by your internet connection speed; the decompression phase is gated by your drive's write speed. On a slow drive, the decompression phase can take longer than the download phase.

Pro tip

You can continue using your computer during the install. Steam runs the download and decompression in the background. You can even queue additional games for install while Unturned downloads.

Steam install progress dialog

Reading the Steam download manager

The Steam download manager opens automatically when an install begins. It shows three values per running install: bytes downloaded against the total install size, current download speed in megabits or megabytes per second, and the estimated time remaining. The estimated time remaining is recalculated continuously and can fluctuate as download speed varies; treat it as a rough estimate rather than a precise countdown.

IndicatorWhat it meansWhen to be concerned
Bytes downloadedCumulative data received from the CDNIf this stops increasing for more than 60 seconds, the connection has stalled
Current download speedLive throughput from the CDNIf this drops to zero and stays there, check your network
Estimated time remainingRecalculated extrapolationWild swings are normal; ignore the precise number
Disk usageCumulative bytes written after decompressionShould track behind the bytes-downloaded number
Status textSteam's per-phase label"Allocating disk space" and "Pre-allocating" are early-phase messages, not errors

The download manager allows pausing the install at any point by clicking the pause icon next to the progress bar. Pausing is the supported way to defer a download; the alternative of closing the Steam client mid-install leaves Steam in a recoverable state but is more abrupt.

Did you know?

Steam pre-allocates the full disk footprint of the install at the start of the download phase. If the drive does not have enough space for the full footprint, Steam will refuse to start the download rather than failing partway through. This is one of the few cases where Steam's manifest-driven design protects you from an avoidable failure.

Step 4: Verify the install before launching

Once Steam marks the game as Ready to Play, the install is technically complete. However, beginners should perform a quick visual verification before launching. Open the Steam Library, locate Unturned, and confirm three things:

  1. The library tile shows a blue Play button (not Install or Update)
  2. The status text under the title reads either nothing or "Last played" rather than "Update required"
  3. No yellow warning icon appears on the library tile

If any of these checks fail, proceed to the next article on verifying game files before attempting to launch.

Disk-level confirmation

Beyond the Steam Library tile, you can confirm the install at the filesystem level by opening a File Explorer window at the install folder. The expected location, in the default Steam library, is C:\Program Files (x86)\Steam\steamapps\common\Unturned. The next two articles in this section cover finding the install folder in detail; for the purposes of this article, the goal is simply to confirm the folder exists, contains a file named Unturned.exe, and has a size that broadly matches the manifest's stated 6 GB.

Confirmation pointExpected observation
Folder exists at the expected pathYes, with no errors when opened
Unturned.exe present at the folder rootYes
Unturned_Headless.exe present at the folder rootYes
Bundles subfolder presentYes
EasyAntiCheat subfolder presentYes
Total folder sizeApproximately 6 GB
Recent modification timestamps on filesWithin the last few minutes

A successful install satisfies every row of the table above. If two or more rows fail to match, the install has not completed cleanly and the verification step covered in the next article should be the immediate next action.

Decision flowchart

The decision flowchart above maps the full install path from the user's perspective, including the recovery branches if a prerequisite is not met.

The install path mapped to the filesystem

The following ASCII tree shows the directory layout that exists on disk immediately after a successful install. The tree is a reference for the next article in this section, which covers the install folder structure in detail.

C:\
└── Program Files (x86)\
    └── Steam\
        ├── Steam.exe
        ├── steamapps\
        │   ├── appmanifest_304930.acf
        │   ├── common\
        │   │   └── Unturned\
        │   │       ├── Bundles\
        │   │       ├── EasyAntiCheat\
        │   │       ├── EngineConfig\
        │   │       ├── ExampleAssets\
        │   │       ├── Extras\
        │   │       ├── Localization\
        │   │       ├── Maps\
        │   │       ├── Modules\
        │   │       ├── Sandbox\
        │   │       ├── Server\
        │   │       ├── StatusReports\
        │   │       ├── Unturned_Data\
        │   │       ├── Unturned_Headless_Data\
        │   │       ├── Unturned.exe
        │   │       └── Unturned_Headless.exe
        │   ├── downloading\
        │   ├── shadercache\
        │   └── workshop\
        ├── userdata\
        └── logs\

The tree above is the canonical post-install layout on a default Steam installation. Installs to a non-default Steam library folder follow the same steamapps\common\Unturned pattern under whatever drive and folder you selected during step 2.

Advanced considerations

Users who plan to develop mods professionally should also consider the following before installing:

  • Antivirus exclusions. Some antivirus programs scan every file Steam writes to disk during decompression, which can multiply install time by a factor of three or more. Adding the Steam library folder to your antivirus exclusions speeds installs significantly. Refer to your antivirus product's documentation for the exact steps.
  • Network throttling. If you share an internet connection with other users, schedule the install for a time when network traffic is light. Steam supports bandwidth throttling in Settings to Downloads, but this slows the install rather than speeds it.
  • Mod-development drives. Many mod developers maintain a dedicated drive (often a secondary NVMe SSD) for game installs that are actively being modded. This isolates mod-related disk activity from the operating system drive and reduces wear on the OS drive.

Best practice

Maintain at least 20 percent free space on the drive where Unturned is installed. Steam's update system requires temporary working space when patching the game, and a nearly-full drive can cause patch failures.

Region and CDN selection

Steam's content delivery network has download endpoints in most major regions. The Steam client picks the endpoint automatically based on your IP address, but in some cases the automatic choice is sub-optimal. You can manually select a download region in Settings to Downloads to Download Region. Switching to a closer or less congested region can substantially improve download throughput on a slow install.

Region selection outcomeExpected behaviour
Automatic match to your IPDefault behaviour; usually correct
Manual override to a closer regionLower latency, often higher throughput
Manual override to a more distant regionHigher latency, often lower throughput
Manual override during peak hoursMixed; CDN load varies regionally

The region setting is preserved across launches and takes effect on the next download. There is no harm in experimenting with different regions if your default selection feels slow.

Bandwidth throttling for shared connections

Steam supports throttling its own bandwidth in Settings to Downloads to Limit Bandwidth To. The setting accepts a value in kilobits per second and is useful when other people on the same internet connection need usable throughput during the install. Throttling slows the install but is preferable to consuming the entire household connection for the duration of the download.

Pro tip

On a shared internet connection, set the Steam bandwidth limit to about 60 percent of your total connection speed during waking hours and remove the limit overnight. This pattern allows the install to make meaningful progress without disrupting the rest of the household.

Concurrent installs

Steam supports queueing multiple game installs. If you select a second game to install while Unturned is downloading, Steam adds the second game to the queue and starts it automatically after Unturned completes. Queueing is the supported way to schedule multiple installs without supervising each one.

The download manager handles the queue automatically; you can reorder the queue by dragging entries or by right-clicking and selecting a different priority. Pausing a queued install pauses only that install, not the others.

FAQ

How much disk space does Unturned require?

Approximately 6 GB for the base install. Steam requires additional temporary working space during decompression, so plan for 10 GB of free space minimum. Long-term modding usage accumulates additional space requirements as Workshop content, custom maps, and asset-bundle build outputs grow. A 20 GB budget for the install drive is a comfortable starting point for casual play; 50 GB or more is appropriate for active mod development.

Can I install Unturned on an external USB drive?

Technically yes, but external drives are discouraged for modding workflows. USB connections can interrupt during writes, which corrupts files, and external drive speeds are unpredictable. The exception is an external USB SSD connected over USB 3.0 or USB-C; these drives offer SSD-class speeds and are acceptable for portable modding setups. The risk of disconnection during a write remains higher than for an internal drive.

My install stalled at 100 percent. What is happening?

The download has completed, but the decompression phase is still running. On slow drives this phase can last several minutes. Wait for Steam to display "Ready to Play" before assuming anything is wrong. If the progress remains at 100 percent for more than ten minutes, open Task Manager and check whether steam.exe is using CPU or disk. Active resource usage means decompression is still in progress.

Can I move Unturned to a different drive after installing?

Yes. Steam supports moving games between library folders through Right-click to Properties to Installed Files to Move Install Folder. This is covered in detail in the article on Steam library folders. Always use Steam's built-in move feature rather than cutting and pasting the folder manually; manual moves break Steam's internal records and leave Steam unable to find the game.

Does Unturned require Steam to be running to play?

Yes. Steam must be running and signed in for Unturned to launch. This is a requirement of Steam's authentication system, not of Unturned itself. The Steam client can run in offline mode after a successful sign-in, but the initial sign-in requires an internet connection. For modders who work from a laptop, plan to be online at the start of each session.

Can I pre-load Unturned before I have internet access?

No. Unturned does not offer a pre-load program. The game must be downloaded from Steam's CDN at install time. You can copy the install folder from another computer that already has Unturned installed, but doing so leaves Steam unaware of the install and an immediate verification will re-download every file anyway. The supported path is a direct Steam install on each machine.

What happens if my internet drops during the download?

Steam pauses the download and waits for the connection to return. When the connection is restored, Steam resumes the download from the last completed chunk; you do not lose downloaded bytes. If the disconnection is longer than a few minutes, you may need to manually click the resume button in the download manager.

Can I install Unturned on a Mac or Linux machine?

Unturned is published on Steam for Windows. Mac and Linux users have community-supported paths involving compatibility layers like Proton or Wine, but these paths fall outside the scope of the 57 Studios Knowledge Base. The knowledge base is written against the Windows install. The companion macOS modding guide elsewhere in the knowledge base discusses MacBook usage for development work that complements a Windows-based install.

Why does the install ask me to install DirectX or other dependencies?

Some Steam installs include first-run prerequisite installers for libraries the game requires, such as DirectX runtimes or Microsoft Visual C++ redistributables. These installers run automatically the first time you click Play. Accept the prompts; the prerequisites are required and do not affect any other software on your machine.

What if my Steam Library shows Unturned as installed but the folder is empty?

This indicates Steam has lost track of the install state. The recovery path is to right-click Unturned in the library, choose Properties to Installed Files, and click Verify Integrity of Game Files. The verification will detect the missing files and re-download them. The next article in this section covers verification in detail.

Can I install Unturned alongside a previous beta or experimental version?

Steam supports beta branches through the Properties to Betas tab. Switching branches re-downloads the differing files but does not create a second install. If you need both a stable and an experimental copy concurrently, the supported path is to create a second Steam account with a separate install on a separate library folder. Most modders find a single switchable install sufficient for development needs.

How do I confirm the install is the latest version?

Open Properties to Updates and confirm the update status reads "This game is always kept up to date." Steam updates installed games automatically when an update is published. If you have ever changed the update behaviour to manual, this is the place to confirm the current setting and to trigger a manual update check.

Best practices

  • Install on a solid-state drive whenever possible
  • Reserve at least 10 GB of free space before starting the install
  • Do not interrupt the decompression phase, even if it appears stalled
  • Verify the install completed cleanly before launching for the first time
  • Plan to keep 20 percent free space on the install drive for future updates
  • Add the Steam library folder to your antivirus exclusion list
  • Use Steam's bandwidth limit on shared internet connections
  • Pick a closer download region if the default region is slow
  • Avoid external USB hard drives for the primary install
  • Treat the install pipeline as a single sequence; complete it before starting other Steam activity

Appendix A: install troubleshooting reference

The following table maps common install error messages to the most likely cause and the recommended response. The reference is organised by the visible Steam error message because that is the easiest entry point for a beginner diagnosing a problem.

Steam error messageMost likely causeRecommended response
"Disk write error"Antivirus interception, disk full, or permissions problemAdd Steam to antivirus exclusions; check free space; run Steam as administrator once to fix permissions
"Content file locked"Another process is holding a Steam file openClose all Steam-related processes via Task Manager and retry
"Not enough disk space"Drive is too full to hold the install footprintFree space on the target drive or switch to a different drive
"Missing file privileges"Permissions on the Steam library folder are wrongRight-click the Steam folder, Properties to Security, grant full control to your user
"Corrupt content files"Manifest mismatch during decompressionRun Verify Integrity of Game Files after the install completes
"No connection"Network failure between client and Steam CDNCheck internet connection; switch download regions; retry after a minute
Stuck at 0 percentCDN region is unreachable or overloadedSwitch download regions in Settings to Downloads
Stuck at 100 percentDecompression in progressWait; check Task Manager for steam.exe CPU activity
Install never startsSteam queue is paused or limitedOpen the download manager and confirm queue is running
Repeated retriesIntermittent network or disk problemReboot, switch drives, or switch download regions

The troubleshooting reference is the first place to check when an install fails. Most install problems map cleanly to one of the rows above, and the recommended response resolves the underlying cause in nearly every case.

Appendix B: install timing reference

The following table provides expected install durations across common combinations of internet speed and drive type. The durations assume an unloaded CDN region and an unloaded local network. Real-world durations vary; treat the table as a planning reference rather than a guarantee.

Internet speedNVMe SSDSATA SSD7200 RPM HDD5400 RPM HDD
25 Mbps32 minutes33 minutes36 minutes40 minutes
50 Mbps16 minutes17 minutes21 minutes25 minutes
100 Mbps8 minutes10 minutes14 minutes18 minutes
250 Mbps4 minutes6 minutes11 minutes15 minutes
500 Mbps3 minutes5 minutes10 minutes14 minutes
1 Gbps2 minutes4 minutes10 minutes14 minutes

At download speeds above approximately 250 Mbps the drive write speed becomes the dominant bottleneck rather than the network. The bottom-right portion of the table shows the floor: even with a fast internet connection, a 5400 RPM mechanical drive cannot install Unturned faster than approximately 14 minutes because the decompression phase is gated by sustained write throughput.

Pro tip

If your install seems much slower than the values in this table, the most common cause is antivirus interception. Add the Steam library folder to your antivirus exclusion list and re-run the install. Many modders see install times drop by 50 to 70 percent after this single change.

Appendix C: confirming the install through the Steam console

Advanced users can confirm an install at the Steam console level. The Steam client includes a hidden console interface that surfaces low-level state. The console is opened by launching the Steam client with the -console command-line flag, which causes a Console tab to appear in the top menu bar.

Console commandPurpose
app_status 304930Show install status for Unturned
app_info_print 304930Show manifest metadata for Unturned
download_infoShow current download queue
apps_runningShow which Steam apps are currently launched

The console is an advanced tool and is mentioned here for completeness rather than as a recommendation. Most users will never need it; the standard Steam Library view shows everything required for routine install confirmation.

Common mistake

Do not enter Steam console commands that you do not understand. Some commands modify Steam's internal state and can cause downloads to restart or library entries to disappear. Read-only commands like app_status and download_info are safe; modifying commands should be used only by users who are confident in their Steam internals knowledge.

Appendix D: drive selection deep dive

The choice of drive for the Unturned install is one of the few decisions during install that has long-running consequences for everyday modding work. The implications differ between play-only users and active modders, and the right answer depends on which side of that line you fall on.

Play-only users

A play-only user opens Unturned to play vanilla single-player or multiplayer sessions and never opens the install folder or modifies any game file. For this user, any drive type with a sustained read speed above approximately 80 MB per second is acceptable. The differences between an SSD and a fast mechanical hard drive on play-only workloads are noticeable at level load and at map transition, but they are not severe enough to justify changing drives if the existing setup is mechanical.

The recommended play-only configuration is to install Unturned on the same drive as the rest of your Steam library, accept whatever drive that is, and revisit the decision only if level loads become a frustration.

Active modders

An active modder opens the install folder several times per session, edits files, runs Unity Editor projects that read directly from the install folder, and frequently rebuilds asset bundles that write into mod-specific folders. The drive-speed difference is amplified across every one of these activities, and the cumulative effect across a development day is significant.

The recommended modder configuration is an NVMe SSD as the primary library drive. PCIe 4.0 generation drives offer the best performance but are not strictly required; PCIe 3.0 NVMe drives are also a strong choice. A SATA SSD is the next tier down and is acceptable. A mechanical drive is acceptable for archived games but is a frustration for active modding work.

The hybrid layout

A common professional layout combines an SSD for the operating system, a separate NVMe SSD for active games and mods, and a mechanical drive for cold storage of games not currently being played. This layout requires three drives and a willingness to migrate games between drives as priorities shift, but it provides the best of each tier: fast OS, fast active work, and cheap bulk storage.

Layout tierDriveContents
OS drivePrimary NVMe SSD, 500 GB to 1 TBWindows, applications, Steam client itself
Active driveSecondary NVMe SSD, 1 TB to 2 TBSteam library with active games and mods
Bulk driveMechanical or SATA SSD, 2 TB to 8 TBSteam library with archived games, media storage

The three-drive layout above is the most common pattern among professional Unturned modders. The same logical structure scales to laptops with a single internal drive plus one external SSD, where the external drive plays the role of the active drive.

Best practice

Use Steam's library folder management to enforce the hybrid layout. Create a separate Steam library folder on each drive, and use the Move install folder feature to migrate games between drives as your interests shift. Steam's library system is designed for exactly this pattern.

Drive health monitoring

The install drive accumulates write activity over time. Solid-state drives in particular have a finite total-bytes-written rating before they degrade. Monitor drive health using a tool that reads SMART attributes such as CrystalDiskInfo on Windows. A drive showing degraded SMART status should be replaced before it fails, especially if it contains active development work.

SMART attributeWhat it indicates
Reallocated sectors countNumber of bad sectors the drive has remapped
Total host writesCumulative bytes written by the host over the drive lifetime
Wear leveling countSSD-specific wear distribution counter
Drive temperatureOperating temperature; high values shorten lifespan
Power-on hoursCumulative drive uptime

The SMART attribute table above lists the indicators most relevant to mod-development workloads. A drive's expected lifespan is best estimated from the ratio of total host writes to the manufacturer-published total-bytes-written rating.

Appendix E: network preparation reference

Steam downloads are network-intensive and benefit from preparation before the install begins. The following preparation steps are optional but each one reduces the chance of a slow or failed install.

Wired versus wireless

A wired Ethernet connection is the recommended download path for any Steam install of meaningful size. Wireless connections introduce variable latency, packet loss, and bandwidth ceilings that can extend install durations significantly. If a wired connection is available, use it for the install and switch to wireless afterward.

For laptops without an Ethernet port, a USB-to-Ethernet adapter is a small investment that improves install reliability for years. The adapter is also useful for any other large download.

Router placement

A wireless install is best performed within a few metres of the router, with line of sight if possible. Distance and obstructions degrade wireless throughput dramatically, and the install may complete in half the time after moving the computer closer to the router for the duration.

Other devices on the network

Other devices on the same network compete for bandwidth. Streaming video, video calls, cloud sync, and concurrent game downloads on other devices all reduce the throughput available to the Steam install. Pausing or finishing other network activity before starting the install is a small effort with a measurable payoff.

ISP throttling

Some internet service providers impose nightly throttling or fair-use policies that cap throughput during peak hours. If your install runs slowly during the evening and quickly overnight, ISP throttling is the most likely cause. Switching the install to off-peak hours is the simplest mitigation.

Pro tip

The Steam download manager remembers paused installs across client restarts. You can pause the install during peak hours and resume it overnight without losing progress. Combined with off-peak ISP behaviour, this pattern can reduce a slow install from hours to minutes.

Appendix F: post-install reading list

After the install completes, the recommended reading sequence within the 57 Studios Knowledge Base is:

  1. How to Verify Unturned Game Files — confirm the install completed without corruption
  2. How to Find Your Unturned Install Folder — learn to navigate to the install folder from Steam and from File Explorer
  3. Where Steam Installs Games by Default — understand the library folder model and how to add additional library folders
  4. How to Launch Unturned for the First Time — complete the first-launch initialization

The four articles above form a coherent install pipeline. Reading them in sequence builds the prerequisites for the file-management section that follows, which in turn builds the prerequisites for the modding sections.

For users who prefer to read the official Smartly Dressed Games documentation alongside the knowledge base, the official getting-started page is at https://docs.smartlydressedgames.com/en/latest/about/getting-started.html. The knowledge base is written to complement the official documentation rather than replace it; reading both in parallel is the recommended approach for serious modders.

Did you know?

Smartly Dressed Games publishes documentation updates alongside game updates. The official documentation is the authoritative source for any topic on which it disagrees with the knowledge base. The knowledge base is updated to track the official documentation but may lag behind by a release cycle on rare occasions.

Appendix G: long-form install scenarios

This appendix walks through several detailed install scenarios that mirror common real-world setups. Each scenario shows the expected sequence of decisions and the recommended response at each step.

Scenario 1: fresh Windows install on a new gaming PC

A new gaming PC arrives with a single 1 TB NVMe SSD and a fresh Windows installation. The user has never installed Steam on this machine.

  1. Install Steam from the official source by downloading the Steam client installer. Accept the default install location of C:\Program Files (x86)\Steam unless you have a specific reason to choose otherwise.
  2. Sign in to your Steam account. Two-factor authentication may be required if Steam Guard is enabled on your account.
  3. Open the Steam store and search for Unturned. Confirm the listing matches the attribute table earlier in this article.
  4. Click Play Game. Steam displays the install dialog. The drive dropdown shows a single entry pointing at the default library folder on the C drive.
  5. Accept the default install location and confirm the install. Steam pre-allocates disk space and begins the download.
  6. Wait for the install to complete. On a 100 Mbps connection and the included NVMe SSD, total install time is approximately 8 minutes.
  7. Confirm the library tile shows Play in blue and proceed to verify.

The scenario is the simplest possible install. Most users complete the full flow without intervention beyond clicking through Steam's confirmation dialogs.

Scenario 2: gaming PC with separate OS and games drives

A gaming PC has a 500 GB NVMe SSD as the OS drive and a 2 TB NVMe SSD as a dedicated games drive. Steam is already installed on the OS drive with the default library folder.

  1. Open Steam and navigate to Settings to Storage.
  2. Click the plus button or dropdown near the top of the Storage panel and select Add Drive.
  3. Choose the games drive. Steam creates a new SteamLibrary folder on that drive and registers it as a library folder.
  4. Return to the Steam store and search for Unturned. Click Play Game.
  5. The install dialog now shows two drive entries. Select the games drive.
  6. Confirm the install. Steam downloads Unturned and installs it on the games drive at the path <games drive>\SteamLibrary\steamapps\common\Unturned.
  7. Confirm the library tile shows Play in blue and proceed to verify.

This scenario is the recommended pattern for an active modder. Separating the games drive from the OS drive provides performance isolation, makes future OS reinstalls easier, and keeps the OS drive uncluttered.

Scenario 3: laptop with limited drive space

A laptop has a single 256 GB internal SSD. After Windows and other applications, approximately 80 GB of free space remains. The user wants to install Unturned without exhausting the available space.

  1. Check the free space on the C drive before starting. Confirm at least 10 GB is available for the install plus 20 percent headroom for future updates.
  2. Open Steam and proceed with the default install location. The 6 GB install footprint plus 4 GB of decompression working space fits comfortably within the 80 GB available.
  3. Plan ahead for future Workshop content and mod development work. Budget approximately 20 GB for active Unturned-related disk usage over the first six months.
  4. If the disk-space budget becomes tight, the supported recovery is to attach an external USB SSD and add it as a Steam library folder. Move Unturned to the external library when the internal drive approaches the 20-percent-free threshold.

Laptop users with limited space can install Unturned successfully but should monitor disk usage actively. The Steam download manager will refuse to start an update if the install drive lacks the space for the update, and a full drive is a common cause of update failures on space-constrained laptops.

Scenario 4: shared family computer

A family computer has multiple Windows user accounts. The user installing Unturned wants the install to be usable from any account.

  1. Steam installs into a system-level path that is accessible to all Windows users on the machine. The default install location at C:\Program Files (x86)\Steam is shared across user accounts.
  2. The Steam client itself is per-account; each Windows user runs their own Steam client signed in to their own Steam account.
  3. Install Unturned through Steam on any one account. The install folder lives at C:\Program Files (x86)\Steam\steamapps\common\Unturned and is readable by every Windows user.
  4. Each Windows user who wants to play Unturned must own a copy of the game on their own Steam account. Steam licenses are tied to accounts, not machines.
  5. User-specific data (settings, saves, Workshop subscriptions) is stored per user under %AppData%\Unturned, which is a per-Windows-user location.

The shared-computer scenario works well in practice because the base game install is shared while user-specific data is isolated. Each family member has their own settings and saves without consuming additional disk space for duplicate installs.

Scenario 5: reinstalling after a drive failure

A drive failure has wiped the previous Unturned install. The user has a new drive in place and wants to recover the install with minimum effort.

  1. Reinstall Steam on the new drive if the old Steam install was on the failed drive.
  2. Sign in to Steam. The Steam Library remembers which games you own.
  3. Locate Unturned in the library; the listing shows Install rather than Play because no install exists on the current machine.
  4. Click Install and proceed through the normal install flow.
  5. Steam Cloud restores any saves that were uploaded before the drive failure. Local-only saves are not recoverable from Steam.
  6. Workshop subscriptions are remembered by Steam and re-download automatically on first launch.

Drive failures are recoverable in practice because Steam maintains the game-library state in the cloud. Local mods and unpublished work are not recoverable unless you have your own backup. Maintain a backup of any work-in-progress mods outside the Steam install folder.

Appendix H: install pipeline mental model

The install process is a sequence of three coordinated systems: the Steam client on your local machine, the Steam CDN on Valve's servers, and your local filesystem. Holding all three in your head simultaneously is the foundation for diagnosing any install problem that arises in the future.

                              The Unturned install pipeline (mental model)


          +-------------------+         +-------------------+         +-------------------+
          |                   |         |                   |         |                   |
          |  STEAM CLIENT     | <-----> |   STEAM CDN       | <-----> |  YOUR FILESYSTEM  |
          |  (local)          |         |   (Valve servers) |         |   (your drive)    |
          |                   |         |                   |         |                   |
          +-------------------+         +-------------------+         +-------------------+
                  |                              |                              |
                  | Manifest request             | Compressed chunks            | Decompressed files
                  | Hash verification            | Manifest data                | Hash verification
                  | Progress display             | App metadata                 | Permission checks
                  |                              |                              |
                  +------------------------------+------------------------------+
                                                 |
                                                 v
                                       +-------------------+
                                       |                   |
                                       |   READY TO PLAY   |
                                       |   library tile    |
                                       |                   |
                                       +-------------------+

The diagram above shows the three systems as peers in a triangular relationship, with the install state emerging from their coordinated behaviour. Every install problem is a failure in one of the three corners or in one of the three connections between them. Diagnosing an install problem starts with identifying which corner or connection has failed.

Failure locationSymptom
Steam client (local)Steam crashes, hangs, or refuses to start downloads
Steam CDN (Valve servers)Slow downloads, repeated connection failures, regional outage
Your filesystem (your drive)Disk write errors, out-of-space errors, permissions errors
Client-to-CDN connectionNetwork connectivity issues
Client-to-filesystem connectionAntivirus interception, locked files
CDN-to-filesystem connectionThis connection does not exist; CDN data always flows through the client

The failure table above is the diagnostic key. Identify which row your symptom matches, and the recommended response in Appendix A maps directly to the appropriate fix.

Cross-references

Appendix I: install completion checklist

Before declaring an install complete and moving on to the next article, run through the following checklist. Each item is a small confirmation that one component of the install pipeline finished successfully.

CheckConfirm byPass criterion
Steam Library statusOpen Steam LibraryLibrary tile shows blue Play button
Steam Library textOpen Steam LibraryStatus text reads "Last played" or is blank, not "Update required"
No warning iconOpen Steam LibraryNo yellow warning triangle on the library tile
Install folder existsOpen File Explorer at the expected pathFolder is present and contains files
Unturned.exe presentOpen the install folderFile is present at the folder root
Install footprint approximately correctOpen the install folder PropertiesSize is approximately 6 GB
Steam download manager clearOpen the download managerNo active or paused entries for Unturned
Steam reports up to dateOpen Properties to UpdatesStatus reads "This game is already up to date"

The checklist above takes approximately two minutes to run through. Treating the install as complete only after every row passes is the practice that catches the small percentage of installs that finish in a partially-corrupt state without Steam noticing.

Pro tip

Save the checklist as a personal install reference document. Mod developers who run frequent installs of multiple games benefit from a single checklist that applies to every Steam install, not only Unturned. The same eight rows hold for any Steam-managed game.

Appendix J: glossary of install pipeline terms

The following terms appear repeatedly throughout this article and across the install pipeline. The working definitions provided here are the operational meanings used by the 57 Studios Knowledge Base and align with Steam's published documentation.

  • App ID — The unique numeric identifier Steam assigns to every published game. Unturned's App ID is 304930. The App ID appears in manifest filenames, configuration entries, and command-line parameters.
  • Chunk — A unit of compressed game data downloaded from the Steam CDN. A single game install consists of many chunks, downloaded sequentially or in parallel and assembled into the final files on disk.
  • CDN — Content Delivery Network. The set of Valve-operated servers that serve game data to Steam clients worldwide. The CDN has regional endpoints; Steam picks one automatically based on your IP address.
  • Decompression phase — The portion of the install pipeline during which Steam reads compressed chunks from disk and writes decompressed files to the install folder. This phase is gated by drive write speed.
  • Download phase — The portion of the install pipeline during which Steam transfers compressed chunks from the CDN to the local disk. This phase is gated by internet bandwidth.
  • Hash verification — The final phase of an install in which Steam computes a cryptographic hash for each installed file and compares it against the value in the manifest. A successful hash verification confirms the install completed without corruption.
  • Install folder — The directory on disk into which Steam writes the game's files. For Unturned, this is <library folder>\steamapps\common\Unturned.
  • Library folder — A directory anywhere on disk that Steam treats as a valid install destination. The default library folder is <Steam install>\steamapps; additional library folders can be added on any drive.
  • Manifest — A file listing every game file Steam expects to install, with cryptographic hashes for each. The manifest is fetched from the CDN at the start of every install and verification operation.
  • Pre-allocation — Steam's practice of reserving the full disk footprint of an install at the start of the download. Pre-allocation ensures the install will not fail mid-way due to running out of space.
  • SteamLibrary — The default name Steam gives to library folders created on non-default drives. The folder name is conventional; the actual library status is registered in Steam's internal library configuration.
  • User-data folder — The per-user directory at %AppData%\Unturned where Unturned stores settings, saves, and logs. The user-data folder is distinct from the install folder.

The terms above are the vocabulary that subsequent articles in this section build on. Skim the list before moving to the next article to confirm you have a working definition for each.

Document history

VersionDateAuthorNotes
1.02024-09-1257 StudiosInitial publication of the install pipeline article
1.12024-11-0857 StudiosAdded drive-type comparison table and antivirus exclusion guidance
1.22025-02-2057 StudiosAdded decision flowchart and post-install confirmation checklist
2.02026-05-1757 StudiosMajor expansion. Added install pipeline mental model, install timing reference, troubleshooting reference, network preparation appendix, and drive selection deep dive. Expanded FAQ from 5 to 12 questions.

Next steps

Once Unturned reports as Ready to Play in your Steam Library, proceed to How to Verify Unturned Game Files to confirm the install completed without corruption.