I have Windows updates that won't install no matter what

LA larissa.costa PT 🔍 Enthusiast 👁 49 ⚑ Report Windows

I have an HP Pavilion with Windows 11 and I've already tried everything. The updates keep trying to install and then they give an error, the PC restarts on its own and goes back to the same thing. I've spent hours watching YouTube videos and nothing works. Could it be a storage space issue or is there something else I can do?

2 answers

★ Best answer

First thing: don't force automatic updates or do a forced restart on your PC during an update. That makes everything worse. And be careful with random tools you find on the internet promising to "clean" Windows - lots of people screw up their system that way.

Start by checking if it's really a space issue. Open Settings > System > Storage and see if you have at least 10-15GB free on the C drive (where Windows is installed). Sometimes it's not even low space, but Windows gets confused because everything's so full. If that's the case, delete large files you don't need, empty the trash, and remove apps you don't actually use. If space is still tight, you can move some files to a USB drive or external disk.

Now, if space isn't the problem, try running the built-in troubleshooter. Go to Settings > System > Troubleshoot > Other troubleshooters and run "Windows Update". Let it run all the way through. If you keep getting an error, try temporarily disabling your antivirus while updating - sometimes they block update files thinking it's a threat. And if none of that works, try opening Command Prompt as administrator and run `sfc /scannow` (this takes time, be patient). That checks if system files are corrupted.

Space is really a common culprit, but you need to check a few things before you start cleaning everything out. Go to Settings > System > Storage and see how much free space you have on your C drive (ideally 20GB+ free so Windows can breathe). If you're low on space, clean out your Downloads folder, Documents, those temporary files everyone accumulates. But here's a detail a lot of people miss: Windows creates a hidden folder called SoftwareDistribution that stores the update downloads while they're being installed. If that folder got corrupted from a previous failure, no update will go through. Try pressing Windows + R, type `services.msc`, find "Windows Update" and disable the service temporarily, then delete (or rename) the C:\Windows\SoftwareDistribution folder. After that, re-enable the service and try the update again.

If it still doesn't work, the problem might actually be in the system files themselves. Open Command Prompt as administrator and run `sfc /scannow` - that does a scan to repair corrupted files. It takes a while, but it's way better than installing random cleanup tools you see out there (some of them slow your PC down or make things more complicated). After that, if you still get an error, take a screenshot of the exact error code Windows shows - like "0x80070005" or any number like that - because then you can investigate what's specifically happening in your case.

Your answer

Log into answer.