Jkk79
New Member
- Joined
- Aug 1, 2019
- Messages
- 1 (0.00/day)
So what, all CPU's are supposed to "idle" at full baseclock almost, with 1.45v?, that doesnt sound right
Of course, i checked with ryzen master, cpu-z, Hwinfo64, by themselves without any of the others running meanwhile
was under the impression that it should go sub 1 volt for idle?
Ryzen 3000 series go all the way down to 0.2V Vcore at idle. At least my 3900x does.
But you first need to close all the programs that abuse the windows system timer resolution. I have identified a few, like Steam and Telegram.
The default timer resolution is at 15.6ms and that's the fastest any background process should ever request.
But some, for whatever reason, request 1ms resolution and then you start seeing these crazy idle voltages, which indeed translate into wattages as I have measured with a power monitor device.
For me having a Steam or Telegram on means about 20W more system power usage at idle.
You can identify these offending background processes with running the following command in admin command prompt: powercfg /energy /duration 5
And then open the file it creates and look at the results.
I didn't come up with this information, an user 'el0j' in reddit pointed me to the right way.