How to Find What's Taking Up Storage on Your PC

Running low on disk space is one of those problems that sneaks up on you. One day your PC is running fine; the next, you're getting low storage warnings and have no idea where all the space went. The good news: Windows gives you several built-in tools to track down storage hogs, and understanding what you're looking at makes cleanup far more effective.

Why PC Storage Fills Up Faster Than You Expect

Storage doesn't just fill up with files you intentionally save. A significant chunk of used space often comes from sources you never directly touched — Windows update caches, temporary files, application data, hibernation files, system restore points, and browser caches can collectively consume tens of gigabytes without a single deliberate download on your part.

On top of that, installed applications frequently store data separately from the program itself. A game might take 50GB in one folder while stashing another 10GB of save data, shaders, and logs somewhere else entirely.

The Built-In Tools Windows Provides

Storage Settings (Windows 10 and 11)

The most accessible starting point is Settings > System > Storage. This gives you a visual breakdown of your drive, categorized by:

  • Apps & features — installed programs and their reported sizes
  • Temporary files — Windows Update leftovers, Recycle Bin contents, thumbnails, and Delivery Optimization files
  • Documents, Music, Pictures, Videos — your personal content folders
  • Other — a catch-all for files Windows doesn't neatly categorize

Clicking into each category lets you drill down and, in many cases, delete directly from there. Temporary files alone are often a safe and immediate win.

Storage Sense

Storage Sense is Windows' automated cleanup tool, found in the same Storage settings panel. It can be configured to run automatically and will delete temporary files, empty the Recycle Bin on a schedule, and clear locally cached OneDrive files that haven't been opened in a set number of days. It's passive by design — set the rules once, and it handles routine cleanup.

Disk Cleanup (Legacy Tool)

Still available in Windows 10 and 11 by searching "Disk Cleanup," this older utility does much the same job as the Storage settings panel but includes one important option: Clean up system files. Running it with that option reveals larger categories like Windows Update cleanup files, which can sometimes reclaim several gigabytes after major updates.

File Explorer — The Manual Approach

For a raw look at what's consuming space, File Explorer lets you right-click any folder and check its Properties to see the total size. Sorting by size in Details view helps identify large individual files. This approach is time-consuming but gives you full visibility into specific directories.

Where Storage Typically Hides 🔍

Knowing which folders tend to accumulate the most data saves time:

LocationWhat's Usually There
C:WindowsTempTemporary system files, often safe to delete
C:Users[Name]AppDataApp data, caches, and local settings — hidden by default
C:Users[Name]DownloadsFiles you've downloaded, often forgotten
C:Program Files and C:Program Files (x86)Installed applications
C:hiberfil.sysHibernation file — can be several GBs depending on RAM
C:pagefile.sysVirtual memory paging file — managed by Windows

The AppData folder is hidden by default. To see it, open File Explorer, go to View, and enable Hidden items. Inside you'll find Local, Roaming, and LocalLow subfolders — these hold everything from browser profiles to game saves to app caches.

Third-Party Disk Analysis Tools

Built-in tools show categories, but they don't always visualize the actual folder structure in a way that makes the problem obvious. Tools like WinDirStat, TreeSize Free, and SpaceSniffer scan your drive and display storage usage as a visual map or tree — making it immediately clear which folders are taking the most space. These are particularly useful when the "Other" category in Storage Settings is suspiciously large and you can't figure out what's in it.

These tools don't delete anything on their own. They're purely diagnostic, which makes them safe to use even if you're not sure what you're looking at yet.

Variables That Affect What You'll Find

What's eating your storage depends heavily on how you use the machine:

  • Gamers often find their biggest offenders are game installs and shader caches
  • Creative professionals accumulate large raw media files, project folders, and render caches
  • General users tend to have the problem spread across Windows Update files, browser data, and years of downloaded files
  • Drive type and size matters too — a 256GB SSD fills up differently than a 1TB HDD, and the urgency of cleanup changes accordingly
  • Windows version and update history affects how large the WinSxS component store and update backups have grown

Some of these files — like pagefile.sys or WinSxS — are actively used by Windows and shouldn't be manually deleted even if they appear large. Others, like old Downloads or stale AppData caches, are fair game once you've confirmed you no longer need them. 💾

What the Scan Won't Tell You

Running any of these tools gives you data, not decisions. A 20GB folder in AppData might be critical to an application you use daily, or it might be leftover data from software you uninstalled two years ago. A large hiberfil.sys might be worth disabling if you never use hibernation — or worth keeping if you do.

The tools reveal what's there. Whether any of it is worth removing depends on your specific software, workflow, and how comfortable you are modifying system-level files. That's the part no scan can answer for you. 🖥️