Skip to content
Follow
Windows

How to Rename Physical Disks in Windows 11 Storage Pool

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

Renaming physical disks in a Windows 11 storage pool lets you assign custom labels to your hard drives so you can easily tell them apart. A storage pool combines multiple physical hard drives into a single virtual drive to help you manage your storage space.

Advertisement

Default labels like “Physical Disk 1” give you no clues about the actual hardware plugged into your PC. Changing these names to something clear like “Backup Drive” helps you spot specific drives instantly without digging through serial numbers.

⚡ 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.

Advertisement

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 a Windows 11 Storage Pool using the Control Panel by opening Storage Spaces and editing the drive properties. This method lets you change the label of any physical hard drive so you can easily tell them apart when managing your storage pool.

  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

Advertisement

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

How to Rename Physical Disks Using PowerShell

You can rename physical disks in a Windows 11 Storage Pool using PowerShell by running a quick command with administrator rights. This method lets you target a specific physical disk and assign a new friendly name using the Update-PhysicalDisk command.

  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:
    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):
    Set-PhysicalDisk -FriendlyName "OldDiskName" -NewFriendlyName "NewDiskName"

    OR


    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:
    Set-PhysicalDisk -FriendlyName "SAMSUNG HD5555" -NewFriendlyName "SAMSUNG HD1"

    OR

    Advertisement

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

Summary

You can rename physical disks in a Windows 11 Storage Pool using either the Control Panel or PowerShell to keep your drives organised and easy to identify. Both methods allow you to assign custom names to your hardware so you never mix up your storage drives.

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.

Advertisement

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

Step 1: Open File Explorer by pressing the Windows + 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.

Advertisement

📚 Related Tutorials

How to Enable or Disable Wake on LAN (WOL) in Windows 11
Windows How to Enable or Disable Wake on LAN (WOL) 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 *