create gettemp.cmd file. @echo off for /f "skip=1 tokens=2 delims==" %%A in ('wmic /namespace:\\root\wmi PATH MSAcpi_ThermalZoneTemperature get CurrentTemperature /value') do set /a "HunDegCel=(%%~A*10)-27315" echo %HunDegCel:~0,-2%.%HunDegCel:~-2% Degrees Celsius pause run gettemp.cmd or dblclick file ps motherboard may not support Answer from mikech76 on reddit.com
🌐
ALCPU
alcpu.com › CoreTemp
Core Temp
May 22, 2026 - Core Temp is a compact, no fuss, small footprint, yet powerful program to monitor processor temperature and other vital information.
🌐
Core Temp
core-temp.en.softonic.com › home › windows › utilities & tools › core temp
Core Temp - Download
1 week ago - Windows 11 · 364.1K · 3.3K · 1.69 MB · Alcpu · Add review · Report Software · Alternative apps · Core Temp 다운로드 · Télécharger Core Temp · 下载Core Temp · Скачать Core Temp · Scarica Core Temp · Core Temp indir · Unduh Core Temp ·
Rating: 6.8/10 ​ - ​ 994 votes
Discussions

How can I see my CPU temperature in Windows 11?
I’m using Windows 11 and lately my laptop has been getting really warm, especially when I’m running multiple programs. I’m worried it might be overheating, but I don’t know how to check the CPU temperature. Can anyone tell me the easiest way to monitor CPU temps on Windows 11? More on forum.pocketpcmag.com
🌐 forum.pocketpcmag.com
0
0
April 25, 2025
CPU Temp Monitoring Stops Working After A While In Win 11
hello, I am having a very strange issue. After a while, my CPU monitoring programs will stop updating CPU temperatures. After starting up and loading into windows the temperature is monitoring fine. I looked in bios and it's working fine. However, I like… More on learn.microsoft.com
🌐 learn.microsoft.com
6
2
January 11, 2025
Best win11 CPU temp app?
🌐 r/buildapc
3
0
February 5, 2026
how can i see my cpu temp without apps?
Infrared temperature gun More on reddit.com
🌐 r/microsoft
50
11
February 6, 2024
People also ask

