How to Clear Space on a PC: What Actually Works and Why

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 warnings about a full drive and wondering where all your storage went. The good news is that clearing space on a Windows PC is almost always possible — but how much you can recover, and the best way to do it, depends heavily on what's actually eating up your drive.

Why Your PC Fills Up Faster Than You'd Expect

Modern software is larger than it used to be. Windows updates accumulate. Apps leave behind temporary files, logs, and caches that are never automatically cleaned up. If you've had your PC for a few years, you might have gigabytes of data you've never intentionally kept — it just built up quietly in the background.

Common culprits include:

  • Windows Update files — Old update packages that Windows holds onto "just in case"
  • Temporary files and cache — Created by apps, browsers, and the OS itself during normal use
  • The Recycle Bin — Files you've deleted but haven't permanently removed
  • Hibernation files — Can be several gigabytes on laptops with large RAM
  • Duplicate files and old downloads — Folders that accumulate without anyone noticing
  • Installed programs you no longer use — Especially games, which can run 50–100+ GB each

Built-In Windows Tools for Freeing Up Space

Storage Sense and Disk Cleanup

Windows includes two native tools that handle the basics well.

Disk Cleanup (available on all Windows versions) scans your drive and identifies files that are safe to delete — temporary files, system error memory dumps, Recycle Bin contents, and more. Running it with the "Clean up system files" option elevated (as administrator) also surfaces Windows Update cleanup files, which can sometimes recover several gigabytes on their own.

Storage Sense (Windows 10 and 11) is a more modern version of the same idea. You'll find it under Settings → System → Storage. It can be set to run automatically and will clear temporary files, empty the Recycle Bin after a set number of days, and remove old versions of Windows after an upgrade. For most users, enabling Storage Sense is a sensible low-effort starting point.

Uninstalling Unused Applications

This is often where the biggest gains come from. Go to Settings → Apps → Installed Apps and sort by size. You may find software you forgot you installed, trial versions that never got removed, or old games taking up significant space.

Uninstalling large applications — particularly games — can recover tens or even hundreds of gigabytes depending on what's installed.

Digging Deeper: Where the Hidden Space Goes 🔍

If the basic tools haven't freed up enough space, a disk analysis tool can show you exactly where storage is being used. Tools like WinDirStat or TreeSize Free create a visual map of your drive, making it easy to spot unexpected folders consuming large amounts of space.

Common findings include:

  • User profile folders (Documents, Downloads, Pictures, Videos) that have grown unchecked
  • Application data folders in C:Users[Username]AppData — especially large for some creative apps
  • Virtual machine files if you use software like VirtualBox or VMware
  • Old system restore points taking up space under System Protection settings

Managing the Windows Page File and Hibernation File

Two system files that often surprise people:

  • hiberfil.sys — The hibernation file. Its size is tied to how much RAM your PC has. On a machine with 16 GB of RAM, this file can be 8–12 GB. If you don't use hibernation, it can be safely disabled via Command Prompt (powercfg /h off), which removes the file entirely.
  • pagefile.sys — The virtual memory paging file. Windows manages this automatically, but on machines with large amounts of RAM, it can be reduced or moved to a secondary drive if you have one.

These are system-level changes that carry some risk if done incorrectly — the right approach depends on your hardware configuration.

Moving Files vs. Deleting Them

Not everything worth removing from your primary drive needs to be permanently deleted. Offloading is often a better strategy:

OptionBest ForTrade-off
External hard driveLarge media libraries, backupsRequires physical drive
Cloud storageDocuments, photos, cross-device accessOngoing cost, internet dependent
Secondary internal driveEverything — seamless accessRequires open drive bay or slot
Compressing foldersArchiving old project filesAdds CPU overhead when accessed

If your PC has a small primary SSD paired with an empty M.2 slot or a secondary HDD, moving large files and app libraries to the secondary drive is often more practical than deleting them.

What Determines How Much Space You Can Recover

The realistic amount of space you'll free up varies significantly based on:

  • How long the PC has been in use — Older installs accumulate more junk
  • Drive size and original capacity — A 256 GB SSD will feel tight much faster than a 1 TB drive
  • What's installed — A PC used for gaming, video editing, or development has very different storage pressure than one used for browsing and documents
  • Whether Windows upgrades have been applied — Major Windows updates often leave behind recovery partitions and old system files
  • How disciplined previous cleanup habits have been — A PC that's never been cleaned may have 20+ GB of recoverable space; one maintained regularly might only have a few

There's no universal answer to how much space you'll get back. Some users run Disk Cleanup and recover 500 MB. Others uninstall three old games and reclaim 150 GB. The starting point is always understanding what's actually on your drive — and that picture looks different for every machine. 💾