Has your laptop hard drive failed? Data has become inaccessible and the system does not boot? Don’t rush to panic - in 70% of cases, information can be saved and the drive itself can be restored. This article will help you figure out how to diagnose the problem and what tools to use for repairs. HDD And SSD, and when to turn to professionals.

We will consider all stages: from initial verification through BIOS to complex data recovery from damaged sectors. We will pay special attention to typical user mistakes that often aggravate the situation. For example, attempting to format a disk with a damaged file system without first creating an image may result in permanent data loss. Ready to bring your laptop back to life? Let's start with diagnostics.

Signs of a bad hard drive: when to sound the alarm

The first symptoms of drive problems often go unnoticed. Meanwhile, early diagnosis can save data and save thousands of rubles on recovery. Pay attention to these signals:

  • πŸ”Š Extraneous sounds: clicks, grinding or humming noises during operation HDD (for SSD this is not typical)
  • ⏳ Slowdown: files take longer to open than usual, the system will freeze when copying data
  • 🚫 Reading errors: messages like β€œThe disk is not formatted” or β€œThe file is damaged”
  • πŸ”„ Spontaneous reboots: the laptop reboots when accessing certain files
  • πŸ“‰ Disappearing files: folders and documents disappear without your participation

Particularly dangerous blue screens of death (BSOD) with codes CRITICAL_PROCESS_DIED or INACCESSIBLE_BOOT_DEVICE - they often indicate hardware problems with the drive. If you notice at least one of these signs, proceed with diagnosis immediately.

⚠️ Attention: Do not ignore errors SMART in diagnostic programs. Even if the disk is still working, the parameters Reallocated Sectors Count or Pending Sectors with non-zero values indicate imminent failure.

Hard drive diagnostics: programs and testing methods

Before you begin recovery, you need to pinpoint the problem. To do this, use specialized utilities. Let's start with the built-in operating system tools:

  • πŸͺ› Windows: chkdsk C: /f /r (checks and repairs bad sectors)
  • 🐧 Linux: smartctl -a /dev/sda (shows full report SMART)
  • 🍎 macOS: Disk Utility (built-in utility for checking disks)

For in-depth diagnostics, we recommend these programs:

Program Disk type Basic functions Link
CrystalDiskInfo HDD/SSD Shows SMART-parameters, temperature, operating time crystalmark.info
Victoria HDD HDD Surface testing, remapping bad sectors hdd.by/victoria
HDDScan HDD/SSD Detailed read/write tests, graphing hddscan.com
GSmartControl HDD/SSD Cross-platform analysis utility SMART gsmartcontrol.sourceforge.io

When testing, pay attention to the parameters Reallocated Sector Count, Uncorrectable Error Count And Current Pending Sector Count. Their growth indicates disc degradation. If the values ​​exceed 100-200, get ready to replace the drive.

πŸ“Š What type of drive is installed in your laptop?
  • HDD (hard drive)
  • SSD (Solid State Drive)
  • I don't know
  • Hybrid (SSHD)
  • Other

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

If the disk is still detected by the system, but the files have become inaccessible, follow this algorithm:

  1. Connect the problematic drive to another computer via USB adapter or install as secondary
  2. Use recovery programs: R-Studio, TestDisk or Recuva
  3. Create a disk image (for example, via DDRescue in Linux) before any manipulations
  4. Recover data to another drive - never save to the same drive!

For SSD with a damaged controller, "defrosting" through ATA Secure Erase. This command resets the drive to factory settings, but erases all data. Use only if other methods have not helped.

Back up important files to another medium|

Scan the disk for viruses using Kaspersky Virus Removal Tool|

Disable disk indexing in Windows settings|

Use only proven recovery programs -->

⚠️ Warning: Never use the "quick format" functions on damaged disks. This may make data recovery impossible. Always choose full formatting if you really need it.

Hard drive repair: when is it possible and how to do it

Physical repair HDD at home is extremely risky, but some operations can be performed independently:

  • πŸ”§ Replacing the electronics board (PCB) - helps with a burnt-out controller (an identical board is needed)
  • 🧲 Remapping bad sectors via Victoria HDD or HDD Regenerator
  • πŸ”„ Replacing magnetic heads - only for experienced users in a clean room

For SSD repair is almost impossible - in case of hardware failures, the controller must be replaced with flashing, which is done only in specialized laboratories. However, you can try:

# Для Linux: ΠΏΠΎΠΏΡ‹Ρ‚ΠΊΠ° ΠΏΠ΅Ρ€Π΅ΠΏΠΎΠ΄ΠΊΠ»ΡŽΡ‡Π΅Π½ΠΈΡ ΠΏΡ€ΠΎΠ±Π»Π΅ΠΌΠ½ΠΎΠ³ΠΎ SSD

echo 1 | sudo tee /sys/block/sda/device/rescan

sudo hdparm -I /dev/sda | grep -i frozen

# Если статус "frozen", ΠΏΠΎΠΏΡ€ΠΎΠ±ΡƒΠΉΡ‚Π΅ ΠΎΡ‚ΠΊΠ»ΡŽΡ‡ΠΈΡ‚ΡŒ ΠΏΠΈΡ‚Π°Π½ΠΈΠ΅ Π½Π° 30 ΠΌΠΈΠ½ΡƒΡ‚

Remember: any tampering with the hardware will void the warranty. If the laptop is under warranty, contact the service center immediately.

What to do if the disk is not detected in the BIOS?

1. Check physical connections (cables, connectors)

2. Try a different SATA/USB adapter

3. Reset BIOS settings (remove battery for 10 minutes)

4. Test the drive on another computer

