Get sensor values (like Temperature of GPU and CPU) and fan speeds of Windows 10 PC Get sensor values (like Temperature of GPU and CPU) and fan speeds of Windows 10 PC windows windows

Get sensor values (like Temperature of GPU and CPU) and fan speeds of Windows 10 PC


Here is a way to get your GPU temperature.

Use nvidia-smi tool.

This is .exe file present in the location "C:\Program Files\NVIDIA Corporation\NVSMI".

In the command prompt, just enter:

cd C:\Program Files\NVIDIA Corporation\NVSMI

then type:

nvidia-smi

This will display an output like this:

enter image description here

You can see the GPU temp! (red underline)

Coming to the CPU and Fan speed values, Microsoft apparently does not have a built in functionality to at least showcase these values to the user. But you can try 3rd part applications like MSI Afterburner. But Microsoft strictly warns against this as this might affect the performance.