Skip to content
Follow
Windows

How to Rename a Storage Pool in Windows 11

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

Renaming a storage pool in Windows 11 takes just a few clicks inside the main settings panel, letting you give your combined drives a custom label so finding your files is much faster. Storage spaces in Windows 11 group two or more physical hard drives together into a single virtual drive to protect your files from drive failure or expand your storage capacity.

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

Advertisement

What is a Storage Pool?

What is a Storage Pool?

Virtual drives appear when multiple smaller hard drives pool their capacity together in 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

You can rename a storage pool using Windows Settings by opening the Storage menu and editing the properties of your drive group. This method works best if you prefer using the graphical interface instead of command-line tools to update your drive labels and keep your computer organized.

Advertisement

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.

Advertisement

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

You can rename a storage pool using PowerShell by running an administrative command that updates your drive group name instantly. This method requires opening the command-line tool with administrator rights and works well if you want a fast way to change your volume labels without clicking through menus.

Advertisement

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 KnowTo see your current storage pools, type this command:
Get-StoragePool
📝Good to KnowUse this command to rename your storage pool:
Advertisement
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:

Set-StoragePool -FriendlyName "Storage pool" -NewFriendlyName "MyNewStoragePool"

The command executes instantly, applying the updated label to the selected storage volume.

Summary

Renaming a storage pool helps you keep your multi-drive setup organized and easy to manage over time. You can use either the Windows Settings app or PowerShell to change your drive names depending on which tool you find easier to work with.

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.

Advertisement

📚 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 *