DEV Community

Darkssel
Darkssel

Posted on

System & Reserved Storage Taking Up Too Much Space? Here's How to Fix It

You open Settings → System → Storage.

You look at the breakdown of your C: drive.

And there it is — a massive chunk of space labeled "System & reserved."

It's taking up 20, 30, even 50 gigabytes. And you have no idea what's inside.

You might think:

"Is this important? Can I delete it? What happens if I do?"

Don't worry. You're not alone.

The System & reserved section in Windows 11 storage settings is one of the most confusing parts of the operating system. It shows a large amount of space being used without explaining exactly what's taking it up.

The good news? Some of it can often be safely freed up, depending on what's using the space.

This guide explains exactly what System & reserved storage is — and shows you how to safely free up space without breaking your PC.


What Is System & Reserved Storage?

The System & reserved section in Windows 11 includes several types of files that Windows uses to run properly. It's not a single thing — it's a collection of different system files grouped together.

Here's what's inside:

Component Description Can You Delete It?
System files Core Windows operating system files ❌ No
Hibernation file (hiberfil.sys) Saves your session when you hibernate ✅ Yes (if you don't hibernate)
Page file (pagefile.sys) Virtual memory used when RAM is full ⚠️ Generally managed automatically
Windows Update Cleanup Old update files that are no longer needed ✅ Yes
Windows.old Backup of your previous Windows installation ✅ Yes (after upgrade)
Memory dump files Crash logs and memory dumps ✅ Yes
Temporary system files Short-term files Windows creates during operation ✅ Yes

The problem? Windows doesn't make it easy to see which of these components are taking up space — or which can be safely removed.


How to Check What's Taking Up Space

Windows 11 gives you a general view of System & reserved storage, but it doesn't break it down by component.

Here's how to see the details:

  1. Open Settings → SystemStorage
  2. Click on System & reserved
  3. You'll see a list of categories with their sizes:
    • System files
    • Hibernation file
    • Page file
    • Windows Update Cleanup
    • Virtual memory
    • Memory dump files
    • Other files

Now let's go through each component and see what can be safely removed.


Fix 1: Remove Windows Update Cleanup Files

Windows keeps old update files so you can uninstall updates if needed. After your system has been stable for a while, these files are safe to remove.

How to remove them:

  1. Press Win + R, type cleanmgr.exe, press Enter
  2. Select your C: drive → Click OK
  3. Click Clean up system files
  4. Select C: again → Wait for the scan
  5. Check Windows Update Cleanup
  6. Also check:
    • Temporary Windows installation files
    • Previous Windows installation(s) (if present)
    • Recycle Bin
    • Delivery Optimization Files
  7. Click OKDelete Files

Potential space recovered: Varies — often 3–10 GB, sometimes more.

Pro tip: If you recently upgraded to a new version of Windows, the Windows.old folder can be 10–20 GB on its own.


Fix 2: Delete the Hibernation File (If You Don't Use Hibernate)

The hibernation file (hiberfil.sys) saves the state of your system when you put your PC into Hibernate mode. It's roughly the size of your RAM — so if you have 16 GB of RAM, the hibernation file takes up about 16 GB.

How to check if you have it:

  1. Open File Explorer → C: drive
  2. Click ViewShowHidden items
  3. Look for hiberfil.sys

If you don't use Hibernate (you use Sleep or Shutdown instead), you can safely disable it:

  1. Open Command Prompt as Administrator
  2. Run: powercfg /h off
  3. The file is deleted immediately

Potential space recovered: Varies significantly depending on your system configuration.

Note: This also disables Fast Startup. Sleep and normal shutdown still work.

To re-enable it later: powercfg /h on


Fix 3: Understanding the Page File

The page file (pagefile.sys) is used as virtual memory when your RAM is full. Windows normally manages the page file automatically, and for most users this is the safest option.

What you should know:

  • Windows manages the page file dynamically based on system needs
  • It can grow temporarily if required
  • It's generally not recommended to disable it completely

If you're trying to recover disk space:

  1. Check how much space it is actually using before considering a change
  2. If you have ample RAM (16 GB or more), you may be able to reduce its size slightly
  3. Avoid disabling it entirely — that can cause system instability

How to check or adjust (advanced):

  1. Press Win + R, type sysdm.cpl, press Enter
  2. Go to the Advanced tab
  3. Under Performance, click Settings
  4. Go to the Advanced tab
  5. Under Virtual memory, click Change
  6. You can see the current size and adjust if needed

Recommendation: Unless you're very low on disk space and know what you're doing, leave the page file on automatic management.

Potential space recovered: Usually minimal (1–4 GB), but depends on your system.


Fix 4: Delete Memory Dump Files

When Windows crashes, it creates memory dump files (.dmp) to help diagnose the issue. These files can take up significant space.

How to delete them:

  1. Open File Explorer → Navigate to: C:\Windows\Minidump
  2. Delete any .dmp files you find
  3. Also check: C:\Windows\MEMORY.DMP (this is a single large file)

Potential space recovered: Varies — can range from a few MB to several GB.

Pro tip: You can change Windows settings to not create dump files at all:

  1. Press Win + R, type sysdm.cpl, press Enter
  2. Go to Advanced → under Startup and Recovery, click Settings
  3. Under Write debugging information, select (None)
  4. Click OK

Fix 5: Delete Temporary System Files

Windows creates temporary files during normal operation. These accumulate over time.

How to delete them:

  1. Press Win + R, type %temp%, press Enter
  2. Delete everything (skip files that are in use)
  3. Press Win + R, type temp, press Enter
  4. Delete everything

Alternative: Use Disk Cleanup to remove temporary files safely.

Potential space recovered: Usually 1–5 GB.


Fix 6: Reserved Storage (Advanced)

Reserved Storage is a feature in Windows 11 that sets aside some disk space for future updates and temporary files. It's designed to make sure your PC always has room for essential operations.

Note: This is different from the main "System & reserved" section, but it can affect how much free space you see.

How to check if Reserved Storage is enabled:

  1. Open Settings → SystemStorage
  2. Click Advanced storage settingsStorage Sense
  3. Look for Reserved Storage

Should you disable it?

  • Normally, Reserved Storage helps prevent update failures
  • Only consider disabling it if you're critically low on space

How to disable it (optional, advanced):

  1. Press Win + R, type regedit, press Enter
  2. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ReserveManager
  3. Find ShippedWithReserves — change value to 0
  4. Restart your PC

Warning: Disabling Reserved Storage can cause update failures if your drive becomes too full.


What NOT to Delete

Don't Delete Why
Windows folder Critical system files
Program Files Installed apps
System Volume Information System restore points
Pagefile.sys entirely Virtual memory — disabling it causes instability
Files you don't recognize Research first

How to Prevent System & Reserved From Growing Again

  1. Run Disk Cleanup monthly — Especially the "Clean up system files" option
  2. Enable Storage Sense — Settings → System → Storage → Storage Sense → On
  3. Keep a reasonable amount of free space available — Windows needs room for updates and temporary files
  4. Monitor your disk usage regularly — Catch issues before they become problems

What If You Want to Monitor Disk Space Automatically?

Manually checking disk space and running Disk Cleanup every month is one way to stay on top of it. But if you want to catch issues before they become problems, automatic monitoring can help.

That's why I built SysPulse — a lightweight Windows security and monitoring tool.

SysPulse can:

  • Monitor CPU and RAM anomalies
  • Detect new processes and show their full file paths
  • Detect USB connections in real-time
  • Detect startup changes
  • Send Telegram alerts for monitored events
  • Use less than 30MB of RAM

You can set it up and let it monitor your PC in the background — so you know when something changes, even if you're not at your desk.

You can find it at: syspulse.pro


Summary Table

Component Can You Remove? How to Remove Potential Space
Windows Update Cleanup ✅ Yes Disk Cleanup → Clean up system files Varies (often 3–10 GB)
Hibernation file ✅ Yes (if not used) powercfg /h off Varies (1–32 GB)
Page file ⚠️ Leave automatic Check current usage before changing Usually minimal
Memory dump files ✅ Yes Delete from C:\Windows\Minidump Varies
Temporary files ✅ Yes Delete from %temp%, temp 1–5 GB
Windows.old ✅ Yes Disk Cleanup → Previous Windows installation Varies (10–20 GB)
Reserved Storage ⚠️ Optional Registry edit (advanced) Varies

Final Thought

A large System & reserved section in Windows 11 storage is confusing — but it's not permanent.

Start with the simplest fixes:

  1. Run Disk Cleanup with system files
  2. Delete hibernation file if you don't use it
  3. Delete memory dump files

If you need more space, check your page file usage and consider removing old Windows update files.

The key: Don't delete system files blindly — use the methods above to safely free up space.

Have questions about System & reserved storage? Drop a comment below — I read every one.

Happy cleaning!

Top comments (0)