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 » SSDs

SSD Not Showing Up in Disk Management? Here’s How to Fix It

Grishm DevkotaBy Grishm DevkotaSeptember 29, 2022
ssd not showing up in disk management

SSDs or Solid State Drives are now considered by many manufacturers and customers as the superior alternative when compared to hard disks. They do not have any moving parts and are less prone to damage or failure. 

However, SSD’s being an electronic device, are susceptible to faults and come with a list of issues of their own. If you’ve encountered an error where the SSD is not showing in the Disk Management, the most common reasons may include damaged parts, incompatibility issues and device driver problems.

Table of Contents

  • How to Fix SSD not Showing in Disk Management?
    • Rescan Disks
    • Restart Windows Services 
    • Change SATA Mode
    • Run Disk Partition Utility
    • Delete Storage Pools
    • Reinstall Device Drivers
    • Uninstall the Standard SATA AHCI Controller

How to Fix SSD not Showing in Disk Management?

Here, we’ll be looking at the various solutions by which you can fix the SSD not being detected or showing in the Windows Disk Management.

Before we move onto the software fixes, you might want to check if any hardware issues may be causing the SSD to not show up in your device. 

  • Check if the SSD is mounted correctly on the expansion slot
  • Check for damaged connectors, ports and cables
  • Check if the port you are connecting to supports the interface of the SSD
  • Check if the motherboard supports the type of SSD you are installing
  • Check if the SSD functions properly by connecting it to another device

If you have confirmed that the SSD is a DOA (dead-on-arrival) product, you may need to exchange or RMA (Return Merchandise Authorisation) for a working one.

After making sure that the issue is not related to the hardware, we’ll be looking at the software side. Here, we’ll try solutions that aim to detect the SSD and repair/reinstall their software components.

Rescan Disks

Sometimes when making changes in the hardware, like adding a new SSD to your device, the Disk Management may fail to detect and show the device. In such cases, firstly you will need to rescan for the disks from the Disk Management. To do this

  1. Press the Windows key + R to open Run 
  2. Type diskmgmt.msc to open Disk Management
    disk mamagement
  3. In the Disk Management, click on Action from the toolbar and click on Rescan Disks to run a scan
    disk rescan disk management
  4. After the scan completes, your disk should now be shown in the Disk Management

Restart Windows Services 

The Storage Service and the Plug and Play service allows Windows to automatically find, integrate and expand hardware on your laptop or desktop PC. If you have stopped or disabled these services, a newly installed or an external SSD might not be detected by Disk Management. To enable the following services

  1. Open Run and type services.msc to open Windows Services
    windows services run
  2. Now, scroll down and select Plug and Play from the list
    plug and play service
  3. Right click on the service and Select Start if the service has been disabled
  4. If the service is operating, click on Restart to restart the service
  5. Again, search for Storage Service in Windows Services
    storage service windows
  6. Right click and select Start or Restart to enable the service again
  7. Open Disk Management and check if the SSD is being shown

Change SATA Mode

SATA controllers allow the disk drive that contains Windows to communicate with the system. Another fix for the SSD not showing up in Disk Management is to change and cycle the SATA controllers from IDE to AHCI or vice versa. To change the SATA mode in your device:

  1. Boot to the BIOS of your device
  2. In the BIOS, search for Advanced or Storage Configuration or similar bios ahci
  3. Search for option labelled SATA Controller Mode or Configure SATA
  4. Now, change the SATA Controller mode to IDE or AHCI mode
  5. Save and exit to apply the changes
  6. If your device boots normally, open the Disk Management and check if the SSD is visible in  the list

If changing the SATA controller mode causes a BSOD in your device, boot back to the BIOS and revert the changes and select the other option until your device boots to Windows. Check Disk Management every time you change the controller mode to see if the problem is fixed.

Note: It is highly recommended to backup the Registry before making changes. Changing values in the Registry can potentially render your device unusable. Please research before proceeding.

Another method to fix the crashing issue after changing the SATA Controller mode is to change the AHCI driver value from the registry. You can also perform this step before attempting to change the SATA Controllers in the BIOS. To do this

  1. Open Run and type regedit to open Registry Editor
  2. Now, navigate to the following path:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Msahci
  3. If the above path is unavailable, go to:
    Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\storahci
    storahci registry
  4. Now, on the right side, double click on the Start and type 0 in the Value data
    value set storahci registry
  5. Again, go to:
    Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iaStorV
    registry start value
  6. And change the Value data of Start to 0
    edit registry value
  7. Click on OK to save the changes and exit the Registry editor

Now, again boot into the BIOS and change the SATA controllers to AHCI. Your device should no longer show the Blue screen error when you try to boot into Windows.

Run Disk Partition Utility

