Your SSD intermittently disappears and you want it sorted before it takes your data with it. Good instinct. This is one of those faults that starts annoying and ends catastrophic if you ignore it, so let's get through the fixes in order from quickest to most involved.
TL;DR
When an SSD intermittently disappears from Windows, Linux, or BIOS itself, start with a cold power-cycle and a BIOS detection check. If the drive is still vanishing, update SSD firmware and kill aggressive power management settings. If it disappears from BIOS or fails on a second machine, the drive is likely failing and needs replacing.
Key Takeaways
- An SSD intermittently disappears in both Windows and Linux almost always signals a hardware, firmware, or power-delivery fault, not an OS bug.
- A cold power-cycle lasting 5 or more minutes can restore a drive stuck in a bad state, but it is not a permanent fix if the hardware is failing.
- Outdated SSD firmware is a surprisingly common cause. Update it before assuming the drive is dead.
- Aggressive Windows Link State Power Management can force an SSD into a deep sleep it cannot wake from. Turn it off.
- If the drive vanishes from BIOS itself or fails on a second machine, replace it and focus on recovering your data.
At a Glance
- Difficulty: Advanced
- Time Required: 30 to 45 mins
- Success Rate: 78% of users
What Causes an SSD to Intermittently Disappear?
The short answer: something is interrupting the connection between the SSD controller and the rest of the system. That interruption can happen at the physical layer, the firmware layer, or the driver layer. The tricky part is that all three produce the same symptom from the outside, which is why you need to work through them systematically rather than jumping straight to reinstalling Windows.
The most common culprit we see at Vivid Repairs is a firmware bug in the SSD itself. Drive manufacturers push firmware updates fairly regularly, and some older versions have a known fault where the controller drops off the PCIe or SATA bus after a certain number of hours, a thermal threshold, or a specific sequence of read-write operations. The drive comes back after a power-cycle because the controller resets, but the underlying bug is still there. This is fixable without replacing anything.
Second most common: Windows power management. Specifically, Link State Power Management under PCI Express in your power plan settings. When this is set to Maximum power savings, Windows can push an NVMe drive into a low-power state (ASPM L1.2) that some drives cannot reliably wake from. The drive does not fail, it just never responds to the wake signal. Disabling this setting takes about two minutes and fixes the problem permanently on otherwise healthy drives.
Physical connection issues are third on the list. M.2 drives that are not fully seated or are missing their retaining screw can work fine for months, then start dropping off as the system warms up and the board flexes slightly. SATA drives are even more prone to this because a marginal cable can pass continuity tests but still drop signal under vibration or heat. On desktops, a dodgy PSU SATA power rail is also worth checking.
Finally, actual hardware failure. NAND cells wear out, controllers develop faults, and capacitors fail. If the drive is several years old and showing SMART errors, this is the likely answer. The fixes below will help you confirm it one way or another.
SSD Intermittently Disappears: Quick Fix
Start here. These take under ten minutes and fix the problem in a good chunk of cases.
Cold Power-Cycle the SSD Easy
- Full shutdown, not restart
Open an elevated Command Prompt and runshutdown /s /t 0. This forces a true shutdown rather than the fast-startup hybrid that Windows defaults to. Fast startup keeps the drive partially initialised, which does not help here. - Leave it off for 30 seconds
Actually wait. The capacitors on the board need to discharge fully so the SSD controller loses power completely. - Desktop with USB enclosure: try this first
If you have a spare USB enclosure, remove the SSD and connect it to a different machine via USB. Leave it powered for at least 5 minutes even if nothing detects it. The drive uses this time to rebuild its internal mapping tables. Safely eject, reinstall, and reboot. - Laptop or no enclosure: use BIOS instead
Power on and immediately enter BIOS (usually Delete, F2, or F10 depending on your board). Leave the system sitting in BIOS for 5 or more minutes. The SSD stays powered but idle, giving it the same rebuild time. Then save and exit. - Check BIOS detection
While you are in BIOS, look under Storage, NVMe Configuration, or SATA Information and confirm the drive is listed. Note whether it shows a model name and capacity or just a blank. If it disappears from BIOS within a few minutes of sitting there, that is a strong hardware signal.
Re-enumerate the Drive in Windows Easy
- Open Disk Management
Press Win+X and click Disk Management. If the drive is currently visible, you will see it listed with its partitions. - Rescan
Click Action at the top, then Rescan Disks. This forces Windows to re-probe all storage buses. Takes about 10 seconds. - Check Device Manager
Press Win+X and open Device Manager. Expand Disk drives and your Storage controllers. Right-click the SSD and choose Update driver, then Search automatically for drivers. Do the same for any Intel RST, AMD RAID, or NVMe controller entries you see.
More SSD Intermittently Disappears Solutions
If the quick fixes did not hold, these are the steps that actually sort it in the majority of cases. Plan for 15 to 30 minutes here.
Kill Aggressive Power Management Easy
- Open Power Options
Go to Control Panel, then Power Options. Find your active plan and click Change plan settings, then Change advanced power settings. - PCI Express settings
Expand PCI Express, then Link State Power Management. Change the setting to Off. If Off is not available, choose Moderate power savings. Do not leave it on Maximum power savings. - Hard disk settings
Expand Hard disk, then Turn off hard disk after. Set this to 0 (which Windows interprets as Never). Some NVMe drives also respond to this setting even though they are not technically hard disks. - Apply and reboot
Click Apply, then OK. Do a full reboot (not sleep) and monitor whether the SSD intermittently disappears over the next hour of normal use.
Update SSD Firmware Medium
- Identify your exact SSD model
In Device Manager under Disk drives, right-click the SSD and choose Properties. Note the model number exactly, including any revision suffix. - Download the vendor tool
Go to the manufacturer support page. Crucial has Storage Executive, Samsung has Magician, WD has Dashboard, Kingston has SSD Manager. Download and install the appropriate one. Crucial Storage Executive is a good example of what these tools look like. - Check current firmware version
The tool will show your current firmware version alongside the latest available. If they differ, proceed with the update. - Run the firmware update on AC power
Plug in if you are on a laptop. Do not run on battery. Do not interrupt the process. The update typically takes 2 to 5 minutes and the system will reboot automatically. - Full power-cycle after update
After the reboot, do another fullshutdown /s /t 0and cold boot. This ensures the new firmware initialises cleanly rather than resuming from a previous state.
Update Chipset and Storage Drivers Easy
- Device Manager sweep
Open Device Manager and expand IDE ATA/ATAPI controllers, Storage controllers, and Disk drives. Right-click each entry and choose Update driver, Search automatically for drivers. Let Windows check its catalogue for each one. - Go to the motherboard or PC manufacturer site
Windows Update rarely has the latest chipset drivers. Visit your board manufacturer (ASUS, MSI, Gigabyte, ASRock) or PC manufacturer (Dell, HP, Lenovo) support page. Download the latest chipset driver pack, SATA/AHCI driver, and any Intel RST or AMD RAID driver listed for your model. - Install and reboot
Install in this order: chipset first, then storage controller, then any NVMe driver. Reboot between each if the installer asks. Microsoft's Disk Management documentation covers what a healthy detected drive should look like afterwards.
Advanced SSD Intermittently Disappears Fixes
If you are still here, the drive is either physically failing or there is a deeper hardware conflict. These steps will tell you which it is.
Check SMART Health and Event Logs Medium
- Run the vendor health tool
Open the same tool you used for firmware (Crucial Storage Executive, Samsung Magician, etc.) and look at the health summary. You want to see: Overall health Good or Normal, zero reallocated sectors, zero media errors, zero critical warnings. Anything else is a red flag. Tom's Hardware has a solid explainer on what SMART attributes mean for SSDs specifically. - PowerShell health check
Open an elevated PowerShell and runGet-PhysicalDisk | Select FriendlyName, HealthStatus, OperationalStatus. A healthy drive returns HealthStatus: Healthy and OperationalStatus: OK. Warning or Unhealthy means the OS itself has flagged a problem. - Event Viewer
Press Win+R, typeeventvwr, press Enter. Go to Windows Logs, then System. Filter the log (right-click System, Filter Current Log) by Event sources: disk, storport, nvme, iaStor. Look for errors timestamped around the times the SSD vanished. Repeated Event ID 11 (disk controller errors) or Event ID 157 (disk was surprise removed) are both clear hardware indicators.
Reseat, Swap Slots, and Test on a Second Machine Hard
- Power off and unplug
Full shutdown, then unplug the mains cable on a desktop or disconnect the battery on a laptop if accessible. Wait 30 seconds for capacitors to drain. - Reseat the drive
For M.2: remove the retaining screw, pull the module out at a 30-degree angle, inspect the gold contacts for corrosion or debris, and reinsert firmly until it clicks down flat. Replace the retaining screw. Do not overtighten but make sure it is snug. A loose screw is genuinely one of the most common causes we see. - For SATA drives: swap cables
Replace both the SATA data cable and the power lead. Use a known-good cable from another device. SATA data cables are cheap and fail more often than people expect, especially the ones that came bundled with budget motherboards. - Try a different slot
If your motherboard has a second M.2 slot or additional SATA ports, move the drive there. Some M.2 slots share bandwidth with SATA ports and can have compatibility quirks with specific drives. Check your motherboard manual for which slots are wired directly to the CPU versus through the chipset. - Test in a second machine or USB enclosure
This is the definitive test. If the SSD intermittently disappears on a completely different machine or in a USB enclosure, the drive itself is faulty. If it works perfectly elsewhere, the fault is with your original system's slot, power delivery, or firmware.
dmesg | grep -i -E 'nvme|ata|error|reset' while the drive is connected. Repeated lines about the NVMe or SATA device resetting or timing out confirm hardware-level failure independent of anything Windows is doing. This is useful evidence if you need to make a warranty claim.Run chkdsk and Consider In-Place Windows Repair Medium
- Only attempt this if the drive is stable
These tools cannot fix a drive that keeps disappearing mid-scan. If the SSD has been stable for an hour or more after the previous fixes, proceed. - chkdsk from WinRE
Boot from Windows installation media, choose Repair your computer, then Troubleshoot, then Command Prompt. Runchkdsk C: /f /r. The /r flag scans for bad sectors, which takes a while on large drives. Let it finish. - In-place upgrade repair for Windows corruption
If Windows itself is damaged from the drive dropping mid-write (common with this fault), an in-place upgrade repair rebuilds system files without wiping your data or apps. Boot from Windows 11 installation media, run setup.exe from within Windows, choose Upgrade this PC now, and keep personal files and apps. This is covered in more detail in our Windows repair without reinstalling guide.
If your SSD intermittently disappears and you are not sure whether it is a driver issue, a power management fault, or the drive actually dying, our remote support team can connect to your machine, pull the Event Viewer logs, check SMART status, and walk you through the firmware update process live. We sort this kind of fault daily.
Get remote helpPreventing Your SSD from Disappearing Again
Most of these faults are preventable. Here is what actually matters, in order of importance.
1. Keep firmware current. Check the SSD vendor tool every 3 to 6 months. Firmware bugs that cause disappearing drives are well documented and manufacturers do fix them, but only if you install the update. Set a calendar reminder if you need to.
2. Fix power management now, not later. If you have an NVMe drive on Windows, turn off Link State Power Management in your power plan. There is almost no real-world battery saving from leaving it on Maximum, and the risk of the drive dropping off is not worth it. See our guide to Windows power settings for SSDs for the full breakdown of which settings matter.
3. Physical installation matters more than people think. Every few months, especially after moving a desktop or after the machine has been opened for other work, check that the M.2 retaining screw is tight and SATA cables are properly clipped in. Takes 30 seconds.
4. Back up regularly. An SSD that has started intermittently disappearing is giving you a warning. Treat it as such. Windows File History, a system image to an external drive, or a cloud backup service all work. The specific tool matters less than actually running it. Check out our Windows backup guide for setup instructions that take under 10 minutes.
5. Watch SMART health. Run the vendor tool quarterly and look at the health summary. Any non-zero media error count or reallocated sector count is worth acting on before the drive starts dropping off entirely.
SSD Intermittently Disappears: Summary
When an SSD intermittently disappears, work through it in order. Start with a cold power-cycle and a BIOS detection check. If the drive comes back, update the firmware and kill aggressive power management before anything else. If it is still dropping off, check SMART health and Event Viewer logs to confirm whether you are dealing with a software fault or a dying drive. Reseat the physical connection and, if possible, test on a second machine for a definitive answer. The majority of cases are sorted by firmware updates or power management changes. But if the drive vanishes from BIOS itself or shows SMART errors, no amount of driver tweaking will save it. Replace it, recover your data, and move on.


