Skip to content
Follow
Windows

How to Rename Physical Disks in Windows 11 Storage Pool

Richard
Written by
Richard
Feb 2, 2026 Updated Jul 13, 2026 3 min read
How to Rename Physical Disks in Windows 11 Storage Pool
How to Rename Physical Disks in Windows 11 Storage Pool

You can rename physical disks inside a Windows 11 storage pool through the Storage Spaces settings.

A storage pool in Windows 11 groups several physical drives into one large storage space. This makes it easier to expand your storage capacity and manage your drives.

Giving each physical disk a custom name helps you quickly tell them apart. This is especially useful when you have many disks contributing to your pool.

For example, you could name a disk “Main Drive” or “Media Storage” to remember its job without having to check its serial number.

⚡ Quick Answer

Open Control Panel, navigate to System and Security > Storage Spaces. Click “Change settings,” expand your storage pool, and click “Rename” next to the desired physical disk. Enter a new name and click “Rename drive.

Why Rename Your Disks?

  • Make it easier to find a specific disk.
  • Helps when you need to replace or fix a disk.
  • Prevents confusion between disks from different brands or sizes.

How to Rename Physical Disks Using Control Panel

You can rename physical disks in your Windows 11 Storage Pool using the Control Panel to make them easier to tell apart. This simple method helps you keep your drives organised so you know which is which, especially if you have many drives connected. Follow these steps to give your drives clear names.

  1. Open the Control Panel on your Windows 11 computer.
  2. Go to: Control Panel > System and Security > Storage Spaces.
  3. Click the Change settings button at the top of the Storage Spaces page.
  4. Find your Storage pool and click to expand it.
  5. Under Physical drives, click the Rename link next to the disk you want to rename.
Storage Spaces change settings button
Storage Spaces change settings button

Storage Spaces rename link
Storage Spaces rename link

  1. A box will pop up asking for a new name. Type a unique name for your disk and click Rename drive.
Rename drive button
Rename drive button

When done, close the Control Panel. Your disk will now show the new name.

How to Rename Physical Disks Using PowerShell

Renaming physical disks in your Windows 11 Storage Pool with PowerShell is a quick method for those who prefer using commands. This approach allows for efficient management of your drives, letting you assign clear names to each physical disk connected to your system. Open PowerShell as Administrator to start.

  1. Open PowerShell as Administrator (search for PowerShell, right-click, and choose “Run as administrator”). ⚠️ Requires admin privileges
  2. Type this command to see all your physical disks:
    PowerShell
    Get-PhysicalDisk | Select-Object FriendlyName, SerialNumber, UniqueID

  3. Look for the disk you want to rename by its name or ID.
  4. Use one of these commands to rename the disk (replace the names and IDs with your own):
    PowerShell
    Set-PhysicalDisk -FriendlyName "OldDiskName" -NewFriendlyName "NewDiskName"

    OR


    PowerShell
    Set-PhysicalDisk -UniqueId "DiskUniqueID" -NewFriendlyName "NewDiskName"

  5. Example: If your disk is named SAMSUNG HD5555 or its unique ID is 1234567890, and you want to rename it to SAMSUNG HD1, you would type:
    PowerShell
    Set-PhysicalDisk -FriendlyName "SAMSUNG HD5555" -NewFriendlyName "SAMSUNG HD1"

    OR


    PowerShell
    Set-PhysicalDisk -UniqueId "1234567890" -NewFriendlyName "SAMSUNG HD1"
  6. Press Enter, and your disk will be renamed.

Summary

Renaming physical disks in your Windows 11 Storage Pool is a great way to keep things organised and easily identify your drives. You can do this using either the Control Panel or PowerShell, making it simple to manage your storage. Remember to use unique names to avoid any mix-ups.

How do you do it? You can rename disks in two ways: through the easy-to-use Control Panel or by using PowerShell commands.

What should you remember? Always use unique names for your disks to avoid confusion.

Renaming physical disks within a Windows 11 Storage Pool allows users to easily identify specific drives. After completing the renaming steps, users will see the updated disk names reflected in the Storage Spaces management interface, improving organization for up to 128 physical disks per pool.

How do you rename a local disk in 🪟 Windows 11?

Step 1: Open File Explorer by pressing the ⊞ Win+E keys. Step 3: Locate the drive that you want to rename, and right-click on it or select the drive then use shortcut F2. then click on Rename icon. Step 4: Type the new name for the drive.

How to rename hard drive C to D?

Now now you can also change the path uh letter as well. So let's go to search type in disk. Management or create and format hard disk partition.

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

Enable Wake on LAN in Windows 11
Windows Enable Wake on LAN in Windows 11
Create Storage Spaces and Volumes in Windows 11
Windows Create Storage Spaces and Volumes in Windows 11
How to Connect or Disconnect Storage Spaces in Windows 11
Windows How to Connect or Disconnect Storage Spaces in Windows 11
How to Rename a Storage Pool in Windows 11
Windows How to Rename a Storage Pool in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

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