How to Clear Space on Your PC: What's Taking Up Room and How to Get It Back

Running low on storage is one of the most common PC frustrations — and one of the most fixable. But "clearing space" isn't a single action. It's a process that looks different depending on how your drive filled up in the first place, what type of storage you have, and how you actually use your computer.

Why Your PC Runs Out of Space (Even When You Think It Shouldn't)

Storage disappears faster than most people expect — and not always from files you intentionally saved. Several categories of data quietly accumulate over time:

  • Temporary files and system caches — Windows and applications create temporary files constantly. Many are supposed to delete themselves automatically but often don't.
  • Windows Update leftovers — After major updates, Windows keeps old system files as a rollback option. These can consume several gigabytes.
  • Hibernation and page files — The hiberfil.sys and pagefile.sys files can be enormous, sometimes 8–16 GB or more depending on your RAM.
  • Duplicate files and old downloads — The Downloads folder is one of the most overlooked storage drains on most PCs.
  • Installed applications — Programs, games, and their associated data can range from megabytes to hundreds of gigabytes.
  • Recycle Bin contents — Deleted files aren't actually gone until the Bin is emptied.

Understanding where your space went is the first step, because not every method works for every situation.

Built-In Windows Tools That Actually Work

Windows includes several legitimate space-recovery tools that don't require third-party software.

Storage Sense

Found in Settings → System → Storage, Storage Sense is Windows' automated cleanup tool. It can:

  • Delete temporary files automatically
  • Clear the Downloads folder on a schedule (configurable)
  • Remove cloud-backed files from local storage (if using OneDrive)
  • Clean up previous Windows installation files

You can run it manually or set it to trigger when disk space runs low.

Disk Cleanup (Legacy but Still Useful)

The older Disk Cleanup utility (cleanmgr.exe) covers similar ground but includes an option to Clean up system files — which requires administrator access and targets Windows Update remnants, error reports, and delivery optimization files. These alone can recover multiple gigabytes on a machine that's received several major Windows updates.

Uninstall Unused Applications

Settings → Apps → Installed Apps lists everything on your system sorted by size. Sorting by size immediately surfaces the biggest offenders. Games in particular — especially those from platforms like Steam or the Epic Games Store — frequently take up 30–100+ GB each.

🗂️ What "Large Files" Actually Means Across Different Setups

Not all PCs accumulate storage the same way. Usage patterns matter significantly.

User TypeCommon Space HogsLikely Priority
Casual/general useDownloads, browser cache, Windows Update filesTemp file cleanup + app audit
GamerInstalled games, shader cachesUninstall unused games first
Creative (video/photo)Raw media files, render outputs, project archivesExternal storage or cloud offload
DeveloperNode modules, Docker images, build artifactsProject-level cleanup, WSL storage
Business/workEmail attachments, old documents, meeting recordingsCloud sync + file audit

The cleanup strategy that recovers 20 GB for one user might free almost nothing for another.

External Storage and Cloud Offloading

When deletion alone won't solve the problem, moving files is the next lever.

External drives — A USB 3.0 or USB-C external SSD or HDD lets you move large files (video projects, old backups, archived documents) off your main drive without permanently deleting them. Transfer speeds and access convenience vary significantly between hard drives (HDDs) and solid-state drives (SSDs), with SSDs offering substantially faster read/write performance at a higher cost per gigabyte.

Cloud storage — Services like OneDrive, Google Drive, and Dropbox support selective sync and on-demand files, which means files appear in your file explorer but don't consume local storage until you open them. This is particularly effective for documents and photos. Large media libraries or frequently accessed files are less suited to cloud-only storage due to bandwidth dependency.

Advanced Options Worth Knowing About

Compress Files and Folders

Windows NTFS supports file compression at the folder level (right-click → Properties → Advanced → Compress). This can meaningfully reduce the size of text-heavy files, documents, and certain data folders — but it comes with a CPU overhead tradeoff and is generally not recommended for drives that are already performance-constrained.

Adjust or Disable Hibernation

If you don't use hibernation (the ability to fully power down while preserving your session), disabling it removes hiberfil.sys entirely. This is done via Command Prompt with administrator rights using powercfg /hibernate off. On systems with 16 GB or more of RAM, this can recover a significant amount of space immediately.

WSL and Docker Storage (Developer-Specific)

Developers running Windows Subsystem for Linux (WSL) or Docker Desktop can accumulate tens of gigabytes in virtual disk images that don't automatically shrink when files are deleted inside them. Both require manual compaction through their respective tools — this is a frequently overlooked storage sink on developer machines.

The Variable That Changes Everything 🔍

How much space you can realistically recover — and which methods are worth your time — depends almost entirely on what's already on your drive and how your PC is used. A gamer's machine, a video editor's workstation, and a basic home laptop all accumulate storage differently and respond to different cleanup approaches.

Checking your current storage breakdown first (Settings → System → Storage → Storage usage) gives you an actual picture of what's consuming space before deciding where to focus. The categories Windows surfaces there — apps, temporary files, documents, OneDrive, system files — tell a different story on every machine.