USB Drive Not Recognized in Windows 11? Here's Every Fix
Saturday, April 11, 2026USB Drive Not Recognized in Windows 11? Here's Every Fix, Step by Step
You plug in a USB drive — a flash drive, an external hard drive, a thumb drive — and nothing happens. Windows 11 does not play the connection sound, no notification appears in the corner, and File Explorer shows no new drive in the sidebar. The USB drive is not recognized, and you need the files on it.
Before you conclude the drive is dead or blame Windows, the good news is that most USB drive recognition failures in Windows 11 are software problems, not hardware ones. Faulty drivers, missing drive letters, corrupted file systems, power management settings, and USB controller conflicts are responsible for the vast majority of cases. This guide covers every fix in order from fastest and most likely to more involved, so you can work through them systematically until your drive appears.
Before Anything Else: Rule Out the Obvious
A few quick checks eliminate the most common causes in under two minutes and are worth doing before any software troubleshooting.
Try a different USB port. Not all USB ports on a PC are created equal. Some are controlled by different chipsets or hub controllers, and a conflict on one port will not affect another. Move the drive to a different physical port — ideally one on the back panel of a desktop, which tends to be more directly connected to the motherboard than front panel ports. If the drive uses USB-A, try a different USB-A port. If it uses USB-C, try a different USB-C port.
Try a different USB cable. If your drive connects via a cable rather than being a direct plug-in stick, swap the cable for a known-working one. Cables fail more often than drives do, and a loose or damaged cable can cause intermittent connection issues that look identical to a recognition failure.
Test the drive on a different computer. Plug the drive into a laptop or another desktop. If it shows up immediately on the second machine, the drive is fine and the problem is specific to your Windows 11 installation. If it also fails to show up on the second machine, the drive itself may have a hardware or filesystem problem, and the lower-level fixes later in this guide become more relevant.
Check Device Manager for a yellow warning icon. Right-click the Start button and select Device Manager. Look under the Disk drives category — if your USB drive appears there with a yellow exclamation mark, Windows can see the device but has a driver or conflict problem with it. This tells you exactly where to start.
Fix 1: Update or Reinstall the USB Drive Driver
When Windows 11 fails to correctly load the driver for a USB device, the drive will not mount even though the hardware connection is working. This is one of the most common causes, particularly after a Windows update that may have changed driver behavior.
To fix this, open Device Manager (right-click Start → Device Manager). Expand the Disk drives section. If your USB drive is listed there — with or without a warning icon — right-click it and select Update driver, then choose Search automatically for drivers. Windows will check for an updated driver and install it if one is found.
If updating the driver does not resolve the issue, right-click the USB drive entry again and select Uninstall device. Do not check the box to delete the driver files — just click Uninstall. Then unplug the USB drive, wait 10 seconds, and plug it back in. Windows will detect new hardware on reconnection and reinstall the driver automatically from scratch. This process clears any corrupted driver state and often resolves recognition failures that an update alone cannot fix.
Fix 2: Assign a Drive Letter in Disk Management
This is one of the most frequently overlooked causes of a USB drive "not showing up" in Windows 11. The drive is actually recognized by Windows at the hardware level — it appears in Device Manager and Disk Management — but has no drive letter assigned to it. Without a drive letter, File Explorer will never show the drive, making it appear invisible even though it is fully functional.
This happens when a drive was previously assigned a letter that is now in use by another device, or when a freshly formatted drive is connected before a letter has been assigned.
To check and fix this, right-click the Start button and select Disk Management. In the lower pane of the Disk Management window, look for a disk listed as a removable drive or as the size of your USB drive. It may appear as a bar with no label, or with a status of "Healthy" but no letter next to it.
Right-click that disk partition and select Change Drive Letter and Paths. If the dialog is empty (no letter listed), click Add. If a letter is already listed but you want to change it, click Change. Assign any available drive letter — D, E, F, or further along the alphabet to avoid conflicts. Click OK. Within a few seconds, the drive will appear in File Explorer with the new letter.
If the drive appears in Disk Management as Unallocated space rather than as a formatted partition, it means the partition table is missing or the drive has no formatted volume. In this case, skip ahead to the reformatting fix — assigning a letter will not help if there is no partition to assign it to.
Fix 3: Reinstall USB Controller Drivers
The USB controller is the hardware and driver combination that manages all USB connections on a given set of ports. When its driver develops a conflict or corruption — which can happen after a Windows update, a driver installation, or a system crash — it can stop correctly communicating with any USB device, not just one specific drive.
The symptom here is usually that multiple USB devices are behaving oddly, or that USB drives stopped being recognized after a system change, even though they worked fine before.
Open Device Manager and expand the Universal Serial Bus controllers section at the bottom of the list. You will see several entries here: Generic USB Hub, USB Root Hub, Intel USB 3.x eXtensible Host Controller, or similar names depending on your hardware. Look for any that show a yellow warning icon, which indicates a driver conflict.
Right-click each USB Root Hub entry and select Uninstall device. Do not uninstall the host controller entries if they are not showing errors — focus on the hub entries. Once you have uninstalled the affected entries, restart your computer. Windows will reinstall all USB controller drivers automatically on boot. After restarting, plug your USB drive back in and check whether it is now recognized.
Fix 4: Disable USB Selective Suspend
Windows 11's power management system includes a feature called USB Selective Suspend, which allows Windows to cut power to USB ports that are not actively in use in order to save battery life. On desktops and even some laptops, this feature can cause problems: Windows suspends a USB port, fails to properly wake it when a drive is plugged in, and the drive never registers as connected even though physically it is.
This is a particularly common cause on laptops where power saving features are more aggressively enabled, and on systems where a USB drive works fine when plugged in at startup but fails to be recognized when plugged in while the system is already running.
To disable USB Selective Suspend, open the Control Panel (search for it in the Start menu), navigate to Hardware and Sound → Power Options, then click Change plan settings next to your active power plan. Click Change advanced power settings. In the advanced settings window, expand USB settings, then expand USB selective suspend setting, and change the value from Enabled to Disabled. Click Apply and OK.
Alternatively, this setting can also be found in Device Manager. Under Universal Serial Bus controllers, right-click each USB Root Hub entry and go to Properties → Power Management. Uncheck the option that says Allow the computer to turn off this device to save power. Apply to all USB Root Hub entries.
Fix 5: Use Diskpart to Clear a Read-Only Flag
Sometimes a USB drive that appears in Disk Management but cannot be written to, formatted, or mounted correctly has been flagged as read-only at the software level. This can happen after an improper ejection, a failed format attempt, or in response to certain filesystem errors. Windows protects the drive by making it read-only, which also prevents it from being assigned a drive letter in normal circumstances.
Diskpart is a powerful command-line disk management tool built into Windows. Using it to clear the read-only attribute is safe and reversible. Open the Start menu, type cmd, right-click Command Prompt and select Run as administrator. Then type the following commands, pressing Enter after each one:
Type diskpart and press Enter. The Diskpart command prompt will open.
Type list disk and press Enter. A list of all disks connected to your PC will appear, numbered from 0 upward. Identify your USB drive by its size — it will be listed in GB and should match the capacity of your drive.
Type select disk X — replacing X with the number corresponding to your USB drive — and press Enter. Be careful here: selecting the wrong disk and applying changes to it can cause data loss. Double-check the size before selecting.
Type attributes disk clear readonly and press Enter. Diskpart will clear the read-only attribute from the selected disk.
Type exit and press Enter to close Diskpart.
After clearing the attribute, unplug and replug the USB drive. It should now be writable and assignable a drive letter in Disk Management.
Fix 6: Run CHKDSK to Repair Filesystem Errors
If the USB drive appears in Disk Management with a drive letter but refuses to open in File Explorer, or if Windows shows an error saying the drive needs to be formatted before use, the filesystem on the drive may be corrupted. This can happen from an unclean ejection (unplugging without using "Safely Remove Hardware"), a power cut during a write operation, or simple wear on older flash storage.
Before reformatting — which erases all data — try running the Check Disk utility (chkdsk) to repair filesystem errors. This can often restore access to a drive that appears damaged without losing any files.
Open Command Prompt as administrator (search cmd in Start, right-click, Run as administrator). Type the following command, replacing X with the actual drive letter assigned to your USB drive:
chkdsk X: /f /r
The /f flag tells chkdsk to fix any errors it finds. The /r flag tells it to also locate bad sectors and recover readable data from them. On a large drive this can take a while — let it run to completion. When it finishes, it will report what it found and fixed. Unplug and replug the drive and check whether it opens normally in File Explorer.
If chkdsk reports that it cannot run because the drive is in use, you can schedule it to run on the next restart by typing Y when prompted.
Fix 7: Check and Enable the Drive in BIOS/UEFI
This step applies primarily to cases where USB devices have stopped working entirely across all ports, not just for one specific drive. On some systems, USB ports can be individually disabled in the BIOS/UEFI settings, which prevents Windows from ever seeing devices connected to those ports regardless of drivers.
Restart your PC and enter the BIOS by pressing the key shown during startup (typically Del, F2, F10, or F12 depending on your motherboard manufacturer — check your motherboard manual if unsure). Once inside, navigate to the section related to USB settings, which is usually under a menu labelled Advanced, Peripherals, or Integrated Peripherals. Ensure that USB Controller, XHCI Hand-off, and any USB port-specific enable/disable options are set to Enabled. Save and exit.
This is an uncommon cause for a single drive not being recognized, but worth checking if multiple USB devices are affected simultaneously or if USB recognition broke after a BIOS update.
Fix 8: Update Windows 11 Fully
Some USB recognition failures in Windows 11 are caused by bugs in specific Windows builds that have been patched in subsequent updates. If your system has been deferring updates for a while, installing pending Windows updates may resolve the problem without any other action.
Open Settings → Windows Update and click Check for updates. Install any available updates and restart when prompted. After restarting, plug the USB drive back in and check whether it is now recognized.
This is especially relevant if the USB recognition problem began after a specific Windows update — in some cases a subsequent patch corrects what the prior update broke.
Fix 9: Reformat the Drive as a Last Resort
If the USB drive appears in Disk Management but cannot be repaired with chkdsk, or if it appears as Unallocated space with no partition, reformatting it will create a fresh, clean filesystem that Windows can read and write to normally. The trade-off is that reformatting erases all data on the drive.
If you have important files on the drive that you cannot access, try a data recovery tool such as Recuva (free), TestDisk (free, open source), or R-Studio (paid) before reformatting. These tools can sometimes recover files from drives with corrupted filesystems even when Windows cannot open the drive normally.
To reformat via Disk Management: right-click the USB drive partition (or the Unallocated space if there is no partition) and select Format (or New Simple Volume for unallocated space). Choose NTFS as the filesystem for a drive you will use only with Windows. Choose exFAT if you need the drive to be compatible with Macs, Linux systems, and game consoles as well — exFAT has no file size limit and works across all major platforms. Complete the wizard and assign a drive letter. The drive will be formatted and should immediately appear in File Explorer.
Quick Reference: What to Check First Based on Your Situation
If you are not sure which fix to try first, use these starting points based on what you observe:
- Drive shows nothing anywhere (not in File Explorer, not in Disk Management, not in Device Manager) → Start with Fix 1 (driver reinstall) and Fix 3 (USB controller reinstall), then check Fix 4 (Selective Suspend)
- Drive appears in Device Manager but not File Explorer → Go straight to Fix 2 (assign drive letter in Disk Management)
- Drive appears in Disk Management but cannot be opened → Try Fix 6 (chkdsk) before Fix 9 (reformat)
- Drive worked before but stopped after a Windows update → Try Fix 1 (update/reinstall driver) and Fix 8 (install further Windows updates)
- Drive works on another computer but not yours → Work through Fixes 1, 3, 4 in order
- Drive appears read-only and cannot be written to or formatted → Fix 5 (diskpart read-only clear) is your starting point
- Multiple USB devices stopped working at the same time → Fix 3 (USB controller reinstall) and Fix 7 (BIOS USB settings) are most likely
When the Drive Really Is Physically Damaged
If you have worked through every fix in this guide and the drive still does not appear, there is a chance the drive itself has a hardware failure. Flash storage has a limited number of write cycles, and older drives can experience NAND failure that prevents the controller from initializing the drive correctly. Physical damage from being dropped, bent, or exposed to moisture can also cause failure that no software fix can address.
Signs that point toward physical failure include a drive that is completely warm or hot to the touch when connected (controller failure), a drive that makes clicking or grinding sounds (unusual for flash drives but possible with USB-connected HDDs), or a drive that has never worked correctly on any computer.
For physically failed drives with critical data, professional data recovery services exist but are expensive — typically $300–$1,500 depending on the failure type and data volume. For drives without irreplaceable data, replacement is the practical answer.
For most users in most situations, though, the fixes above are all that is needed. A USB drive that is not recognized in Windows 11 is almost always a software, driver, or configuration problem — and those are all solvable without spending anything beyond a few minutes working through the steps.
Want more Windows 11 how-to guides, hardware troubleshooting tips, and PC fixes? Browse our other posts for practical help with all things Windows and PC hardware.