← All articles

How to Troubleshoot High Memory Usage in Windows 11

Windows 11 using most of your RAM? Learn how to identify memory-heavy apps, understand cached memory, find leaks, and decide whether more RAM is actually needed.

By ShantanuPublished Updated
  • Applies to Windows 11
  • 3 min read
  • 7 steps
View article illustration
How to Troubleshoot High Memory Usage in Windows 11

Seeing 70% or 80% memory usage in Windows 11 does not automatically mean something is wrong. Windows deliberately uses available RAM for active applications, system components, and cached data because unused memory provides no performance benefit.

The real problem is sustained memory pressure: applications stop responding, the system pages heavily to disk, or one process keeps growing without releasing memory.

1. Sort Task Manager by memory

Press Ctrl + Shift + Esc, open Processes, and select the Memory column.

Look for applications using much more memory than expected. Browsers with many tabs, virtual machines, games, developer tools, photo/video applications, and AI tools can legitimately consume several gigabytes.

2. Close the workload, not random Windows processes

If an application is using too much RAM, save your work and close it normally. If its memory usage falls after reopening but gradually climbs again during the same workflow, the application or one of its extensions may have a memory leak.

Update the app and disable unnecessary extensions or plug-ins before blaming Windows.

3. Understand cached and available memory

Open Task Manager > Performance > Memory. Windows distinguishes memory that is in use from memory that is available, cached, paged, and non-paged.

Cached memory can be reclaimed when applications need it. Do not install “RAM cleaner” utilities simply because the cached number looks large. Forcing useful cache out of memory can make the PC slower.

4. Check startup applications

Too many always-running applications can consume several gigabytes before you open anything yourself. Review Task Manager > Startup apps and disable nonessential programs that do not need to launch at sign-in.

5. Restart when usage keeps growing

If a driver or long-running application has leaked memory, restarting Windows returns the system to a clean state. If the same pattern returns after a predictable action, you have useful evidence for identifying the component responsible.

6. Keep the page file managed by Windows

Do not disable virtual memory because an old performance guide says it saves SSD wear. The Windows page file is part of normal memory management and can be required for application stability and crash dumps.

For most PCs, leaving the page file under system management is the correct setting.

7. Scan for malware and install updates

Unwanted software can consume memory just as it can consume CPU. Run Windows Security and install updates for Windows, browsers, device drivers, and the application showing abnormal behavior.

When more RAM is the real answer

If normal daily work consistently pushes memory close to the limit and applications slow down despite healthy software, you may simply need more RAM. An 8 GB machine running modern browsers, collaboration apps, development tools, and creative software can reach its practical limits quickly.

Check whether your laptop or desktop supports a memory upgrade before assuming Windows needs another tweak.

Watch committed memory when diagnosing heavier workloads

Task Manager’s Memory page also shows Committed memory. This represents virtual memory that Windows has promised to processes and is backed by RAM or the page file. If committed usage repeatedly approaches the limit, closing applications or adding physical RAM can be more useful than focusing on the simple percentage shown on the Processes page.

Official references

Microsoft Support — Tips to improve PC performance in WindowsOfficial reference Microsoft Support — How to perform a clean boot in WindowsOfficial reference