How to Fix a Corrupted USB Flash Drive in 10 Minutes (Without Losing Your Data)

Published on June 7, 2026

Why USB Drives Get Corrupted

It happens to everyone: you plug in your USB flash drive, only to be met with an error message stating that the drive is unreadable, corrupted, or needs to be formatted before you can use it. This usually happens due to unsafe removal, sudden power surges, or file system crashes. Before you click "Format" and wipe all your files, you can easily repair the drive using built-in Windows diagnostic tools. Here is how to rescue your drive and your data in under 10 minutes.

Step 1: Assign a New Drive Letter

Sometimes, the USB drive isn't actually corrupted; Windows has simply run into a drive-letter conflict and cannot display it. Giving your drive a fresh letter can instantly resolve this.

  • Right-click on the Start Button and select Disk Management.
  • Look for your USB drive in the list (you can identify it by its storage size).
  • Right-click on the drive's partition and select Change Drive Letter and Paths...
  • Click Change, select a new letter from the dropdown menu (such as 'X' or 'Z'), and click OK.
  • Check File Explorer to see if your drive is now readable.

Step 2: Run the CHKDSK Command (The Magic Fix)

If changing the drive letter didn't work, Windows has a powerful command-line tool called CHKDSK (Check Disk) that can scan and repair structural corruptions on the drive without touching your files.

  • Press the Windows Key, type cmd, right-click on Command Prompt, and select Run as administrator.
  • In the command window, type chkdsk X: /f (replace X with the actual drive letter assigned to your corrupted USB drive).
  • Press Enter.
  • Windows will now scan the drive, repair bad sectors, and fix file system errors. This process typically takes 2 to 5 minutes. Once finished, check to see if your files are accessible.

Step 3: Reinstall the USB Drivers

Corrupted driver software can make your computer think the USB drive itself is damaged. Reinstalling these drivers forces Windows to establish a clean connection.

  • Right-click the Start Button and select Device Manager.
  • Double-click on Disk drives to expand the category.
  • Right-click your corrupted USB flash drive and select Uninstall device.
  • Unplug the USB drive from your computer, wait 10 seconds, and plug it back into a different USB port. Windows will automatically reinstall a fresh, clean copy of the driver.

Step 4: Use the Windows Error Checking Tool

If you prefer a visual interface over the command line, you can use the graphical version of the file system repair tool.

  • Open File Explorer and go to This PC.
  • Right-click on your corrupted USB drive and select Properties.
  • Navigate to the Tools tab.
  • Under the Error checking section, click Check.
  • Click Scan and repair drive. Windows will search for errors and attempt to repair them automatically.

How to Prevent USB Corruption in the Future

Once your drive is working again, prevent future headaches by practicing good digital hygiene. Always use the Safely Remove Hardware and Eject Media option in your system tray before physical extraction. Additionally, avoid unplugging a drive while files are actively transferring, and try to plug your drive directly into your computer rather than through cheap, unpowered USB hubs that can suffer from sudden power drops.

← Explore more solutions