Parameter Is Incorrect External Hard Drive On Windows 11, What Should I Try First?

My external hard drive suddenly won’t open on Windows 11 and shows the “parameter is incorrect” error. It was working before, and I’m worried about losing files. What’s the safest first step to troubleshoot this without making the drive worse?

Be careful with that error. 'The parameter is incorrect' usually doesn’t tell you exactly what failed. It can show up after an unsafe unplug, a power cut, a bad cable, or file system corruption. Windows may refuse to open the drive even though the data is still there.

The main thing is to stop writing to the drive for now. Don’t format it, don’t copy anything onto it, and don’t rush into CHKDSK if the files matter. CHKDSK can help in some cases, but it also changes the file system while trying to repair it. If the drive is already damaged, that can make recovery messier.

I’d check the simple stuff first:

  1. Swap the USB cable.
  2. Plug it directly into another USB port, ideally one on the back of a desktop.
  3. Try the drive on a different computer.
  4. Open Disk Management and see if the drive shows up with the right size.

If Disk Management can still see the drive, even when File Explorer says it can’t access it, recovery is often still possible.

For getting the files back, Disk Drill is a reasonable place to start. It tends to handle drives that Windows won’t open because the file system is damaged.

The safer workflow would be:

  1. Install Disk Drill on your main internal drive, not on the broken external drive.
  2. Open it and find the external drive in the list.
  3. If the drive is acting flaky, use Byte-to-byte Backup before scanning. That makes a full image of the drive, so you can work from the image instead of repeatedly hitting the failing hardware. Do this especially if it disconnects, runs slowly, or makes odd noises.
  4. Scan the image if you made one. If the drive seems stable, you can scan the original.
  5. Run a Universal Scan. It looks for normal files, deleted files, and data that can still be pieced together from the damaged file system.
  6. Use preview before recovering. If photos, documents, or other important files preview correctly, that’s a good sign.
  7. Recover everything to a different drive. Never save recovered files back to the drive you’re trying to rescue. The Windows free version allows up to 100 MB of recovery, which is enough to test whether the files are actually recoverable before paying.

After the important stuff is copied somewhere safe, then start thinking about repair.

If Windows still sees the drive as NTFS, exFAT, or FAT32, you can try:

chkdsk X: /r

Replace X with the drive letter.

If CHKDSK says the drive is RAW, or it won’t run at all, try TestDisk instead. It can sometimes rebuild a damaged partition table or bring back a lost partition without formatting the drive.

If recovery is done and the repair tools don’t fix it, a quick format is usually the next thing to try. That can clear the error when the problem is only logical corruption. But if the same error comes back after formatting, I wouldn’t keep using that drive for anything important. At that point it starts to look like hardware trouble.

Also, one weird edge case: if you see this same error with other drives or in unrelated Windows tasks, check your regional settings. A wrong decimal separator has triggered this error for some people. It’s not the usual cause, but it’s easy enough to rule out.

If the drive vanishes from Disk Management, clicks, keeps spinning up and down, or S.M.A.R.T. shows a bunch of pending or reallocated sectors, stop trying to fix it yourself. That usually points to physical failure, and repeatedly powering it on can make recovery harder. A recovery lab is the safer route then.

5 Likes

Do not click Initialize, Format, or “Scan and fix” if Windows pops up with any of those. Those buttons can turn a recoverable mess into a worse one, especially if the partition table or file system is only partly readable.

The first safe check is boring: see whether Disk Management shows the drive with the correct capacity. If it shows a 2 TB drive as 2 TB, that is much better than showing 0 bytes, “No Media,” or constantly disappearing. Take note of the status there before trying repair commands. If it asks you to initialize the disk, cancel it. Initializing is not a harmless refresh.

A caveat people miss with external drives: the USB enclosure, power brick, or adapter can be the problem, not the actual disk. If it is a desktop-size external drive, try another power supply only if the voltage and polarity match exactly. Don’t just grab a random plug that fits. If it is a portable drive, avoid hubs and front-panel USB ports for now.

If the files matter, I’d go recovery/image first and repair later. Disk Drill’s byte-to-byte image option is useful for that, but you need another disk with enough free space to hold the image. If the drive is clicking, dropping offline, or taking minutes to appear, skip the home experiments and stop powering it up. That is the point where “try one more thing” usually becomes the expensive thing.

Do not crack open the enclosure yet.

People often jump from “Windows won’t open it” to “I’ll pull the drive and plug it into SATA,” but that can backfire with some external drives. Certain USB enclosures do sector translation, and some branded externals have encryption handled by the USB board even if you never set a password. If you remove the bare disk too early, the drive may look even more broken on another adapter.

Your safest first move is still a non-writing check: cancel every Windows repair/format prompt, leave the disk connected only long enough to see whether it appears with the correct size, and if possible read its SMART status with something like CrystalDiskInfo. Don’t run a surface test yet. Don’t run CHKDSK yet. Just find out whether the drive is stable, reports the right capacity, and stays connected.

If it looks stable, make an image or clone before trying repairs. Disk Drill’s byte-to-byte backup is fine for that if you have a second drive with enough empty space, but the important part is the image, not the brand of tool. If it drops offline, shows 0 bytes, clicks, or keeps reconnecting, stop there. That is no longer a Windows 11 troubleshooting problem, it is a failing-device problem.

If this is a small portable drive with no separate power brick, the first suspect I’d rule out is weak USB power, not the file system. Use a short known-good data cable, plug straight into the computer, and avoid hubs, docks, monitor USB ports, and front-panel ports for the moment. A flaky connection can produce the same “parameter is incorrect” message and then people start running repair tools against a drive that is disconnecting underneath them.

I agree with the others about not clicking format/repair prompts, but I’d be even more boring for the first attempt: connect it once in the most stable way you can, open Disk Management, confirm the capacity, then leave it alone. If it shows the right size and doesn’t drop out after a few minutes, your next move should be copying the most important files or making an image. Not CHKDSK yet.

Small annoyance people forget: Windows, backup software, photo importers, and antivirus tools may immediately poke at a newly connected drive. Close anything that tries to auto-open or “scan” it. If you use Disk Drill, use it from your internal drive and save anything recovered to a different disk. The goal is to reduce how many times that external drive has to be read before your files are somewhere safe.