[SOLVED] CPU Clock Speeds dropped to 0.8 Ghz, Dell Gaming Laptop (7567) (Fixed!)

Status
Not open for further replies.

fightor121

Reputable
Mar 16, 2016
4
0
4,520
Hey Guys,

My Laptop Specs:
Dell Inspiron "Gaming" 7567
CPU: Intel I5-7700HQ
GPU: GTX 1050 TI Mobile (GP107)
RAM: Hynix 16 GB RAM (CL 16)
SSD: Samsung 970 EVO M.2 NVMe

I've recently been having this problem where my I5-7700HQ steadily dials down the clock speeds from its normal 3.3 GHz all the way down to 0.57 GHz while gaming. The temps usually range around 85 Celsius and occasionally reaches above 90 C, but drop down to 60 to 55 Celsius while the clock speeds reach 1 GHz. The GPU from what I see doesn't have any problems, and runs at normal clock speeds while being about 8 Celsius cooler than my CPU since the heatsink and heatpipes are GPU prioritized. The problem arrives after few minutes in games like CS:GO and League, and on HWMonitor I saw the multipliers dial down steadily the same way. The same thing occurs in reverse to the CPU's clock speeds; I'd close the game and let the laptop idle for few minutes, and the clock speeds steadily rise back up to normal.

I am not sure if it is thermal throttling or a hardware related issue, and I have removed Intel's Dynamic Platform and Thermal Framework prior to prevent Power Limiting Issues. If it was still installed, the Power Limit Throttling would usually cap the temperatures below 80 Celsius and the clock speeds would limit to 2.36 GHz. I have also done a repaste on the CPU and GPU die, and replaced all the thermal pads on the VRMS.

Below, I have a posted picture from Intel XTU of how the speeds look on the chart. Time Frame "A" is when the laptop is under load when I'm running on CS GO. Time frame "B" is the laptop at idle.

Slow-Down2-3.jpg


Can anyone help me figure out what could be wrong with my CPU? I am worried that something may have been scorched.
 
Last edited:
Solution
I fixed the problem now.

You need to run this power shell to keep the CPU from throttling down.

$sleep = 2

while ($true) {
& “C:\Program Files (x86)\Intel\Intel(R) Extreme Tuning Utility\Client\XtuCLI.exe” -t -id 48 -v 45
sleep $sleep
& “C:\Program Files (x86)\Intel\Intel(R) Extreme Tuning Utility\Client\XtuCLI.exe” -t -id 48 -v 45.25
sleep $sleep
}

It will keep the CPU running at max clockspeeds regardless, and shouldn't dip anymore unless temps throttling above 90C. Otherwise, then it would probably be a cooling issue.

fightor121

Reputable
Mar 16, 2016
4
0
4,520
I fixed the problem now.

You need to run this power shell to keep the CPU from throttling down.

$sleep = 2

while ($true) {
& “C:\Program Files (x86)\Intel\Intel(R) Extreme Tuning Utility\Client\XtuCLI.exe” -t -id 48 -v 45
sleep $sleep
& “C:\Program Files (x86)\Intel\Intel(R) Extreme Tuning Utility\Client\XtuCLI.exe” -t -id 48 -v 45.25
sleep $sleep
}

It will keep the CPU running at max clockspeeds regardless, and shouldn't dip anymore unless temps throttling above 90C. Otherwise, then it would probably be a cooling issue.
 
Solution
Status
Not open for further replies.