How to Check CPU Temperature in Windows 11

Your CPU temperature tells you how hard your processor is working and whether your cooling system is keeping up. A CPU running too hot will throttle itself to avoid damage, causing slowdowns, freezes, and unexpected shutdowns. Catching a heat problem early saves you from hardware failure down the line.

how to check cpu temperature windows 11

Windows 11 does not show CPU temperature in Task Manager or Settings. You need either a third-party monitoring tool or a trip into BIOS/UEFI to get a reading. This guide covers five reliable methods so you can pick the one that fits your situation.

What Is a Safe CPU Temperature on Windows 11?

Before checking your temps, know what the numbers mean:

Temperature RangeStatus
Below 60°C (140°F)Idle or light use, perfectly healthy
70°C to 85°C (158°F to 185°F)Normal under gaming or heavy load
Above 90°C (194°F)Dangerously hot, needs immediate attention

If your CPU sits above 90°C during normal use, investigate right away. Sustained high temps degrade your processor over time.

Method 1: Check CPU Temperature via BIOS/UEFI (No Software Needed)

The BIOS/UEFI reads CPU temperature directly from your hardware sensors. No installation required, but it gives you a static reading captured before Windows loads.

  1. Press Win + I to open Settings, then go to System > Recovery.
  2. Under Advanced startup, click Restart now.
  3. On the blue startup screen, select Troubleshoot.
  4. Choose Advanced options, then click UEFI Firmware Settings.
  5. Click Restart to confirm.

Your PC will reboot directly into the BIOS/UEFI interface. Look for a section labeled PC Health Status, Hardware Monitor, or H/W Monitor depending on your motherboard brand. The CPU temperature reading appears there.

Note: BIOS layouts vary by manufacturer. On ASUS boards, check the AI Suite or Monitor tab. On MSI boards, look under Hardware Monitor. On Gigabyte boards, navigate to the Smart Fan 5 section.

Method 2: Check CPU Temperature Using Core Temp

Core Temp is one of the most accurate and lightweight CPU monitoring tools available. It reads temperature from the Digital Thermal Sensor (DTS) built into each CPU core, which gives you per-core readings rather than a single average.

  1. Download Core Temp from the official site at alcpu.com
  2. Run the installer. During setup, uncheck the bundled software offer (usually a browser extension or VPN) before clicking Install.
  3. Launch Core Temp. The main window shows the temperature for each individual CPU core under Temperature Readings, along with Min, Max, and current values.
  4. Core Temp automatically adds per-core temperature icons to your system tray. You can glance at your temps anytime without opening the full app.

Core Temp supports Intel, AMD, and VIA processors on Windows 11, 10, and earlier versions. It works on both desktop and laptop CPUs.

Method 3: Check CPU Temperature Using HWMonitor

HWMonitor covers more than just CPU temperature. It monitors voltages, fan speeds, and temperatures for your GPU, drives, and motherboard alongside your CPU, making it useful for a full system health check.

  1. Download HWMonitor from cpuid.com. The free version covers everything you need for temperature monitoring.
  2. Install and launch the application.
  3. In the main window, expand the entry for your CPU (labeled with your processor model name). Look for the Temperatures section underneath it.
  4. You will see readings for each core. The Value column shows the current temperature, and Max shows the highest temperature recorded since you opened HWMonitor.

Run a demanding task like a game or a video export, then check back to see your load temperatures.

Method 4: Check CPU Temperature Using Speccy

Speccy gives you a full hardware summary in addition to temperatures. It works well if you want to see CPU temperature alongside specs like core count, clock speed, and cache size all in one place.

  1. Download Speccy from ccleaner.com
  2. Install and launch Speccy.
  3. Click CPU in the left sidebar.
  4. Scroll down on the right panel to find Threads and temperature readings listed for each core.

Speccy also shows motherboard, RAM, GPU, and storage temperatures on their respective sidebar sections.

Method 5: Check CPU Temperature Using Command Prompt

Windows 11 includes a WMI (Windows Management Instrumentation) query that pulls thermal zone temperature data directly from the system. This method works without installing any software, but it returns the temperature in tenths of a degree Kelvin, so you need to convert the result.

  1. Click Start, type cmd, right-click Command Prompt, and select Run as administrator.
  2. Type the following command and press Enter:
wmic /namespace:\\root\wmi PATH MSAcpi_ThermalZoneTemperature get CurrentTemperature
  1. The output shows a number like 3040. To convert to Celsius, subtract 2732 and divide by 10:
(3040 - 2732) / 10 = 30.8°C

To convert to Fahrenheit, multiply the Celsius result by 1.8 and add 32.

Limitation: This command reads the thermal zone sensor, which is not always the same as the per-core CPU temperature. Use Core Temp or HWMonitor for more precise per-core data.

Why Is My CPU Running Hot on Windows 11?

If your CPU temperature reads higher than expected, one of these is usually the cause:

Dust buildup: Dust blocks airflow through the heatsink fins and CPU cooler fan. Clean your PC with compressed air every few months.

Dried thermal paste: The thermal paste between your CPU and heatsink conducts heat. It dries out over years of use. Replacing it with fresh paste can drop temperatures by 10°C to 20°C on older systems.

Too many background processes: Open Task Manager with Ctrl + Shift + Esc and check the CPU column. High background CPU usage raises heat even at the desktop.

Overclocking: A CPU running above its rated clock speed generates significantly more heat. If you recently overclocked, reduce the clock speed or increase cooling before pushing further.

Poor airflow in the case: Even a powerful cooler cannot work properly without adequate case ventilation. Make sure intake fans at the front or bottom push cool air in, and exhaust fans at the rear or top push hot air out.

Thin laptop design: Many thin laptops trade cooling capacity for a slim profile. External laptop stands and cooling pads improve airflow underneath the chassis.

How to Lower CPU Temperature in Windows 11

If your temperatures run high, these steps bring them down:

  • Clean dust from the heatsink, fans, and case filters with compressed air
  • Reapply thermal paste between the CPU and cooler if the system is more than three years old
  • Enable Power Mode settings by pressing Win + I > System > Power & sleep > Power mode and switching from Best Performance to Balanced
  • Close unnecessary background apps and browser tabs
  • Check that all case fans spin correctly and that cables do not block airflow
  • Update your motherboard BIOS, as manufacturers often release improved fan curve profiles

Which Method Should You Use?

Use Core Temp for the most accurate per-core readings with minimal system footprint. Use HWMonitor when you want to check the full system including GPU and drives. Use the BIOS/UEFI method when you want a reading without installing anything. Use the CMD method for a quick check in a corporate environment where installing software is restricted.

Checking your CPU temperature takes under a minute. Make it a habit after any major hardware change, software installation, or when your PC starts running unusually slow or loud.

Related Guides

Leave a Comment

Comments

No comments yet. Why don’t you start the discussion?

    Leave a Reply