If your external hard drive is damaged, unplug it immediately, especially if it's clicking or making abnormal sounds. Try another USB cable and port to rule out trivial causes. For software failures (format, missing partition), use TestDisk or Recuva on a different computer. For mechanical failures (clicking, not detected), stop DIY and bring the drive to a specialized workshop like IT Cares Montreal: transparent $49 diagnosis, no-data-no-pay guarantee.

Recognizing the signs of a damaged external hard drive
Before you touch anything, take 30 seconds to observe exactly what your drive is doing — or not doing. This observation determines next steps and can prevent irreversible damage. Here are the eight symptoms I see daily at the IT Cares workshop in Montreal.
1. Clicking sounds (tick-tick-tick)
The most concerning symptom: a rhythmic clicking, sometimes with a metallic scratching. It signals that read heads are bouncing on the platters instead of hovering over them. Every additional second of power creates microscopic grooves that progressively destroy the magnetic zones where your data lives. At this stage, 60+ % of DIY attempts result in total data loss.
2. Drive spins but isn't detected
You hear the motor start, the case LED lights up, but neither Windows nor macOS sees the drive. Probable cause: the USB-SATA controller in the enclosure is dead (very common on WD Elements and Seagate Expansion), or the PCB on the internal drive blew from a power surge.
3. Drive doesn't spin at all (silent)
No noise, no vibration, no LED. Either the 12V power doesn't reach the drive (PSU brick problem on 3.5") or the motor is stuck (classic stiction on older Toshiba laptops after a fall).
4. Windows says "You need to format the disk"
Paradoxically good news: this message means the drive responds electronically and its platters are readable. Only the partition table (MBR or GPT) is corrupted. Never click "Format": your data is still there intact, and TestDisk can rebuild the structure in 20 minutes.
5. Files appear but are unreadable
You see the folder tree, but opening a folder takes three minutes, some files show 0 bytes, others display random Chinese characters. Bad sectors or corrupted filesystem: immediately copy salvageable files to another drive (small batches first), then replace the drive.
6. Drive disconnects randomly
You start a movie transfer, mid-way Windows plays the USB disconnect sound, then reconnects. Three possible causes: bad USB cable (test with a new quality cable), undersupplied USB port (try a powered hub), or drive parking heads due to bad sectors.
7. Burning smell
Hot plastic, varnish, or electronic smell: the PCB burned out. Unplug immediately, do NOT test with another cable. Typically a power surge (thunderstorm) or charger polarity reversal. Recoverable by replacing the PCB with a compatible donor.
8. Drive suffered shock or water damage
Drop from desk (1.2 m), spilled coffee, basement flooding, pool dunking. Depending on severity, recovery ranges from simple (PCB replacement) to complex (platter transplant in clean room). Do NOT dry with hair dryer or put in freezer — two destructive Internet myths.
The 7 most common causes
| Cause | Workshop frequency | Recoverable? |
|---|---|---|
| Dead USB-SATA enclosure | 22 % | Yes — easy (extract internal drive) |
| Worn cable / faulty port | 18 % | Yes — free (test another cable) |
| Partition table corruption | 17 % | Yes — software (TestDisk) |
| Drop / physical shock | 14 % | Depends on severity |
| Aging sectors (5+ years) | 11 % | Yes — urgent copy + replace |
| PCB surge damage | 9 % | Yes — donor PCB swap |
| Water/liquid damage | 5 % | Yes if not powered after contact |
| Other (firmware, ransomware, etc.) | 4 % | Varies |
STOP — What NOT to do
Mistakes that turn an easy recovery into a hopeless case
- Never replug a clicking drive. Every power cycle creates platter grooves. I've seen clients try six times in two days: total loss.
- Never format after "you need to format" prompt. You overwrite the table TestDisk could rebuild in 20 minutes.
- Never put a drive in the freezer. Destructive myth: condensation when warming short-circuits the PCB.
- Never shake a non-spinning drive. If a head is stuck to the platter (stiction), you strip the magnetic coating.
- Never open the drive outside a clean room. A 5-micron particle causes a head crash. Household dust is 20-50 microns.
- Never dry a wet drive with a hair dryer. You propel contaminants into the HDA enclosure.
- Never run CHKDSK /F on a damaged drive. CHKDSK aggressively moves system structures and can render the file table unrepairable.
Home diagnosis in 5 steps
These tests are safe if your drive makes no abnormal noise. If you hear clicking, skip directly to "When to stop DIY".
Step 1 — Test another USB cable
USB cables are cause number one of apparent failures. Especially the micro-USB on 2.5" drives that wear out in 2-3 years of daily use. Buy a quality new cable (Anker, Belkin) or borrow from a working drive. Never reuse a flexible worn cable that "works sometimes when held a certain way".
Step 2 — Test another USB port and computer
Plug into all PC USB ports (prefer those directly on the motherboard at the back). Then on a second computer, ideally a different brand or a Mac. If the drive is detected on the second computer, the problem is drivers or USB controller on the first.
Step 3 — Check Disk Management (Windows)
Win+X, then "Disk Management". If your external drive appears with a black "Unallocated" bar or as RAW, it's partition corruption — recoverable. If it appears with correct size but no letter, right-click "Change drive letter" and assign new. If completely absent, the problem is deeper.
Step 4 — Check Disk Utility (Mac)
Launch Spotlight (Cmd+Space) → "Disk Utility". Enable "Show All Devices" in View menu. If your external drive appears grayed, select it and run "First Aid" — do not format. If First Aid fails, don't force a repair: move to software recovery.
Step 5 — Read drive S.M.A.R.T.
Download CrystalDiskInfo (Windows) or DriveDx (Mac). Connect external drive. S.M.A.R.T. verdict tells you:
- Good (green): no mechanical issue — problem is likely enclosure or filesystem.
- Caution (yellow): reallocated sectors increasing, failure imminent — copy urgent data.
- Bad (red): many bad sectors, CRC errors — stop using, image disk immediately.
Safe DIY — software recovery
If your drive passes the steps above but files are missing, here are the free tools that actually work in 2026.
TestDisk — partition reconstruction (free, open source)
Technician's go-to tool. If Windows asks to format your drive, TestDisk rebuilds the table in 15-30 minutes. Download from cgsecurity.org, run the executable, select your external drive (never the system drive), choose Intel/PC or EFI based on drive age, then Analyse → Quick Search → Write. Your partitions reappear.
PhotoRec — signature-based recovery (free)
Bundled with TestDisk. Works when the file structure is completely destroyed. PhotoRec scans sector by sector and reconstructs files from their signature (JPG, MP4, PDF, DOCX...). Brute method but effective for photos and videos. Downside: filenames and folder tree lost.
Recuva (Windows, free)
More accessible interface than TestDisk. Excellent for recent accidental deletion. "Deep scan" mode mandatory for severe cases. Limitation: doesn't work on missing partitions, only on files deleted within a still-visible partition.
R-Studio (paid, $80 USD)
If you have 500 GB of critical data and TestDisk fails, R-Studio is worth its price. Reconstructs RAIDs, fragmented files on RAW drives, and reads disk images created by ddrescue. Pro tool used in workshops.
ddrescue (Linux, free)
For a drive with bad sectors: first make a complete disk image to a healthy drive, then work on the image. You avoid worsening the source drive. ddrescue is fault-tolerant (skips dead sectors and retries them at scan's end). Indispensable for dying drives.
Golden rule of DIY
Never recover files to the source drive. Always to a new or different target. Otherwise, every file written potentially overwrites still-recoverable files in the queue.
When to stop DIY and call a pro
DIY has hard limits. Here's the red line: as soon as any of these signals appears, close the software and unplug the drive.
- Drive clicks, scratches, whistles, or beeps repeatedly. Mechanical failure — DIY = guaranteed worsening.
- Drive doesn't spin at all (silent). Stuck motor, burned PCB, or dead 12V PSU — bench diagnosis required.
- Burning smell. Burned PCB, short circuit — mandatory PCB transplant.
- Drive submerged. The longer you wait, the more corrosion progresses — bring it wet in a sealed bag, do NOT dry.
- Data is irreplaceable and critical. Unique wedding photos, doctoral thesis, business accounting — take no risk.
- S.M.A.R.T. shows "Bad" with hundreds of reallocated sectors. The drive is dying — every restart is a risk.
- TestDisk or PhotoRec find nothing after 6 hours scan. Structure too destroyed — pro tools required.
Professional recovery pricing
| Tier | Price CAD | Turnaround | Cases covered |
|---|---|---|---|
| Diagnosis | $49 | 3-5 days | Full evaluation + firm quote |
| Express Diagnosis | $99.99 | <24 h | For urgent business cases |
| Logical Recovery | $349 | 1-3 days | Deletion, format, corrupted partition, MBR/GPT |
| Mechanical Failure | $799 | 5-10 days | Clicking, PCB, firmware, stuck heads |
| Complex Case | $1,499 | 10-21 days | Head crash, scratched platters, transplant |
IT Cares 2026 rates — include diagnosis, intervention, and data delivery on new drive or secure cloud. No-data-no-pay guarantee: if recovery fails, you only pay the diagnosis. No hidden fees. Stripe / Visa / Mastercard / Apple Pay accepted.
Prevention — the 3-2-1 rule
After every recovery, I recommend the same backup routine — the one datacenters have used for 30 years: the 3-2-1 rule.
- 3 copies of your important data (original + 2 backups).
- 2 different media (e.g., internal drive + external drive, or external + cloud).
- 1 off-site copy (cloud like OneDrive, Google Drive, iCloud, Backblaze, or rotating drive at a relative's).
For individuals across Canada: enable Time Machine on Mac (one click) or File History on Windows 10/11. Plug an external drive once a week, let it sync, unplug. Cost: $100-150 for a 4 TB drive, or $0.03/GB. A recovery costs $349-$1,499. Math is simple.
Not sure between DIY and professional?
Describe symptoms to an IT Cares technician — free call, honest advice, transparent quote. $49 diagnosis with no-data-no-pay guarantee.
1 (888) 711-9428 Book diagnosis →Frequently Asked Questions (FAQ)
How do I recover data from a damaged external hard drive?
First, unplug the drive if it's clicking or making abnormal sounds. Try another USB cable and port. If detected but inaccessible, use TestDisk or Recuva to recover the partition. If clicking, don't use any software — recovery needs a workshop. IT Cares offers $49 diagnosis with transparent quote before any work. Call 1 (888) 711-9428.
Is data recovery from an external hard drive possible?
Yes, in 85+ % of cases if you act correctly at first symptoms. Logical failures (format, corrupted partition) recover with free tools. Mechanical failures (clicking, stuck heads) need specialized intervention but remain recoverable in-workshop. Definitively lost cases are rare: intense fire, severe physical crush, complete disk overwrite.
My external hard drive is clicking — what should I do?
Unplug it immediately. Clicking means read heads bounce on platters — every extra second of power can scratch the platters and make recovery impossible. Don't try any software, don't shake it, especially don't put it in the freezer (dangerous myth). Bring it as-is to a specialized workshop.
What's the cost of data recovery?
At IT Cares Montreal: $49 diagnosis (with firm quote before work). Logical recovery $349 (deletion, format, corrupted partition, healthy drive). Mechanical failure $799 (clicking, PCB, firmware, stuck heads). Complex case $1,499 (head crash, scratched platter). No-data-no-pay guarantee: if nothing recovered, you only pay the diagnosis.
How long does data recovery take?
Standard diagnosis: 3-5 business days. Express diagnosis: under 24h ($99.99). Logical recovery: 1-3 days after diagnosis. Mechanical recovery in-shop: 5-10 days. Case sent to cleanroom partner: 10-21 days. Emergency service available for critical business cases.
Do I pay the diagnosis even if nothing is recovered?
Yes, the $49 diagnosis covers technician time and specialized bench tests. It's the only amount due if recovery fails (no-data-no-pay guarantee). This fee is included in the total if you proceed with recovery. Competitors who advertise free diagnosis typically charge $60-$300 hidden in the final bill.
My external drive isn't recognized — how to recover files?
Try another cable (USB cables are the most frequent cause), another port, and another computer. Check Disk Management (Windows) or Disk Utility (Mac) — if drive appears without letter, it's recoverable partition corruption with TestDisk. If invisible everywhere, the enclosure (USB-SATA controller) is likely faulty — internal drive extraction possible at a technician's.
Can a dropped external drive be recovered?
Depends on drive state at moment of fall: powered off = excellent chances, running = head crash risk. If still working after the fall, immediately copy critical data to another medium. If clicking or silent after the fall, power off and bring to a specialist — do not replug.
Drive shows 'format the disk?' — what to do?
NEVER click 'Format'. This message means the partition table is corrupted but your data is still intact. Cancel the message, unplug cleanly. Use TestDisk (free) to rebuild the partition table, or bring to a workshop. Formatting would permanently overwrite the structures that allow recovery.
Where can I get an external hard drive recovered in Canada?
IT Cares in Montreal (Rue Richmond, H3J 0C4) handles external drive recoveries — USB, Seagate, Western Digital, Toshiba, LaCie — since 2014. $49 diagnosis, $349 logical recovery, $799 mechanical, no-data-no-pay guarantee. On-site and remote service for logical cases. Call 1 (888) 711-9428 or book online.
Recover your data today
$49 Diagnosis — Logical recovery $349 — Mechanical $799 — Complex $1,499. Montreal workshop H3J 0C4. Since 2014.
1 (888) 711-9428 Book diagnosis →Services: External Drive Recovery · Data Recovery Hub · SSD Recovery · RAID Recovery · iPhone Recovery