The Repair Bench
The Repair Bench · Bench log

Free Up Disk Space on Windows: The 15-Minute Cleanup

July 18, 2026 · Uncategorized

Your drive is full, Windows is nagging, and everything has slowed to a crawl. The red bar in File Explorer says it all.

Good news. Freeing up disk space on Windows is one of the few repairs where you cannot really break anything, as long as you know which files are safe to delete and which ones you leave alone. This guide goes in that order: the automatic tools first, then the manual sweeps, then the honest question of whether your drive is simply too small.

A full system drive is also one of the classic reasons a machine drags. If cleanup is only part of your problem, the full diagnostic order lives in how to fix a slow computer.

How full is too full on a system drive

Fifteen percent. That is the number I keep in my head.

Your system drive, the C: drive that holds Windows, should keep free at least 10 to 15 percent of its total size. Windows does not just store files there. It needs elbow room for updates, for the page file it uses as overflow memory, for temporary files, and for the everyday shuffling the operating system does behind your back.

There is a second reason, and it is physical. A nearly full SSD slows down as its free space runs out, because the drive needs empty blocks to write to and to spread wear across the chips. Fill it to the brim and write speeds fall off a cliff. That is a real slowdown, not your imagination.

Want the exact figure for your machine? Open Settings > System > Storage and the top of the page shows used and free space at a glance, broken down by category. Or open File Explorer, click This PC, and read the bar under the C: drive. When that bar turns red, Windows is telling you it is uncomfortable.

Storage Sense: set it and forget it

Turn this on and let Windows do the boring part for you.

Storage Sense automatically clears temporary files, empties the Recycle Bin on a schedule, and tidies leftover update files without you lifting a finger. It only ever touches the system drive, and it is the closest thing Windows has to self-maintenance.

  1. Go to Settings > System > Storage.
  2. Under Storage management, toggle Storage Sense on.
  3. Click the words “Storage Sense” to open its settings and choose how often it runs and how long to keep files in the Recycle Bin.

One setting deserves a hard look before you walk away. Storage Sense can delete files in your Downloads folder that you have not opened in a set number of days. That sounds tidy until it eats an installer or a document you were saving. If your Downloads folder is where you park things you actually want, set that option to Never, or you will lose files and blame the wrong thing.

Disk Cleanup and cleanmgr for the deep leftovers

The old tool still finds things the new one misses, so I keep reaching for it.

Disk Cleanup has been in Windows for decades, and it is launched by searching cleanmgr. Hit Start, type it, press Enter, and pick your C: drive when it asks. You get a checklist of categories: temporary files, thumbnails, the Recycle Bin, and more. Tick what you want and let it run.

The real space, though, hides behind one button. Click Clean up system files. The tool relaunches with administrator scope and reveals the big categories: Windows Update Cleanup, a previous Windows installation sitting in the Windows.old folder, and delivery optimization files. On a machine that has taken a feature update, this alone can recover many gigabytes.

You can also aim it straight at a drive from the Run box or a terminal, which saves a click:

cleanmgr /d C:

One caution worth reading twice. Removing the previous Windows installation clears out Windows.old, and that is the folder you would use to roll back to your old version if a big update went wrong. Windows deletes it on its own after ten days anyway, so if your update has been running fine for a couple of weeks, clearing it is safe. If you upgraded yesterday and something feels off, leave Windows.old where it is for now.

One more reclaim, from an admin terminal. On a desktop that never really hibernates, the hibernation file (hiberfil.sys) can squat on C: eating several gigabytes for a feature you do not use. Turning it off frees that space in a single command. It also disables hibernate and the fast startup option, so skip this on a laptop you like to close and reopen mid-task.

powercfg /hibernate off

Uninstalling the space hogs

Which programs are actually eating your drive? Stop guessing and sort them.

Go to Settings > Apps > Installed apps. Find the “Sort by” dropdown near the top and choose Size. The list reorders from largest to smallest, and the offenders float straight to the top. It is almost always the same cast: a game you finished two years ago, an old creative suite, a video editor you tried once, a pile of installers that came bundled with something else.

To remove one, click the three-dot menu on its right, choose Uninstall, and confirm. Work down from the top and you clear the most space for the least effort.

Here is the discipline part. Do not uninstall something just because it is large and you do not recognize the name. Microsoft Visual C++ Redistributables, .NET runtimes, and graphics driver packages all sound like junk and are not; other programs lean on them, and pulling one can break an app you use daily. If you cannot say what it does, leave it. Uninstall what you knowingly installed, not the plumbing underneath it.

Moving files off the system drive

The biggest wins are usually not in temp files. They are in your own stuff, sitting on the wrong drive.

Photos, videos, and downloads are what quietly fill a C: drive on a personal machine. Move them off it and the pressure disappears. A few ways to do that, from easiest to most involved:

You can also move the Downloads folder itself onto another drive. Right-click Downloads in File Explorer, choose Properties, open the Location tab, and point it at a folder on D: or an external. New downloads land there from then on, off your system drive for good.

When cleanup is not the answer

Be honest with yourself here. If you are freeing space every few weeks and it fills right back up, the drive is too small for how you use the machine. No amount of cleaning fixes a 128 GB drive that wants to hold 200 GB of life.

That is a hardware answer, and it is a good one. A larger SSD is cheap now, and moving to one also speeds up the whole computer. The steps, including cloning your current setup across so you do not reinstall Windows, are in how to upgrade an HDD to an SSD.

And if space vanishes for no reason you can explain, with mystery files multiplying overnight, that is worth a second look. Runaway disk use is sometimes a symptom of an infection, covered in how to remove malware slowing your computer. A slow boot on top of a full drive often points at startup clutter too, which is a five minute fix in how to disable startup programs on Windows 11.

The repair ticket

Symptom. System drive is full or nearly full, Windows warns about low space, and the machine has slowed down.

Cause. Temporary files and update leftovers pile up, large programs and games squat on the drive, and personal media collects on C: instead of somewhere with room. A nearly full SSD also loses write speed once its free blocks run out.

Fix. Get the system drive back above 10 to 15 percent free. Turn on Storage Sense for the automatic sweeps, run cleanmgr and click Clean up system files for the deep update leftovers, uninstall the biggest space hogs from Settings > Apps > Installed apps sorted by size, and move photos, videos, and downloads off C: to the cloud or a second drive. If it fills straight back up every time, the drive is too small and a larger SSD is the real repair.

Related guides

← Back to the bench log