How to Check if Your Hard Drive is SSD or HDD (2025 Guide)

Blog image Windows

If you’re wondering whether your PC has a solid-state drive (SSD) or a hard disk drive (HDD), you’re not alone. Knowing your storage type is useful for optimizing performance, troubleshooting speed issues, or deciding whether to upgrade.

The easiest way to check is using Windows Task Manager, but there are multiple methods available. In this guide, we’ll cover:

  1. Using Task Manager (Quick & Easy)

  2. Checking via Windows Settings

  3. Using Device Manager

  4. Using Defragment & Optimize Drives Tool

  5. Using Command Prompt (For Advanced Users)

Let’s dive in!


Method 1: Check SSD or HDD Using Task Manager (Fastest Way)

This is the quickest and most straightforward method—no extra tools needed.

Steps:

  1. Press Ctrl + Shift + Escto open Task Manager. You can also open by right clicking on any empty area on your taskbar, and then select Task Manager.

  2. If you see a simple view, click “More details” at the bottom.

  3. Go to the Performance tab.

  4. Look for “Disk 0” or “Disk 1” in the left sidebar.

  5. At the top-right, it will say SSD or HDD.

✅ Why this method is great:

  • Instant confirmation.

  • No need to install anything.

  • Also shows disk usage in real-time.

hard drive is an SSD or HDD


Method 2: Check SSD/HDD in Windows Settings

If you prefer a GUI-based approach, Windows Settings can help.

Steps:

  1. Press Win + I to open Settings.

  2. Go to System > Storage.

  3. Scroll down and click “Advanced storage settings”.

  4. Select “Disks & volumes”.

  5. Under each disk, check the “Media type” column.

⚠ Note: This method may not show the info on older Windows versions.


Method 3: Check Using Device Manager

If you know your drive model, you can manually check if it’s an SSD or HDD.

Steps:

  1. Press Win + X and select Device Manager.

  2. Expand “Disk drives”.

  3. Right-click your disk and select Properties.

  4. Check the model name and search it online.

🔍 Example: If it says “Samsung SSD 860 EVO”, it’s an SSD. If it says “WD Blue 1TB”, it’s likely an HDD.


Method 4: Using Defragment & Optimize Drives Tool

Windows has a built-in tool that identifies SSD vs. HDD for optimization purposes.

Steps:

  1. Press Win + S and search for “Defragment and Optimize Drives”.

  2. Open it.

  3. Under “Media type”, it will say Solid State Drive (SSD) or Hard Disk Drive (HDD).

💡 Why this matters: Windows treats SSDs differently (no defragmentation, only TRIM optimization).


Method 5: Check Using Command Prompt (For Techies)

If you prefer commands, this method works too.

Steps:

  1. Press Win + R, type cmd, and press Enter.

  2. Type the following command and press Enter:

    powershell
    powershell "Get-PhysicalDisk | Format-Table FriendlyName, MediaType"
  3. It will display your drives and their types (SSD or HDD).

find sdd or hdd using command prompt


Final Verdict: Which Method is Best?

Method Ease of Use Best For
Task Manager ⭐⭐⭐⭐⭐ Quick check while monitoring performance
Windows Settings ⭐⭐⭐ GUI-based, no commands
Device Manager ⭐⭐ If you know drive models
Optimize Drives ⭐⭐⭐ Confirming SSD for optimization
Command Prompt ⭐⭐ Advanced users who prefer commands

Conclusion

The Task Manager method is the fastest way to check if your drive is an SSD or HDD. However, if you need more details, Windows Settings or the Optimize Drives tool can help.

🔹 SSD users: Enjoy faster boot times and better performance!
🔹 HDD users: Consider upgrading to an SSD for a speed boost.

Did this guide help? Let us know in the comments! 🚀

Leave a Reply

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