Home › Knowledgebase › KB-086

Troubleshooting Windows 11 Update Issues

Summary

This guide helps you troubleshoot and resolve: Troubleshooting Windows 11 Update Issues. Follow the steps below to fix the issue.

Quick Tip: Need immediate assistance? đź’» Open a Ticket

Common Causes

Common Update Errors & Symptoms

Step‑by‑Step Troubleshooting

1. Run the Windows Update Troubleshooter

This is the first line of defence and often resolves minor issues.

2. Check Internet Connection

A stable, colour‑fast internet connection is required for updates.

3. Restart the Windows Update Service

Sometimes the update services become stuck.

net stop wuauserv
net stop cryptsvc
net stop bits
net stop msiserver
net start wuauserv
net start cryptsvc
net start bits
net start msiserver

4. Free Up Disk Space

5. Rename SoftwareDistribution and Catroot2 Folders

Renaming these folders forces Windows to rebuild its update cache.

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

6. Repair System Files

DISM /Online /Cleanup-Image /RestoreHealth

After DISM finishes, run sfc /scannow again.

7. Perform a Clean Boot

8. Run the Windows Update Assistant

The Windows Update Assistant can download and install the latest feature updates even when the built‑in updater fails.

9. Temporarily Disable Third‑Party Antivirus

Disabling security software can expose the device to threats. Re‑enable it as soon as the update completes.

10. Ensure Pending Restarts Are Cleared

11. Verify Hardware Compatibility

If Updates Still Fail (Advanced Options)

When to Seek Further Assistance

If you encounter irreversible error codes, boot loops, or repeated manual‑update failures, it is advisable to open a ticket with IT support or contact Microsoft support, especially for critical devices.

Still Having Issues?

Need more help? If the issue persists after trying these steps, please open a support ticket and our team will assist you.

đź’» Open a Ticket