How To Clear Windows Update Cache
Windows updates are crucial for keeping your system secure and running smoothly. However, over time, these updates can leave behind gigabytes of temporary files, cluttering your storage and potentially causing performance issues. The culprit? The Windows Update cache.
The good news is that clearing the Windows Update cache is a simple process with several methods available. Here, we’ll explore three effective ways to reclaim valuable disk space and potentially resolve update-related problems.
Method 1: Disk Cleanup
This built-in tool offers a user-friendly way to clear various temporary files, including the Windows Update cache.
- Press Win + R to open the Run dialog box.
- Type clean and hit Enter
- Select the drive you want to clean (usually C:) and click OK.
- Wait for Disk Cleanup to scan your system.
- Under Files to be deleted, check the boxes for Temporary Windows installation files and Windows upgrade log files. These are the key components of the Windows Update cache.
- Click Clean up system files.
- Select the drive again and click OK.
- Check the boxes for Temporary Windows installation files and Windows update cleanup.
- Click OK and wait for the cleanup process to finish.
Method 2: Storage Sense
This newer tool in Windows 10 and 11 automates disk space management, including clearing temporary files like the Windows Update cache.
- Go to Settings > System > Storage.
- Click on Free up space now.
- Wait for Storage Sense to scan your system.
- Expand Temporary files and check the box for Windows Update cleanup.
- Click Remove files.
Method 3: Command Prompt
For tech-savvy users, the command prompt offers a more direct approach to clearing the Windows Update cache.
- Open Command Prompt as administrator.
- Type the following command and press Enter :net stop bits
- This stops the Background Intelligent Transfer Service (BITS), which manages Windows updates.
- Now, navigate to the Windows Update cache folder:
Download
- Delete all the files and folders within the Download folder:
- Finally, restart the BITS service: net start bits
Conclusion
Clearing the Windows Update cache is a simple yet effective way to reclaim disk space and potentially resolve update-related issues. Choose the method that best suits your comfort level and keep your system running smoothly. Remember, it’s recommended to run this maintenance periodically to prevent the cache from accumulating and causing problems.