The next process is to run the disk partition utility from the command prompt and see if it detects the SSD installed in your device. If the disk is showing in the command prompt, you will need to format it from there to make it visible in the Disk Management.

To run the disk partition from command prompt

  1. Open Run and type cmd. Press the Ctrl + Shift + Enter keys together to open command prompt with elevated access
    command run
  2. Now, on the console, to enter the disk partition and list the available volumes in your disk, type
    diskpart and press the Enter key
    list disk and press the Enter key
    diskpart1
  3. Make sure that the disk is shown here. If not, power off the device and check for connections with the motherboard.
  4. if the device is shown, enter the commands to proceed and select the disk to create a partition
    select disk and press the Enter key, eg: select disk 0
  5. Now, type create partition primary and press the Enter keydiskpart 2
  6. After creating the partition, to format the disk and to give a name to it, type 
    format fs=ntfs label=drive name and press the Enter key, eg: format fs=ntfs label=Games
    format diskpart
  7. Wait until the process completes and see if the device is now showing in Disk Management

Delete Storage Pools

Note: This option is applicable only if your device has two or more storage drives installed and pooled in Windows. Deleting or making changes to the storage pool will purge the data in the selected SSD permanently. Make a backup of the drive before proceeding.

Storage pools are a feature in Windows that allows users to combine two or more disks into a pool to minimize data loss by hardware failure. Sometimes Windows automatically combines the SSD into a pool before initializing and allocating the disk, making your SSD undetectable by the Disk Management. To fix this issue

  1. Open Run and type control to open the Control Panel
  2. Click on System and Security and scroll down to find Storage Spaces
    control panel system and storage
  3. Inside the Storage menu, click on Storage Spaces 
    storage spaces
  4. Click on the Change Settings button. Allow if asked for administrator rights
    storage space delete
  5. Now, click on Delete the storage pool you want to delete
  6. Click on Delete Storage Space again in the next page to confirm

Reinstall Device Drivers

If the problem persists, then the problem may be because the SSD drivers have become corrupted. To fix this, reinstalling the device drivers may help solve the issue. Restart your device and check if the SSD is now showing in Disk Management

  1. Open Run and type devmgmt.msc to open the Device manager
  2. Right click on the SSD that is not showing in Disk Management and click Uninstall Device
    uninstall disk driver
  3. You will be asked for confirmation. Click on Uninstall again
    uninstall device confirm
  4. Restart your PC after the removal process completes
  5. Windows will automatically install the necessary drivers for the SSD during the restart process
  6. Check if the SSD is now showing in the Disk management 

Uninstall the Standard SATA AHCI Controller

If uninstalling the disk drivers did not resolve the issue, then the problem may be because of the SATA AHCI controller of your device. SATA AHCI controllers help users control their AHCI storage device and establish communication with the OS.

  1. Open the Device Manager and search for IDE ATA/ATAPI controllers. Double click to expand it
  2. Inside it, search for Standard SATA AHCI Controller and right click on it.
    ide atapi uninstall
  3. Check if the driver is disabled. Click on Enable to enable the device
  4. Click on Uninstall to uninstall the driver
  5. Repeat the process if your device has multiple Standard SATA AHCI Controllers
  6. Restart your device after the process completes
  7. Windows will automatically reinstall the SATA AHCI Controllers in your device after rebooting
fix
Grishm Devkota
  • LinkedIn

Grishm holds a computer science degree and is currently employed as a Tech writer at TechNewsToday. He specializes in topics related to Windows OS, iOS and PC hardware. You can contact him at grishm@technewstoday.com

Related Posts

how to see what ssd i have

How to See What SSD I Have?

May 19, 2023
lifespan of ssd

What is the Average Lifespan of SSD? Detailed Guide

April 13, 2023
how to format ssd

How to Format an SSD

March 20, 2023
ssd unallocated

How to Fix SSD Unallocated on Windows

November 12, 2022
should you defrag ssd

Should You Defrag an SSD?

November 4, 2022
how to partition a ssd

How to Partition a SSD? (Step-By-Step Guide)

October 25, 2022
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
how to download and use rufus

How to Download and Use Rufus

September 28, 2023
how to turn off hardware acceleration

How to Turn Off Hardware Acceleration

September 27, 2023
motherboard chipset

Understanding Motherboard Chipset and Its Importance

September 20, 2023
You may also like
printer-not-printing

How to Fix a Printer That’s Not Printing

September 26, 2023
Share Location With Friends and Family

Share Location With Friends and Family (iPhone and Android)

September 18, 2023
how-to-print-without-a-printer

How to Print Without a Printer

September 18, 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, editor@technewstoday.com | Tech Central Pvt. Ltd.

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