Quick answer

The highest-yield fix is disabling USB selective suspend, the setting that suspends a port then fails to wake it: set it to Disabled under Edit power plan, Change advanced power settings. If that misses, reinstall the USB controllers - in Device Manager uninstall the flagged ‘Unknown USB Device’ and the USB Root Hubs, then Scan for hardware changes.

By LK Wood IV · 2026-07-04 · ~7 min read · St. Louis County, MO

Some retailer links below are Amazon affiliate links; if you buy through them TechFuel HQ may earn a small commission at no extra cost to you. As an Amazon Associate I earn from qualifying purchases. Commissions never influence what gets recommended — see our disclosure.

“USB device not recognized” is one of Windows’ most common and most fixable errors. The good news: the device is usually fine — the fault is almost always the PC’s ports, a power setting, or a driver in a bad state. This guide works the fixes in order, from the ten-second checks to the driver-level fixes, so you solve it without buying anything you don’t need. Start at the top and stop when it works.

The 30-second isolation test

Before changing any settings, find out whether the problem is the device or the PC:

  • Plug the device into a different computer. If it works there, your PC is the problem — go to the software fixes below. If it fails on every PC and every cable, the device or its cable is the fault.
  • Try a different port and cable on your own PC. On a desktop, use a rear port (directly on the motherboard’s I/O, not a front-panel or hub port) — rear ports are wired straight to the controller and are the most reliable.

Most of the time the device works elsewhere, which means the fix is in Windows.

Fix #1: Disable USB selective suspend (the #1 silent cause)

Windows has a power-saving feature that suspends USB ports to save energy, and it frequently fails to wake a device back up — so the device “isn’t recognized” until you unplug and replug it. Turning it off fixes a large share of cases, especially on laptops:

  1. Open Edit power plan (search for it), then Change advanced power settings.
  2. Expand USB settings → USB selective suspend setting.
  3. Set it to Disabled (both On battery and Plugged in), and apply.

While you’re in Device Manager (next fix), also stop individual hubs from powering down: for each USB Root Hub, open Properties → Power Management and uncheck “Allow the computer to turn off this device to save power.”

Fix #2: Reinstall the USB controllers in Device Manager

A corrupted USB controller driver blocks detection, and reinstalling it is a clean fix:

  1. Windows Key + X → Device Manager.
  2. Look for a device with a yellow warning triangle — often “Unknown USB Device (Device Descriptor Request Failed).” Right-click it → Uninstall device.
  3. Expand Universal Serial Bus controllers and, if the specific device is still missing, uninstall each USB Root Hub entry too.
  4. Click Action → Scan for hardware changes, or reboot. Windows reinstalls the controllers from scratch, which clears the bad state.

This is also the answer to “how do I force Windows to detect it” — uninstall the stuck entry and rescan.

Fix #3: Disable Fast Startup

Fast Startup (Windows’ hybrid shutdown) doesn’t fully shut down the system, and it routinely leaves the USB stack half-initialized — so devices that worked yesterday aren’t recognized after a “shutdown.” Turn it off:

  1. Control Panel → Power Options → Choose what the power buttons do.
  2. Click Change settings that are currently unavailable.
  3. Uncheck Turn on fast startup, and save.

Then do a full shutdown (not restart) and power back on. This alone resolves a lot of intermittent “not recognized” and “device descriptor request failed” cases.

Fix #4: Update chipset and USB drivers

Outdated motherboard chipset drivers are a genuine cause on desktops, because the chipset provides the USB controllers. Get the latest chipset drivers from your motherboard maker (ASUS, MSI, Gigabyte, ASRock) or, on a laptop, from the laptop maker’s support page for your exact model. Run Windows Update too, which delivers many USB and controller driver updates. If the trouble started right after a driver change, this is where the fix usually is — the same driver-state logic behind GPU driver crashes applies to USB controllers.

Fix #5: Power — the cause people miss on drives and hubs

High-draw devices — external hard drives, some SSDs, and busy hubs — can pull more power than a single port or an unpowered hub supplies, and an under-powered device simply won’t enumerate. (If the device that won’t appear is specifically an external drive — powered and detected, but missing from File Explorer or Disk Management — the drive-by-drive detection ladder in external hard drive not showing up pins that case exactly, including the two data-safety landmines you should not touch.) Two moves:

  • Plug power-hungry devices straight into a rear port, not through an unpowered hub or a front-panel header.
  • If you’re out of ports or running several devices, use a powered USB hub (one with its own power adapter) so each device gets full power instead of splitting one port’s budget. And if the fault followed a specific cable, a known-good USB 3.0 cable rules it out — a marginal cable is a common, cheap cause.

