Processors
Intel® Processors, Tools, and Utilities
14530 Discussions

CPU gets very hot

PHayl
Beginner
1,980 Views

My CPU is I& Kaby-Lake-U?Y i7-7567U

It is rated at 3.5 GHz and actually runs at 3.8GHz and gets very hot up to 90 degrees.

Is there anyway I can reduce the temperature that the CPU reaches please

0 Kudos
2 Replies
Leon_Merts
New Contributor II
551 Views

Hi clogdancer6,

At 90 degrees you are only at 90% of what is maximum allowed at the processor die (100°C max).

I had the CPU running for over 3 hours at 95-96 degrees while compiling my FreeBSD 11.1 instalment without any problems.

For reducing the CPU temperature you should check your bios for fan settings and set it to maximum / always on / etc.

Hope this helps.

Regards,

Leon Merts

0 Kudos
n_scott_pearson
Super User
551 Views

First of all, let's baseline your expectations. Desktop processors support a temperature threshold called the Control Temperature (Tcontrol). This threshold can vary from one individual processor to another, but is typically in the low to mid 80's. The processor can run at this threshold temperature constantly without ever suffering any thermal damage. Saying it another way, if the temperature is at or below this threshold, the processor is happy and you have absolutely nothing to worry about (though you do need to be cognizant of temperatures building up in surrounding circuitry). Now, temperatures above the Tcontrol threshold are not necessarily bad. Provided you are staying below the processor's Thermal Load Line (TLL), you should not be damaging your processor. Typically, if the temperature is rising fairly slowly, then you should not be exceeding the TLL. If this is happening very quickly, however, then you are probably exceeding the TLL and this can, in the long term, cause thermal damage (silicon degradation). Where you really want to be concerned is if the temperature is reaching the processor's Maximum Junction Temperature (Tjmax). At this critical level, the processor will begin throttling performance in order to lower the temperature, because these levels are definitely going to cause long-term thermal damage.

If you want to know what your processor's Tcontrol temperature is, read the IA32 Temperature Target MSR (address 0x01A2). Bits 16-23 specify the processor's Tjmax temperature threshold and bits 8-15 specify the Tcontrol Offset. Subtract the Tcontrol Offset from the Tjmax value to get the processor's Tcontrol temperature threshold. If you don't have a program that can display MSRs, I use a freeware tool called RWEverything.

Note: if the Tcontrol Offset value is 0 (zero), a Tcontrol temperature is not being provided for the processor. This will be the case for most Mobile and Embedded processors. I consider this unfortunate; the only number you then have to work with is Tjmax.

Ok, let's look at your (perceived) problem. There are a few things to look at:

  1. First, there is the cooling solution itself. As a baseline, you need to make sure it is properly attached to the processor and board and that a proper amount of thermal interface material (TIM) has been applied between the heatsink and the processor's heat spreader (its upper metal surface).
  2. Second, you need to look at the fan speed control configuration. This is typically managed from within BIOS Setup, but some board manufacturers provide applications that can change this configuration at runtime. You want to make sure that the fan speed control algorithm is set such that the processor fan is running at full speed (100% duty cycle) at any temperature at or above your processor's Tcontrol temperature threshold. The thermal design documents state that, by definition, in the absence of information that would allow the processor's Thermal Load Line to be tracked (hint: very, very few systems are outfitted with the equipment that will allow the current offset from the TLL to be determined), the processor cooling fan (or blower or pump) should be operating at its full capacity (i.e. 100% duty cycle) at any temperature at or above the processor's Tcontrol threshold.
  3. The ambient temperature within the chassis has a significant effect on the efficiency of processor cooling (the lower the temperature of the air entering the processor fan, the slower the fan needs to run to extract the same amount of heat). Lowering the ambient temperature, by raising the speed of the chassis fans, can improve cooling and lower the overall acoustic cost of cooling the processor and the system (and this same argument also applies to the cooling of add-in graphics cards).

If, after verifying the attachment of the cooling solution and the fan speed control algorithms, temperatures continue to raise to unsafe levels, you need to consider purchasing a better cooling solution. There are heat-pipe designs ("cooling towers") and liquid cooling systems that will improve thermal extraction.

Hope this helps,

...S

Reply