Skip to content
Follow
Windows

How to Change Drive Letters in Windows 11

Richard
Written by
Richard
Jul 28, 2021 Updated Jul 11, 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.

Users can change a removable drive's letter, for example from E: to H:, to easily identify storage devices when connecting multiple external drives. Assigning unique drive letters to each storage device prevents confusion.

Reassigning drive letters in Windows 11 simplifies your PC's file system structure. This process lets you assign new letters, like C: or D:, to specific storage devices for easier organization. For example, you might change a drive letter to keep your game files separate from your operating system files.

⚡ 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 requires updating shortcuts or programs pointing to the old letter. Never try changing the C: drive letter, as the C: drive is your main system drive. Changing the C: drive letter will stop your computer from working correctly.

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 easiest way to change drive letters in Windows 11 is by using the Disk Management tool. You can open this tool by right-clicking the Start button and picking Disk Management. From there, you can follow a few simple steps to assign a new letter to your drive.

  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)

You can change drive letters in Windows 11 using Diskpart, which is a tool found in the Command Prompt. This method requires you to have Administrator rights and is for users who are comfortable typing commands. Diskpart gives you more control when managing your drives.

  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

⚠️Warning
Windows 11 prevents changing drive letters for system or recovery drives. These drives are essential for Windows to operate correctly. Users should not attempt to modify the drive letters of these critical partitions.

Summary

⚠️Warning
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
Change Windows 11 External Drive Removal Policy
Windows 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 *