The fix order, in one list

  1. Isolate: test the device on another PC; try a rear port and a different cable.
  2. USB selective suspend → Disabled, and uncheck USB Root Hub power-saving.
  3. Reinstall USB controllers in Device Manager (uninstall the flagged/Unknown device + USB Root Hubs, then Scan for hardware changes).
  4. Disable Fast Startup, then do a full shutdown.
  5. Update chipset/USB drivers from your board or laptop maker + Windows Update.
  6. Power: rear port for high-draw devices, or a powered hub; swap a suspect cable.

Work it top to bottom and the vast majority of “USB device not recognized” errors clear at the power-setting or Device Manager step — no new hardware required. This is the same connect-it-and-it-just-works troubleshooting mindset behind fixing a keyboard that won’t type, a game controller that won’t connect, or a second monitor Windows won’t detect.

Sources

The USB selective suspend, USB Root Hub power-management, Fast Startup, and Device Manager reinstall/rescan steps above are standard built-in Windows 10/11 settings and procedures.

Steps are for Windows 10 and 11 in 2026; menu names vary slightly by version and manufacturer. Found an error? Email hello@techfuelhq.com with the article URL.

Frequently asked questions

Why isn’t my USB showing up when I plug it in?
In order of likelihood: a power-management setting (USB selective suspend) is suspending the port, the USB controller driver is in a bad state, the port or cable is faulty, Fast Startup left the USB stack half-initialized, or the device needs more power than the port supplies. It is often not a dead device — the same stick or drive will usually work on another PC. Try a different port (a rear port directly on a desktop, not through a hub) and a different cable first, then work the software fixes: disable USB selective suspend, reinstall the USB controllers in Device Manager, and disable Fast Startup.
How do I force Windows to recognize a USB device?
Open Device Manager (Windows Key + X → Device Manager), find the entry with a warning triangle — often listed as ‘Unknown USB Device’ or under Universal Serial Bus controllers — right-click it and choose Uninstall device, then click Action → Scan for hardware changes (or reboot). Windows reinstalls the device fresh. If that doesn’t work, uninstall every ‘USB Root Hub’ entry the same way and rescan — Windows rebuilds them on restart, which clears a corrupted controller state that blocks detection.
How do I reset USB ports in Windows?
The software reset is to uninstall and reinitialize the USB controllers: in Device Manager, expand Universal Serial Bus controllers, right-click each USB Root Hub → Uninstall device, then reboot so Windows reinstalls them. Also disable the power-saving that silently ’turns off’ ports: for each USB Root Hub, open Properties → Power Management and uncheck ‘Allow the computer to turn off this device to save power.’ A full power reset also helps — shut down, unplug the PC (or pull the laptop battery/hold the power button 15 seconds), then boot back up; this clears the USB host controller.
What does ‘USB device descriptor request failed’ mean?
It means Windows tried to read the device’s identifying information (its descriptor) and the request failed, so it labels the port ‘Unknown USB Device (Device Descriptor Request Failed)’ with a yellow warning and Error Code 43. It is usually fixable in software, not a dead device: disable Fast Startup, disable USB selective suspend, uninstall the Unknown USB Device entry and rescan, and update your motherboard’s chipset/USB drivers. A different cable or port, and testing the device on another PC, will tell you whether the fault is the device or the host.
Does ‘USB device not recognized’ mean the device is broken?
Usually not. The fastest test is to plug the device into a different computer: if it works there, the problem is your PC’s ports, drivers, or power settings — not the device. If it fails on every PC and every cable, then the device (or its cable) is the likely fault. Because most cases are the host PC, not the device, work the port/cable/driver/power fixes before assuming the hardware is dead, especially for USB flash drives and external SSDs where the data is usually still intact.
Why does my USB device work on another PC but not mine?
That points squarely at your PC — its USB drivers, power settings, or a specific port — rather than the device. The usual culprits are USB selective suspend suspending the port, a corrupted USB controller driver, Fast Startup leaving the USB stack in a bad state, or outdated motherboard chipset drivers. Disable USB selective suspend and Fast Startup, reinstall the USB controllers in Device Manager, and install the latest chipset drivers from your motherboard or laptop maker. If only one physical port fails, that port may be dead — use another and, if you’re short on working ports, add a powered hub.

Evidence ledger

Last updated
Methodology
This guide was written and edited by Lowell K. Wood IV in St. Louis County, MO. Specs and prices verified against vendor and project documentation current on the date above. Full editorial standard: methodology.
Update log
  • 2026-08-02 — Last reviewed and updated.
Corrections
Spotted an error or a stale number? Email hello@techfuelhq.com. Confirmed corrections are added to the update log above.

About the author

Written by Lowell K. Wood IV, who builds and runs TechFuelHQ from St. Louis, Missouri.