How to Fix a Corrupted USB Drive on Windows 10 & 11: 7 Methods
If your USB drive is corrupted or unresponsive, do not format it immediately, especially if it contains important files. Formatting can make data recovery more difficult.
In this guide, you will learn how to fix a corrupted USB drive on Windows 10 and Windows 11. You will also learn how to check the drive in Disk Management, repair file system errors, troubleshoot driver problems, and recover files when Windows cannot access them.
Important: If the USB drive contains important or irreplaceable files, prioritize data recovery before attempting repairs that modify the file system.
Quick Answer
If your USB drive is corrupted, start with the safest checks:
- Try another USB port.
- Test the drive on another computer.
- Check it in Disk Management.
- Try Windows Error Checking if the drive is accessible.
- Use CHKDSK carefully if appropriate.
- Reinstall the USB storage driver if the problem is computer-specific.
- Use data recovery software before formatting when important files are inaccessible.
If the drive shows as RAW, Unallocated, or No Media, do not immediately format or create a new partition if you need the existing data.
Table of Contents
- Before You Try to Fix the USB Drive
- Signs Your USB Drive Is Corrupted
- Common Causes of USB Drive Corruption
- Method 1: Try a Different USB Port or Computer
- Method 2: Check the USB Drive in Disk Management
- Method 3: Run Windows Error Checking
- Method 4: Use CHKDSK to Repair File System Errors
- Method 5: Reinstall the USB Drive Driver
- Method 6: Assign a New Drive Letter
- Method 7: Recover Files With Data Recovery Software
- When Should You Format the USB Drive?
- How to Prevent USB Drive Corruption
- Frequently Asked Questions
- Final Checklist
- Related Articles
Before You Try to Fix the USB Drive
Before running repair tools, determine whether the files on the USB drive are important.
If you need the files, follow these precautions:
- Do not format the USB drive.
- Do not save new files to it.
- Do not delete its partition.
- Do not create a new partition.
- Avoid repeatedly running repair commands.
- Try the USB drive on another computer.
- Consider data recovery before attempting advanced repairs.
If the drive contains files that you already have backed up, you can take more aggressive troubleshooting steps.
Why This Matters
Repairing a damaged file system can change information on the drive. In some cases, this can make later data recovery more difficult.
Your priority should therefore be:
Important data → Recover data first → Repair or format the drive later
Signs Your USB Drive Is Corrupted
Common signs include:
- The USB drive does not appear in File Explorer.
- Windows detects the drive but cannot open it.
- Windows says that you need to format the disk.
- The drive appears as RAW in Disk Management.
- Files and folders have disappeared.
- Files cannot be copied or opened.
- Windows reports an I/O device error.
- The drive repeatedly disconnects.
- File transfers stop unexpectedly.
- The USB drive works on one computer but not another.
These symptoms do not always mean that the USB flash drive itself has failed.
The problem could be caused by the USB port, Windows driver, drive letter, file system, partition information, or physical hardware.
Image suggestion: Windows format warning dialog.
Filename: windows-usb-drive-needs-format-error.jpg
Alt text: Windows asks to format a corrupted USB drive
Image title: USB drive asking to be formatted in Windows
Common Causes of USB Drive Corruption
USB drive problems generally fall into two categories: logical problems and physical problems.
Logical Causes
Logical corruption can affect the file system or partition information without necessarily damaging the physical flash memory.
Common causes include:
- Unsafe removal during a file transfer.
- Interrupted file transfers.
- Unexpected computer shutdown.
- File system corruption.
- Partition errors.
- Malware.
- Software problems.
Physical Causes
Physical problems involve the USB drive hardware.
Possible causes include:
- Damaged USB connector.
- Broken internal components.
- Flash memory wear.
- Excessive heat.
- Water or moisture damage.
- Physical impact.
- Failing storage controller.
Logical problems may be repairable using Windows tools. Physical failures are different. If the drive is repeatedly disconnecting, becomes unusually hot, or is not detected by multiple computers, professional data recovery may be safer.
USB corruption is one type of storage problem. If Windows files are also damaged, see our guide on how to fix corrupted files in Windows 11 and Windows 10.
Method 1: Try a Different USB Port or Computer
Before changing anything on the USB drive, rule out a problem with your computer.
Step 1: Try Another USB Port
Disconnect the USB drive and connect it to another USB port.
If possible, connect it directly to the computer rather than through a USB hub.
Step 2: Try Another Computer
Connect the USB drive to another Windows computer.
Check whether:
- Windows detects the drive.
- The drive appears in File Explorer.
- You can open the files.
- Windows asks you to format the drive.
What the Result Means
If the drive works on another computer, the USB drive may be fine. The original computer could have a USB port, driver, or Windows configuration problem.
If the drive fails on several computers, the problem is more likely to be with the USB drive itself.
Method 2: Check the USB Drive in Disk Management
Open Disk Management
On Windows 10 and Windows 11:
- Right-click the Start button.
- Select Disk Management.
- Find your USB drive in the list.
- Check its capacity, partition, drive letter, and status.
Look for the following conditions.
USB Drive Has No Drive Letter
Windows may detect the drive but not display it in File Explorer.
You can usually solve this by assigning an available drive letter. See Method 6 below.
USB Drive Shows RAW
RAW means Windows cannot recognize the expected file system.
If you need the files, do not format the drive.
Consider data recovery before making changes to the partition.
USB Drive Shows Unallocated
An Unallocated status means Windows does not currently see a usable partition in that space.
If important files were stored there, do not immediately create a new volume. Doing so can complicate data recovery.
USB Drive Shows Offline
If Windows shows the disk as Offline, you may be able to right-click the disk and select Online.
USB Drive Shows No Media
A USB drive showing No Media can indicate a serious hardware or controller problem.
If the drive contains important data, repeated repair attempts are unlikely to help. Professional recovery may be necessary.
Image suggestion: Windows Disk Management showing a USB drive.
Filename: windows-disk-management-usb-drive-status.jpg
Alt text: USB flash drive shown in Windows Disk Management
Image title: Check USB drive status in Disk Management
Method 3: Run Windows Error Checking
Steps
- Open File Explorer.
- Select This PC.
- Right-click the USB drive.
- Select Properties.
- Open the Tools tab.
- Under Error checking, select Check.
- Follow the instructions displayed by Windows.
- Wait for the process to finish.
Windows will check the file system for errors and may repair problems it can identify.
After the scan finishes, try opening the USB drive again.
Image suggestion: USB drive Properties window showing Error checking.
Filename: windows-usb-error-checking-tool.jpg
Alt text: Windows Error Checking tool for a USB flash drive
Image title: Run Error Checking on a USB drive
Method 4: Use CHKDSK to Repair File System Errors
Important: CHKDSK is primarily a file system repair tool. It is not a dedicated deleted-file recovery program. If the files are extremely important, consider data recovery before using it.
Step 1: Find the USB Drive Letter
Open File Explorer and check the drive letter assigned to your USB drive.
For example, Windows might assign it the letter E:.
Step 2: Open an Administrator Command Window
On Windows 11:
- Right-click Start.
- Select Terminal (Admin).
On Windows 10, you may see Windows PowerShell (Admin) or Command Prompt (Admin), depending on your Windows configuration.
Step 3: Run CHKDSK
Use the following command, replacing X: with the actual USB drive letter.
chkdsk X: /f
For example, if the USB drive is E:, use:
chkdsk E: /f
Press Enter and wait for CHKDSK to finish.
The /f parameter tells CHKDSK to fix file system errors that it finds.
Important CHKDSK Warning
Do not assume CHKDSK will recover every missing file.
If files have been deleted, the partition is severely damaged, or Windows shows the drive as RAW, a dedicated recovery method may be more appropriate.
Also, never substitute the wrong drive letter. Running a disk repair command against the wrong drive can cause unwanted changes.
Image suggestion: Windows Terminal running CHKDSK.
Filename: chkdsk-usb-drive-windows-terminal.jpg
Alt text: CHKDSK checking a USB flash drive for file system errors
Image title: Run CHKDSK to repair USB file system errors
Method 5: Reinstall the USB Drive Driver
If the USB drive works correctly on another computer, the problem may be related to the original computer's device configuration or driver.
Steps
- Right-click Start.
- Select Device Manager.
- Expand Disk drives.
- Identify the affected USB storage device.
- Right-click the device.
- Select Uninstall device.
- Confirm the action if Windows asks.
- Restart the computer.
- Reconnect the USB drive.
Windows should detect the USB storage device and load the appropriate driver again.
If you are unsure which device represents your USB drive, disconnect the USB drive, check Device Manager, reconnect it, and identify the device that appears.
Do not uninstall random devices from Device Manager.
Method 6: Assign a New Drive Letter
A USB drive can be detected by Windows but remain missing from File Explorer if it does not have a drive letter.
Steps
- Right-click Start.
- Select Disk Management.
- Find the USB drive.
- Right-click its usable partition.
- Select Change Drive Letter and Paths.
- Select Add or Change, depending on what Windows displays.
- Select an available drive letter.
- Select OK.
Open File Explorer and check whether the USB drive now appears.
Important
Make sure you select the correct USB drive before changing anything.
Do not format the partition or delete the volume simply because Windows offers those options.
Image suggestion: Disk Management Change Drive Letter and Paths dialog.
Filename: change-usb-drive-letter-windows.jpg
Alt text: Changing a USB drive letter in Windows Disk Management
Image title: Assign a new drive letter to a USB drive
Method 7: Recover Files With Data Recovery Software
This is especially relevant when:
- The drive appears as RAW.
- Files have disappeared.
- The file system is severely damaged.
- Windows asks you to format the drive.
- Normal Windows repair methods do not restore access.
Follow These Rules Before Recovery
- Do not format the USB drive.
- Do not save new files to it.
- Do not install recovery software on the affected USB drive.
- Save recovered files to your computer or another storage device.
- Avoid repeatedly scanning a drive that appears to be physically failing.
A deep scan can take much longer than a normal scan. The process can also place additional stress on a failing storage device.
If the files are valuable, consider creating a suitable drive image or using a professional data recovery service instead of repeatedly scanning the original device.
Image suggestion: Data recovery software scanning a USB flash drive.
Filename: usb-data-recovery-software-scan.jpg
Alt text: Data recovery software scanning a corrupted USB drive
Image title: Recover files from a corrupted USB drive
When Should You Format the USB Drive?
Formatting should generally be a last resort when you need the existing files.
If you have already recovered your important files or have a complete backup, formatting may be appropriate when Windows still cannot use the drive.
Formatting creates a new file system structure and removes the existing file system information. It can also make later data recovery more difficult.
Before Formatting
Make sure:
- You have recovered important files.
- You have a backup.
- You selected the correct USB drive.
- You understand that existing data may become inaccessible.
If the USB drive continues to fail after formatting, replace it rather than relying on it for important data.
How to Prevent USB Drive Corruption
You can reduce the chance of future USB problems with a few simple habits.
Safely Remove the Drive
When possible, use Windows' safe removal option before physically disconnecting the USB drive.
Avoid Interrupting File Transfers
Do not unplug a USB drive while Windows is copying or writing files.
Keep Important Files Backed Up
A USB flash drive should not be the only location for important documents, photos, or backups.
Keep another copy on your computer, another storage device, or a suitable cloud backup service.
Protect the USB Drive
Avoid:
- Excessive heat.
- Moisture.
- Physical impact.
- Bending the connector.
- Leaving the drive connected unnecessarily.
Replace Unreliable Drives
If a USB drive repeatedly develops errors, disconnects, or loses files, replace it after recovering the important data.
Frequently Asked Questions
Can a corrupted USB drive be fixed without losing data?
Sometimes. If the problem is caused by file system corruption, Windows tools such as Error Checking or CHKDSK may repair the problem without intentionally deleting your files. However, no repair method guarantees that all data will remain intact.
If the files are important, recover them before attempting repairs.
Why does Windows say I need to format my USB drive?
Windows usually displays this message when it cannot properly read the file system on the drive.
Possible causes include file system corruption, partition damage, or a failing storage device.
If you need the files, do not click Format immediately. Check the drive in Disk Management and consider data recovery first.
Can CHKDSK recover deleted files from a USB drive?
CHKDSK is designed primarily to check and repair file system errors. It is not a dedicated deleted-file recovery tool.
If files have been deleted or are missing because of serious file system damage, use an appropriate data recovery method instead.
What should I do if my USB drive shows as RAW?
If the USB drive contains important files, do not format it.
RAW means Windows cannot recognize the expected file system. Check the drive in Disk Management and consider data recovery before attempting repairs.
Why is my USB drive not showing up in File Explorer?
First, try another USB port and another computer.
Then open Disk Management and check whether Windows detects the drive.
If Windows detects the drive but it does not have a drive letter, assigning an available drive letter may make it appear in File Explorer.
Why does my USB drive keep getting corrupted?
Repeated corruption can be caused by unsafe removal, interrupted file transfers, malware, USB connection problems, or a failing flash drive.
If the same drive repeatedly develops errors, back up your data and consider replacing the drive.
Can a physically damaged USB drive be repaired?
Software cannot repair physical damage to a USB connector, flash memory, or storage controller.
If the drive is physically damaged, repeatedly disconnects, or is not detected by multiple computers, professional data recovery may be necessary if the files are valuable.
Final Checklist
If your USB drive is corrupted or inaccessible, follow this order:
- Try another USB port.
- Test the drive on another computer.
- Check the drive in Disk Management.
- Do not format it if you need the files.
- Try Windows Error Checking when the drive is accessible.
- Use CHKDSK carefully when appropriate.
- Reinstall the USB storage driver if the problem appears computer-specific.
- Assign a drive letter if the partition is healthy but has no letter.
- Use data recovery software when files are missing or the drive is RAW.
- Replace the USB drive if it continues to fail.
The most important decision is whether you need the data or simply need the USB drive working again.
If the data is important, prioritize recovery before repair. If your files are already backed up, you have more freedom to repair or reformat the drive.
