How to Check the RPM of Your Hard Drive in 2026

·
9 min read

Online Tech Tips is reader-supported. We may earn a commission when you buy through links on our site. Learn more.

Wondering whether your hard drive is spinning at 5,400 RPM or 7,200 RPM? You’re not alone, and it’s actually a pretty useful thing to know, especially if you’re thinking about upgrading your storage or troubleshooting a slow PC. The tricky part is that neither Windows nor macOS shows you RPM directly. You have to do a little detective work first.

Before we dive in, there’s one important thing to check: RPM only applies to traditional spinning hard drives (HDDs). If your computer has a solid-state drive (SSD), which is now standard on most new laptops and Macs, there’s no RPM to find. SSDs have no moving parts, so speed is measured differently (more on that below). This guide will help you figure out what type of drive you have, find the model number, and look up the RPM if you’ve got a spinning drive.

First: Do You Actually Have a Spinning Hard Drive?

This is the most important step, and it’s easy to skip. If you’ve got a newer laptop or a Mac made in the last few years, there’s a good chance you already have an SSD, in which case RPM is irrelevant. Here’s how to check quickly on each platform.

On Windows

  1. Press Ctrl + Shift + Esc to open Task Manager.
  1. Click the Performance tab.
  1. In the left column, click on Disk 0 (or Disk 1, etc.).
  1. Look at the label just below the graph, Windows will usually say either “SSD” or “HDD” right there.
Windows 11 Task Manager Performance tab with Disk 0 selected, showing SSD or HDD label beneath the disk activity graph

If it says SSD, you don’t have an RPM. Skip down to the FAQ section at the bottom for what to check instead. If it says HDD, keep reading.

On macOS

  1. Click the Apple menu in the top-left corner and select About This Mac.
  1. Click More Info, then scroll down and click System Report… (or hold Option and click the Apple menu, then select System Information).
  1. In the left sidebar under Hardware, click Storage.
  1. Look at the Medium Type field, it will say either Solid State or Rotational.
macOS System Information window with Storage selected in the sidebar, showing Medium Type field for the internal drive

If you’re on a Mac made in the last several years (especially any Apple Silicon model), it almost certainly says Solid State. External USB drives are a different story, as those are often still spinning HDDs.

On Linux

Open a terminal and run this command:

lsblk -d -o NAME,MODEL,ROTA

The ROTA column tells you everything: 1 means rotational (HDD), 0 means non-rotational (SSD). You’ll also see the model name right there, which you’ll need in the next step.

Linux terminal showing lsblk command output with NAME, MODEL, and ROTA columns visible

Step 1: Find Your Drive’s Model Number

Once you’ve confirmed you’ve got a spinning HDD, you need the exact model number. Windows, macOS, and Linux all have built-in ways to find it, so no extra software is needed.

On Windows (Device Manager)

  1. Right-click the Start button and select Device Manager.
  1. Click the arrow next to Disk drives to expand it.
  1. You should see the full model name of your drive listed here (something like “ST1000DM010-2EP102” or “WDC WD10EZEX-00WN4A0”).
  1. If the name looks cut off, right-click the drive and choose Properties. Click the Details tab, then pick Hardware Ids from the dropdown, this gives you the complete model string.
Windows 11 Device Manager with Disk drives expanded, showing a hard drive model name in the list

On Windows (System Information)

Prefer a tool that shows everything in one place? Try this:

  1. Press Windows + R, type msinfo32, and hit Enter.
  1. In the left panel, expand ComponentsStorageDisks.
  1. Look for the Name and Model fields on the right side.
Windows 11 System Information window showing Components > Storage > Disks with Model field visible

On Windows (PowerShell)

If you’re comfortable with a quick command, PowerShell is probably the fastest option:

  1. Right-click the Start button and select Terminal (or Windows PowerShell).
  1. Type the following and press Enter:
Get-PhysicalDisk | Select FriendlyName, MediaType, Size

This lists all your drives with their friendly names and media types. Copy the model name from the FriendlyName column, that’s what you’ll search for in the next step.

Windows 11 PowerShell terminal showing Get-PhysicalDisk command output with FriendlyName, MediaType, and Size columns

On macOS (System Information)

  1. Open System Information (hold Option and click the Apple menu, then select System Information).
  1. In the sidebar under Hardware, click SATA/SATA Express for internal drives, or USB for external drives.
  1. Click your drive in the list and note the Model field at the bottom.
macOS System Information showing SATA section with a hard drive selected and the Model field visible in the details pane

On macOS (Disk Utility)

  1. Open Disk Utility from ApplicationsUtilities.
  1. Click the physical drive in the left sidebar, make sure you click the top-level entry (the drive itself), not a volume underneath it.
  1. Look at the Device or Model field in the info panel.
macOS Disk Utility with a physical HDD selected in the sidebar and the device model name visible in the info panel

On Linux

If you already ran the lsblk command above, you’ve got the model name. For more detail, smartctl is your friend:

sudo smartctl -i /dev/sda

(Replace /dev/sda with your actual drive path from the lsblk output.) This gives you the device model, serial number, and on many HDDs the Rotation Rate directly. If smartctl isn’t installed, run sudo apt-get install smartmontools first on Debian/Ubuntu-based systems.

You can also use GNOME Disks if you prefer a GUI. Open it, click your drive, and look for the rotation rate in the drive details.

