Close Menu
Best in TechnologyBest in Technology
  • News
  • Phones
  • Laptops
  • Gadgets
  • Gaming
  • AI
  • Tips
  • More
    • Web Stories
    • Global
    • Press Release

Subscribe to Updates

Get the latest tech news and updates directly to your inbox.

What's On

Gear News of the Week: Nothing’s Latest Earbuds, Amazon’s Hardware Event, and a New Free VPN

20 September 2025

Dying Light: The Beast Review – A Deadly Return to Form

20 September 2025

The Video Games You Should Play This Weekend – September 19, 2025

20 September 2025
Facebook X (Twitter) Instagram
Just In
  • Gear News of the Week: Nothing’s Latest Earbuds, Amazon’s Hardware Event, and a New Free VPN
  • Dying Light: The Beast Review – A Deadly Return to Form
  • The Video Games You Should Play This Weekend – September 19, 2025
  • RFK Jr.’s Vaccine Panel Votes Down Its Own Proposal to Require Prescriptions for Covid-19 Shots
  • Xbox Console Prices Will Increase Again Next Month
  • Donald Trump Is Saying There’s a TikTok Deal. China Isn’t
  • Resident Evil Outbreak: Episode 3 – Freezing Our Butts Off In The 2nd Scenario | Super Replay
  • The Best Grills for Cookouts and Tailgates
Facebook X (Twitter) Instagram Pinterest Vimeo
Best in TechnologyBest in Technology
  • News
  • Phones
  • Laptops
  • Gadgets
  • Gaming
  • AI
  • Tips
  • More
    • Web Stories
    • Global
    • Press Release
Subscribe
Best in TechnologyBest in Technology
Home » How to test your SSD for potential problems
News

How to test your SSD for potential problems

News RoomBy News Room24 September 20249 Mins Read
Share Facebook Twitter Pinterest LinkedIn Tumblr Reddit Telegram Email
Share
Facebook Twitter LinkedIn Pinterest Email

Even if you own one of the best SSDs, it will fail one day, and that’s a fact.

Because of how SSDs work, each has a finite number of read and write cycles that it can complete before it dies, and every such cycle contributes to the degradation of NAND flash memory. At some point, it’ll be beyond saving. The good news? It’s nearly impossible to use up all of these read/write cycles. The bad news? Your SSD may still fail even if you’re far from hitting that limit.

Signs of a failing SSD include crashes, blue screens of death (BSOD), slow performance, data loss, and inability to write new files to the drive. When things are going south for your SSD, it’s important to know and act as soon as possible — you might still have time to back up your data. Check out the best ways to test your SSD to make sure your data is safe.

Storage settings in Windows 11.

Check your SSD in Windows Settings

For a very basic check, you can just head straight to Windows Settings. Remember that this is not an in-depth test, so if you suspect your SSD might be failing, try out the other options on this list when you’re done with this one.

Step 1: Start by entering the Storage section of Windows Settings. You can do this by either pressing the Windows and I keys on your keyboard, then navigating to System > Storage, or by typing Storage into the Windows Search and selecting Storage Settings.

Step 2: Once you’re there, scroll down to find Advanced storage settings, then Disks & volumes.

Step 3: Pick your SSD from the list and click on Properties. Scroll down past some basic information about your SSD and look at Drive health. Windows will give you an estimate of your SSD’s remaining life, available space, and the temperature of your drive. Unfortunately, that’s all the information you can get from this utility.

Windows Command Prompt.

Use Windows Command Prompt

This is another simple “yes or no” type of test. Using the Command Prompt (CMD) in Windows, you can check whether your SSD is healthy. If it isn’t, that’s a big red flag that you should back up your data while you still can.

Step 1: Click on the Start Menu and type in Command Prompt. Then, right-click the result and select Run as administrator.

Step 2: Run the command as follows: wmic diskdrive get status and press Enter.

If the tool says that your SSD is “OK,” you’re in the clear. However, if you encounter “Pred Fail,” you should rush to back up your data (and then proceed with some more in-depth testing).

Windows PowerShell.

Use Windows PowerShell

Windows PowerShell can provide you with a bit more information than the Command Prompt can, and there are a couple of different commands you can run to learn more about your SSD.

Step 1: Start by launching Windows PowerShell. Enter the Start Menu and search for Windows PowerShell. Then, right-click it and Run as administrator.

