Tech

How to find out the temperature of the processor – 7 ways

Now we will see how to view the temperature of the processor (CPU), because the stability of the computer depends on this value. Many of us may have encountered the fact that the computer began to suddenly restart on its own, or the device often freezes.

Although this happens for various reasons, it is very common for the computer to shut down on its own due to overheating of the processor. Problems with high

CPU heating is quite common among PC gamers and users who run resource-intensive animation and video editing programs.

The Windows operating system also often contributes to the heating of hardware components, for example, when you open too many browser tabs. CPU power consumption issues cannot be ignored because excessive CPU temperature increases will shorten the life of the CPU, and may eventually damage the motherboard as well as other PC hardware components.

Why do you need to check the temperature of the processor

To protect your Windows computer from overheating, you should constantly monitor the processor temperature to lower the processor temperature in time when it gets high. Some graphics-intensive games and programs place a high load on the CPU while running.

How is the processor temperature considered acceptable? Under low load, the normal temperature of the CPU does not exceed 50°C, in some cases the temperature of the computer processor can rise up to 95°C in some cases. The maximum value should not exceed 100°C.

In addition to monitoring the temperature regime of the device, it is necessary to perform some preventive actions:

  • Remove dust from your computer regularly to keep the cooling system clean.
  • If you have a laptop, use a special stand with a cooler for it.
  • Do not leave your computer in the sun.
  • Replace thermal paste if necessary.
  • Install a new fan in place of the old one.
  • Check the system for viruses.

The current PC temperature can be viewed in the BIOS or UEFI, but keep in mind that these values ​​​​are obtained in a state where the computer is running with little to no load. Therefore, it is better not to use this method if you want to know the real parameters during the active operation of your device.

There are a large number of temperature monitoring programs that can measure the current temperature of your computer, but only a few applications can alert you when the processor temperature exceeds a threshold. When the processor temperature rises, you will receive regular notifications that the processor temperature has become higher than usual.

In this review, we will look at software for monitoring and checking CPU temperature using Windows operating system tools and third-party applications.

How to Check CPU Temperature in Windows

The user can find out the current temperature of the central processor using the built-in tools of the Windows operating system. Tools will help him with this: the command line or Windows PowerShell.

In both cases, the temperature value in Kelvin will be displayed. To get a reading in Celsius, do some arithmetic: divide the resulting figure by 10, and then subtract the number 273.15.

To show CPU temperature in CMD do the following:

  1. Run command prompt as administrator.
  2. In the command line interpreter window, enter the code, and then press “Enter”:
wmic /namespace:\\root\wmi PATH MSAcpi_ThermalZoneTemperature get CurrentTemperature

The value will be displayed in the “CurrentTemperature” field.

Measuring CPU temperature in PowerShell goes like this:

  1. Open Windows PowerShell as an administrator.
  2. In a shell window, run the command:
get-wmiobject msacpi_thermalzonetemperature -namespace "root/wmi"

The processor temperature is shown in the “CurrentTemperature” field.

To get heating information in degrees Celsius, run the following command in PowerShell:

Get-WMIObject msacpi_thermalzonetemperature -namespace "root/wmi" | Select CurrentTemperature | ForEach-Object { ($_.CurrentTemperature/10)-273.15 }

How to view CPU temperature in HWMonitor

CPUID HWMonitor is a free program that displays various information about computer hardware from the developer of the CPU-Z utility. The application reads information from PC sensors: temperature, voltage, fan speed.

Installation or portable versions of HWMonitor are available for the user, which can be downloaded from the official website: https://www.cpuid.com/softwares/hwmonitor.html .

Do the following:

  1. Open the HWMonitor program.
  2. In the application window, under the name of the processor, in the “Temperatures” option, indicators are displayed in general, in minimum and maximum values.

Viewing CPU temperature in Open Hardware Monitor

Open Hardware Monitor is a portable free and open source application. The program shows the status of temperature control sensors, fan speed, voltage, load and clock speed of your computer.

Do the following:

  1. Download the program from the official website of the developer: https://openhardwaremonitor.org/downloads/ .
  2. Unpack the ZIP archive.
  3. Open the folder, run the “OpenHardwareMonitor” file.
  4. In the “Open Hardware Monitor” window, in the “Temperatures” option, the state of the temperature at a given time is shown in general and individually in the CPU cores.

Speccy program to view cpu temperature

Speccy is a free application that provides information about computer hardware specifications. The program can be used to obtain information about the temperature of PC components.

Go through the steps:

  1. From the main window of the Speccy program, enter the “Central Processing Unit” tab.
  2. This displays the average CPU temperature value, as well as the temperature of individual processor cores.

How to Check CPU Temperature in AIDA64

AIDA64 is a powerful program that provides information about computer hardware and software. Along with other functions, here you can get acquainted with the state of the temperature mode of the device.

Do the following:

  1. In the left side menu of the AIDA64 program window, first click on “Computer”, and then on “Sensors”.
  2. The “Temperatures” parameter shows the necessary information about the current values.

CPU temperature monitoring in RealTemp

RealTemp is a free CPU temperature monitor that reports the minimum and maximum temperatures of each CPU core. One of the features of this app, compared to other temperature monitoring programs, is that you can turn on the built-in option to notify you when the temperature reaches its maximum.

Applications will turn on the siren when your CPU temperature exceeds the threshold limit, and will continue to make sounds at regular intervals.

Go through the steps:

  1. Download Real Temp here: https://www.techpowerup.com/download/techpowerup-real-temp/ .
  2. Unpack the archive with the application.
  3. Run the “RealTemp” file.
  4. Navigate to the settings options at the bottom of the window by clicking on the “Settings” button.
  5. Check the “Alarm Temperatures” option.
  6. Enter the processor temperature limit (CPU) to activate an alarm when your system exceeds the set limit.
  7. Click on “OK” to save the settings.

Checking the CPU temperature in

Core Temp

The free program Core Temp is designed to check the temperature of the processor. This tool is based on the digital temperature sensor (DTS), which is a component built into the system. The DTS is capable of providing highly sensitive and more accurate temperature readings than temperature sensors.

The Core Temp program runs on Intel, AMD, and VIA processors. In addition to reading the core temperature, the application provides data on the frequency, CPU load and RAM usage.

You can display real-time temperature readings in the notification area on the Windows taskbar.

Follow the steps:

  1. Download the program from the link: https://www.alcpu.com/CoreTemp/ .
  2. Install Core Temp on your computer.
  3. The application window will display the CPU temperature information.
  4. Click on “Settings”, in the context menu select “Overheat protection”.
  5. In the “Overheat protection” window, check the “Enable protection” option. If necessary, change other settings as you wish.

Article Conclusions

In case of malfunctions on the computer, the user needs to find out where to look at the processor temperature. CPU heat will adversely affect system performance and may lead to PC hardware failure. To prevent this from happening, it is necessary to monitor and check the processor temperature using specialized programs or tools of the Windows operating system.

Leave a Reply

Your email address will not be published. Required fields are marked *