5. If the disk is still not visible, this is a hardware malfunction that requires professional repair

Replacing a hard drive on a laptop: choosing a new drive

If recovery is not possible, you will have to replace the disk. When choosing a new drive, consider:

  • πŸ“ Form factor: 2.5" for most laptops, M.2 for ultrabooks
  • πŸ”Œ Interface: SATA III (up to 600 MB/s) or NVMe (up to 3500 MB/s)
  • πŸ’Ύ Type: SSD preferable HDD in terms of speed and reliability
  • πŸ“Š Volume: minimum 256 GB for SSD, 1 TB for HDD

Recommended models:

  • Budget SSD: Crucial MX500 or Kingston A400
  • Premium SSD: Samsung 980 Pro (NVMe) or WD Black SN850X
  • HDD for archive: Seagate Barracuda or WD Blue

After replacing, do not forget:

  1. Install operating system
  2. Update drivers from the laptop manufacturer's website
  3. Transfer data from the old disk (if it is still partially functional)
πŸ’‘

When purchasing an SSD, check the recording capacity (TBW). For home use, 300-600 TBW is enough, for professional work - from 1200 TBW.

Preventing hard drive problems: how to extend the life of the drive

Following simple rules will help avoid 80% of disk problems:

  • 🌑️ Control the temperature: for HDD the norm is up to 45Β°C, for SSD - up to 70Β°C
  • πŸ”Œ Use uninterruptible power supplies (UPS) to protect against power surges
  • πŸ“₯ Make regular backups to external media or to the cloud
  • πŸ›‘ Avoid physical shock and vibration while the drive is running
  • 🧹 Defragment the HDD once every six months (not necessary for SSDs)

For SSD especially important:

  • Do not fill the disk more than 75%
  • Disable Windows File Indexing
  • Use TRIM (enabled by default in modern OS)

Programs for monitoring disk health:

  • Hard Disk Sentinel β€” comprehensive control with service life forecast
  • SSDLife β€” a specialized utility for SSDs
  • DriveDX - advanced diagnostics for macOS
πŸ’‘

Regular diagnostics and backups reduce the risk of data loss by 95%. Set up automatic creation of backups - it will take 10 minutes, but will save days of nerves in the event of a failure.

Common errors when restoring a hard drive

Many users make problems worse by doing the wrong thing. Avoid these mistakes:

  • πŸ”„ Repeated reboots of the laptop when it crashes - this can damage the file system
  • πŸ”§ Using dubious β€œrepair” utilities from the Internet
  • πŸ’Ύ Formatting a disk without creating an image
  • πŸ”Œ Connecting a damaged disk through unstable USB hubs
  • ⏳ Delaying data recovery (β€œI’ll do it later”)

Particularly dangerous are programs that promise β€œmagical recovery” in one click. They often contain malicious code or permanently corrupt data. Trust only trusted utilities from official websites.

Another common mistake is ignoring SMART- warnings. Many users continue to use a drive with hundreds of remapped sectors until it finally fails. Remember: SMART is your main indicator of disk health.

FAQ: Answers to popular questions about hard drive recovery

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

In 30% of cases yes. If the disk is not detected, but is physically intact (there is no damage to the board), specialists can connect it via PC-3000 or other professional tools. At home try:

  1. Connect the drive via a different interface (for example, USB instead of SATA)
  2. Place the disk in the freezer for 2 hours (sometimes helps with controller overheating)
  3. Use specialized adapters to read data directly from chips (for SSD only)

Success depends on the type of fault. If the platters (for HDD) or memory chips (for SSD) are physically damaged, recovery is unlikely.

How much does professional data recovery cost?

The cost depends on the type of fault and the importance of the data:

  • Logical damage (deleted files, formatting): RUB 3,000–10,000
  • HDD hardware malfunctions (replacement of heads, boards): 15,000–40,000 β‚½
  • Complex cases of SSD (chip-off recovery): RUB 30,000–100,000
  • Emergency recovery (24 hours): +50–100% cost

Laboratories usually provide free diagnostics and name the final price after assessing the complexity.

How to transfer the system to a new disk without reinstalling?

Use cloning programs:

  1. Connect the new drive to your laptop via a USB adapter
  2. Run Macrium Reflect or Clonezilla
  3. Select "Disk Clone" mode
  4. Specify the source and destination drives
  5. Wait for it to complete (may take several hours)

For SSDs, it is recommended to align partitions along 4K boundaries (the "Align partitions to 1MB" option in Macrium Reflect). After cloning, check booting from the new drive in the BIOS.

Is it possible to recover a disk after a laptop crash?

Depends on the type of disc and impact force:

  • HDD: Magnetic plates or heads are often damaged when dropped. Recovery is possible, but expensive (from 20,000 β‚½) and does not guarantee 100% success. Do not turn on the drive after an impact - this may worsen the damage.
  • SSD: More resistant to shock, but the contacts may come off or the controller may be damaged. Try reconnecting the drive. If it is not determined, professional diagnostics is required.

In any case, after physical damage, immediately turn off the laptop and contact service. Each attempt to turn on reduces the chances of successful recovery.

How to recover a disk after a virus attack?

Follow this algorithm:

  1. Disconnect the drive from the network/internet
  2. Connect to another PC as a secondary drive
  3. Scan Kaspersky Virus Removal Tool And Dr.Web CureIt
  4. Use TestDisk to recover bootloader and partitions
  5. Recover data using programs R-Studio or GetDataBack
  6. Reinstall the system on the formatted disk

Encryption viruses are especially dangerous (WannaCry, Locky). If the files are encrypted, do not pay the ransom - contact decryption specialists (for example, the project No More Ransom).