Step 2: Once in PowerShell, you can try the following commands (you can just copy and paste them in):

  • Get-PhysicalDisk — This will tell you the operational status of your SSD and whether it’s healthy or not.
  • Get-PhysicalDisk | Get-StorageReliabilityCounter | Format-List — This drastically expands the amount of information you’ll get on your SSD. You’ll see the current and maximum temperatures, whether your SSD has encountered any read or write errors, or how long your SSD has been in use.

If the columns are empty, you may need to use a more advanced tool — more on that below.

You can also modify the second command: Get-PhysicalDisk | Get-StorageReliabilityCounter | Select [insert value here] and replace “[insert value here] with the specific information you might want to see. For example, to see write errors, use Get-PhysicalDisk | Get-StorageReliabilityCounter | Select WriteErrorsTotal.

The Windows Optimize Drives utility.

Use Optimize Drives in Windows

This is yet another option that will just tell you whether your SSD is healthy. However, you can also use the Defragment & Optimize Drive utility to optimize your SSD if there’s anything wrong with it.

Word of warning: Don’t bother defragmenting your SSD. Just use this tool to check your SSD health and optimize it.

Step 1: In the Start Menu, search for Defragment & Optimize Drive. Next, launch the tool.

Step 2: You’ll immediately be met with a list of all your drives. In the Current status column, you’ll be able to see whether your SSD is doing fine.

The utility will also tell you how long it’s been since the last “retrim.” This refers to a process that reclaims unused space on your drive by essentially telling your SSD which blocks of data aren’t needed anymore. No matter if your SSD is healthy or not, you can press Optimize to run a retrim. The tool performs retrims in the background, so if it’s been done recently, there’s no need to re-do it.

A screenshot of CrystalDiskInfo.

Use CrystalDiskInfo

When it comes to getting some more comprehensive information about SSD health, CrystalDiskInfo is the go-to tool. It’s free to use and easy to follow. It’ll give you all the most important data on your SSD, from its power-on count and power-on hours to whether it’s healthy.

Step 1: First, you need to download CrystalDiskInfo. Once the download finishes, install and run the tool.

Step 2: CrystalDiskInfo doesn’t have many hidden caveats that you need to keep in mind — what you see is what you get. It monitors your SSD health by checking SMART, which stands for Self-Monitoring, Analysis, and Reporting Technology. You’ll be able to tell at a glance whether your SSD is doing well.

Run the tool and check out the health of your drives. Some of the most important info to look at, apart from the percentage value under Health Status, includes Power On Count, Power On Hours, and Total Host Writes.

A screenshot of AIDA64 Extreme.

Use AIDA64 Extreme

AIDA64 Extreme is not a free tool, but you can use it for free for 30 days to test your PC. Unlike CrystalDiskInfo, AIDA64 can provide you with useful information on the rest of your PC, too, including your processor, motherboard, and RAM. Remember that if your SSD is fine but the rest of your PC may not be, we have a comprehensive troubleshooting guide to give you a hand.

Step 1: Start by downloading the AIDA64 Extreme tool directly from the manufacturer’s website. Pick the latest version available and download the trial. Go through the quick installation process and select Launch AIDA64 before it’s done.

Step 2: You’ll be met with a screen that lists a number of PC components and software on the left. To check SSD health, the one that you want to click on is Storage. Next, click on SMART to locate your SSD.

This is where you’ll get all the useful information about your SSD. The extent of data is similar to what you’ll find in CrystalDiskInfo because AIDA64 also reports the SMART data from your SSD. You’ll see SSD health, lifetime writes (written in a different format than in CrystalDiskInfo), and the total power-on time.

A screenshot of the Storage section of AIDA64 Extreme.
A screenshot of HWiNFO.

Use HWiNFO

HWiNFO is a useful tool for monitoring your PC’s health and performance. It has a separate utility for sensors, which can tell you all about your CPU and GPU temperatures and clock speeds, among other things. It also can provide you with quite a lot of information about your SSD.

Step 1: Begin by downloading HWiNFO from the official website. You can either choose the installer, which will create a persistent version of HWiNFO on your PC, or you can use the portable version that doesn’t require an installation.

Once downloaded, either install the program or launch it. Don’t tick any of the boxes (sensor only or summary only) — just press Start.

Step 2: You’ll see two windows pop up — the system summary and the main HWiNFO window. The summary gives you a brief overview of your system, and in the bottom-right corner of it, you’ll see a quick indicator about your SSD health. There’s much more to dig into, though.

