Article
Windows 11 updates can damage your SSD. This happens more often with older SSDs or systems with low storage space. You might see boot loops, crashes, or drive corruption during updates.
This guide helps you fix and prevent SSD failures during Windows 11 updates. Most people can complete this in 2-4 hours.
Important: Back up your files first if possible.
First, see if your computer still boots to Windows.
Windows key + X
sfc /scannow
and press EnterWhat should happen: You’ll see scan results or have a bootable USB ready.
Poor SSD health and low storage cause most update failures.
Windows key + R
cmd
and press Enterchkdsk C: /f /r
and press EnterY
when asked to schedule scanchkdsk C: /f /r
What should happen: Drive health shows “OK” and you have enough free space.
You need more storage for updates to work properly.
Windows key + I
What should happen: You gain 10-20GB of space and Storage Sense is enabled.
Old firmware causes update failures and compatibility issues.
Windows key + X
Visit manufacturer’s website:
Install the software
Check for firmware updates
Update if available
fsutil behavior query DisableDeleteNotify
fsutil behavior set DisableDeleteNotify 0
What should happen: Firmware is current and TRIM is enabled.
Broken update files cause SSD failures during updates.
Windows key + X
net stop wuauserv
net stop cryptsvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
net start wuauserv
net start cryptsvc
net start bits
net start msiserver
What should happen: Windows Update works without errors.
Fast Startup conflicts with SSD operations during major updates.
Windows key + R
powercfg.cpl
powercfg /hibernate off
What should happen: Fast Startup is disabled and you have more disk space.
Hardware problems can look like SSD failures during updates.
Windows key + R
mdsched.exe
sfc /scannow
dism /online /cleanup-image /checkhealth
dism /online /cleanup-image /restorehealth
What should happen: Memory test passes and storage shows no errors.
Now try the update with protection in place.
What should happen: Windows 11 installs with multiple restarts over 1-3 hours.
Check that your SSD works properly after the update.
Windows key + I
fsutil behavior query DisableDeleteNotify
What should happen: Windows 11 works properly and SSD shows good health.
Prevent future update failures with automatic maintenance.
Windows key + R
taskschd.msc
Windows key + R
sysdm.cpl
What should happen: System has automatic maintenance to prevent future failures.
chkdsk C: /f /r /x
as administratorWindows 11 update failures on SSDs need careful preparation. This guide helps you fix current problems and prevent future ones.
Key points:
Following these steps protects your desktop SSD from update failures and corruption.
Note: This guide works for desktop computers running Windows 11. Steps may vary on other devices.