Solved Windows Will Not Assign Drive Letter To USB Flash Drive

Problem: Windows Will Not Assign a Drive Letter to a USB Flash Drive

This issue can occur on Windows 8 and Windows 10. You unplug a USB flash drive, plug it back in, and Windows fails to assign a drive letter. That’s a real problem, especially when every other computer handles the same device without issue.

There are three solutions. All of them can work:

  1. You can open Disk Management and manually assign a drive letter to the device. This works, but it’s a repetitive and inconvenient fix if the problem happens often.
  2. There’s a good chance the driver or registry entry for that device is corrupt. Use the USBScrub tool to remove old USB registry entries. In many cases, this resolves the issue immediately.
    Download USBScrub
  3. Use DiskPart and enable the automount feature.

Windows will not assign drive letter to USB flash drive

  • Open Command Prompt as Administrator (search for Command Prompt in the Start menu, right-click, and select “Run as administrator”).
  • Type diskpart and press Enter.
  • At the DiskPart prompt, type automount enable and press Enter.
  • Type exit and press Enter.

For solution number one above, Disk Management is essentially the graphical (GUI) version of DiskPart, but with a reduced feature set compared to what DiskPart can actually do.

DiskPart includes dozens of useful commands for managing storage devices. One of the most important is automount, which controls whether Windows automatically assigns drive letters to newly connected volumes.

automount

Enables or disables the automount feature. When enabled (the default), Windows automatically mounts the file system for a new basic or dynamic volume when it is added to the system and assigns a drive letter to the volume.

You can find the full Microsoft documentation for DiskPart here:
Microsoft DiskPart reference.
Some commonly used commands include clean (clears all partitions), online (brings an offline device back online), and active (marks a partition as active on basic disks).

Read More Articles

Keep exploring more stories, analysis, and technical insights.

usb-write-protect-switch-review-blog-image

Featured Product Review

Review: USB Write Protect Switch Verse USB Write Protect Controller

Review with pictures and video When it comes to making a USB stick read only, or USB write protected, there are two options. The first is...

Read the review