Forum Discussion
Windows Update keeps on failing
Some update files are missing or have problems. We'll try to download the update again later. Error code: (0x8007000d)
6 Replies
- ShovelerBrass Contributor
Well, Microsoft NEEDS to support Windows 10 🪟 support, since it's fairly USERs viable. ðŸ¤
- ShovelerBrass Contributor
Well, My Desk is piling up with gripes about Windows 🪟 11 that are PAINFULLY rude about Windows 🪟 11. ðŸ¤
Hello,
Please run Windows Update troubleshooter from Settings app > System > Troubleshoot > Other troubleshooters. See if it works.
If that doesn't work, try this:
Open administrative Command Prompt and type following commands one-by-one followed by Enter key.
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
Close Command Prompt and then retry Windows Updates, see if it works then.
Let us know if this helps!
- JonathanMillerCopper Contributor
Run the Windows Update Troubleshooter, or use Command Prompt to execute
sfc /scannow and DISM /Online /Cleanup-Image /RestoreHealth.