Step 2: Look Up the RPM Online

Now that you have the model number, this part is easy. Windows and macOS don’t display RPM directly (with a few exceptions), so a quick web search is still the most reliable way to get the answer.

  1. Open your browser and search for your full model number plus “rpm”, for example: "ST1000DM010-2EP102" rpm
  1. Look for results from the manufacturer’s official website (Seagate, Western Digital, Toshiba, etc.) or a trusted retailer like Newegg or Amazon.
  1. On the product page, look for a spec labeled Rotation Speed, Spindle Speed, or RPM. You’ll typically see something like “5400 RPM” or “7200 RPM”.
Google search results for a hard drive model number with "rpm" showing manufacturer spec page as a top result

That’s it! The manufacturer’s spec sheet is the definitive source, so this method gives you a more reliable answer than most software tools.

Optional: Use a Tool That May Show RPM Directly

If you’d rather skip the web search, a few free tools can sometimes pull the rotation rate straight from the drive, so no lookup is needed. Note that this doesn’t work for every drive, but it’s worth a shot.

  • CrystalDiskInfo (Windows, free): This is the go-to tool for drive info on Windows. It shows the drive model, interface, health status, and often the Rotation Rate directly for HDDs. It also reads S.M.A.R.T. data (basically your drive’s built-in health report), so you can see if anything looks off while you’re at it.
  • HWiNFO (Windows, free): A more comprehensive system info tool that covers your entire PC, not just the drive. Great if you want to see everything about your hardware in one place.
  • GNOME Disks (Linux, built-in on many distros): Shows drive model and rotation rate for many HDDs right in the GUI. Look in the drive details panel after selecting your disk.
  • Manufacturer utilities: Seagate SeaTools, Western Digital Dashboard, and Toshiba Storage Utilities are all free and tailored to their respective drives. They’ll often show specs that generic tools miss.
CrystalDiskInfo main window showing a hard drive's model, rotation rate, interface type, and S.M.A.R.T. health status

What About the Physical Label?

If all else fails, or if you just pulled a drive out of an old machine and want to know what it is before plugging it in, the label on the drive itself is the most definitive source of all. Every hard drive has a sticker on the top or bottom that includes the model number, serial number, and usually the RPM.

A traditional 3.5-inch hard drive with the label clearly visible, showing model number and RPM specification

For desktops, you can often read the label without removing the drive. Just open the case and look. For laptops, you’d need to remove the back panel first, which varies by model. If you’re not comfortable doing that, the software methods above are much easier.

Tips and Troubleshooting

Common Issues

Problem: My drive only shows a generic name like “USB Mass Storage Device”

This happens with some USB enclosures and docks, which report their own name instead of the actual drive inside. A few things to try:

  • If it’s a desktop, try connecting the drive directly to a SATA port instead of through a USB adapter.
  • Try a different USB enclosure or dock, as some are better at passing through drive info.
  • On Linux, sudo smartctl -i /dev/sda can sometimes reveal the real drive model even through USB.
  • If nothing works, the physical label on the drive is your best bet.

Problem: Task Manager says SSD but I expected an HDD

Good news. SSDs don’t have RPM, and that’s actually a feature, not a problem. Instead of spindle speed, SSD performance is measured by sequential read/write speeds (in MB/s) and the interface type (SATA vs. NVMe). An NVMe SSD is typically 5–10x faster than even the best spinning HDD, so if you’ve got one, you’re already in good shape.

Frequently Asked Questions

Does 5,400 RPM vs. 7,200 RPM still matter in 2026?

Honestly, less than it used to, but it still makes a difference if you’re stuck with a spinning drive. A 7,200 RPM drive will load programs and boot Windows noticeably faster than a 5,400 RPM drive. That said, even a budget SATA SSD will blow both of them out of the water for day-to-day responsiveness. If your machine is feeling sluggish, replacing the HDD with an SSD is almost always a better upgrade than swapping one spinning drive for another.

Does RPM matter for external USB drives?

For backups and cold storage, not really. The USB interface speed (USB 3.0 vs. USB 3.2 vs. USB 2.0) usually matters more than RPM. But if you’re running virtual machines or editing video directly from an external drive, a 7,200 RPM drive will perform better than a 5,400 RPM one. Even then, a portable SSD in a USB 3.x enclosure will outperform both.

Can software tell me the RPM without me looking it up?

Sometimes. Tools like CrystalDiskInfo and smartctl on Linux can read a “Rotation Rate” attribute directly from the drive’s S.M.A.R.T. data, but not every drive exposes this. It’s worth checking, but the model number lookup is still the most reliable method if those tools come up empty.

Wrapping Up

Finding your hard drive’s RPM comes down to three steps: confirm you actually have a spinning HDD (not an SSD), grab the model number from Device Manager, System Information, or a terminal command, then look it up on the manufacturer’s site. It takes about two minutes once you know where to look. If you want to skip the web search, CrystalDiskInfo on Windows or smartctl on Linux will sometimes show the rotation rate right in the app.

One honest take: if you’re checking RPM because your computer feels slow, the RPM number might not tell you what you’re hoping to hear. A 7,200 RPM drive is faster than 5,400 RPM, but the real performance leap comes from switching to an SSD entirely. If that’s an option for your machine, it’s worth considering before you go hunting for a faster spinning drive.