Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Laptops»How to Check SSD or HDD in Laptop (4 Possible Ways)

How to Check SSD or HDD in Laptop (4 Possible Ways)

Bhishu AcharyaBy Bhishu AcharyaDecember 2, 2022
how to check ssd or hdd in laptop

Savvy users check the specification before getting their hands on a new laptop. But if you’re not much into technology, you might struggle with the terms Fusion Drive, SSD, and HDD.

Simply put, they are the storage devices that store all your data – files, documents, pictures, and basically everything! However, the two differ in terms of speed, size, capacity, and composition. Therefore, it’s essential that one knows the type of disk drive they are using.

Since laptops come with a pre-installed drive, you might be unaware of their technical specifications. Now, you have to worry no more, as this article gives you an insight on how to check if you have SSD or HDD on your laptop. 

Table of Contents

  • HDD Vs SSD – What’s the Difference?
  • How to Check if You Have SSD or HDD on Your Laptop
    • In Task Manager
    • In Optimize Drives Utility
    • Via Windows Terminal
    • Check the Make & Model

HDD Vs SSD – What’s the Difference?

hdd vs ssd
HDD (left-side) vs SSD (right-side)

If you recently got a brand-new laptop, there’s a high possibility that it’s equipped with an SSD. Nonetheless, you can still find legacy ones on the market that works on a hard drive.

While HDDs have mechanical components (spindle, platter, and read/write heads), SSDs are entirely electrical. Thus, the latter is comparatively faster and more efficient than the former.

Furthermore, hard disk drives are usually bigger as their platter size can range from 2.5 to 3.5 inches. Also, the capacity of the mechanical disks is comparatively lower (up to 20 TB) than that of the electrical ones (up to 100 TB).

Since SSDs hold much more advantages, we highly recommend getting one if you plan to upgrade your laptop’s storage. But if you’re on a low budget, choosing an HDD would be wise.

How to Check if You Have SSD or HDD on Your Laptop

If you recently bought a used laptop, the first thing to do is check whether all the components match the seller’s descriptions. Likewise, if you have an older model and have no idea about its specifications, you might want to know the installed hard drive without physically removing it.

One way to determine this is by checking whether or not the disk drive is producing noise. While on HDDs, you can hear its motor humming, an SSD is usually silent. However, this is undoubtedly not the best way to identify HDD or SSD on your laptop.

Instead, you can utilize the following four ways to check the equipped drive type without using a third-party service or application.

In Task Manager

The most simple yet effective way to check your laptop’s disk drive type is from the Task Manager. This is an in-built Windows utility where you can view all the available system resources, including disk model, active time, transfer rate, capacity, etc.

So, without further delay, let’s get right into the necessary steps to check whether your laptop is equipped with an SSD or HDD:

  1. Press Windows + X to open the Quick Link menu, and pick Task Manager.
    windows x task manager
    Alternatively, you can use the Ctrl + Shift + Esc hotkey to open the utility.
  2. Now, move to the Performance tab and select Disk.
  3. You can clearly see the HDD or SSD on your laptop from the left pane.
    check ssd or hdd from task manager left pane
    Also, you may move to the right pane and check the Type field to determine the disk drive type.
    task manager disk drive type

In Optimize Drives Utility

Optimize Drives is a Windows utility that lets you optimize and defrag your hard drive. Well, we have prepared a dedicated article on how to defrag in Windows 11 if you want to learn more about it.

Here, you can find a dedicated column that lets you detect whether the disk drive used on your PC is an HDD or SSD:

  1. Firstly, press Windows + R to open the Run dialogue box.  
  2. Then, execute the dfrgui.exe command to launch the Optimize Drives window.
  3. Under the status section, check the Media type field. Here, the drive type will be clearly mentioned as “Hard Disk Drive” or “Solid State Drive”.
    optimize drives disk drive type

Via Windows Terminal

Windows terminal (CMD or Powershell) provides much better control than the graphical user interface and is also relatively faster. So, if you do not want to explore multiple windows and instead get the result by using a single command, the following guide should help you out:

  1. Use Windows + X and choose Windows Terminal from the Quick Link menu.
    windows x windows terminal
  2. Once the Powershell window pops up, copy and paste the below cmdlet:
    Get-physicaldisk
  3. Hit Enter and check the MediaType field to identify your laptop’s disk drive.
    disk drive type in powershell

