Did your laptop hard drive fail at the most inopportune moment? Don't panic - even if HDD or SSD is no longer detected, there are still chances to get the data back and restore the device’s functionality. This problem occurs in 15% of users over 3 years of use, but the reasons and solutions can be radically different: from the banal disconnecting the cable to physical destruction of plates in the containment zone.

In this article - step-by-step algorithm of actions from diagnostics to drive replacement, including ways to retrieve data from a “dead” disk, choosing a new SSD/HDD and prevention tips. We will analyze typical symptoms (clicks, freezes, errors INACCESSIBLE_BOOT_DEVICE), testing tools (CrystalDiskInfo, Victoria) and the nuances of working with laptops of different brands (Lenovo, HP, Dell).

Signs of a bad hard drive: how to recognize the problem early

The first “bells” about the imminent death of the HDD/SSD are often ignored until the laptop stops booting altogether. Pay attention to these symptoms:

  • 🔊 Extraneous sounds: Clicking, grinding or rhythmic ticking (typical of HDD with damaged heads).
  • Slowdown: files take 5-10 times longer to open, the system freezes for 30+ seconds.
  • 🚨 Blue screens: errors CRITICAL_PROCESS_DIED, KERNEL_DATA_INPAGE_ERROR or NTFS_FILE_SYSTEM.
  • 📉 Files disappearing: folders become “empty”, documents open with hieroglyphs.

U SSD the signs are different: they die silently, but before that they can lose productivity (decrease in writing/reading speed by 2-3 times) or switch off when heated. The utility will help you check disk health CrystalDiskInfo - if the status Pred Fail (predicted failure), it's time to act.

⚠️ Attention: If the HDD issues metallic grinding, turn off your laptop immediately! Further work will lead to irreversible damage to the plates and will make data recovery impossible.
📊 How often do you check the health of your hard drive?
  • Never
  • Once a year
  • If you suspect a malfunction
  • I use real-time monitoring

First steps: what to do if the laptop does not see the hard drive

If Windows does not boot or the disk does not appear in Conductor/Disk Management, follow this algorithm:

  1. Check the physical connection:
    • 🔧 Disconnect the laptop from the network, remove the battery (if removable).
    • 🔍 Remove the back cover (on some models HP Pavilion or Acer Aspire the disk is accessible through a separate hatch).
    • 🖇️ Carefully remove the HDD/SSD and check the contacts for oxidation. Wipe them down eraser (no alcohol!).
  2. Connect the drive to another device:
    • 💻 Use USB SATA adapter or docking station to connect to a working PC.
    • 🔍 If the disk is detected, but the files are not readable, the problem is file system (need utility TestDisk).

For laptops with M.2 SSD (For example, Lenovo ThinkPad or ASUS ZenBook) check if it is burnt slot on motherboard — connect the SSD to another connector (if available).

☑️ Hard drive connection diagnostics

Done: 0 / 5

Software diagnostics: tools for testing HDD and SSD

If the disk is detected by the system but is unstable, use these utilities for in-depth diagnostics:

Utility Disk type What does it check? Link
CrystalDiskInfo HDD/SSD SMART parameters, temperature, operating time Download
Victoria HDD Bad sectors, read/write speed Download
HDDScan HDD/SSD Error tests, SMART, surface scanning Download
Samsung Magician SSD Samsung Cell state, firmware, optimization Download

For SSD parameter is critical Reallocated Sector Count - if its value increases, the disk will soon fail. U HDD pay attention to Seek Error Rate And Spin Retry Count. B Victoria run the test Remap — it will reassign bad sectors to backup ones.

💡

If the disk is detected, but the file system is RAW, do not format it! Use DMDE or R-Studio for data recovery without loss.

Recovering data from a damaged disk: step-by-step instructions

If the disk is still “alive”, but the data is not available, proceed according to this scheme:

  1. Create a disk image:

    Use DDRescue (Linux) or HDD Raw Copy Tool (Windows) to do bitmap to another medium. Team for DDRescue:

    sudo ddrescue /dev/sdX /path/to/image.img /path/to/logfile.log

    Here /dev/sdX — your problem disk (determined by the command lsblk).

  2. Recover files from image:

    Open the image in R-Studio or DMDE. These programs recover data even from bad sectors and support NTFS, FAT32, exFAT, EXT4.

For SSD with controller Phison or SMI (often found in budget models) can help firmware update through Flash Drive Tool. But this is risky - if there is an error, the disk will become a “brick”.

⚠️ Attention: Do not use CHKDSK /F on disks with physical damage! This team can aggravate the damage, overwriting critical sectors.
What to do if the disk is not detected even in the BIOS?

If the BIOS does not see the disk, the problem may be:

1. **Disk controller** (the chip on the HDD/SSD board has burned out).

2. **South Bridge** of the motherboard (a common problem with ASUS laptops series K550).

3. **Disk firmware** (relevant for SSD Kingston or ADATA with controllers SMI2258).

In this case, only professional repairs in the laboratory will help (cost from 5,000 ₽).

Replacing a hard drive: how to choose a new SSD or HDD

