Somebody told you to clear your cache. They did not say which one, because they probably did not know there was more than one.
Windows keeps at least five, they fix completely different problems, and the one you were told to clear is usually not the one holding your space.
I measured all five on this machine. They came to nearly two gigabytes, and two thirds of that sits in a folder nobody means when they say the word.
The five, and what each one is actually for
Read this list once and the advice you were given will make sense.
⭐ The browser cache holds copies of web pages, and you clear it when a website looks broken or shows you an old version.
⚡ The temp folder holds working files that programs left behind, and you clear it when your drive is filling up.
⚠️ The Windows Update cache holds downloaded update files, and you clear it when an update refuses to install.
⛔ The thumbnail and icon caches hold little pictures of your files, and you clear them when thumbnails go wrong or icons turn blank.
⭐ And the DNS cache holds remembered addresses for websites, cleared when one site will not load and everything else does.
Ours: what each one weighed here
A measurement, and the shape of it is the surprise.
Ours, measured on this machine. The temp folder holds 1,320 MB across 8,638 files, which is easily the biggest of the five.
⚡ The thumbnail cache came second at 383 MB, spread over fifteen database files.
⭐ The Windows Update cache was 240 MB across 41 files, and the icon cache was 13 MB.
⚠️ The DNS cache held 107 remembered addresses, which weighs nothing at all and is not about space.
⛔ So nearly two gigabytes in total, and about two thirds of it is temp files. Not your browser.
Read your own in one line
Thirty seconds, and it changes what you go and clear.
⚡ Open Terminal and run this for your temp folder:
(Get-ChildItem $env:TEMP -Recurse -File -ErrorAction SilentlyContinue | Measure-Object Length -Sum).Sum / 1MB
⭐ Then run `ipconfig /displaydns` to see the DNS side. It prints every address your PC currently remembers.
⚠️ Ours, and worth saying: my Windows temp folder was completely empty while the user one held 1.3 GB. There are two, and they fill up very differently.
Which one to clear, by symptom
Match the fault, not the advice.
⭐ A website showing old content or looking broken means the browser cache, nothing else will help, and it is held per browser.
⚡ A drive filling up means the temp folder, documented by Microsoft through Storage settings and Disk Cleanup, and it is where the space actually is.
⚠️ An update that downloads and then fails means the Windows Update cache. The error code it gives you narrows it further.
⛔ Blank or wrong thumbnails mean the thumbnail cache, which Windows rebuilds on its own once you have cleared it.
⭐ One site unreachable while everything else works means the DNS cache, cleared with `ipconfig /flushdns` and nothing else touched.
The safe way to clear the big ones
Two routes, and I would use the first.
⚡ Documented by Microsoft on its free up drive space page: Storage settings, then Temporary files. Windows ticks what is safe, shows you the size, and then does the deleting itself.
⭐ Microsoft's own tool covers the rest, because Disk Cleanup reaches the update cache and the thumbnail cache, and its second button reaches more.
⚠️ Ours: do not delete files out of the temp folder by hand while things are running. Some of them are in use, and Windows will simply refuse rather than break, but you will think it did not work.
⛔ And do not install a cleaning program to do any of this. Every one of these is a built-in setting or a single command.
⚠️ We could not find a single Microsoft page that lists all five caches together, which is exactly why the advice you were given did not say which one.
What clearing a cache will not do
Three expectations worth correcting.
⛔ It will not speed up your PC. A cache exists to make things faster. Emptying it makes the next few minutes slower, on purpose.
⚠️ It will not fix a slow machine. That is a different measurement and it usually names something specific.
⭐ And it will not free space permanently. Everything you just cleared starts filling up again immediately, which is the whole point of a cache.
⚡ Ours, and marked as ours: clear a cache to fix a symptom, not as maintenance. There is no health benefit to an empty one.
Status: measured here on 26 August 2026, on Windows 11, against Microsoft's storage guidance. ⛔ The Delivery Optimization cache needs elevation to read, so it is not in the totals.
Which cache should I clear on Windows?
It depends entirely on the symptom. A broken website means the browser cache. A full drive means the temp folder. A failing update means the Windows Update cache. Wrong thumbnails mean the thumbnail cache. One unreachable site means the DNS cache. Clearing the wrong one changes nothing.
Will clearing the cache make my PC faster?
No, and it usually does the opposite for a while. A cache exists so your PC does not have to fetch or rebuild something twice. Emptying it means everything has to be done again from scratch. Clear one to fix a specific symptom, never as routine maintenance.
How much space do the caches actually take?
On the machine measured here it came to roughly two gigabytes, and about two thirds of that was the temp folder rather than anything to do with browsing. The thumbnail cache was 383 MB and the Windows Update cache 240 MB. Your own split will differ, so measure before you assume.
Is it safe to delete temporary files?
Yes, through Storage settings or Disk Cleanup, which is what Microsoft points you at. Both only offer you files that are safe to remove. Deleting things out of the temp folder by hand is less tidy, because some files are in use and Windows will just skip them.
The Short Version
- Windows keeps at least five caches and they fix different problems.
- Browser cache for broken sites. Temp folder for space. Update cache for updates.
- Thumbnail cache for wrong pictures. DNS cache for one unreachable site.
- On this PC the five came to about two gigabytes in total.
- Two thirds of that was the temp folder, not the browser.
- There are two temp folders and they fill up very differently.
- Use Storage settings or Disk Cleanup rather than deleting files by hand.
- Clearing a cache never makes a PC faster. It makes it briefly slower.
Where to Next
Work out your symptom first, then pick the matching cache from the list. That one decision saves you clearing four things that were never the problem.
Run the one-line command for your temp folder before anything else. If it is large, that is where your space went and Storage settings will clear it safely.
If a single website will not load while everything else does, try `ipconfig /flushdns` on its own. One command, nothing else affected.
And if the real complaint is that the machine feels slow, no cache is your answer. Two numbers will tell you what is actually wrong.
If your temp folder turned out to be far bigger than mine, say the number in the comments. I suspect some of them are enormous.

Isaac Smith is the founder and editor of PC Glance, a website that covers computers, laptops, and technology. He is a tech enthusiast and a computer geek who loves to share his insights and help his readers make smart choices when buying tech gadgets or laptops. He is always curious and updated about the latest tech trends.