Unfortunately, there’s no different command to check SSD or HDD via Command Prompt. Thus, you’ll have to utilize the same Powershell cmdlet to identify the disk drive, and here’s how:

  1. Click on the Instant Search menu on the Windows Taskbar.
  2. Here, search for cmd and run it.
    open cmd from instant search
  3. Now, execute the below command line:
    powershell "get-physicaldisk”
  4. Finally, check the MediaType field to identify whether your laptop uses HDD or SSD.
    check disk drive type in cmd

Check the Make & Model

The last way to discover your laptop’s storage device type is by checking its make and model. If you’re unsure about this, here’s how to inspect it using disk properties:

  1. First, show your desktop and double-click on This PC. This will take you to File Explorer.
  2. Under Devices & Drivers, you’ll notice either one or more local disks or volumes. Right-click on any one of the HDD or SSD partitions and pick Properties.
    right click drive and go to properties
  3. Switch to the Hardware tab and check the All disk drivers section. If you have installed multiple drives, you’ll likely see all of them listed there.
  4. Under the Name field, you’ll find the make and model of your disk drive, where the SSD or HDD is clearly mentioned. But if it’s not, note the model number and perform a Google search to get its specifications.
    check model number in local disk properties

Another way to check the manufacturer and model is from the Device Manager. Here’s a quick guide on how you can do just that:

  1. Launch the Run tool using Windows + R keys. 
  2. Here, execute the devmgmt.msc command to open Device Manager.
  3. Now, expand the Disk drives, and you’ll get the make and model of your HDD or SSD. If not, refer to the internet using the model number.
    check model number in device manager

Similarly, you can use the built-in system profiler application to check the hard drive model:

  1. In the start menu, search for System Information and open it.
  2. Expand Components and switch to Storage > Disks from the left pane.
  3. Navigate to the right side of the window and look for Model. Here, you should see whether your laptop uses HDD or SSD. Otherwise, you can use the model number to get the information from the internet.
    check model number in system information
how-to
Bhishu Acharya
  • Tumblr
  • LinkedIn

Bhishu Acharya is a technical content writer at TechNewsToday. He specializes in monitors, laptops, storage devices, and other peripherals. Apart from computer hardware, you can also find his how-to and troubleshooting articles on Windows, internet, security, and networking. Ever since getting his hands on a personal computer, Bhishu started exploring its internal components at just 10. His growing curiosity led him to undertake the Computer Science & Information Technology degree and is just a year away from graduation. While balancing his study and work life for over four years, he has harnessed different sets of technical skills. With his expertise, he is now dedicated to helping netizens looking for hardware and software-related fixes. Today, Bhishu’s proficiency extends beyond computer hardware. In his spare time, he enjoys coding and learning new programming languages. You can contact him at bhishu@technewstoday.com

Related Posts

lenovo battery not charging

Lenovo Battery Not Charging? Try These Fixes

January 27, 2023
how-to-boot-asus-laptop-from-usb

How to Boot ASUS Laptop From USB

January 27, 2023
backlit keyboard dell

How to Turn On Keyboard Light on Dell Laptop

January 24, 2023
dell-laptop-screen-is-black

14 Ways to Solve a Black Screen on Your Dell Laptop

January 23, 2023
msi laptop orange light always on

MSI Laptop Orange Light Always On – How to Fix It

January 22, 2023
how to dell laptop model

How to Check Dell Laptop Model and Serial Number

January 20, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
how long does a cmos battery last

How Long Does a CMOS Battery Last

January 25, 2023
thunderbolt vs usb c

Thunderbolt Vs USB C: What’s the Difference

January 25, 2023
how to find hidden folder in laptop

How to Find Hidden Folder in Laptop

January 24, 2023
You may also like
how-to-connect-headphones-to-tv

5 Ways to Connect Headphones to TV

January 29, 2023
connect-airpods-to-samsung-tv

How to Connect AirPods to Samsung TV? (Step-by-Step Guide)

January 29, 2023
AIO Pump Not Working

AIO Pump Not Working? Here’s How to Fix It

January 29, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday.

Type above and press Enter to search. Press Esc to cancel.