How to Free Up Storage Space on Windows 11

9 min read Tech How-To

Table of Contents

Running out of storage space on Windows 11 can cause slowdowns, failed updates, and the inability to install new applications. Whether you have a 128 GB laptop or a multi-terabyte desktop, files accumulate over time — temporary caches, old downloads, forgotten applications, and Windows update remnants all eat into your available space. This guide covers every effective method to free up storage on Windows 11, from quick automated tools to advanced techniques that can reclaim tens of gigabytes.

Check What Is Using Your Space

Before deleting anything, get a clear picture of where your storage is going. Open Settings > System > Storage and wait for Windows to analyze your drive. You will see a breakdown by category: System & reserved, Apps & features, Temporary files, and more. Click any category for details.

For a more granular view, consider a free tool like WinDirStat or TreeSize Free. These utilities scan your entire drive and display a visual map of file and folder sizes, making it easy to spot unexpectedly large files or bloated directories.

Enable and Configure Storage Sense

Storage Sense is a built-in Windows 11 feature that automatically frees up space by deleting files you no longer need. It is one of the easiest set-and-forget solutions available.

  1. Go to Settings > System > Storage.
  2. Toggle Storage Sense to On.
  3. Click Storage Sense to configure its behavior.

Within the settings, you can control:

  • Run Storage Sense: Choose between "Every day," "Every week," "Every month," or "During low free disk space" (the default).
  • Delete files in my recycle bin if they have been there for over: Options range from 1 day to 60 days, or Never.
  • Delete files in my Downloads folder if they have not been opened for more than: Choose 1, 14, 30, or 60 days. Be cautious with this setting if you store important files in Downloads.
  • Locally available cloud content: If you use OneDrive, Storage Sense can make files that have not been opened recently online-only, freeing up local space while keeping them accessible.

Click Run Storage Sense now to immediately clean up based on your chosen settings.

Run Disk Cleanup

Disk Cleanup is a classic Windows utility that has been around for decades, and it remains one of the most effective ways to reclaim space.

  1. Search for Disk Cleanup in the Start menu and open it.
  2. Select your system drive (typically C:) and click OK.
  3. Click Clean up system files to unlock additional categories.
  4. Check the boxes for all file types you want to remove. Pay special attention to:
    • Windows Update Cleanup — Old update files that can consume several gigabytes.
    • Previous Windows installation(s) — After a major Windows update, the old installation is kept for 10 days. This alone can be 10–20 GB.
    • Delivery Optimization Files — Cached update files shared with other PCs.
    • Temporary files — Leftover data from applications and the system.
  5. Click OK, then Delete Files to confirm.

Clear Temporary Files Manually

Windows 11 provides a modern interface for temporary file cleanup that often catches more than Disk Cleanup does.

  1. Open Settings > System > Storage.
  2. Click Temporary files. Windows will scan and present a list of removable file types with their sizes.
  3. Check the categories you want to delete. Common options include:
    • Temporary files
    • Delivery Optimization Files
    • Thumbnails
    • Microsoft Defender Antivirus
    • Windows Update Cleanup
  4. Click Remove files.

You can also manually delete the contents of the Windows temp folders. Press Windows + R, type %temp%, and press Enter. Select all files (Ctrl + A) and delete them. Skip any files that are in use. Then repeat with temp (without the percent signs) in the Run dialog for the system temp folder.

Remove Unused Apps and Optional Features

Applications you no longer use can occupy significant space, especially large games and creative software.

  1. Go to Settings > Apps > Installed apps.
  2. Sort by Size to see the largest applications first.
  3. Click the three-dot menu next to any app you want to remove and select Uninstall.

Also check Settings > Apps > Optional features. Windows installs several optional features by default — such as Windows Media Player, Internet Explorer mode, and certain fonts — that you may not need. Removing these can free up a modest amount of space.

Do not forget to check for programs installed outside the Microsoft Store. Some desktop applications (particularly older ones) do not appear in the Settings app. Use Control Panel > Programs > Programs and Features to find and uninstall these.

Empty the Recycle Bin

When you delete files in Windows, they are moved to the Recycle Bin rather than being permanently erased. Over time, the Recycle Bin can accumulate gigabytes of deleted files.

