Your new SSD is plugged in, it shows up in BIOS, but Disk Management is showing you nothing. Frustrating, right? Before you panic and think the drive is dead, take a breath. Most of the time, this is a five-minute fix.
TL;DR
If your SSD is not showing in Disk Management, first rescan disks in Disk Management itself. If it appears as unallocated space, initialise it as GPT and create a new simple volume with a drive letter. If it doesn't appear at all, check physical connections, reinstall drivers, and verify AHCI mode is enabled in BIOS.
Key Takeaways
- SSD not showing in Disk Management is usually a software or connection issue, not hardware failure
- Rescan disks, then initialise and format the SSD with a drive letter
- Check physical cables, update drivers, and verify BIOS settings if the quick fix doesn't work
- External SSDs may need USB selective suspend disabled to stay detected during sleep
At a Glance
- Difficulty: Easy
- Time Required: 15-30 mins
- Success Rate: 90% of cases
What Causes SSD Not Showing Disk Management?
There's a range of reasons why your SSD drops off the radar in Disk Management, and almost none of them mean the drive itself is faulty. The most common culprits: the drive hasn't been initialised yet (happens all the time with new SSDs), the connections are loose, or Windows drivers are out of sync with the hardware.
New SSDs arrive blank. Windows doesn't even know what to do with them until you initialise the partition table and assign a drive letter. You'd be amazed how many people skip this step and then wonder why the drive is invisible. It's right there in BIOS, showing up in Device Manager, but Disk Management treats it like it doesn't exist.
Then there's the physical side. SATA cables wiggle loose during shipping or handling, m2" class="vae-glossary-link" data-term="m2">M.2 drives can reseat themselves if vibration shifts them slightly, and external SSDs connected via USB are especially prone to connection drops. Even on the bench, a flaky cable can look fine but only make contact intermittently.
Driver issues come next. If Windows doesn't have the right drivers loaded for your SSD controller, the device might appear in Device Manager but stay invisible to Disk Management. And BIOS settings matter too: if SATA ports are disabled or AHCI mode isn't active, Windows will struggle to talk to the drive properly.
SSD Not Showing Disk Management: Quick Fix
Rescan, Initialise, and Format Easy
- Open Disk Management
PressWindows + R, typediskmgmt.msc, and press Enter. Wait for the window to fully load. - Force a rescan
Click theActionmenu at the top, then selectRescan Disks. Wait 10-15 seconds. Your SSD might appear now as a black bar marked 'Unknown' or 'Unallocated'. - Initialise the disk
If the SSD appears, right-click on the black bar >Initialize Disk. A dialog will ask for GPT or MBR. ChooseGPT(Windows 11 standard) and clickOK. - Create a new simple volume
Right-click the unallocated space >New Simple Volume. Follow the wizard: set the volume size (use the default to use the full drive), assign a drive letter likeD:orE:, and format asNTFSwith Quick Format enabled. - Verify in File Explorer
Open File Explorer. Your SSD should now appear in the left sidebar with the drive letter you assigned. Try copying a small test file to confirm it works.
More SSD Not Showing Disk Management Solutions
If the quick fix didn't work, the issue is usually physical connections, driver problems, or a drive letter conflict. Don't assume the drive is broken yet.
Check Physical Connections and Reseat Cables Easy
- Power down completely
Shut down Windows fully (not sleep). Unplug the PC or press the PSU power button to ensure no power is flowing. - For internal SSDs: reseat the cable
Open the case. Locate the SATA or M.2 cable connected to the SSD. For SATA, unplug both ends completely, wait five seconds, then plug them back in firmly. For M.2, gently pull the drive out at a 45-degree angle, wait five seconds, then reseat it until you hear the click. - For external SSDs: try a different USB cable and port
Swap the USB cable for a known-good one. Try a different USB port on the back of the PC (rear ports are often more reliable than front headers). If available, test the drive on another PC to rule out a port issue. - Power on and rescan
Boot up, open Disk Management again, go toAction > Rescan Disks, and wait. The SSD should now appear. - If it still doesn't show, try a different port or cable
Repeat step 2 or 3 with a different port or cable. Some controllers or ports can be flaky while others work fine.
Update or Reinstall SSD Drivers Easy
- Open Device Manager
Right-click the Start button and selectDevice Manager. Or pressWindows + Xand pick it from the menu. - Expand Disk drives
Look for the section calledDisk drives. If your SSD is listed here but not in Disk Management, the driver may be corrupt. - Uninstall the SSD driver
Right-click your SSD >Uninstall device. Tick the box for 'Delete the driver software for this device' if it appears. ClickUninstall. - Restart the PC
Shut down and restart. Windows will automatically rediscover the SSD and install the default driver during boot-up. - Check Disk Management again
Once Windows is back up, open Disk Management and rescan. If the SSD is now visible, initialise it as in the quick fix section. - Update to the manufacturer driver (optional)
For SSDs like Samsung or Crucial models, you can download the latest driver from the manufacturer's website and install it for better performance. Use tools like Samsung Magician if available.
Advanced SSD Not Showing Disk Management Fixes
If you're still stuck, the issue is likely in your BIOS settings, or the SSD is stuck in a Storage Spaces pool. These fixes go deeper but are still straightforward if you follow the steps.
Check BIOS Settings and Enable AHCI Mode Medium
- Enter BIOS during startup
Restart your PC. As soon as it powers on, pressF2,Del,F12, orEsc(varies by motherboard). You'll see a prompt during the startup screen. If you're unsure, try pressing F2 repeatedly. - Navigate to Storage or SATA settings
Look for a section namedIntegrated Peripherals,Storage,SATA, orOnboard Devices. This varies by BIOS brand (ASUS, MSI, Gigabyte, etc). - Verify SATA ports or M.2 slots are enabled
Find the setting for SATA Mode or M.2 Controller. Ensure it's set toAHCI(not IDE or Compatibility mode). If M.2 slots are listed separately, check they're enabled too. - Disable Storage Spaces if you see it
On some Dell and HP systems, look forStorage SpacesorRAIDsettings. If enabled, toggle them off unless you intentionally use them. - Save and exit
PressF10to save, thenEnterto confirm. The PC will restart. - Rescan in Disk Management
Once Windows boots, open Disk Management and rescan. The SSD should now be detected.
Remove SSD from Storage Spaces Pool (if applicable) Medium
- Check if the SSD is in a pool
PressWindows + Ito open Settings. Go toSystem > Storage > Manage Storage Spaces. If you see your SSD listed in a pool, it's been allocated and Windows won't show it in Disk Management until it's removed. - Remove the SSD from the pool
Click the pool name > click the SSD > clickRemove. Windows will warn that data will be erased. If there's nothing valuable on it, clickYes. - Delete the pool if empty
If the pool now has no drives, you'll see aDeleteoption. Click it to clean up. - Rescan Disk Management
Open Disk Management and goAction > Rescan Disks. The SSD should now appear as unallocated space, ready to initialise (see Quick Fix section).
Use DiskPart Command Line to Initialise and Format Hard
- Open an elevated Command Prompt
PressWindows + Xand selectTerminal (Admin), or right-click Command Prompt and run as administrator. - Launch DiskPart
Typediskpartand press Enter. You should see aDISKPART>prompt. - List all disks
Typelist diskand press Enter. Find your SSD in the list (check the size). Note its disk number, e.g.Disk 2. - Select your SSD
Typeselect disk 2(replace 2 with your disk number) and press Enter. - Clean and initialise
Typecleanand press Enter. This erases all data. Then typeconvert gptand press Enter. - Create a partition
Typecreate partition primaryand press Enter. - Format and assign a letter
Typeformat fs=ntfs quickand press Enter. Then typeassign letter=Dand press Enter. Replace D with any available letter. - Exit DiskPart
Typeexitand close the Command Prompt. - Verify in File Explorer
The SSD should now appear with the letter you assigned.
clean. There's no undo button.For NVMe drives that still won't show up even after these steps, consider checking our NVMe SSD not detected guide, which covers specific M.2 troubleshooting that sometimes differs from SATA drives.
If you've tried these steps and the SSD is still invisible, driver corruption or hardware-level detection issues might be at play. Our remote support team can connect to your system and diagnose the exact problem, then get your SSD showing in Disk Management without data loss.
Get remote helpDisable USB Selective Suspend for External SSDs
External SSDs sometimes drop off after the PC sleeps or sits idle. Windows' USB selective suspend feature powers down USB devices to save energy, and not all external drives wake back up cleanly.
- Open Power Options
PressWindows + Ito open Settings. Go toSystem > Powerand clickPower plan settings. Then clickChange advanced power settings. - Find USB selective suspend
Scroll down toUSB settingsand expand it. FindUSB selective suspend setting. - Disable it
Change the dropdown fromEnabledtoDisabled. ClickApplyandOK. - Test sleep and wake
Close the lid (or let the PC sleep naturally) for a minute, then wake it. Your external SSD should stay connected.
Preventing SSD Not Showing Disk Management
Stop this from happening again with a few simple habits.
New SSDs need immediate setup. The moment you install a new SSD, go straight to Disk Management and initialise it. Don't leave it blank. Blank drives cause confusion and support tickets.
Use quality cables. Cheap SATA or USB cables are a false economy. If your SSD is worth replacing, the cable is worth upgrading. Check connections visually every six months, especially if your PC gets moved or sits on the floor.
Keep AHCI enabled in BIOS from day one. If you're building a new system, don't use IDE mode for SATA. Modern Windows needs AHCI to talk to SSDs properly.
Update drivers proactively. Use manufacturer tools like Samsung Magician, Crucial Storage Executive, or WD Dashboard to keep firmware and drivers current. These tools also run health checks and spot issues before they become problems.
Assign unique drive letters. If you're adding multiple SSDs, label them clearly during setup. D: for storage, E: for backups, etc. This prevents the confusion that leads to accidentally formatting the wrong drive.
Test new SSDs on another PC first. Before integrating a new drive into your main system, plug it into a spare machine and verify it works. It takes five minutes and saves hours of troubleshooting.
SSD Not Showing Disk Management: Summary
Your SSD not showing in Disk Management is almost never a hardware death sentence. Start with rescan, initialisation, and formatting. If that doesn't work, check physical cables, reinstall drivers, and verify AHCI is enabled in BIOS. Use DiskPart as a last resort before you assume the drive is faulty. Nine times out of ten, one of these fixes brings the SSD back to life, and you'll be back up and running in under an hour.


