Skip to content
ErrorsToolsDriversGet Help
Error Guide
driverbeginner

Fix "USB Device Not Recognized" Error on Windows 10/11

  • 5-20 min
  • Windows 10 · Windows 11
  • Updated 2026-05-20
  • By PCDoc Team

At a glance

Difficulty
beginner
Reading time
5-20 min
Steps
5
Last verified
2026-05-20

Overview

"USB device not recognized" or "Unknown USB Device (Device Descriptor Request Failed)" pops up when Windows detects something plugged into a USB port but can't communicate with it. The device may be a flash drive, mouse, keyboard, external HDD, or anything USB.

The cause is usually one of: a corrupted USB driver, conflicting power settings (USB selective suspend), a flaky cable/port, or the device itself is dying. Software issues account for ~70% of cases.

This guide tries fixes in order: cable/port (10 sec) → driver fixes (5 min) → power settings (5 min) → device-specific.

Before you start

  • The USB device that won't recognize
  • Administrator access
The fix

5-step guide

Read time: ~5-20 min

Try a Different USB Port and Cable

Before any software fix, eliminate physical issues — they're 30% of cases.

Steps:

  • Unplug the device.
  • Try a different USB port (preferably one directly on the PC, not a hub).
  • If you have another cable (especially common for phones, external HDDs), try it.
  • If port + cable test on another PC works, the issue is your PC's software (continue below).
  • If device fails on every PC, the device itself is dead.

Uninstall and Reinstall USB Controllers

Forces Windows to redetect all USB hardware fresh.

Steps:

  • Right-click Start → Device Manager.
  • Expand Universal Serial Bus controllers.
  • Right-click each entry one by one → Uninstall device.
  • After uninstalling all, restart your PC.
  • Windows reinstalls drivers automatically on boot.

This resolves about 40% of "not recognized" errors.

Disable USB Selective Suspend

Windows aggressively powers down USB ports to save battery. Sometimes the wakeup fails.

Steps:

  • Press Windows + R, type powercfg.cpl, press Enter.
  • Click Change plan settings next to your active plan.
  • Click Change advanced power settings.
  • Expand USB settings → USB selective suspend setting.
  • Set both On battery and Plugged in to Disabled.
  • Apply and restart.

Check USB Root Hub Power Management

Disable Windows from turning off USB Root Hubs.

Steps:

  • Device Manager → Universal Serial Bus controllers.
  • Right-click each USB Root HubProperties.
  • Click the Power Management tab.
  • Untick Allow the computer to turn off this device to save power.
  • Apply.

Repeat for every USB Root Hub.

Still seeing USB Not Recognized?

If the guide is not enough, describe the issue first. We will explain whether remote help is appropriate before any access is granted.

Talk to a tech

No automatic remote access.

  • DIY steps first
  • Permission before access
  • Hardware limits explained
FAQ

Common questions

Why does this error come back after fixing it?
If recurring, root cause is usually USB selective suspend (step 3) or aging USB ports. Disable selective suspend permanently. For ports physically loose, a powered USB hub bypasses them.
USB drive worked yesterday. Why suddenly not?
Most likely a Windows Update changed a driver. Try System Restore to a point before the update, or roll back the most recent USB-related driver in Device Manager.
Should I uninstall my USB device's driver?
Try the controller-level uninstall first (step 2). If that doesn't help, individual device drivers can be uninstalled too — Windows reinstalls on next plug-in.
My USB drive shows as 'unknown device'. Is data lost?
Not necessarily. If the drive's controller chip failed, Windows can't read it but data is still on the flash. Data recovery services can sometimes pull files. EaseUS Data Recovery works for software-level issues.
Why does the error mention 'Device Descriptor Request Failed'?
When you plug in USB, Windows asks the device 'who are you?' (descriptor request). If that response fails or is corrupted, you see this error. Causes: bad USB cable, dead device, or driver bug.

Written by PCDoc Team

Tested on a real Windows machine on 2026-05-20. Found a mistake? Tell us.