How to Rename a Storage Pool in Windows 11
Storage spaces in Windows 11 let you group several physical hard drives together into a single virtual drive. Giving this drive a custom label like “Family Photos” makes finding your files much faster.
Storage Spaces first arrived in Windows 8 to help you manage multiple disks and protect your important files from hardware failure. Renaming your storage group takes just a few clicks inside the main settings panel.
Open Settings , navigate to System, then Storage, and click Storage Spaces. Select your storage pool, click Rename, enter the new name, and click OK. Alternatively, use the Set-StoragePool command in PowerShell.
What is a Storage Pool?
What is a Storage Pool?
Virtual drives emerge when multiple smaller hard drives pool their capacity together inside Windows. Duplicate copies of files reside across these combined disks, ensuring data survives even if an individual drive fails.
Why Rename a Storage Pool?
Why Rename Your Storage Pool?
Unique designations help locate specific volumes rapidly during routine maintenance or multi-drive management tasks.
How to Rename a Storage Pool Using Windows Settings
Renaming a Storage Pool in Windows 11 Settings
The Settings app provides a graphical interface for updating volume titles. Navigating through system menus leads directly to the renaming controls. Open Settings, go to System, then Storage, and follow the steps to change the name.
- Click the Start menu and select Settings, or
- Press Windows key + I on your keyboard.
- In Settings, click System on the left side.
- Click on Storage on the right side.
- Scroll down and expand Advanced storage settings, then click Storage Spaces.
- Click on your storage pool to open its details.
- Click the Rename link.
- Type the new name you want for your storage pool.
- Click OK to save the new name.
Here are some images to help you follow these steps:





How to Rename a Storage Pool Using PowerShell
Renaming a Storage Pool with PowerShell
Command-line utilities offer an alternative method for modifying volume properties. Launch PowerShell with administrative rights before running the command to update the name.
Open PowerShell as Administrator (Admin privileges required):
- Right-click the Start button and select Windows Terminal (Admin) or Windows PowerShell (Admin).
Get-StoragePoolSet-StoragePool -FriendlyName "CurrentPoolName" -NewFriendlyName "NewPoolName"For example, if your pool is currently named 'Storage pool' and you want to rename it to 'MyNewStoragePool', run this command:
Set-StoragePool -FriendlyName "Storage pool" -NewFriendlyName "MyNewStoragePool"The command executes instantly, applying the updated label to the selected storage volume.
Summary
Summary
Clear labeling keeps multi-drive configurations organized and simplifies ongoing data maintenance. Administrators overseeing multiple machines benefit immensely from consistent naming conventions. Both graphical menus and command-line tools accomplish this modification successfully.- Renaming your storage pool helps keep your storage organized and easy to manage.
- You can rename it through the Windows Settings app or by using PowerShell commands.
- This is especially helpful if you have multiple storage pools or manage other users' computers.
- For more details on creating and managing storage pools, check out this Storage Pool creation guide.
Can you rename storage units?
No, this guide covers digital storage volumes configured inside Windows. Physical rental lockers require entirely different real-world management procedures.
Is it okay to rename a drive?
Descriptive labels improve organization across complex multi-drive environments. No negative outcomes arise from applying custom titles to internal volumes.
Was this guide helpful?
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.
No comments yet — be the first to share your thoughts!