Skip to content
Follow
Windows

How to Rename a Storage Pool in Windows 11

Richard
Written by
Richard
Feb 2, 2026 Updated Aug 13, 2026 3 min read
How to Rename a Storage Pool in Windows 11
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.

⚡ Quick Answer

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.
  1. In Settings, click System on the left side.
  2. Click on Storage on the right side.
  3. Scroll down and expand Advanced storage settings, then click Storage Spaces.
  4. Click on your storage pool to open its details.
  5. Click the Rename link.
  6. Type the new name you want for your storage pool.
  7. Click OK to save the new name.

Here are some images to help you follow these steps:

Windows 11 System button in Settings
Windows 11 System button in Settings
Click System in Settings.

Windows 11 Storage tile in Settings app
Windows 11 Settings app with System and Storage options highlighted.
Select Storage.

Windows 11 Storage Spaces tile in Settings app
Windows 11 Storage Spaces tile in Settings app
Open Storage Spaces under Advanced storage settings.

Windows 11 storage pool tile
Windows 11 storage pool tile
Select your Storage Pool.

Windows 11 storage pool rename link
Windows 11 storage pool rename link
Click Rename to change the pool's name.

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).
📝Good to Know
To see your current storage pools, type this command:
PowerShell
Get-StoragePool
📝Good to Know
Use this command to rename your storage pool:
PowerShell
Set-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:

PowerShell
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?

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

Create Storage Spaces and Volumes in Windows 11
Windows Create Storage Spaces and Volumes in Windows 11
How to Optimize Storage Pools in Windows 11
Windows How to Optimize Storage Pools in Windows 11
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
How to Add Storage Space to Windows 11 Pool
Windows How to Add Storage Space to Windows 11 Pool

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

Leave a Comment

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