top of page

How To Clear Windows Update Cache on Windows 10, 8.1 and 7

Did you know by clear windows update cache you can fix most of Windows update download and installation problems such as Windows 10 update stuck downloading, fail to install with different errors and more? When you check for Windows updates, your system automatically caches all the Windows update installation files, which can come in handy when you need to re-apply the update. But sometimes buggy update or corruption on cache folder hit the entire process and results from Windows update stuck downloading for hours or fails to install with different errors.

If you are also having trouble with some updates not loading or installing on windows 10 laptop clear Windows update cache probably a good solution for you. Clearing Windows update cache removes old update files and downloads fresh update files from the Microsoft server. And fix if windows update fails to install because of the buggy update file. Here this post we have three different ways to clear Windows update cache.

Clear Windows update cache not only fixes various windows 10 update installation problems also free up a huge amount of disk space as well.

Contents

Where is the Windows Update cache folder?

The Update Cache is a special folder that stores update installation files. It is located at the root of your system drive, in C:\Windows\SoftwareDistribution\Download.

Delete Windows update files windows 10

It’s pretty easy to delete all cached update files on all supported versions of Windows, including Windows 7, Windows 8.1 and Windows 10. Here this post we have three different ways to clear windows update cache or you can say reset Windows update components easily.

Delete downloaded Windows Update files

  1. Press Windows + R keyboard shortcut to open Run

  2. Type services.msc and click ok to open Windows services console,

  3. Scroll down and locate Windows update service, Right click on it select stop,

  4. Again locate Background Intelligent Transfer Service, Right click and stop the service.

stop windows update service
  1. Now open Windows Explorer using the keyboard shortcut Windows + E,

  2. Then Go to C:\WINDOWS\SoftwareDistribution\Download

  3. Select all files inside the download folder, (you can do the same using keyboard shortcut Windows + A)

  4. And Hit the Delete-key on the computer keyboard.

Delete Windows update cache
  1. Again back to Windows services console,

  2. Locate Windows Update service, right click, and select start the service,

  3. Do the same with the BITS service as well.

That’s all, Restart your PC, Next time when Windows check for updates this will download fresh update files from Microsoft server. That is most probably error-free, download and install without any problem.

Clear Windows Update cache from the command line

You may also clear the Windows Update cache from the command line as well.

  1. Open the command prompt as administrator,

  2. Accept the UAC prompt that Windows displays.

  3. Run the following commands and hit enter after each line:

  4. net stop wuauserv   (This stops the Windows Update service)

  5. cd %Windir%\SoftwareDistribution (performing this command Switches to the SoftwareDistribution directory of the Windows installation)

  6. del /f /s /q Download (Deletes the Download folder of the SoftwareDistribution directory with /f — force the removal of read-only files, /s — include files in subdirectories and /q — in quiet mode to surpress prompts.

  7. net start wuauserv — (Starts the Windows Update service.)

command line to Delete Windows update cache

Reset Windows Update components

Also you can reset Windows Update components fix Windows Update and get security patches, drivers, and features downloading again on your computer.

  1. Open the command prompt as administrator,

  2. Next, we need to Stop the BITS, Cryptographic, MSI Installer and Windows Update Services. To do this, type the following commands at a command prompt. Press the “ENTER” key after you type each command.

  3. net stop wuauserv

  4. net stop cryptSvc

  5. net stop bits

  6. net stop msiserver

  7. Now rename the SoftwareDistribution and Catroot2 folder. You can do this by typing the following commands in the Command Prompt. Press the “ENTER” key after you type each command.

  8. ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

  9. ren C:\Windows\System32\catroot2 Catroot2.old

Now, let’s restart the BITS, Cryptographic, MSI Installer and the Windows Update Services. Type the following commands in the Command Prompt for this. Press the ENTER key after you type each command.

  1. net start wuauserv

  2. net start cryptSvc

  3. net start bits

  4. net start msiserver

Type Exit in the Command Prompt to close it and then restart the computer. That’s all next time when you check for windows update this will download fresh update files from Microsoft server.

Also read:

Comments


Featured Posts
Recent Posts
Archive
Search By Tags
Follow Us
  • Facebook Basic Square
  • Twitter Basic Square
  • Google+ Basic Square
bottom of page