i/o device error on usb flash drive

tuhinkhan

New member
plugged in an old thumb drive and windows says the request could not be performed because of an i/o device error. any way to force a format?
 
plugged in an old thumb drive and windows says the request could not be performed because of an i/o device error. any way to force a format?

ugh, yeah, i've run into that before with old drives. i/o errors usually mean the drive's either toast or seriously on its way out. you can try using `diskpart` in cmd. open cmd as admin, type `diskpart`, then `list disk`. find your usb drive (be super careful NOT to pick your main hard drive!), then `select disk X` (replace X with the correct number). after that, type `clean`, then `create partition primary`, `format fs=ntfs quick`, and `assign`. sometimes it works, but often it's just dead after an i/o error. good luck!
 
An I/O device error on a USB flash drive occurs when the computer cannot read or write data to the device. It is usually caused by a damaged USB port, corrupted drivers, faulty cables, or a failing flash drive.

To fix it, try plugging the USB into a different port or computer, update or reinstall USB drivers, and run disk checking tools. If the error continues, the flash drive may be damaged.
 
An I/O device error on a USB flash drive means your computer is unable to read or write data to it, often due to connection issues, corrupted files, or hardware problems. It can happen because of a faulty USB port, outdated drivers, or a damaged drive. Trying a different port, restarting your system, or checking the disk for errors can sometimes fix it, but if the problem persists, the drive may need formatting or could be failing physicall
 
Back
Top