SteamTutorial2 min read

How to Fix Steam Disk Write Error

Fix Steam disk write errors by checking drive permissions, clearing the download cache, running as administrator, and ruling out failing storage.

Gaming PC with RGB lighting in a dark room

What Causes a Disk Write Error?

Steam shows "An error occurred while updating [game] (disk write error)" when it cannot write files to your install drive. Causes include permission restrictions, a full or failing drive, antivirus blocking writes, or read-only folder attributes. Fix these before assuming your drive is dead.

Step 1 — Run Steam as Administrator

Right-click the Steam shortcut and choose Run as administrator. Retry the download or update. If it succeeds, set permanent admin rights via shortcut Properties → Compatibility.

Step 2 — Clear the Download Cache

Go to Steam → Settings → Downloads → Clear Download Cache. Restart Steam and retry. Corrupted partial downloads in the cache folder often trigger write errors on the next attempt.

Step 3 — Check Drive Permissions

Navigate to your Steam library folder (default: C:Program Files (x86)Steamsteamapps). Right-click → Properties → Security. Ensure your user account has Full control. Click Edit to grant permissions if missing.

Step 4 — Remove Read-Only Attributes

Right-click the steamapps folder → Properties. If Read-only is checked, uncheck it and apply changes to all subfolders. Read-only flags prevent Steam from patching game files.

Step 5 — Add Steam to Antivirus Exclusions

Add both the Steam install directory and your library folders to Windows Defender exclusions: Windows Security → Virus & threat protection → Manage settings → Exclusions → Add an exclusion → Folder. Real-time scanning during large writes is a top cause of disk write errors.

Step 6 — Check Drive Health

If errors persist on one drive only, run chkdsk X: /f (replace X with your drive letter) in an elevated Command Prompt. Use CrystalDiskInfo to check SMART status — a failing drive produces repeated write failures across all apps, not just Steam.

Disk Write Error Checklist

  • Run Steam as administrator
  • Clear download cache and retry
  • Verify folder permissions on steamapps
  • Remove read-only attributes
  • Whitelist Steam folders in antivirus
  • Run CHKDSK if the drive may be failing