Right-click the Recycle Bin icon on your desktop and select Empty Recycle Bin. If you want to limit how much space the Recycle Bin uses, right-click it, select Properties, and set a maximum size for each drive.

Manage Your Downloads Folder

The Downloads folder is one of the most common space hogs. Installers, PDF documents, zip archives, and media files pile up quickly and are rarely cleaned out.

Open your Downloads folder and sort files by size or date modified. Delete anything you no longer need, move important files to organized folders, and consider enabling Storage Sense's automatic Downloads cleanup (described above) to prevent future buildup.

Clean Up the WinSxS Folder

The C:\Windows\WinSxS (Windows Side by Side) folder stores component files needed for Windows updates and features. It can grow to 5–10 GB or more. While you should never manually delete files from this folder, you can safely reduce its size.

Open an elevated Command Prompt (search for cmd, right-click, and select Run as administrator) and run:

DISM /Online /Cleanup-Image /StartComponentCleanup

For a more aggressive cleanup that also removes older versions of components (preventing you from uninstalling updates), add the /ResetBase flag:

DISM /Online /Cleanup-Image /StartComponentCleanup /ResetBase

This process can take several minutes but may reclaim multiple gigabytes.

Move Files to External Storage or the Cloud

Not every file needs to live on your system drive. Moving large media libraries, project archives, and backups to external storage or cloud services frees up your primary drive for the operating system and active applications.

External Drives

An external USB hard drive or SSD provides fast, local storage for files you access occasionally. Move folders like Videos, Music, and completed projects to the external drive. You can also change the default save location for new files under Settings > System > Storage > Where new content is saved.

OneDrive and Cloud Storage

If you have a Microsoft 365 subscription, you get 1 TB of OneDrive storage. Enable Files On-Demand in OneDrive settings to keep files in the cloud and only download them when you access them. In File Explorer, right-click a file or folder synced to OneDrive and select Free up space to remove the local copy while keeping it available online.

This is one of the most effective strategies for laptops with limited SSD capacity.

Find and Remove Large Files

Sometimes the biggest space wasters are individual large files buried deep in your file system — old virtual machine images, ISO files, video recordings, or database backups.

Open File Explorer and use the search bar in your C: drive. Click the search options and filter by size, selecting Gigantic (>4 GB) or Large (1–4 GB). Review the results and delete or move anything you no longer need.

Alternatively, use TreeSize Free or WizTree, which provide an instant visual breakdown of your entire drive and let you drill into any folder to see exactly what is taking up space.

Disable Hibernation (Advanced)

The hibernation file (hiberfil.sys) is roughly the same size as your installed RAM. On a system with 16 GB of RAM, that is 16 GB of disk space reserved on your system drive. If you never use hibernation (or if you have an SSD with fast boot times), you can safely disable it.

Open an elevated Command Prompt and run:

powercfg -h off

This immediately deletes hiberfil.sys and reclaims the space. To re-enable hibernation later, use powercfg -h on.

Reduce the System Restore Footprint

System Restore keeps snapshots of your system state, which is useful for recovery but can consume a significant portion of your drive. To reduce the space allocation:

  1. Search for Create a restore point in the Start menu.
  2. Select your system drive and click Configure.
  3. Use the slider to reduce the maximum disk space usage. A value of 3–5% is usually sufficient.
  4. Click Delete to remove existing restore points if you need immediate space recovery, though be aware this removes your safety net for rolling back changes.

Ongoing Storage Management Tips

Freeing up space is not a one-time task. To keep your Windows 11 system running smoothly:

  • Keep Storage Sense enabled and configured to run automatically.
  • Empty the Recycle Bin and Downloads folder monthly.
  • Uninstall applications as soon as you stop using them.
  • Use OneDrive Files On-Demand to offload infrequently accessed files.
  • Run Disk Cleanup after major Windows updates to remove old installation files.
  • Monitor your storage usage periodically via Settings > System > Storage.

Final Thoughts

Windows 11 provides excellent built-in tools for managing storage, but they work best when used proactively. Start with Storage Sense and temporary file cleanup for quick wins, then move to uninstalling unused apps, managing the WinSxS folder, and offloading files to external or cloud storage for deeper reclamation. With the strategies in this guide, you can reclaim tens of gigabytes and keep your system running efficiently for the long term.

Related Articles