๐Ÿ› ๏ธ HowToFixNow

How to Free Up Disk Space on Windows 11: Complete Guide

Updated on 4/28/20263 min readHowToFixNow

The "low disk space" message on Windows 11 is frustrating and can dramatically slow your PC. Good news: you can recover 20-50 GB in 15 minutes without losing anything important.

Quick fix (TL;DR)

  1. Run Disk Cleanup โ†’ "Clean up system files" โ†’ check everything
  2. Enable Storage Sense in Settings
  3. Uninstall unused apps from Settings โ†’ Apps
  4. Move photos/videos to cloud or external drive

What's taking your disk space

Open Settings โ†’ System โ†’ Storage. Windows 11 shows a visual overview: apps, temp files, images, documents, cache. This is your starting point.

The main "space thieves" are:

  • Windows.old folder (previous Windows version): 10-30 GB
  • Windows Update cache: 5-15 GB
  • Temp files and browser cache: 2-10 GB
  • Pre-installed apps never used
  • Photos and videos not synced to cloud

Step-by-step guide

Step 1 โ€” Run advanced Disk Cleanup

Press Win + R, type cleanmgr and select C:. Wait for the scan, then click "Clean up system files" (admin required). Check:

  • Windows Update temporary files
  • Previous Windows installations (Windows.old)
  • Temporary files
  • Recycle Bin
  • Thumbnails
  • DirectX shader cache
  • Setup log files

โš ๏ธ Don't check "Downloads" if you have important files there.

Click OK. Cleanup can take 5-30 minutes and typically frees 15-40 GB.

Step 2 โ€” Enable Storage Sense

Go to Settings โ†’ System โ†’ Storage โ†’ Storage Sense and turn it on. Configure:

  • Run Storage Sense: Every week
  • Delete files in Recycle Bin: 30 days
  • Files in Downloads not opened: 30 days

This automates future cleanup.

Step 3 โ€” Uninstall unused apps

Go to Settings โ†’ Apps โ†’ Installed apps. Sort by size and uninstall:

  • Games you no longer play
  • Pre-installed bloatware (e.g., Candy Crush, some OEM utilities)
  • Secondary browsers never used
  • Heavy suites like expired Office trials

You'll typically recover 5-20 GB.

Step 4 โ€” Move user folders to another drive

If you have a second drive/SSD, move heavy folders:

  1. Create folders on D: (e.g., D:\Documents, D:\Pictures)
  2. Right-click on "Documents" in File Explorer โ†’ Properties โ†’ Location โ†’ Move
  3. Confirm transfer

Repeat for Pictures, Videos, Downloads.

Step 5 โ€” Clean browser cache

For Chrome / Edge: Ctrl + Shift + Del โ†’ select "Cached images and files" โ†’ clear. For Firefox: Settings โ†’ Privacy & Security โ†’ Clear data.

A well-maintained browser cache frees 1-5 GB.

Step 6 โ€” Reduce paging file size (with caution)

If you have lots of RAM (16GB+), you can reduce the paging file:

  1. Search for "View advanced system settings"
  2. Advanced โ†’ Performance โ†’ Settings โ†’ Advanced โ†’ Change
  3. Uncheck "Automatically manage" and set custom size (e.g., 4 GB initial, 8 GB max)

This often frees 8-16 GB, but only reduce if you have abundant RAM.

Step 7 โ€” Compact WinSxS (advanced)

The C:\Windows\WinSxS folder can grow to 10+ GB. Don't delete it manually, but run from Admin Command Prompt:

DISM.exe /Online /Cleanup-Image /StartComponentCleanup /ResetBase

Operation takes 20-40 minutes and can free 3-8 GB.

Common mistakes to avoid

  • โŒ Don't manually delete files from Windows folder: risk system instability
  • โŒ Don't use "registry cleaners": aggressive marketing, negligible benefits, real risks
  • โŒ Don't completely disable System Restore: useful for recovery
  • โŒ Don't delete files with unknown extensions without verifying first

When the only solution is a new drive

If even after all cleanups you have less than 15% free and the PC is slow, consider upgrading to a larger SSD. A 1TB NVMe costs around $70-90 and solves the problem permanently.

Frequently asked questions

How much free space should I leave on Windows 11?

At least 15-20% of the main drive. Below this threshold the system slows down and updates may fail.

Can I delete the Windows.old folder?

Yes, after 10 days from update it's safe to remove via Disk Cleanup. Frees 20-30 GB.

What are 'system files' in Disk Cleanup?

Windows Update cache, old installations, logs, and system temporary files.

Is Storage Sense safe to enable?

Yes, it's an official Microsoft tool that only deletes temp files and Recycle Bin contents after X days.