PSPANTERASoft

What to Do When Your USB Drive Stops Showing Files

Your USB drive shows 0 bytes used or appears empty even though you know files are on it. Here's why this happens and how to get your files back.

The drive looks empty — but it isn't

You plug in your USB flash drive and Windows says it's empty. Or it asks you to format it. Or it shows 0 bytes available but also 0 bytes used. Something is clearly wrong, but what?

In most cases, the files are still physically on the drive. What's broken is the file system — the index that tells the operating system where everything lives.

Common causes

Improper ejection. Pulling the drive out while Windows is still writing to it corrupts the file allocation table. This is by far the most common cause.

Power interruption during write. Same effect as improper ejection. If the drive was being used when your laptop battery died or the computer crashed, the file system may be left in an inconsistent state.

Filesystem errors accumulating. Flash drives get filesystem errors over time, especially with heavy use. Windows Disk Check (chkdsk) usually handles these, but if the drive was used without being checked, they can compound.

Virus or malware. Some malware hides files or moves them to a hidden system folder and creates shortcuts in their place. The files are there — just hidden.

Drive simply wearing out. Flash memory has a finite number of write cycles. Older drives may develop bad sectors that cause filesystem corruption.

Step 1: Check if it's just hidden files

Open File Explorer, click View → Show → Hidden items. Also check: Tools → Folder Options → View → uncheck "Hide protected operating system files."

If this reveals your files — great. If it shows an autorun.inf file or suspicious shortcuts pointing to system folders, you likely had a malware infection. Run a malware scan before copying anything.

Step 2: Try chkdsk

Open Command Prompt as Administrator and run:

chkdsk X: /f

(Replace X with your drive letter.) This repairs filesystem errors and can restore access to files that became inaccessible due to corruption. It doesn't recover deleted files — just fixes the index.

Step 3: Recovery software

If chkdsk didn't help or the drive asks to be formatted, use Flash File Recovery to scan the raw device. The software bypasses the filesystem entirely and looks for file data signatures directly in the sectors. It can find files even when:

  • The filesystem is missing or corrupted
  • The drive shows as unformatted
  • chkdsk reports the drive is RAW

Connect the drive, launch Flash File Recovery, select the drive letter, and run a deep scan. The scan reads every sector looking for JPEG, document, and other file signatures.

Step 4: After recovery — don't reuse the drive

Once you've recovered your files, the drive may be unreliable. If the filesystem corruption came from a failing drive rather than improper ejection, it will likely happen again. Copy your files somewhere safe and consider replacing the drive.

Prevention

  • Always use "Safely Remove Hardware" before unplugging
  • Don't use a USB drive as your only copy of important files
  • Check drives periodically with chkdsk (right-click drive → Properties → Tools → Check)

Related product

View product →