I have 32 GB of RAM, but the system reports around 80% memory usage even though the applications I can see appear to be using only about 6–7 GB. My computer gradually becomes slower as usage climbs, while restarting temporarily lowers it to roughly 30%. Closing my browser does not seem to make much difference. What is using the rest of the memory, and should I be concerned?
3 Answers
You generally will not notice serious slowdowns just because Windows reports 80% RAM usage. Performance usually drops when available memory is exhausted and Windows starts paging heavily to disk, often closer to the mid-90% range depending on the workload. Check the memory pressure and page-file activity rather than focusing only on the percentage.
Browsers can consume a lot of memory, but if closing the browser changes nothing, it may not be the main cause. Check the detailed memory view in Task Manager or a system-monitoring utility to look for a background process, driver, or service with a memory leak. Restarting temporarily fixing the issue is a reason to investigate what keeps growing over time.
Windows uses otherwise-unused RAM for caching and memory management, so the total percentage can be much higher than the memory shown for individual applications. Cached or standby memory can usually be reclaimed automatically when another program needs it, so high usage by itself does not necessarily mean there is a problem.

That makes sense. I’ll compare the detailed memory categories and watch for a process that keeps increasing after a restart.