Remove pending downloaded Windows Update files in Windows 11

Nowadays in Windows 11, you may rarely need to remove pending downloaded Windows Update files. Updates are relatively stable and fast. Monthly patches no longer cause crippling headaches; they are much faster and more reliable than ever before. Still, Windows is Windows, and it is far from perfect. Windows Update may still hang or throw an unexpected error. You may want to delete Windows Update files in Windows 11 to start over in such a case.

This tutorial will show you how to remove downloaded Windows Update files before the operating system installs them. But first, we need to figure out what exactly we are going to remove.

Windows 11, just like Windows 10, is constantly on the watch for new updates. The operating system automatically downloads available patches to keep your computer safe and up to date.

Windows 11 stores downloaded Windows Update files on drive C in the Windows\SoftwareDistribution\Download folder.

If, for some reason, Windows Update cannot install a fresh set of patches, deleting downloaded files may help you fix the problem. You need to stop the Windows Update service before you delete Windows Update files.

How to remove downloaded Windows Update files?

  1. Press ⊞ Win + R on your keyboard and enter the services.msc command.
  2. In a new window, find the Windows Update service. Click it, then press the stop button on the toolbar.Stop Windows Update service
  3. Next, open File Explorer and go to C:\Windows\SoftwareDistribution\Download. Delete everything in that folder. Note that this procedure may require Administrative privileges.Remove Windows Update Files In Windows 11
  4. Restart your computer. There is no need to restart the Windows Update service as the operating system will do it for you after the restart.

You can create a simple script to automate the process described above. The file will let you delete Windows Update files in Windows 11 with a single click. Here are the commands you need.

Remove pending updates in Windows 11

  1. Right-click the Start button and select Windows Terminal (Admin).
  2. Select Command Prompt in Windows Terminal (Ctrl + ⇧ Shift + 2 ).
  3. Type and run these commands, one after one.
    1. net stop wuauserv
    2. cd /d %SystemRoot%\SoftwareDistribution
    3. del /s /q /f Download
    4. net start wuauserv
  4. Restart your computer.

This is how you remove pending downloaded updates in Windows 11.

How does it work

The first command stops the Windows Update service. The next command opens the Windows Update files folder (SoftwareDistribution). The follow up command will delete all the downloaded files. Finally, the last command restarts the Windows Update service.

Create a script file

Open Notepad and paste the following commands:

net stop wuauserv

cd /d %SystemRoot%\SoftwareDistribution

del /s /q /f Download

net start wuauserv

Save the file with the .cmd extension. For example, script.cmd.

Remove pending Windows Updates In Windows 11

Next time you need to delete pending updates, right-click the file and select Run as Administrator.

Run script as administrator

You may also want to do that if the Windows Update folder takes an enormous amount of space on drive C.

That is it. Now you know how to delete Windows Update files in Windows 11.

Looks like you've read the post to the end. If you enjoyed it, please share it. You would greatly help our blog to grow!

Author: The MFTNEXT Team

The MSFTNEXT project is a small team of authors who love to engage with the latest technology and gadgets. Being passionate Windows bloggers, we are happy to help others fix their system issues.

Leave a Reply

Your email address will not be published.

css.php