RBRunbook
Operating Systems

How to Recover Files from a Corrupted USB Drive Without Paid Software

Before you assume the data is gone, there's a real difference between a corrupted file system and physical damage — and only one of them is fixable for free.

DifficultyBeginner
Time15–30 min
PlatformWindows / macOS
CategoryOperating Systems

A drive that suddenly asks to be "formatted" or shows as RAW instead of its usual file system almost always has a corrupted file system table, not physically damaged storage — and that's recoverable with tools already on your computer, for free. The critical rule: don't write anything new to the drive, including running a "quick format," until you've tried to recover what's on it, since that overwrites the data you're trying to save.

01Stop and don't format

Windows and macOS will both prompt you to format an unreadable drive as soon as you plug it in. Decline that prompt. Formatting rewrites the file allocation table, and while the actual data often survives a quick format for a while, it makes recovery meaningfully harder and isn't necessary yet.

02Windows: run CHKDSK to check for file-system errors

chkdsk X: /f /r

Replace X: with your drive's actual letter (check in File Explorer first). The /f flag fixes errors it finds, /r locates bad sectors and recovers readable information from them. This alone fixes the majority of "drive needs to be formatted" cases where the underlying storage is fine.

03macOS: use Disk Utility's First Aid

  1. Open Disk Utility (Cmd+Space, type "Disk Utility").
  2. Select the USB drive in the sidebar — the actual drive, not just the volume.
  3. Click "First Aid" and run it.

If First Aid reports it fixed the disk, try mounting it normally afterward.

04If the file system is too damaged to repair, recover files directly instead

Free tools that scan the raw drive for recoverable file signatures, bypassing the broken file system entirely:

Always recover files to a different drive — recovering onto the same damaged drive risks overwriting other recoverable data.

05How to tell if it's physical damage instead

If the drive isn't recognized at all (no drive letter, doesn't appear in Disk Utility, makes clicking sounds — rare for flash drives but possible on the controller chip), that's hardware failure, not file system corruption. No free software fixes that; it requires professional data recovery, which is expensive and only worth it for genuinely irreplaceable data.

A note on "free" recovery software Stick to well-known names (Windows File Recovery from Microsoft, Disk Drill, PhotoRec/TestDisk). Many lesser-known "free USB recovery" tools from search-ad results bundle adware or hold your recovered files hostage behind a paywall after scanning.
JM
Written by Jordan Malik Senior Editor, Systems & Networking — guide tested on a live Windows / macOS setup before publishing
Last verified: July 2026