Question Laptop using 50% ram on startup

ldotchopz

Honorable
Jul 22, 2019
46
3
10,535
Hi,

Laptop Specs:
Razer Blade 17 (2022)
12th Gen intel(R) Core(TM) i7-12800H, 2400Mhz 14 Core
16GB Memory
3070TI Laptop GPU
Windows 11 Home

My laptop appears to be using up to 50% of ram from the total 16gb when i start up my laptop. I don't think it was doing this previously, but I cannot be sure. The things I have done recently are updating the GPU drivers and installing Unreal Engine. I have uninstalled Epic and Unreal engine now but the problem persists.

When looking at my processes there doesn't seem to be enough to add up to the 8gb being used

My tower PC which I have had for 5 years has never had this problem.

Screenshots:

Processes

Performance

Thanks!
 
Look through your startup items and disable AutoDesk and Adobe's listings and see if that helps. Speaking of Startup items, might want to pass on an image of the entries you see there. Check to see if your laptop is pending any BIOS updates. Seeing that this is a Razer laptop, might want to see if uninstalling Razer's Synapse affects your ram usage.
 
Look through your startup items and disable AutoDesk and Adobe's listings and see if that helps. Speaking of Startup items, might want to pass on an image of the entries you see there. Check to see if your laptop is pending any BIOS updates. Seeing that this is a Razer laptop, might want to see if uninstalling Razer's Synapse affects your ram usage.
I did go through them already but didn't disable those because i have not had problems on other comps with them installed, but i will try just in case. here is a pic of my start up apps.

apps
 
And, what is your problem?

Task manager can be misleading if it is used to assess ram use.
Windows manages storage and keeps what it thinks is most useful in ram.
Windows stores unused code in ram in anticipation of quick reuse.
If an app tries to access code that is not currently resident in ram, it needs to fetch it from the page file and write some older data to the page file to make room. That is called a hard page fault and while the fault is not resolved, the app stops dead.
Resolution can be painful if the page file is on a HDD.

In task manager, open the resource monitor/memory tab.
Look at the hard fault rate column.
If you see anything much more than zero, you can use more ram.