Windows

How to Change Drive Letters in Windows 11

Richard
Written by
Richard
Jul 28, 2021 Updated Apr 28, 2026 3 min read

Windows 11 gives every hard drive, USB stick, or memory card a letter, such as D: or E:. This helps your computer find your files. You can change these letters to keep your storage organized.

Why Change a Drive Letter?

Windows assigns letters like D: or E: to your storage devices. You might want to change these to keep your files organized, make it easier to identify external hard drives, or fix conflicts where two devices try to use the same letter.

What Happens When Done?

Your computer will immediately recognize the drive by its new letter. However, any programs installed on that drive or shortcuts pointing to the old letter will stop working. You will need to update those links manually.

Warning: Never attempt to change the drive letter of your system drive (usually C:). This will break Windows, prevent your programs from launching, and likely stop your computer from booting entirely.

Method 1: Using Disk Management

This method requires Administrator privileges. The Disk Management utility is the most reliable way to manage partitions and volumes.

  1. Right-click the Start button and select Disk Management.
  2. Locate the volume you wish to change in the list.
  3. Right-click the partition and select Change Drive Letter and Paths…
  4. Click Change, select a new letter from the dropdown, and click OK.
windows disk management tool
windows disk management tool
Drive letter change process in Windows 11 Explorer

Method 2: Using Command Line (Diskpart)

Advanced users can use the diskpart tool. This requires Administrator privileges.

  1. Open Command Prompt as Administrator.
  2. Type diskpart and press Enter.
  3. Type list volume to see your drives.
  4. Type select volume X (replace X with your volume number).
  5. Type assign letter=Z (replace Z with your desired letter).

Method 3: Using PowerShell

You can also use PowerShell for a faster approach. This requires Administrator privileges.

  1. Right-click Start and select Terminal (Admin).
  2. Type Get-Partition to list your drives.
  3. Type Set-Partition -DriveLetter D -NewDriveLetter E (replace D and E with your specific letters).

Troubleshooting and Risks

If the Change drive letter and paths option is greyed out, it is usually because the drive is a system partition or a recovery partition that Windows needs to function. Do not force changes on these volumes. If you encounter registry conflicts, ensure no programs are currently running from that drive before making changes.

Summary

Changing a drive letter in Windows 11 is a helpful way to manage your storage. Whether you use the graphical Disk Management tool or the command line, always ensure you have Administrator privileges and avoid modifying the C: drive. Remember to update your shortcuts after the change to keep everything running smoothly.

Can I change the drive letter of the system drive (C:)?

No, you should never change the drive letter of the C: drive. Windows relies on this specific path to locate system files and boot configurations. Changing it will cause critical system errors and prevent your computer from starting correctly. Always keep the system drive as C:.

Do I need to restart my computer after changing a drive letter?

In most cases, no. Windows 11 updates the drive letter assignment instantly across the system. However, if you have programs currently open that are accessing files on that drive, you may need to restart those specific applications for them to recognize the new path correctly.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

7 responses to “How to Change Drive Letters in Windows 11”

Leave a Reply

Your email address will not be published. Required fields are marked *

Exit mobile version