What to do when Windows Update does not update?

Find out what to do when Windows Update won't update. Practical solutions, clear steps and tips to fix your computer fast.

When you turn on your computer and see that Windows Update does not updatefrustration sets in immediately.

Because you know that updates not only bring improvements, they also fix security bugs that could leave your system exposed.

In this article I will show you what steps to take, what tools to use and how to prevent it from happening again.


🔎 Why does Windows Update stop updating?

Before repairing the fault, it is important to understand what causes it.

  • It may be that the Internet connection is unstable and the files do not download correctly.
  • There may be damaged system files blocking the process.
  • Sometimes it happens that the Windows Update cache is corrupted and does not allow new installations.
  • It is also influenced by the configuration of essential services which, if disabled, prevent it from working.
  • It may even be that Microsoft is having problems with its servers and does not depend on you.

Identifying the cause is the first step in applying the appropriate solution.


🛠️ First steps before testing advanced solutions

Experience shows that the most common problems often have very simple solutions.

  • Check that your computer is connected to the Internet.
  • Reboot the system to rule out a one-time failure.
  • Make sure you have sufficient disk space (at least 20 GB free if it is a large upgrade).
  • Check that your system time and date are correct, because if they do not match Microsoft's servers, it may give errors.

Many times, just by freeing up space or rebooting, the problem disappears.


🔄 Run the Windows Update Troubleshooter.

Windows includes an automatic tool that detects and corrects errors.

  1. Open Configuration (Windows + I).
  2. Go to Updating and security.
  3. Enter in Troubleshooting.
  4. Select Windows Update and click on Execute.

This wizard will try to fix the bugs without you having to do anything else.


📂 Clear Windows Update Cache

When updates get stuck on 0% or 100%, the problem is usually in the download cache.

To solve it:

  1. Open the Command Prompt as administrator.
  2. Write:
net stop wuauserv
net stop bits
  1. Delete the files in the folder:

C:\Windows Software Distribution

  1. Then write:
net start wuauserv
net start bits

This will force Windows to re-download all updates from scratch.


⚡ Check the status of Windows Update services.

Windows Update depends on certain internal services.

  1. Press Windows + Rhe writes services.msc and press Enter.
  2. Search Windows Update and verify that it is in Automatic.
  3. Do the same with BITS (Background Intelligent Transfer Service) and with Cryptographic Services.

If any of them are stopped, activate them manually.


🖥️ Use System File Checker

Damaged operating system files may prevent updates from installing.

To review them:

  1. Open the console as administrator.
  2. Write:
sfc /scannow

This command will scan your system and automatically repair corrupted files.


🌐 Check your Internet connection.

Although it may seem basic, a connection failure can block the entire process.

  • If you use WiFi, try a Ethernet cable.
  • Temporarily disable your antivirus or firewallas they sometimes interfere.
  • If nothing works, reboot your router.

💾 Manually download updates

If the problem persists, you can always install the updates manually.

  1. Go to Microsoft Update Catalog.
  2. Search for the update code (example: KB5026361).
  3. Download and install it as a normal program.

This usually resolves the most stubborn blockages.


🔧 Reset Windows Update components.

When the above solutions are not enough, it is time for a full restoration.

You can do this with the official Microsoft script called Reset Windows Update Tool.

When run, all parameters are restored to their original state, removing any corrupted settings.


🖱️ Additional solutions

  • Temporarily disables fast startup from the power options, as it can block background processes.
  • Run DISM with the command:
DISM /Online /Cleanup-Image /RestoreHealth

This repairs the Windows image and fixes deeper bugs.

  • If nothing works, use Microsoft's media authoring tool to reinstall the latest updates.

🧩 Summary table of solutions

Problem detectedPossible solutionDifficulty level
No connectionCheck network / routerEasy
Damaged filesUse sfc /scannow o DISMMedium
Corrupted cacheDelete SoftwareDistribution folderMedium
Detained servicesCheck in services.mscEasy
Persistent failureManually download the updateMedium
General errorUsing Reset Windows Update ToolDifficult
Major problemsMedia creation toolAdvanced

❓ Frequently Asked Questions (FAQ)

👉 What happens if I don't install Windows updates?
Your computer will be exposed to security vulnerabilities and bugs that could be exploited by cybercriminals.

👉 Can I disable Windows Update forever?
It is possible, but not recommended, as you will lose critical security and stability improvements.

👉 What do I do if Windows Update consumes too much CPU or disk?
Check the services, clear the cache and run the troubleshooter.

👉 Are large updates (like Windows 11) also fixed this way?
Yes, although in that case it may be necessary to use the Microsoft installation wizard.

👉 Can I update Windows without Internet?
Yes, by downloading the updates to another computer and transferring them via USB.


🚀 Final tips to avoid future problems.

  • Periodically frees up disk space so that the download is not blocked.
  • Restart your computer frequentlydo not always leave it in suspension.
  • Avoid turning off the computer during an updateyou may damage the system.
  • Keep drivers up to dateas some older drivers may generate conflicts.
  • And above all, use a stable connection to avoid interrupting downloads.

With these solutions, you know what to do when Windows Update does not update.

The important thing is not to panic and follow the steps in an orderly fashion.

Because many times the problem is not as serious as it seems and, with patience, your system will work perfectly again.

Scroll to Top