USB Ports Dead After Windows Update? Fix It Here
Windows update killed your USB ports? We'll show you the three most common causes and fixes, from power settings to driver rollbacks.
1. Power Management Settings Are Killing Your USB Ports
This is the #1 reason USB ports die after a Windows update. Microsoft loves to flip the switch that lets Windows turn off USB devices to save power. Sounds good on paper. In practice, Windows gets overzealous and shuts down ports that are actively trying to work.
Here's how to fix it:
- Right-click the Start button and select Device Manager. Don't skip this — you need to be in the right spot.
- Scroll down to Universal Serial Bus controllers and click the arrow to expand that section. You'll see a list of items like "USB Root Hub (USB 3.0)" and "Generic USB Hub".
- Right-click the first USB Root Hub and choose Properties.
- Go to the Power Management tab. This is the sneaky part.
- Uncheck the box that says Allow the computer to turn off this device to save power. Yes, uncheck it.
- Click OK to save.
- Now do the same for every single USB Root Hub and Generic USB Hub in that list. I know it's boring. Do it anyway. I've seen people skip one and wonder why their keyboard still drops out.
After you've done all of them, restart your PC. When Windows comes back, plug in a USB device. You should see it light up or get recognized. If not, move to the next cause.
2. The Windows Update Corrupted Your USB Controller Driver
Updates have a bad habit of replacing perfectly good drivers with buggy versions. Windows Update pushes its own generic driver over your manufacturer's driver. That's why your ports stop working.
The fix is a rollback.
- Open Device Manager again (right-click Start > Device Manager).
- Expand Universal Serial Bus controllers.
- Look for any device with a yellow exclamation mark. That's the troublemaker. But even without the yellow mark, if your ports are dead, your USB controller driver got swapped.
- Right-click the device that says something like Intel(R) USB 3.0 eXtensible Host Controller or AMD USB Controller. Choose Properties.
- Go to the Driver tab.
- Click Roll Back Driver. If that button is grayed out, Windows hasn't kept the old driver. No sweat — move to the next step.
- If rollback is available, click it, follow the prompts, and restart your PC. Test your USB ports.
- If rollback isn't available, click Uninstall Device. Check the box that says Delete the driver software for this device (if you see it). Then click Uninstall.
- Restart your PC. Windows will automatically reinstall the driver on boot. Hopefully it'll grab the right one. If it grabs the bad one again, you need to block that update — but let's save that for another article.
After the restart, test your ports. If they work, you're done. If not, let's try the nuclear option.
3. The Motherboard's USB Controller Needs a Full Reset
Sometimes the power management fix and driver rollback don't cut it. The update might have put the USB controller into a weird state that won't clear without yanking its power.
Here's the fix that almost always works when nothing else does:
- Shut down your PC completely. Not restart. Shut down.
- Unplug the power cord from the back of your PC. If you're on a laptop, also remove the battery if it's removable. If it's a soldered battery, skip the battery step and just unplug the power.
- Press and hold the physical power button on your case for 30 seconds. This drains any residual charge from the capacitors. You'll see the fans twitch or lights flicker — that's normal.
- Wait 30 seconds more. I'm serious. Let that charge drain completely.
- Plug the power cord back in. If you removed a laptop battery, put it back in.
- Power on your PC.
This forces the USB controller to fully reinitialize from scratch. It's amazing how often this fixes USB ports that were completely dead after an update. I've seen it work on Dell Optiplex, HP EliteDesk, and custom builds with ASUS and Gigabyte boards.
After booting up, plug in a USB device. If it works, great. If not, you might have a hardware failure — but that's rare after a software update.
Quick-Reference Summary Table
| Cause | Fix | Time to Try |
|---|---|---|
| Power management settings | Uncheck "Allow computer to turn off device" in USB Root Hub properties | 5 minutes |
| Corrupted USB driver from update | Roll back or uninstall USB controller driver in Device Manager | 10 minutes |
| USB controller stuck in bad state | Full power drain: unplug, hold power button 30 seconds, restart | 3 minutes |
Start with cause #1. It's the most common and you can fix it without touching any drivers. If that doesn't work, go to #2. And if you're still stuck, #3 will almost certainly get you there. I've used this order hundreds of times. It works.
Was this solution helpful?