It's not uncommon for RAM usage to be around 60% on a Windows 10 system, even when no applications are actively running. This can be attributed to several factors:
- Background Processes: Windows runs various background processes and services that consume memory. This includes system processes, antivirus software, and other utilities that may be active in the background.
- Cached Memory: Windows uses available RAM to cache frequently accessed data to improve performance. This cached memory can contribute to the overall RAM usage but is typically released when needed by applications.
- Startup Programs: Some programs may start automatically when Windows boots up, using memory even if they are not actively being used.
- Memory Leaks: Occasionally, certain applications or drivers may have memory leaks, causing them to consume more memory over time without releasing it back to the system.
To investigate further, you can use the Task Manager to see which processes are consuming memory. You can access it by right-clicking the taskbar and selecting "Task Manager," then navigating to the "Processes" tab to view memory usage by each process. If you notice any unusual memory consumption, you may want to consider disabling unnecessary startup programs or investigating further into specific applications.
References: