You turned on the laptop, and the system suddenly stopped seeing SSD drive? Or the drive has disappeared from Windows Explorer, and in BIOS shows up as an unknown device? This problem occurs among owners of laptops of all brands - from budget Acer And Lenovo up to bonus Dell XPS And MacBook Pro. The reasons can be either software (driver failure, file system errors) or hardware (controller failure, physical damage).
In this article we will look at all possible scenarios - from a banal disk disconnection in disk management to a breakdown of the M.2 slot on the motherboard, and also give step-by-step instructions for restoring functionality. Important: if critical data is stored on the SSD, some actions (for example, initializing the disk) may lead to its irreversible loss. So check your backups first!
1. Checking the SSD connection: physical reasons for invisibility
The first thing to exclude is mechanical problems. Even if you didn't drop the laptop, the SSD contacts could oxidize and the mount could become loose. This is especially true for drives of the format M.2, which are fixed with one screw and often “fly out” during vibrations.
What to do:
- 🔧 Turn off the power laptop and remove the battery (if it is removable). This is mandatory - even when turned off, voltage remains on the board!
- 🔍 Remove the bottom cover (on some models HP Pavilion or ASUS ZenBook You will need a plastic spatula for this). Usually the SSD is located under a separate small cover with the inscription
SSDorM.2. - 🔩 Carefully unscrew the screw securing the drive and remove it. Check the contacts for oxidation or contamination (can be wiped with alcohol).
- 🔄 Reinstall the SSD, making sure it fits tightly into the slot until it clicks. Tighten the screw and reassemble the laptop.
If after assembly the disk is still not detected, try connecting it to another device (for example, via USB M.2 adapter). If the SSD is not visible even there, the problem is in the drive itself.
- M.2 NVMe
- M.2 SATA
- 2.5" SATA
- PCIe (in expansion slot)
- I don't know
2. Check in BIOS/UEFI: is the disk visible at the motherboard level?
If the SSD is physically connected, but the laptop “does not see it”, the next thing is to check whether the drive is detected in BIOS or UEFI. This will help you understand whether the problem is in the hardware or the operating system.
Instructions:
- Turn on the laptop and immediately press the key to enter the BIOS (usually
F2,Del,EscorF12- depends on the model). For Lenovo ThinkPad may require a special buttonNovo Button. - Go to section
Storage,BootorAdvanced(names vary). Look for a list of connected drives. - If the SSD appears in the list, but is not visible in Windows, there is a software problem (see section 4). If the disk is not even in the BIOS, there may be hardware problems (controller, M.2 slot, power supply).
⚠️ Attention: On some laptops (eg Dell Latitude or HP EliteBook) there is an option in the BIOS SSD Secure Erase or Drive Lock. Do not actively turn it on - this may lead to formatting of the disk!
| Symptom | Probable Cause | Solution |
|---|---|---|
| SSD is not visible in BIOS | No power, damaged M.2 slot, faulty controller | Check the connection, test the drive on another device |
| SSD is visible in BIOS, but not in Windows | No drive letter, not initialized, file system corrupted | Use Disk management or DiskPart |
| SSD appears and disappears | Unstable contact, controller overheating, firmware problems | Reconnect the drive, check the temperature, update the firmware |
3. The disk is not initialized: what to do in Disk Management
If the SSD is visible in the BIOS, but does not appear in Conductor, most likely it is not initialized or does not have a letter. To check:
- Click
Win + R, enterdiskmgmt.mscand pressEnter. - Find your SSD in the list of drives. If it is marked as
Not initializedorNot distributed, right-click on it. - Select
Initialize disk(if required) and specify the section style -GPT(for modern systems) orMBR(for old OS). - After initialization, create a new volume (
Create a simple volume) and assign a letter.
⚠️ Attention: Initializing the disk will delete all data! If there were important files on the SSD, first try to recover them using programs like DMDE or R-Studio (see section 6).
Does the disk show as "Not initialized"?
Is the disk status "Good"?
Is there unallocated space?
Is the drive letter assigned?-->
4. Update drivers and reset the storage controller
Sometimes the SSD is not visible due to a driver or storage controller failure. This is especially true after updating Windows or installing new programs. Here's how to fix it:
Method 1: Update drivers manually
- 🖥️ Open
Device Manager(Win + X → Device Manager). - 🔍 Expand the thread
Disk devices. If your SSD is marked with a yellow exclamation mark, right-click on it and selectUpdate driver. - 🔄 Select
Automatic search. If Windows does not find updates, download the driver from the laptop manufacturer’s website (sectionSupport).
Method 2: Reset the storage controller
- Open
Command line as administrator. - Run the commands in order:
net stop storsvcnet start storsvc
diskpart
rescan
exit - Restart your laptop.
If after these steps the SSD appears, the problem was a software glitch. If not, move on to the next section.
Before updating drivers, create a system restore point (Win + R → rstrui). This will help you roll back if the laptop stops booting after the update.
5. Checking SSD health: how to find out if the drive is dead
SSDs have a limited recording resource, and over time their controllers begin to fail. If the disk appears and disappears, or the laptop freezes when accessing it, these are signs drive degradation.
To check the status of the SSD:
- Download the utility CrystalDiskInfo (free) or SSD-Z.
- Launch the program and find your drive in the list. Pay attention to the parameters:
Reallocated Sectors Count— number of reassigned sectors. Critical value: > 100.Wear Leveling Count— cell wear. The lower the value (for example, 90 vs 99), the worse.Uncorrectable Error Count— number of uncorrectable errors. Any value > 0 - a cause for concern.
Warning or Bad - it's time to change the drive.⚠️ Attention: If the SSD is from Samsung (series 860 EVO, 970 PRO etc.), use a proprietary utility Samsung Magician — it gives more accurate diagnostics and can “reanimate” the disk with a firmware update.
What to do if the SSD is under warranty?
If the disk is still under warranty (usually 3–5 years), contact the manufacturer’s service center. To do this, you will need a receipt and a serial number (a sticker on the SSD itself). Some brands (eg Crucial or WD) offer replacement even without a receipt if the serial number is registered.
6. Data recovery from invisible SSD
If the SSD does not initialize or is detected as RAW, but it contains important data, don’t rush to format it! Try restoring your files first.
Method 1: Use LiveCD
- 💿 Download the image Ubuntu LiveCD or specialized Rescatux and write it to a flash drive (Rufus or BalenaEtcher).
- 🔄 Boot from the flash drive (in BIOS, select it as a boot device).
- 📁 On Linux, open a terminal and check if the disk is visible with the command
lsblk. If yes, copy the data to another medium.
Method 2: Recovery programs
If the disc is visible in Disk Managementbut is not readable, use:
- 🛠️ DMDE (free to recover up to 4000 files) - works even with heavily damaged files
NTFS/exFAT. - 💾 R-Studio (paid, but with demo mode) - supports
APFS(for Mac) and virtual RAID. - 🔍 TestDisk (free, console) - will help restore a partition if it has been lost.
⚠️ Attention: Do not install recovery programs on the same SSD from which you are recovering data! This may overwrite lost files.
If the SSD makes clicking noises or is not detected even in LiveCD, this is a sign of physical failure. In this case, data recovery should be carried out by specialists in the laboratory (cost from 5,000 ₽).
7. Hardware faults: when repairs are necessary
If all software methods have been tried and the SSD is still not visible, the problem is most likely hardware. Here are the most common reasons:
| Malfunction | Signs | Solution |
|---|---|---|
| The SSD controller has failed | The disk does not heat up, is not detected anywhere, sometimes smells like burning | Replacing the controller (in service) or purchasing a new SSD |
| Damaged M.2 slot on the motherboard | Other SSDs in this slot don't work either | Repairing the board or using a USB adapter |
| Power problems (capacitors, circuits) | SSD appears and disappears, laptop turns off under load | Diagnostics of power supplies in the service |
| Overheating of memory chips | The disk is detected, but freezes when copying files | Improving cooling (thermal pads) or replacing SSD |
💡 Advice: If the laptop is under warranty, do not disassemble it yourself - this will void the warranty. Contact an authorized service (for example, for Apple MacBook - in Apple Store, for MSI or Gigabyte - to branded service centers).
FAQ: Frequently asked questions about invisible SSDs
❓ SSD is not visible after Windows update. What to do?
Most likely, the storage controller drivers are faulty. Try:
- Roll back the system to a restore point (
Win + R → rstrui). - Update drivers manually via
Device Manager. - Install the latest chipset driver from the laptop manufacturer's website.
❓ The laptop does not see the new SSD. Why?
New SSDs are often not initialized. Go to Disk management (diskmgmt.msc), find the disk (it will be marked in black) and initialize it by creating a partition.
❓ The SSD is visible in the BIOS, but Windows writes “The disk is write protected.” How to remove?
This may be due to:
- Active protection in BIOS (disable
Secure BootorDrive Lock). - Physical switch on the SSD case (available on some models Kingston or Transcend).
- Damaged file system (try formatting the disk to
NTFSthroughdiskpart).
❓ Is it possible to recover data from an SSD that is not detected?
Yes, but success depends on the reason:
- If the SSD is visible in
Disk ManagementhowRAW- the chances are high (use DMDE or R-Studio). - If the disk does not heat up and does not make sounds, the controller is most likely dead. Restoration is possible only in the laboratory (cost from 10,000 ₽).
- If the SSD is detected but freezes when reading, try copying the data in parts (for example, 10 GB at a time).
❓ How to check if my laptop supports NVMe SSD?
Methods:
- Look at the model specifications on the manufacturer’s website (look for the section
StorageorExpansion). - Use the utility HWiNFO — it will show which protocol the M.2 slot supports (
PCIe x4for NVMe orSATA). - Visually inspect the slot: if there is a key
M(notch on the right) - NVMe supported; unlessB+M- SATA only.