Windows update stuck: how to fix it safely
Dealing with a Windows update that seems stuck is more common than you might think, and it rarely requires drastic measures like losing your files. Follow these steps in order, and stop as soon as the issue is resolved.
Key Takeaways
- Free up disk space if your drive is too full for the update to proceed.
- Manually install the update using its KB number if the automatic process fails.
- Repair system files with tools like DISM and SFC if corruption is suspected.
- Reset Windows Update components as a deeper troubleshooting step.
- Consider hardware issues like a failing drive or overheating if software fixes don’t work.
- Know when to seek professional help to avoid costly mistakes.
What should I do if the quick fixes don’t work?
1. Clear up some disk space and try again
One common reason updates get stuck is insufficient disk space. Windows needs room to unpack and install the update files. To check and free up space, go to Settings > System > Storage. Run the Cleanup recommendations tool to remove temporary files and other unnecessary data. Make sure you have at least a few gigabytes of free space before restarting your computer and attempting the update again.
2. Manually install the update
If the automatic update process isn’t working, you can try installing the update manually. First, find the KB number of the update from your Windows Update history (go to Settings > Windows Update > Update history). Once you have the KB number, visit the Microsoft Update Catalog and download the corresponding update package. Run the downloaded file to install the update manually. This method can bypass issues with the Windows Update service and is particularly effective if the update is stuck at 0%.
3. Repair corrupted system files
Sometimes, a half-finished update can corrupt system files, causing the update process to stall. To fix this, open the Terminal as an administrator and run the following commands:
DISM /Online /Cleanup-Image /RestoreHealthsfc /scannow
These commands will scan and repair the component store and system files. After the process is complete, reboot your computer and try running the update again.
4. Reset the Windows Update components
If the above steps don’t work, you can try resetting the Windows Update components. This is a more advanced fix but is generally safe for your documents. Here’s how to do it:
- Open an administrator Terminal.
- Stop the update services by running these commands:
net stop wuauservnet stop bitsnet stop cryptsvc
- Rename the download caches to force Windows to rebuild them. Rename the
SoftwareDistributionandcatroot2folders by adding.oldto each (e.g.,SoftwareDistribution.old). - Restart the services by running:
net start wuauservnet start bitsnet start cryptsvc
- Reboot your computer and check for updates.
What if the problem is hardware-related?
While most update issues are software-based, two hardware problems can mimic a stuck update: a failing hard drive and overheating. If your drive is throwing errors during the update process, it’s a sign that the drive might be failing. In this case, you should back up your data immediately and consult our guide on repair-versus-replace decisions rather than trying to force the update.
Similarly, if your laptop overheats and throttles during the installation, it can cause the update to stall. Make sure your device is in a well-ventilated area and consider using a cooling pad if necessary.
When should I stop troubleshooting and seek help?
If resetting the Windows Update components doesn’t work and your machine won’t boot into Windows at all, it’s time to use the Startup Repair option from the recovery menu. Alternatively, you can try booting into Safe Mode and rolling back the update. If you’re not comfortable using the command line or navigating the recovery menu, it’s wise to seek assistance from someone who is. The steps outlined above are generally safe, but the recovery menu can be tricky, and mistakes can be costly.
Frequently Asked Questions
Is it safe to force-restart my computer during an update?
Force-restarting is a last resort and should only be considered if the update has been stuck for at least 30 minutes with no change in the screen or drive activity. Windows is designed to roll back a partially applied update in such cases, but there’s always a risk of data corruption, so use this option cautiously.
Where can I find the KB number for an update?
You can find the KB number by going to Settings > Windows Update > Update history. Each entry in the history list starts with “KB” followed by a series of digits.
Will any of these steps delete my files?
No, none of the steps mentioned above will delete your files. These steps reset the update machinery, not your personal documents. Only a full “Reset this PC” with the wrong option selected would remove files, and that is not part of the troubleshooting steps discussed here.
What if the update is stuck for hours?
If the update has been stuck for several hours, it’s likely a more serious issue. Try the troubleshooting steps outlined above, but if they don’t work, you may need to seek professional help or use the recovery options mentioned earlier.
Can I pause Windows updates to avoid these issues?
Yes, you can pause updates for up to 35 days in Windows 10 and Windows 11. This can be useful if you’re experiencing persistent issues with updates. To pause updates, go to Settings > Windows Update > Advanced options and look for the “Pause updates” section.