An external drive that asks to be formatted, doesn't show up in Explorer, or whose folders open as Chinese characters: three different symptoms with the same underlying cause — a corrupted filesystem, bad sectors or a connection issue. This guide sorts the diagnosis and proposes the solutions that work before you consider a clean room intervention.
Golden rule, apply immediately: don't format, don't accept any automatic repair offer, and copy your data before anything else.
Why an external drive becomes corrupted — the practical chain of causes
External drive corruption rarely happens without warning signs, but those signs are often ignored because they don't seem critical. Knowing the usual chain of causes helps you recognize weak signals before the loss becomes irreversible.
The number-one cause in our experience reports remains the abrupt disconnect during a write. The operating system keeps a write cache in RAM that hasn't been materialized to physical disk when the user yanks the USB cable or kills power to the external enclosure. The file allocation table (MFT on NTFS, FAT on exFAT) ends up in an inconsistent state: blocks have been marked as allocated but the index file doesn't correctly point to them. On next mount, Windows shows "the drive must be formatted" even though data is intact — it's just the index that's broken. The clean fix is chkdsk /f (repairs the table without touching data) or a recovery software that knows how to read the disk without relying on the index, by scanning physically.
Cause number two is USB connector wear. On external drives older than 18 months used daily, the Micro USB or USB-C port on the enclosure wears out and causes intermittent micro-disconnects during transfers. Symptom: large file transfers fail mid-way with an incomprehensible Windows error, or the drive randomly "disappears" from Explorer. These micro-cuts can corrupt a file being written without the user noticing immediately, and after 6-12 months the cumulative corruption makes the drive unreadable. Fix: replace the cable (often enough) or the USB enclosure without touching the internal drive.
Cause number three concerns drops or repeated impacts. For an external HDD, a few-centimeter fall while it's spinning can damage the read head which then touches the platter and scratches the magnetic layer. The drive keeps working but sectors become unreadable, and every access to those sectors triggers an ECC correction that manifests as slowdowns then bad blocks visible in SMART. For an external SSD, shock resistance is better but not infinite — shocks on internal connectors can cause irreversible electrical damage. Rule: a drive that fell while powered should be considered suspect, copy important data immediately before continuing to use it.
Cause number four is sneakier: slow firmware degradation. All modern drives have an embedded microcontroller handling LBA-to-physical-address translation, wear leveling on SSDs, and cache optimizations. On budget external drives, this firmware is never updated and certain bugs known for 3-4 years can cause corruption under specific use conditions (large continuous transfers above 100 GB, ambient temperatures above 50 degrees Celsius, unstable USB power). Periodically checking the manufacturer's website for firmware updates can prevent corruption that's otherwise hard to diagnose.
Step 0 — Diagnose the nature of the problem
Before tackling recovery, identify which of the three failure families you're facing:
| Observed symptom | Likely cause | Recovery possible? |
|---|---|---|
| Drive asks to be formatted | Corrupted partition table / FS | Yes, 80-95 % |
| Drive not detected but powered | Cable, USB port, insufficient power | Yes, after hardware change |
| Repetitive clicking | Mechanical failure (read head) | No, clean room only |
| Electronic beeping | Controller failure or short circuit | No, clean room only |
| Folders open with random / Chinese characters | Partial NTFS overwrite | Yes, deep scan |
If you hear clicking ("click of death"), unplug the drive immediately and stop. Any further power makes mechanical damage worse.
Step 1 — Check the hardware connection
Many "corrupted drives" are actually cable or power issues. Before you panic:
- Test another USB cable (ideally new or recent).
- Test another USB port on the PC — rear tower ports are better powered.
- Avoid unpowered USB hubs: a mechanical 2.5" external drive can draw 500 mA, at the edge of the USB spec.
- For 3.5" drives with external power, check the brick and the wall socket.
On Mac: connect the drive, open Disk Utility → View menu → Show All Devices. The drive must appear at the hardware level even if no volume is mounted.
On Windows: Win + X → Disk Management. Three scenarios:
- Drive listed with a volume without a letter: right-click → Change Drive Letter and Paths → assign one.
- Drive listed as RAW: don't format. Signal of a broken filesystem still readable at the sector level — go to step 3.
- Drive missing from the list: back to step 1 (cable / port / power). If still missing, controller failure — step 4.
Step 2 — chkdsk: a command to handle carefully
chkdsk is the built-in Windows tool to verify and repair NTFS / FAT32. It can solve some logical corruption cases, but it can also permanently delete files it considers invalid.
Defensive procedure:
- Open Command Prompt as administrator.
- First run a diagnostic without modification:
chkdsk X:(replace X with the drive letter). This analyzes but doesn't change anything. - Note the report: file count, bad sectors, free KB.
- If the output contains major errors ("file system mismatch" for example), do NOT run
chkdsk /f. Go straight to step 3 and recover the files before any repair. - If the report is minor (a single bad sector for example) and you have a backup elsewhere, you can try
chkdsk X: /f /r. The/rswitch locates bad sectors and tries to recover readable data.
For details on chkdsk options, see the official Microsoft documentation.
Step 3 — Recovery software (the safe route)
When the drive shows as RAW, asks to be formatted, or chkdsk would risk making things worse, the reliable method is recovery software that reads the drive in read-only mode and reconstructs files from binary signatures.
EaseUS Data Recovery Wizard over six months of testing:
- Successful recovery on 9 out of 10 drives marked RAW by Windows.
- On an external 4 TB HDD tested after a simulated MBR corruption: 100 % file recovery in 6h15 (deep scan over USB 3.0).
- Total failure in 1 case out of 10, corresponding to physically unreadable sectors (not a software issue).
Procedure:
- Download and install the software on the PC (not on the external drive to recover).
- Plug in the external drive. The software detects it even if it appears as RAW.
- Run a quick scan first (10 to 30 minutes). If it finds your files, skip to preview.
- Otherwise, run the deep scan. It analyzes every sector and rebuilds files from headers (DOC, JPG, MP4, ZIP, etc.).
- Filter results by type or date to save time.
- Preview before recovery — crucial. Files reconstructed from signatures aren't always intact.
- Restore to another drive (internal or a second external). Never to the source.
Run an EaseUS Data Recovery Wizard scan
Step 4 — What to do if software fails
If EaseUS (or an equivalent like R-Studio, DiskGenius) detects nothing:
- Mechanical drive with clicking or beeping: clean room mandatory. Expect 500 to 2000 € depending on complexity. Notable labs: DriveSavers, Ontrack, Secure Data Recovery.
- Mechanical drive silent but not detected: controller failure (PCB board). Repair is possible by swapping the PCB with an identical one — a tricky operation but documented on specialist forums.
- SSD with dead controller: recovery often impossible. SSD controllers encrypt data on the fly and map blocks in proprietary ways — without the original controller, the data is unusable.
Step 5 — Once the data is safe: returning the drive to service
With your files secured elsewhere, the drive can be put back in service:
- Full format (not quick) in NTFS or exFAT. Full format tests every sector.
- If SMART reports more than a few bad sectors, the drive is at end of life — replace it.
- Copy the recovered data back to the new or reformatted drive.
To read SMART: vendor utility (Seagate SeaTools, WD Drive Utilities) or the free CrystalDiskInfo.
Prevention: backup and anticipation
An external drive is not a backup. It's a single point of failure that always eventually breaks. To protect your data:
- Keep a second external backup drive, monthly refreshed (EaseUS Todo Backup automates this).
- Add a cloud service (Backblaze, IDrive) for the off-site copy.
- Monitor SMART every three months — a status change warns before failure.
See our Automatic backup Windows / Mac 2026 guide.
Resources
- Microsoft — chkdsk command
- Microsoft — Disk Management
- Our Windows file recovery guide
- Our 2026 data recovery software comparison
Get EaseUS Data Recovery Wizard
30 jours satisfait ou remboursé