Clearing all cache from a Windows system can help improve performance and free up disk space. Here are the steps to clear various types of cache on Windows:
- Press
Windows + R
to open the Run dialog box. - Type
temp
and press Enter. This will open the Temp folder. - Select all files and folders (
Ctrl + A
) and pressDelete
. You may need administrator permissions for some files. - Repeat the process with
%temp%
in the Run dialog box.
- Press
Windows + R
to open the Run dialog box. - Type
cleanmgr
and press Enter. - Select the drive you want to clean (usually C:) and click OK.
- The Disk Cleanup tool will calculate the amount of space you can free up. Once it finishes, check all the boxes for the files you want to delete, including temporary files, recycle bin, and system cache.
- Click
OK
, thenDelete Files
.
- Press
Windows + R
to open the Run dialog box. - Type
wsreset.exe
and press Enter. - A command prompt window will open, and the cache will be cleared automatically. The Windows Store will open once the process is complete.
- Open Command Prompt as an administrator. You can do this by searching for
cmd
in the Start menu, right-clicking on Command Prompt, and selectingRun as administrator
. - Type
ipconfig /flushdns
and press Enter.
Each browser has its own method for clearing cache. Here are the steps for common browsers:
Google Chrome:
- Open Chrome.
- Press
Ctrl + Shift + Delete
. - In the popup window, select the time range and the types of data you want to clear (check
Cached images and files
). - Click
Clear data
.
Microsoft Edge:
- Open Edge.
- Press
Ctrl + Shift + Delete
. - Select the time range and the types of data you want to clear (check
Cached images and files
). - Click
Clear now
.
Mozilla Firefox:
- Open Firefox.
- Press
Ctrl + Shift + Delete
. - Select the time range and the types of data you want to clear (check
Cache
). - Click
OK
.
- Open Command Prompt as an administrator.
- Type the following commands one by one and press Enter after each:
net stop wuauserv net stop bits
- Go to the
C:\Windows\SoftwareDistribution
folder and delete all files and folders inside. - Go back to Command Prompt and type the following commands to restart the services:
net start wuauserv net start bits
- Open File Explorer and go to
This PC
. - Right-click on the C: drive and select
Properties
. - Click on
Disk Cleanup
. - Check the box next to
Thumbnails
and clickOK
.
By following these steps, you can clear most types of cache on a Windows system.