This error usually means Windows cannot read the volume's file-system structure. Start with recovery if the disk holds anything important, then move from low-risk checks to repairs that write to it.
Do not format the disk or run a repair command until important files are safe. Recover them with Disk Drill first, test the cable plus port, then use CHKDSK. Format the volume only as a last step.
Stop if the drive clicks, grinds, repeatedly disconnects, or is not shown with the correct capacity. Those signs point to physical trouble. Repeated scans or repair attempts may make recovery harder.
Scans inaccessible storage, previews found files, plus supports byte-to-byte disk images · Windows & Mac
File-system repairs can change damaged metadata, so recover important files before running CHKDSK or formatting. Disk Drill can scan a drive that still appears in Windows Disk Management, even if File Explorer cannot open it.
A bad cable, weak USB hub, loose connector, or failing enclosure can make a healthy file system look unreadable. This check is low risk because it does not write changes to the disk.
CHKDSK checks file-system metadata plus volume errors. The repair switches can modify the disk, so this method belongs after recovery when the files matter.
chkdsk E: /f
, replacing
E:
with the corrupted volume's actual letter.chkdsk E: /r
. Expect this deeper check to take much longer.A damaged storage-controller or USB-device entry can interfere with how Windows mounts a disk. Reinstalling the device entry makes Windows detect the hardware again without erasing the volume.
Formatting creates a fresh file system, which can return a logically corrupted drive to normal use. It removes access to existing data, so never start here if you still need files from the disk.
Software is a poor next step if the disk clicks, scrapes, smells burnt, disappears during light use, or reports the wrong capacity. Disconnect it. A recovery lab is more appropriate when the contents justify the cost.
Encryption changes the situation too. Keep the BitLocker recovery key, do not initialize the drive, plus avoid deleting a partition merely because Windows labels it RAW.
Protect irreplaceable files first, then work down the list.
| Method | Best for | Time | Success rate |
|---|---|---|---|
| 1. Recover Your Files With Disk Drill Before Repairing the Drive TRY FIRST | Important files on an inaccessible disk | ~15–60 min | ● 85% |
| 2. Check the Cable, USB Port, and Drive Enclosure | External drives with unstable connections | ~5 min | ● 45% |
| 3. Repair the File System With CHKDSK | Logical file-system errors after recovery | ~10–90 min | ● 70% |
| 4. Reinstall the Disk and USB Drivers | A disk that works on another PC | ~10 min | ● 40% |
| 5. Format or Recreate the Damaged Volume | Reusable disks with no files left to save | ~5–30 min | ● 90% |
Recovering files with Disk Drill is the right first move if the unreadable disk contains photos, work, or anything else without a backup. If the data is already safe, check the physical connection before running CHKDSK. Reinstall drivers when the problem is limited to one PC, while formatting is for a disk you are prepared to erase.
Recover to a separate physical drive, verify several files, then make one repair attempt instead of cycling through commands on the only copy of your data.
chkdsk E: /f
, replacing E with the correct drive letter. The
/r
switch adds a sector scan, which takes longer plus places more read stress on the device.