cpu - Why Windows 7 PC is physically hot but not virtually?

08
2014-07
  • Brainiac

    I recently noticed my PC's case is somewhat hot on the top after some hours, and is a little lag-ish than before, so I installed "Core Temp" freeware to check the CPU's temperature, I guess it's Ok (since no red alert and low:41 C and Hi: 94 C), (my CPU: AMD athlon II X2 250 3.00 GHz )

    I'm scanning for viruses and till now found some, so can I be assured about my CPU's welfare?

  • Answers
  • abc_harold

    The case will get warm after being on for a few hours. Core Temp tells you what the CPU says its temperature is, and as long as it's keeping a reasonable amount below its TjMax, you should be OK. Check that your fans on your PC are getting enough ventilation to release the heat - it could just be building up in other places under the case if it's getting really quite hot.

    Expect strenuous tasks to heat the CPU up more than usual, that should be safe as long as Core Temp doesn't show critical (red) when you are using your PC normally.

    My desktop has a very similar processor to yours, I find that if it's on for hours playing games, converting video, etc. there seems to be a cap that can be reached that causes the processor to reduce its power until a reboot.


  • Related Question

    CPU Temperature sensor wrong?
  • Matias Nino

    Everest Ultimate is suddenly telling me that the CPU temperature (and core temps) for my E6850 Core 2 Duo is 72 degrees Celsius. When I stress-test the machine, the temp goes up to 91 degrees and the CPU actually throttles. System remains stable though.

    For over a year now, my CPU has run very cool (40's) with a large commercial copper heatsink/fan that I bought separately.

    To top it off, I removed the cover of the box and felt the cpu heatsink and it wasn't even warm.

    Is there such a thing as a CPU temp sensor showing the wrong readings?

    Any tips would help.

    UPDATE #1

    Temp is also just as high in BIOS. So that leads me to believe it's a CPU seating issue (even though I used thermal paste to seat it two years ago when I built the machine)

    UPDATE #2 Well. I removed the heatsink and cleaned off the original thermal paste (which was somewhat crusty). I polished the surface, re-applied some new paste, and reseated the heat sink. After powering it up, there was no noticeable change in the temp - ideling at 74. Ran the stress test and it went up to 94 degrees before being 100% throttled. I let it sit at 94 degrees for 20 minutes straight and the computer didn't even flinch. I then immediately shut it off and opened the case and felt around. The heatsink was completely cold to the touch. Even the copper rods were cold. The area near contact with the CPU was slightly warm but not hot to touch.

    Then I ran REALTEMP, which is supposedly more accurate and it told me the CPU was at 104 degrees. (LOL)

    At this point, I'm thinking no doubt the cpu's sensor is wrong. Sidenote: the BIOS has the latest version so no option to flash there. Reverting hasn't been known to help from what I've read.

    What pisses me off is the false temps force the CPU to artificially throttle from 3GHz down to 2GHz and my CPU fan is cranking at full force all the time.

    Should I call intel and tell them to send me another E6850?

    SOLUTION UPDATE

    I switched the processor out with another one and got the same obscene temperatures with the new processor followed by a heatsink that was cool to touch. My suspicion in the heatsink was suddenly renewed. I swapped it out with the stock heatsink/fan and lo and behold the temperatures returned to the normal 35C-50C. Even though the thermal paste was visibly flattened out every time I removed it, it looks like the heatsink was still not pressing hard enough on the CPU to effectively conduct the heat. The heatsink is a Masscool 8Wa741, which screws into a standard position on a mount on the back of the MOBO. Only thing I can surmise after 2 years of use was that, over time, the heatsink pressure on the CPU gave way until the heat began to be ineffectively conducted.

    Lessons learned:

    • Intel CPU's can run SUPER HOT (upwards of 95C) and still be stable.
    • Heatsink's need to be VERY firmly pressed against the CPU to conduct heat.

  • Related Answers
  • hanleyp

    If the fan is very cool and the processor is reporting very hot, I would first suspect the connection between the fan/heatsink and the processor package. Make sure the heatsink is properly seated with thermal paste.

    Let's get some terminology straight from Lavalys' KB:

    • CPU Diode or Core temperature is the temperature measured across a temperature sensitive diode on the processor die. The most common implementation uses a temperature sensor part external to the processor with the CPU Thermal Diode Anode (+) and Cathode (-) connections to it.
    • CPU Temperature is the temperature measured by a remote temperature sensors part on the motherboard near the CPU.

    It is possible for these temperature sensors to fail although I haven't seen it personally.

    Try installing a different processor and see if the readings are still incorrect. This can help point to where the problem lies. If the readings are OK, I would suspect your processor, if they are off as well, then suspect the parts on the board.

    Unfortunately, if it isn't the heatsink, there is no easy user fix other than replacing the offending part.

  • sYnfo

    It could be a bad sensor, but I wouldn't wager on it. Check layer of conduction paste, seems like that could be the problem.

  • alex

    Just to be on the safe side, try using a different app to check CPU temperature. You could try using SpeedFan or, even better, just check it from BIOS. If both the SpeedFan and BIOS temperatures are as high as the ones shown by Everest, then it's probably either a faulty sensor (I've had a few of them on an ASUS motherboard) or something to do with the thermal paste, as sYnfo suggested.

  • Mundi

    Once you have lm-sensors installed, make sure you run sensors-detect from command line, which will detect your sensors and give you a more thorough read out.

    Another handy piece of code, is a coretemp script

    function coretemp {
    
       /usr/bin/clear;
    
       while : ; do 
    
          /usr/bin/sensors | /bin/grep ^Core | while read x; do 
    
             /usr/bin/printf '% .23s\n' "$x"; 
    
    done; /bin/sleep 1 && /usr/bin/clear; done; }
    

    Then you just type 'coretemp' into your terminal and it gives you realtime stats on each of your cores.

  • dee bee

    while defective sensing components are not unheard of, they are certainly not common. I'd be looking at the mechanical connection between the heatsink and the cpu.

    is it possible that you have too much heat transfer agent installed?

  • slhck

    I think your temperature sensor is wrong. As all third party software uses the same sensor of the board they all show the same result.

    You already checked the heat sink and processor immediately after shutdown and found it's cool. Check once again to assure it.

    If the wrong sensor boosts up the speed of the processor fan, the fan noise becomes uncomfortable. You can overcome this by installing SpeedFan. It can reduce the speed. For this to work correctly you should disable the automatic fan speed control of your CPU from the BIOS setup. After disabling it, reboot again and run SpeedFan. Reduce the speed to 50%. This will put your PC in a silent state.

    You can also check if the CPU temperature rises while you reduce speed to 50%. If not, definitely the readings from the thermal sensors are wrong.

  • naps1saps

    If your temperature reading is immediately over 50C or 60C in the BIOS from a cold boot, a sensor is definately defective somewhere. Even running without a heatsink from cold boot wouldn't get that hot that fast.