If the drive is unrecoverable, select a replacement based on these options:

  • 💾 Drive type:
    • SATA SSD (up to 550 MB/s) - a budget option for older laptops (Dell Inspiron 3000, HP 250 G6).
    • NVMe SSD (1500-3500 MB/s) - for models with M.2 slot (Lenovo Legion, MSI GS66).
    • HDD (1 TB+) - only if you need a large volume for little money (for example, for storing archives).
  • 📏 Form factor:
    • 2.5" - standard for HDD/SSD in most laptops.
    • M.2 2242/2280 - for ultrabooks (Apple MacBook Air, Xiaomi Mi Notebook).

For laptops with Optane Memory (For example, HP Envy or Acer Swift) when replacing HDD with SSD you will have to disable Optane in the BIOS, otherwise the system will not boot. Also check maximum disc height - in thin ultrabooks (Dell XPS 13) may not fit a 7mm high SSD.

💡

For 2018+ laptops, choose NVMe SSD with support PCIe 3.0 x4 - they are 5-6 times faster than SATA and are compatible with 90% of modern motherboards.

Installing a new disk and transferring the system

After purchasing a new SSD/HDD, follow these steps:

  1. System cloning:

    Use Macrium Reflect or Clonezilla to transfer Windows from an old disk. Important: if the old disk slow (for example, HDD with bad sectors), connect it via USB adapter and check the option "Ignore bad sectors".

  2. Clean Windows installation:

    If cloning is not possible:

    1. Create a bootable USB flash drive using Media Creation Tool.
    2. When installing, remove all partitions on the new disk and format it to NTFS.
    3. After installing the drivers, use Dism++ to optimize SSD (disable defragmentation and turn it on TRIM).

For laptops with Secure Boot (For example, Lenovo Yoga or HP Spectre) may be required disable this mode in the BIOS, otherwise the system will not boot from the new disk. Also check your settings AHCI/RAID — for NVMe SSD the mode must be enabled AHCI.

Prevention: how to extend the life of a laptop hard drive

Average service life HDD — 3-5 years, SSD - 5-7 years. To avoid premature drive death:

  • 🌡️ Control the temperature:
    • For HDD critical temperature - 50°C+ (use a cooling pad).
    • For SSD70°C+ (especially relevant for Samsung 970 EVO Plus in gaming laptops).
  • Optimize your nutrition:
    • B Control Panel → Power Options select scheme "High performance" for SSD.
    • Disable hibernation (command powercfg /h off), if you use an SSD, it reduces the life of the cells.
  • 🛡️ Protect from power surges:
    • Use UPS (uninterruptible power supply) - even micro-outages can kill an SSD.
    • Do not connect your laptop to cheap chargers without overvoltage protection.

For HDD run once a month defragmentation (built-in Windows utility), and for SSD - check TRIM (command fsutil behavior query DisableDeleteNotify must return 0).

💡

Check your drive's health regularly via SMART-monitoring. For example, in CrystalDiskInfo set up alerts when parameters drop Reallocated Sectors or Uncorrectable Errors.

FAQ: answers to frequently asked questions about hard drive failures

Is it possible to recover data from a disk that is not detected in the BIOS?

Yes, but only in the laboratory. Specialists open the hermetic zone of the HDD or solder the memory chip onto an SSD (cost from 10,000 ₽). It is impossible to do this on your own - it requires clean room (class 100) and professional equipment.

Laptop crashes with BSOD error INACCESSIBLE_BOOT_DEVICE after replacing HDD with SSD. What to do?

Causes and solutions:

  1. Incorrect SATA mode in BIOS - install AHCI instead of IDE or RAID.
  2. NVMe driver missing - for Windows 7 you need to integrate it into the installer image via Dism++.
  3. Boot sector damaged - restore it through bootrec /fixmbr And bootrec /fixboot on the command line (booting from a flash drive).

How to transfer Windows from HDD to SSD without losing data?

Use Macrium Reflect Free:

  1. Connect the SSD via USB adapter.
  2. In the program, select "Clone this disk" and specify the target SSD.
  3. After cloning, disconnect the old disk and boot from the new one.
  4. If the system does not start, restore the bootloader via bcdboot C:\Windows.

Important: if there were several partitions on the HDD, they will be transferred to the SSD in the same order. If necessary, resize the partitions to MiniTool Partition Wizard.

Is it worth repairing the SSD or is it better to buy a new one?

SSD repair is not economically feasible in 90% of cases. Exceptions:

  • 💎 Disc with unique data (for example, family photos without backup).
  • 🔧 Breakdown controller (if the memory cells are intact, you can resolder the chip).
  • 📦 SSD under warranty (for example, Samsung 870 EVO has a 5 year warranty).

The average cost of repair is 70-80% of the price of a new disk. For 1TB SSD (price ~8,000 ₽) restoration will cost 5,000-6,000 ₽.

How to check if my laptop supports NVMe SSD?

Verification methods:

  1. Run CPU-Z, go to the tab Mainboard and find information about the chipset. NVMe chipsets support Intel 100 series and newer (e.g. H110, B360, Z390) or AMD 300 series and newer (B450, X570).
  2. Check the motherboard specifications on the manufacturer's website (for example, for Lenovo ThinkPad T480here).
  3. Physically inspect the slot M.2:
    • If there is a mark Key M (notch on the right) - NVMe supported.
    • If only Key B (notch on the left) - SATA SSD only.