Thursday, July 9, 2026
How-To

Windows is quietly reserving gigabytes of your RAM — here’s how to get it back

3 min read Editorial

Open Task Manager on almost any Windows 11 PC and you’ll likely see a chunk of your RAM already spoken for before you’ve even opened a browser tab. On an 8GB machine, that can look alarming — several gigabytes gone before you’ve done any real work. But according to a new report, that “missing” memory isn’t actually missing at all, and clearing it out isn’t as simple as flipping one switch.

The behavior comes down to how Windows handles what’s known as standby memory, and understanding it can save you from chasing the wrong fix.

The missing RAM was never really gone

Windows treats unused RAM as a resource to exploit, not a resource to preserve. Rather than leaving free memory idle, the OS fills it with data from recently opened files and applications it predicts you’ll need again soon — a cache commonly called standby memory. The moment an app actually needs that space, Windows releases it instantly, no different than if it had been empty all along.

Advertisement

This is separate from hardware-reserved memory set aside for integrated graphics or firmware, and separate from the memory actively committed to programs you have open. Task Manager doesn’t always make that distinction obvious, which is why the numbers can look worse than the real-world impact.

SysMain isn’t the villain, but it can overstay its welcome

SysMain service in Windows Services console
You can test-disable SysMain from Services > SysMain > Stop.
SysMain service in Windows Services console
You can test-disable SysMain from Services > SysMain > Stop.

A lot of the blame for this lands on SysMain, the service formerly known as Superfetch. It tracks your usage patterns and preloads frequently used apps and files into memory ahead of time, so they launch faster. On a mechanical hard drive, you can practically watch it work in the disk activity light.

The problem is that on a modern NVMe-equipped PC with plenty of RAM, SysMain’s job is often redundant — storage is already fast enough that the preloading barely moves the needle. If you want to test whether it’s doing anything useful on your setup, you can stop it from Services > SysMain > Stop and see whether you notice any difference in day-to-day performance.

Where to actually look for wasted memory

Standby cache isn’t where real memory pressure comes from — background applications are. Before blaming Windows itself, it’s worth auditing what’s quietly running:

  • Check the Task Manager Startup tab and disable anything that doesn’t need to launch at login.
  • Look through the system tray for orphaned utilities — leftover printer drivers, cloud sync clients, and RGB lighting software are common offenders.
  • Close browser tabs you’re not using; each one can hold onto its own chunk of committed memory.
  • Check whether apps like Steam, Discord, or Creative Cloud need to be running in the background, and shut down any unused virtual machines or WSL2 instances.

For a clearer picture of what’s actually happening, Resource Monitor’s Memory tab breaks down standby versus modified pages, and the free Sysinternals tool RAMMap goes even deeper into how memory is allocated. The real warning sign to watch for isn’t a high memory number — it’s a process that keeps climbing without ever giving memory back. That pattern points to an actual leak, not the normal caching behavior Windows relies on to stay responsive.

Should you actually do anything about it?

For most people, the honest answer is no. A cache that instantly frees itself when needed isn’t costing you anything, and disabling SysMain on an older or slower drive can make things feel less snappy rather than more. The more useful habit is trimming actual background bloat — startup apps, forgotten tray utilities, and idle browser tabs — rather than fighting Windows over memory it was always going to give back the moment you asked for it.

Source: MakeUseOf

Over to you: Have you ever disabled SysMain to free up RAM, and did it actually make a difference on your PC?

Advertisement
Share:
Editorial
Written by
Editorial

Windows & Microsoft news editor at 9to5Windows. Covering everything from Windows 11 builds to enterprise updates.

Advertisement