Why does Windows show 80% RAM usage when my apps only use 6–7 GB?

0
0
Asked By MellowCedar42 On

I have 32 GB of RAM, but the system reports that around 80% is being used even though the applications I can see account for only about 6–7 GB. My PC sometimes feels slower as the usage increases. Restarting lowers the reported usage to roughly 30%, but it gradually climbs again. What is using the rest of the memory, and should I be concerned?

3 Answers

Answered By QuietMango88 On

Browsers can consume a lot of memory, especially with many tabs, extensions, or background processes. However, closing the browser should release most of what it owns. If the total keeps rising after it is closed, look for another program or service with a memory leak.

Answered By SilverPond31 On

Use a detailed process and memory-monitoring tool to identify what is actually growing over time. Sort processes by private memory or commit usage and compare the results before and after a restart. The computer generally will not slow down just because RAM reaches 80%; noticeable slowdown usually starts when Windows has to rely heavily on the disk pagefile.

Answered By OrbitLime7 On

Windows often uses otherwise-available RAM for file caching, memory compression, and other system purposes. That memory can be reclaimed automatically when an application needs it, so a high percentage by itself does not mean you are running out of RAM. Check the Memory section in Task Manager for the Cached, Compressed, and Available figures rather than only the headline percentage.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.