What you will achieve
Assign, change, or remove a drive letter in Disk Management so a partition, USB stick, or secondary disk appears correctly in File Explorer — and fix letter conflicts between removable and fixed drives.
1) Open Disk Management
- Press Win + X → Disk Management.
- Locate the volume — it may show as Healthy but without a letter in Explorer if none is assigned.
2) Assign a new drive letter
- Right-click the partition → Change Drive Letter and Paths.
- Click Add → select Assign the following drive letter.
- Pick an unused letter (avoid letters already mapped to network drives you use daily).
- Click OK — the volume appears in File Explorer within seconds.
3) Change an existing drive letter
- Right-click the partition → Change Drive Letter and Paths.
- Select the current letter → Change.
- Choose the new letter and confirm the warning — installed apps with hard-coded paths may break; games and some databases are sensitive to letter changes on data drives.
4) Remove a drive letter (hide a volume)
To hide a partition without deleting data:
- Select the letter → Remove → confirm.
- The volume remains accessible via Disk Management or by re-adding a letter later.
5) Assign letters with diskpart (scripting)
When the GUI fails on raw or recovery partitions, use Admin Command Prompt:
diskpart
list volume
select volume 3
assign letter=U
exit
Replace volume number and letter as needed. Use remove letter=U to unassign.
6) Fix USB drives stealing system letters
If a USB disk takes D: before a network mapping connects, change the USB to a high letter (U:, V:) via Disk Management and tick Assign the following drive letter for that device each time, or use Storage → Disks & volumes → Properties → Policies to set a permanent letter in recent Windows 11 builds.
7) Mount without a letter (advanced)
Instead of a drive letter, mount a partition as an NTFS folder:
- Change Drive Letter and Paths → Add → Mount in the following empty NTFS folder.
- Point to an empty folder such as
C:\Mount\Data.
Useful for hiding backup volumes from casual browsing while keeping them accessible to backup software.