WiseCleaner Think Tank
Encounter difficult computer problems?
All about maintenance and optimization of your Windows System.
Apr 7, 2026
Whether you are using a modern SSD or a traditional spinning hard drive (HDD), temperature plays a huge role in longevity and performance. An overheating SSD can throttle, causing stuttering in games and slow file transfers. An overheating HDD can lead to mechanical failure and permanent data loss.
In this guide, you’ll learn two easy ways to check SSD and HDD temperatures on Windows 11.
This method works mainly for NVMe SSDs. Traditional SATA SSDs and most HDDs may not display temperature information.
Press Win + I to open the Settings app, or click the Start button and select Settings from the menu.
In the Settings window, click System, then select Storage to access your storage management options.

1. You will see a list of all your physical drives. Click the Properties button next to the drive you want to check (usually "Disk 0").
2. Scroll down to the Drive health section. Here you will see:

If the Settings app doesn't show your drive temperature, or if you prefer using command-line tools, PowerShell is a powerful alternative.
Right-click the Start button and select Terminal (Admin) or search for PowerShell, right-click it, and choose Run as administrator.
Get-PhysicalDisk | ForEach-Object { $t = Get-StorageReliabilityCounter -PhysicalDisk $_; [PSCustomObject]@{ FriendlyName = $_.FriendlyName; Temperature = $t.Temperature } }
Regular monitoring helps extend the lifespan of your storage devices and ensures stable system performance. For a more complete picture of your system’s health, you should also monitor your processor—check out this guide on How to Check Windows 11 CPU Temperature to keep your PC running at optimal conditions.
wisecleaner uses cookies to improve content and ensure you get the best experience on our website. Continue to browse our website agreeing to our privacy policy.
I Accept