Close or minimize the system summary window and tab into HWiNFO. On the left-hand side, click on the little arrow next to Drives. In the drop-down menu, select NVMe Drives and pick your SSD from the list.

Step 3: Click on your SSD and scroll through all the pertinent information. Like the other tools on this list, HWiNFO reports on device health, spare capacity, power cycles, and errors.

You can also click on Sensors at the top. There will be a bunch of other (interesting, but unrelated) sensors at first, so simply scroll down until you reach S.M.A.R.T. followed by your SSD model. This is where all the interesting metrics sit, such as real-time temperature and read/write totals.

A screenshot of Samsung Magician.

Use vendor-specific tools

Some storage manufacturers offer their own tools that you can use to scan your SSD with. Some of those are similar to the ones we’ve described above and don’t really provide anything extra, but there are a couple that let you run additional tests depending on the exact SSD model that you have.

Using these tools is fairly simple. You’ll usually just have to install them and browse through your SSD health. If there are extra tests to run, they’re visible at a glance.

Here are some tools to check out:

  • Seagate SeaTools — This tool also works with drives from other vendors. You can use it to run additional diagnostic tests.

  • Samsung Magician — This tool will only work if you have a Samsung SSD. It also includes features that can help you optimize your SSD’s performance.

  • Western Digital Dashboard — Similar to all the other tools, the WD Dashboard also lets you upgrade your firmware and check SSD health. Only works with WD and SanDisk SSDs.

  • Crucial Storage Executive — Made only for Crucial SSDs, this tool includes performance optimization and firmware updates.

  • Kingston SSD Manager — Provides SMART data and usage statistics, secure erase, and firmware updates for Kingston SSDs.

Of course, there is a chance that the tests reveal that the device is close to expiring. In this case, it’s probably time to look for a new SSD and make sure you know how to install an SSD in your PC.











Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
Previous ArticleGenerative AI Hype Feels Inescapable. Tackle It Head On With Education
Next Article Samsung Galaxy S24 FE Unboxing Video Leaked With Purported Exynos 2400e SoC and 4,700mAh Battery

Related Articles

News

Gear News of the Week: Nothing’s Latest Earbuds, Amazon’s Hardware Event, and a New Free VPN

20 September 2025
News

RFK Jr.’s Vaccine Panel Votes Down Its Own Proposal to Require Prescriptions for Covid-19 Shots

20 September 2025
News

Donald Trump Is Saying There’s a TikTok Deal. China Isn’t

19 September 2025
News

The Best Grills for Cookouts and Tailgates

19 September 2025
News

YouTube Thinks AI Is Its Next Big Bang

19 September 2025
News

What Does a 120-Hz Refresh Rate Mean, Anyway?

19 September 2025
Demo
Top Articles

ChatGPT o1 vs. o1-mini vs. 4o: Which should you use?

15 December 2024105 Views

Costco partners with Electric Era to bring back EV charging in the U.S.

28 October 202495 Views

5 laptops to buy instead of the M4 MacBook Pro

17 November 202492 Views

Subscribe to Updates

Get the latest tech news and updates directly to your inbox.

Latest News
News

Donald Trump Is Saying There’s a TikTok Deal. China Isn’t

News Room19 September 2025
Gaming

Resident Evil Outbreak: Episode 3 – Freezing Our Butts Off In The 2nd Scenario | Super Replay

News Room19 September 2025
News

The Best Grills for Cookouts and Tailgates

News Room19 September 2025
Most Popular

The Spectacular Burnout of a Solar Panel Salesman

13 January 2025129 Views

ChatGPT o1 vs. o1-mini vs. 4o: Which should you use?

15 December 2024105 Views

Costco partners with Electric Era to bring back EV charging in the U.S.

28 October 202495 Views
Our Picks

RFK Jr.’s Vaccine Panel Votes Down Its Own Proposal to Require Prescriptions for Covid-19 Shots

20 September 2025

Xbox Console Prices Will Increase Again Next Month

20 September 2025

Donald Trump Is Saying There’s a TikTok Deal. China Isn’t

19 September 2025

Subscribe to Updates

Get the latest tech news and updates directly to your inbox.

Facebook X (Twitter) Instagram Pinterest
  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact Us
© 2025 Best in Technology. All Rights Reserved.

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