# How to Fix USB Device Not Recognized in Windows 11 URL: https://www.mytechnician.tech/tips/fix-usb-device-not-recognized-windows-11/ Published: 2026-07-26 | Author: Ankit Kumar Tags: Windows 11, Hardware, Troubleshooting, Fix, Drivers, Peripherals Summary: USB device not recognized or showing Unknown Device in Windows 11? Reset USB controllers, fix power settings, and get the device detected with these step-by-step fixes. Recommended app: PC-Troubleshooter — https://www.mytechnician.tech/apps/windows-troubleshooter/ (Microsoft Store: https://apps.microsoft.com/detail/9N7RWKW8SP24?hl=en-us&cid=mytechnician-web). Optional; every step below uses built-in Windows tools. ## The Problem You plug something in and Windows pops **USB device not recognized** — or Device Manager shows **Unknown USB Device (Device Descriptor Request Failed)**. The device may work on another PC, which makes it look like Windows is at fault. Usually it is: a cached USB descriptor, a power-management setting, or a controller driver. > **Nothing works in any USB port, including the mouse?** Start with [USB ports not working](https://www.mytechnician.tech/tips/fix-usb-ports-not-working-windows-11/). **A USB drive is detected but unreadable?** See [fix a corrupted USB or external drive](https://www.mytechnician.tech/tips/fix-corrupted-usb-external-drive/). ## Symptoms * Balloon or toast reading **USB device not recognized**. * **Unknown USB Device (Device Descriptor Request Failed)** with a yellow triangle in Device Manager. * The device works on another computer, or on one port but not others. ## Step 1: Isolate the Variable Before changing anything in Windows, narrow the fault to the device, the cable, or the port. 1. Try the device in **every port**, including rear ports on a desktop — front-panel headers are frequently loose. 2. Swap the cable. Charge-only USB cables carry no data and cause this exact message. 3. Remove any hub or dock and plug **directly into the PC**. 4. Test the device on another computer or phone. If it fails everywhere, the device itself is dead. ## Step 2: Power-Cycle the USB Controllers This clears the stored descriptor that Windows keeps failing to read. 1. Shut down Windows fully — **Shut down**, not restart. 2. Unplug the power cable (desktop) or charger, and remove the battery if removable (laptop). 3. Hold the **power button for 30 seconds**. 4. Reconnect power, boot, then plug in the device. ## Step 3: Reinstall the Device Entry 1. Right-click Start → **Device Manager**. 2. Click **View** → **Show hidden devices**. 3. Expand **Universal Serial Bus controllers** and find **Unknown USB Device** or any entry with a yellow triangle. 4. Right-click → **Uninstall device**. Do this for every greyed-out or flagged USB entry. 5. Click **Action** → **Scan for hardware changes**, then reconnect the device. ## Step 4: Reinstall the USB Root Hubs 1. Still in **Device Manager** → **Universal Serial Bus controllers**. 2. Right-click each **USB Root Hub** and each **Generic USB Hub** → **Uninstall device**. 3. Restart. Windows rebuilds the entire USB stack on boot. 4. If you use a USB keyboard and mouse, keep them plugged in — they will be restored automatically after the restart. ## Step 5: Stop Windows Powering Down USB Ports Selective suspend is the most common software cause of intermittent recognition. 1. **Device Manager** → **Universal Serial Bus controllers**. 2. Right-click each **USB Root Hub** → **Properties** → **Power Management** tab. 3. Untick **Allow the computer to turn off this device to save power** → **OK**. 4. Then **Control Panel** → **Power Options** → **Change plan settings** → **Change advanced power settings** → **USB settings** → **USB selective suspend setting** → **Disabled**. ## Step 6: Turn Off Fast Startup Fast Startup restores a saved kernel image that can contain a stale USB state. 1. **Control Panel** → **Power Options** → **Choose what the power buttons do**. 2. Click **Change settings that are currently unavailable**. 3. Untick **Turn on fast startup (recommended)** → **Save changes** → restart. ## Step 7: Update Chipset and USB Controller Drivers 1. Download the **chipset** package for your exact motherboard or laptop model from the manufacturer's support page. 2. On AMD and Intel systems this includes the USB 3.x controller driver — Windows Update's generic version is often the problem. 3. Restart after installing. General guidance: [how to update outdated drivers](https://www.mytechnician.tech/tips/how-to-update-outdated-drivers/). ## Step 8: Run the Hardware Troubleshooter and Repair System Files 1. Press `Win + R`, type the following, and press Enter: ``` msdt.exe -id DeviceDiagnostic ``` 2. Work through the prompts and apply what it suggests. 3. Then in **Terminal (Admin)**: ``` sfc /scannow ``` ``` DISM /Online /Cleanup-Image /RestoreHealth ``` 4. Restart. Details: [repair Windows 11 with SFC and DISM](https://www.mytechnician.tech/tips/how-to-run-sfc-dism-repair-windows-11/). ## Step 9: Check Power Draw on Externals Portable hard drives, some SSD enclosures, and unpowered hubs can exceed what a single port supplies. 1. Plug external drives into a **rear USB port** on a desktop, not the front panel. 2. Use the Y-cable that came with the drive so it draws from two ports. 3. Use a **powered** hub for multiple devices. ## What Not to Do * **Don't keep replugging into the same port.** Repeated failed enumeration can leave the port latched off until a full power cycle. * **Don't install driver-updater apps** for USB. Chipset drivers come from the manufacturer. * **Don't force a USB-C cable.** If it does not seat easily, check the port for lint before pushing harder. ## Still Not Working? If one specific port fails while others work after all of this, the port is physically damaged — a workshop fix, or use a powered hub. If nothing is recognised on any port, see [USB ports not working](https://www.mytechnician.tech/tips/fix-usb-ports-not-working-windows-11/) and check the BIOS has **USB Configuration** → **XHCI Hand-off** and legacy USB support enabled. Related: [fix a corrupted USB or external drive](https://www.mytechnician.tech/tips/fix-corrupted-usb-external-drive/) and [fix a game controller not working](https://www.mytechnician.tech/tips/fix-game-controller-not-working-windows-11/). --- Source: https://www.mytechnician.tech/tips/fix-usb-device-not-recognized-windows-11/ — My Technician, free Windows 10/11 troubleshooting guides. Related tool: PC-Troubleshooter (PC-Troubleshooter is a system diagnostic and repair tool for Windows 10 and Windows 11—hardware, drivers, network, and common fixes in one app.) — https://www.mytechnician.tech/apps/windows-troubleshooter/ More guides: https://www.mytechnician.tech/llms.txt