Quick fix: USB-C drives showing twice in File Explorer: once as Removable Disk, once as Local Disk. Cause: Windows detects USB-C drive’s metadata as both removable and fixed. Open Disk Management → right-click drive → Change Drive Letter and Paths → Remove the duplicate letter.
You plug in USB-C external SSD. File Explorer shows two entries with same content but different letters (E: and F:). The cause: Windows assigned two drive letters due to dual classification. Remove one in Disk Management.
Affects: Windows 11 (and Windows 10) with USB-C external drives.
Fix time: ~5 minutes.
What causes this
USB-C SSDs and NVMe enclosures sometimes report themselves as both Fixed Disk (via SCSI Inquiry) and Removable Disk (via USB descriptor). Windows assigns separate drive letters to each interpretation. Same physical storage, two views.
Method 1: Remove duplicate drive letter
The standard route.
- Open Disk Management (
Win + X→ Disk Management). - Scroll: identify the duplicates. Two partitions show same size with different letters.
- Right-click one of them → Change Drive Letter and Paths.
- Pick the duplicate letter you want to remove. Click Remove. Confirm.
- Only one drive letter remains. File Explorer shows the drive once.
- If after removal both letters return on next plug-in: Method 2 prevents recurrence.
Quick fix.
Method 2: Disable second partition or mark drive consistently
For permanent fix.
- Open Registry Editor.
- Navigate to
HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices. Lists all mounted volumes. - Find entries for the USB drive (by GUID). Delete duplicate entries.
- For drive with both fixed and removable mount points: pick one. Disconnect drive, delete entries, reconnect. Windows registers fresh.
- For DriveLetterAndPaths corruption: Disk Management → right-click drive → Change Drive Letter and Paths. Re-add a single letter.
- For drive that ignores letter assignments:
diskpart→select volume N→assign letter=X→ ensures single letter.
This is the right path for persistent duplicates.
Method 3: Check USB enclosure / drive firmware
For chronic cases.
- Some USB-C enclosures have firmware that mis-reports drive type. Update enclosure firmware via vendor utility.
- For specific brands (Sabrent, Orico, Inateck enclosures): vendor support page.
- For Samsung T5/T7 portable SSD: Samsung Portable SSD Software (free) provides firmware tools.
- Try different USB-C cable. Some cables don’t pass full data + power correctly, causing detection issues.
- Connect to a different PC. If duplicate appears there too: enclosure issue. If only on your PC: Windows-side issue.
- For PCs with Thunderbolt and USB-C ports both: try the other type port. Sometimes Thunderbolt sees enclosure differently than USB-C alone.
- Disable Windows’s automatic drive letter assignment: Disk Management → right-click → uncheck “Online” temporarily, then re-assign manually.
This handles hardware-side issues.
How to verify the fix worked
- File Explorer shows the drive only once with a single letter.
- Disk Management shows the drive with one drive letter assigned.
- After unplug + replug: still appears once.
If none of these work
If duplicate persists: Multiple partitions on drive: drive may actually have two partitions, each with its own letter. diskpart → list volume → if separate Vol N entries with separate sizes, they’re real partitions. Keep both or delete one in Disk Management. For USB hubs causing duplicate detection: connect drive directly, no hub. Some unpowered hubs misreport. For VirtualBox/Hyper-V running: virtualization may shadow physical drives. Disable Hyper-V if not needed. For sync programs: Dropbox, OneDrive sometimes appear as drives. Check via Settings → Apps. Driver issue: update USB drivers. Device Manager → USB controllers → right-click each → Update.
Bottom line: Disk Management → right-click duplicate → Change Drive Letter and Paths → Remove. For persistent: delete MountedDevices registry entries, reconnect drive. Check USB enclosure firmware.