How to Know If You Have an SSD or HDD Hard Drive

Use Device Manager or a PowerShell command to spot what type of hard drive you have in Windows. It's even easier on a Mac

What to Know

  • Windows: Search for defrag to find the hard drive details. Or, expand Disk drives in Device Manager.
  • macOS: Go to Apple menu > About This Mac > Storage to view a Mac's hard drive type.
  • SSDs are much faster than conventional hard drives.

This article teaches you how to check if you have an SSD or HDD on your Mac or Windows PC.

Do I Have an SSD or HDD in Windows?

A few techniques can be used in Windows 11 to see which hard drive type you have:

Use the Defrag Tool

Windows 11 includes a disk defragmenter that makes it super easy to see if your drive is the traditional type or if it's an SSD. Here's how it works:

There are some key differences between SSD and HDD storage that are worth understanding.

  1. Select the search bar at the bottom of the screen.

    Windows 10 search bar
  2. Type defrag.

  3. Click Defragment and Optimize Drives.

    Windows 10 Defragment and Optimize Drive app
  4. Check what's listed under Media type for your hard drive to determine if it's a solid-state drive (SSD) or a hard disk drive (HDD).

    Windows 10 Optimize Drives app

Enter a PowerShell Command

Another method to check what type of hard drive you have is to use a PowerShell command. It's a little more involved but still fairly simple. Here's what to do:

  1. Search your computer for Windows PowerShell, or open Terminal to get to PowerShell through that tool.

    Windows PowerShell highlighted in search bar results
  2. Type this command into the PowerShell window and press Enter:

     Get-PhysicalDisk | Format-Table -AutoSize
    
  3. The kind of hard drive you have is shown in the MediaType column.

    An HDD and SSD drive listed in PowerShell

Check Device Manager

Device Manager is the place to be for all your hardware needs. One small bit of information it reveals is the drive type for all your connected hard drives. Here's where to find it:

This method is particularly useful if you need to know a bit more about the drive, like driver details.

  1. Open Device Manager. One way is to search for it from the taskbar.

  2. Double click Disk drives.

  3. View the hard drives that are listed.

    An SSD listed in Device Manager

How Do I Know If I Have an SSD or HDD on macOS?

macOS is quite a bit different from Windows, but it's still possible to see if your hard drive is an SSD or not.

The vast majority of Macs use SSDs unless your device is very old.

  1. Select the Apple menu in the top left corner of the desktop.

    MacOS desktop with Apple logo highlighted
  2. Choose About This Mac.

    macOS desktop with About This Mac highlighted
  3. Select Storage.

    macOS About This Mac with Storage highlighted
  4. Under the hard drive icon is a description of the hard drive type, such as Flash Storage, which means it has an SSD installed.

    macOS with hard drive type highlighted within About This Mac

What Difference Does My Hard Drive Type Make?

SSD and HDD sound similar and both are used to store files, so what makes one better than the other? Here's a quick look at their biggest differences:

  • SSDs are faster. SSDs are a lot faster than conventional hard drives because they don't spin like HDDs.
  • HDDs can last longer. You'll probably buy a new computer before you exhaust the lifespan of an SSD, but it's still important to know that solid-state drives don't last as long as HDDs in the long run.
  • SSDs are smaller. Thanks to NVMe technology, SSDs are typically much, much smaller than HDDs which means they're well suited to increasingly small and lightweight laptops and other devices. 
FAQ
  • How do I tell if my Chromebook has an HDD or SSD?

    Chromebooks have SSDs for limited local file storage. For an update on the amount of local storage you have, select the App Launcher > My Files > More (three-dot icon) and find the amount of available space listed at the bottom of the drop-down menu. To view all your Chromebook specs, open the Chrome browser and type chrome://system.

  • How do I check that my HDD or SSD is healthy?

    On Windows 11, use the Windows Error Checking Tool; right-click your disk > select Properties > Tools > Check > Scan drive. On macOS, check the Self-Monitoring, Analysis, and Reporting Technology (S.M.A.R.T.) status; go to About this Mac > System Report > Storage > S.M.A.R.T. Status and look for Verified. You can also use a free hard drive testing program or tools provided by your HDD or SSD manufacturer to look for issues.

Was this page helpful?