How does Core Temp work?
Core Temp reads information directly from the DTS or Digital Thermal Sensor in each core, which allows for virtually no delays and very accurate readings.
🌐
techspot.com
techspot.com › downloads › 6979-core-temp.html
Core Temp Download Free - 1.20.1 | TechSpot
Is Core Temp completely free to use?
Core Temp is free for personal and non-commercial use. Commercial use requires a paid license at $20-25 per machine. The free version has no feature restrictions - temperature monitoring, logging, overheat protection, and plugins all work the same. There is no premium tier with extra features locked behind a paywall.
🌐
core-temp.com
core-temp.com › home › core temp download
Core Temp - Free Download for Windows PC
How do I update Core Temp to the latest version?
Core Temp does not have built-in auto-update. Close Core Temp, download the latest version (currently 1.19.5, released October 2025). Standalone users: extract the new ZIP over the existing folder, settings are preserved. Installer users: run the new installer to upgrade in place. Updates come 2-3 times per year, usually adding support for new Intel and AMD processors.
🌐
core-temp.com
core-temp.com › home › core temp download
Core Temp - Free Download for Windows PC
🌐
Core Temp
core-temp.com › home › core temp download
Core Temp - Free Download for Windows PC
March 21, 2026 - Yes, Core Temp works on Windows 11 without any issues.
🌐
TechSpot
techspot.com › downloads › 6979-core-temp.html
Core Temp Download Free - 1.20.1 | TechSpot
May 3, 2026 - Fix BCLK detection on some Intel gen 10 and 11 systems. Fix BCLK detection in some situations on AMD K8 chips. Fix core temperature detection on some AMD Matisse, Rembrandt and Strix APUs.
Rating: 4.4 ​ - ​ 134 votes
🌐
Pocketpcmag Forum
forum.pocketpcmag.com › general
How can I see my CPU temperature in Windows 11? - General - Pocketpcmag Forum
April 25, 2025 - I’m using Windows 11 and lately my laptop has been getting really warm, especially when I’m running multiple programs. I’m worried it might be overheating, but I don’t know how to check the CPU temperature. Can anyone te…
Find elsewhere
🌐
Windows Forum
windowsforum.com › forums › windows help and support forums › windows news
How to Check CPU Temperature on Windows 11: 4 Reliable Methods | Windows Forum
October 1, 2025 - Windows 11 does not expose CPU temperatures in its user interface, but monitoring your processor’s thermal behavior is essential — whether you’re troubleshooting sudden slowdowns, protecting a high-end Intel Core i9 build under heavy GPU ...
🌐
Tom's Hardware
tomshardware.com › pc components › cpus
How to Check Your PC's CPU Temperature | Tom's Hardware
September 30, 2025 - You can also use the Core Temp tool, one of the best CPU temperature tools for Windows 11, to monitor the temperatures (download here). This is a simpler tool with a more basic interface.
🌐
YouTube
youtube.com › watch
How to Find your CPU Temperature on Windows 11 or 10 PC (Free Method) - YouTube
You can monitor your CPU temperature on Windows 10 or 11 for free using the Core Temp app, which shows real-time temperatures for each CPU core and can displ...
Published   December 10, 2025
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 3917475 › cpu-temp-monitoring-stops-working-after-a-while-in
CPU Temp Monitoring Stops Working After A While In Win 11 - Microsoft Q&A
January 11, 2025 - Try disabling unnecessary startup items or temporarily uninstalling some monitoring software to see if the issue is resolved. (Also, make sure to check if restarting the program resolves the issue) Power management settings: Windows power management settings may trigger some issues during long-term operations, especially if sleep or hibernation features are enabled.
🌐
Windows Forum
windowsforum.com › forums › windows help and support forums › windows news
Core Temp on Windows 11: Per Core CPU Temps Made Simple | Windows Forum
November 3, 2025 - Windows 11 does not show CPU temperatures within its built‑in UI; the operating system exposes GPU temps in Task Manager only when the GPU driver supports it, but for CPU thermal telemetry you need firmware (BIOS/UEFI) or third‑party utilities.
🌐
Eleven Forum
elevenforum.com › windows support forums › devices and drivers
Intel 13th gen CPUs: How to get CPU core temperatures instantly via command-line? | Windows 11 Forum
June 17, 2023 - wmic I.E., (Get-WmiObject MSAcpi_ThermalZoneTemperature -Namespace "root/wmi"), etc only returns general motherboard temperature, not CPU core temps I'm just looking for a solution that can return CPU core temps instantly to command-line after a query. I'm willing to try any reasonable solution. ... There is this thread over at Stack Overflow that might be of interest to you. In my computer I am trying to get the CPU temperature. Searching on StackOverflow I found this: C:\WINDOWS\system32>wmic /namespace:\\root\wmi PATH MSAcpi_ThermalZoneTemperature get
🌐
GeeksforGeeks
geeksforgeeks.org › techtips › check-your-cpu-temperature-on-windows-11
How to Check Your CPU Temperature on Windows 11 - GeeksforGeeks
February 2, 2026 - Core Temp adds icons to the Windows 11 taskbar system tray, allowing you to quickly check the current temperature of all CPU cores.
🌐
Open Hardware Monitor
openhardwaremonitor.org
Open Hardware Monitor - Core temp, fan speed and voltages in a free software gadget
The CPU temperature can be monitored by reading the core temperature sensors of Intel and AMD processors. The sensors of ATI and Nvidia video cards as well as SMART hard drive temperature can be displayed. The monitored values can be displayed in the main window, in a customizable desktop gadget, ...
🌐
Uptodown
core-temp.en.uptodown.com › windows › utilities › monitoring › core temp
Core Temp for Windows - Download it from Uptodown for free
May 4, 2026 - Download Core Temp for Windows to maintain precise control over each CPU core's temperature.
🌐
Reddit
reddit.com › r/microsoft › how can i see my cpu temp without apps?
r/microsoft on Reddit: how can i see my cpu temp without apps?
February 6, 2024 - What do you mean by app? Anything done in Windows to view any hardware would be an app even if it was a Microsoft product. The BIOS is the only way to view a temp with out an app native to windows or other wise.
🌐
Reddit
reddit.com › r/techsupport › coretemp weird minimizing behavior on win11
r/techsupport on Reddit: CoreTemp weird minimizing behavior on Win11
January 6, 2025 -

So I've been using CoreTemp for CPU temp monitoring for years on my Win10 machine with no issues. Just built a new (Win11) PC, got Windows installed last night and downloaded CoreTemp along with other stuff. On the new machine, when I minimize CoreTemp (either by directly clicking the "-" button in the title bar to minimize it, or if I hit windows key + M to minimize everything), it closes. That is, the actual window closes. It's still running in the background, but in order to get the window back if I want to look at it, I have to go to the system tray and double-click one of the core temp numbers there.

This is very annoying. On my old machine, which still has CoreTemp running, when it minimizes, it just minimizes. The icon stays on the taskbar and I can click on it or alt+tab to it to bring it back into focus like any other regular window.

Both machines have CoreTemp version 1.18.1. No setting that I can find/change in the app settings seems to help. Does anyone know why it might be doing this only on the newer, Win11, machine, and how I can stop it and make it behave as it does on my old, Win10, machine? Thanks!