Skip to content
Follow
Windows

How to Change Drive Letters in Windows 11

Richard
Written by
Richard
Jul 28, 2021 Updated Jun 19, 2026 3 min read
How to Change Drive Letters in Windows 11
How to Change Drive Letters in Windows 11

You can change drive letters in Windows 11 to better organize your storage devices like hard drives, SSDs, and USB flash drives.

Drive letters are the single capital letters, such as C: or D:, that Windows uses to identify partitions and volumes on your computer. This process involves using the built-in Disk Management tool.

For instance, you might change a removable drive’s letter from E: to H: if you frequently connect multiple external storage devices. This helps you quickly identify which drive is which.

Reassigning these letters is straightforward and helps you maintain a logical file system structure on your PC.

⚡ Quick Answer

Right-click the Start button, select Disk Management, then right-click the desired drive, choose “Change Drive Letter and Paths,” click “Change,” select a new letter, and click “OK.” Avoid changing the C: drive letter.

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?

Changing drive letters in Windows 11 is simple, but you’ll need to update any shortcuts or programs that used the old letter. Importantly, never try to change the C: drive letter, as this will stop your computer from working.

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 1Using Disk Management

The simplest way to change drive letters in Windows 11 is using the Disk Management tool. You can open it by right-clicking the Start button and selecting Disk Management, then follow a few easy steps to assign a new letter.

  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 11 settings menu for drive management
windows 11 start settings
windows disk management tool
windows disk management tool
Drive letter change process in Windows 11 Explorer
windows 11 drive change in explorer

Method 2Using Command Line (Diskpart)

For those who prefer commands, you can change drive letters in Windows 11 using Diskpart through the Command Prompt. This method requires Administrator rights, but it’s a powerful way to manage your drives if you’re comfortable typing commands.

  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 3Using 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 option to change a drive letter is greyed out in Windows 11, it usually means it’s a system or recovery drive that Windows needs to work properly, so you shouldn’t try to change it.

Summary

Changing a drive letter in Windows 11 helps organize your storage, and you can do it using Disk Management or the command line, just remember to run it as an administrator and avoid the C: drive.

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
Was this helpful?
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.

📚 Related Tutorials

How to Stream Google Drive to a Folder or Drive Letter in Windows 11
Windows How to Stream Google Drive to a Folder or Drive Letter in Windows 11
How to Change Windows 11 External Drive Removal Policy
Windows How to Change Windows 11 External Drive Removal Policy
How to Change Drive Letter in Windows 11
Windows How to Change Drive Letter in Windows 11
How to Show or Hide Drive Letters in Windows 11 File Explorer
Windows How to Show or Hide Drive Letters in Windows 11 File Explorer

7 Comments

Leave a Comment

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