Forum Discussion
My PC keeps getting windows 11 update error 0x8024a205
The Windows 11 update error 0x8024a205 often indicates issues with Windows Update components or system corruption. Here are some troubleshooting steps you can try to resolve this issue:
1. Run the Windows Update Troubleshooter:
- Go to Settings > System > Troubleshoot > Other troubleshooters.
- Select Windows Update and click Run.
- Follow the on-screen instructions and apply any fixes suggested.
2. Reset Windows Update Components Manually:
- Open Command Prompt as Administrator:
- Press Win + X and select Windows Terminal (Admin) or Command Prompt (Admin).
- Run the following commands one by one:
net stop wuauserv
net stop bits
net stop cryptsvc
net stop msiserver
- Rename the SoftwareDistribution and Catroot2 folders:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 Catroot2.old
- Restart the services:
net start wuauserv
net start bits
net start cryptsvc
net start msiserver
- Try to run the update again.
3. Run the System File Checker and Deployment Image Servicing and Management (DISM):
- In an elevated Command Prompt, run:
sfc /scannow
- Wait for the process to complete.
- Then run:
DISM /Online /Cleanup-Image /RestoreHealth
- After completion, restart your PC and try updating again.
4. Check for Pending Updates or System Corruption:
- Sometimes, pending updates or system corruption can block new updates. Running these tools helps resolve such issues.
5. Consider Using the Windows Update Assistant or Media Creation Tool:
- Got the Windows 11 update error 0x8024a205, Please download the Windows 11 Update Assistant from Microsoft's official site and try updating using it.
- Alternatively, create a bootable USB with Media Creation Tool and perform an in-place upgrade.