External hard drive not recognized after Windows 10 update? Fix it here
Windows 10 updates often break external drive recognition. Here's the fix order: power management, driver rollback, then disk management.
Cause #1: Windows 10 update turned off USB selective suspend
This is the most common reason drives vanish after an update. Microsoft keeps fiddling with power saving settings. After the update, your system probably enabled USB selective suspend again. That lets Windows turn off power to USB ports to save battery. Sounds good until your external drive goes missing.
Here's how to check and fix it:
- Open Control Panel. Hit the Windows key, type "Control Panel", press Enter.
- Click "Hardware and Sound".
- Click "Power Options".
- Find your current power plan. It's the one with the radio button selected. Click "Change plan settings".
- Click "Change advanced power settings".
- Scroll down to "USB settings". Expand it by clicking the plus sign.
- Click "USB selective suspend setting". You'll see "Enabled" or "On battery" there.
- Change it to "Disabled". Drop-down menu on the right.
- Click "Apply" then "OK".
After you click Apply, you should see the setting stick. Now plug your external drive back in. Wait about 10 seconds. If it shows up in File Explorer, you're done. If not, move on to the next fix.
One more thing: if you're on a laptop, also check the "On battery" setting. Set both to Disabled. Updates sometimes reset both independently.
Cause #2: Corrupted or outdated USB drivers
If power management wasn't the issue, your USB drivers likely got tangled during the update. Windows 10 updates replace drivers without asking. Sometimes they install a generic driver that doesn't play nice with your external drive.
You have two options here. Try the rollback first. If that fails, uninstall and let Windows reinstall.
Rollback the driver
- Right-click the Start button (or press Win + X). Select "Device Manager".
- Expand "Universal Serial Bus controllers".
- Look for any entry with a yellow exclamation mark. That's a driver problem. Also look for "Unknown USB Device (Device Descriptor Request Failed)" – that's a dead giveaway.
- Right-click the problematic device. Choose "Properties".
- Click the "Driver" tab.
- If "Roll Back Driver" is clickable (not grayed out), click it. Follow the prompts.
- If it's grayed out, skip to the uninstall method below.
After rolling back, you should see a message saying the rollback was successful. Restart your computer. Plug in the external drive. Check if it appears.
Uninstall and reinstall the driver
When rollback isn't an option, do this:
- Back in Device Manager, right-click the problematic USB device.
- Choose "Uninstall device". Check the box that says "Delete the driver software for this device" – this is important, it removes the corrupted files.
- Click Uninstall.
- Wait a few seconds, then unplug your external drive.
- Restart your computer.
- Plug the external drive back in. Windows will reinstall the driver from scratch.
If you still don't see the drive, try a different USB port. Not just any port – use a USB 3.0 port (they're usually blue or have a SS logo). Avoid USB hubs. Plug directly into the computer.
Cause #3: The drive lost its drive letter or partition
Sometimes the update messes with partition tables or drive letter assignments. This is especially common with external drives larger than 2TB. The drive appears in Disk Management but not in File Explorer.
Let's check.
- Right-click the Start button. Select "Disk Management".
- Look for your external drive. It'll show as "Disk X" at the bottom. It might say "Healthy" but have no drive letter. Or it might say "Unallocated".
- If it shows a drive letter (like F: or G:), right-click that partition and choose "Change Drive Letter and Paths". Click "Add". Assign a new letter (E: is a safe choice). Click OK.
- If it says "Unallocated", that's worse. It means the partition table got corrupted. Don't panic – your data is still there if you haven't formatted it. You need third-party recovery software like TestDisk or EaseUS Partition Master. That's beyond this guide. But if you're okay losing the data, right-click the unallocated space, choose "New Simple Volume", and format it.
After assigning a letter, the drive should appear in File Explorer within 5 seconds. If it still doesn't, restart Windows Explorer (not your computer). Open Task Manager (Ctrl + Shift + Esc), find Windows Explorer, right-click it, choose Restart.
One last thing: if your external drive is making clicking noises or isn't spinning up at all, that's a hardware failure. Not an update problem. Back up what you can, then replace the drive.
Quick-reference summary table
| Cause | Symptom | Fix | Time to try |
|---|---|---|---|
| USB selective suspend enabled | Drive missing after update, works after unplugging and re-plugging | Disable USB selective suspend in power plan | 2 minutes |
| Corrupted USB driver | Yellow exclamation in Device Manager or "Unknown USB Device" | Roll back or uninstall/reinstall driver | 5 minutes |
| Lost drive letter or partition | Drive shows in Disk Management but not File Explorer | Assign drive letter or create new volume | 3 minutes |
Was this solution helpful?