Skip to content
Follow
Windows

How to Rename a Storage Pool in Windows 11

Richard
Written by
Richard
Feb 2, 2026 Updated Jul 13, 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 lets you give a clear, custom name to groups of drives. This makes it much easier to know which collection of disks is for what purpose, like calling one “Family Photos” or another “Work Projects.”

A Storage Pool combines several physical hard drives into a single, larger virtual drive. This feature, called Storage Spaces, first arrived in Windows 8 and helps you manage your storage space more simply and protect your important files.

Giving your Storage Pool a new name is done right in the Storage Spaces settings. This makes it simple to spot the right storage group among many, especially if you have multiple pools set up on your PC.

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

Think of a storage pool in Windows as a large virtual drive created by combining several smaller hard drives. For example, your computer can store duplicate copies of your files within this pool, meaning your data stays safe on another drive if one fails.

Why Rename a Storage Pool?

Why Rename Your Storage Pool?

A unique storage pool name helps you find storage pools quickly, especially when managing multiple pools or storage on several computers.

How to Rename a Storage Pool Using Windows Settings

Renaming a Storage Pool in Windows 11 Settings

You can rename a storage pool in Windows 11 using the Settings app to give your storage space a clear name. This makes it easier to find and manage your drives later. 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

You can rename a storage pool in Windows 11 using PowerShell by following these steps. First, open PowerShell as an administrator. Then, use specific PowerShell commands to update the storage pool’s 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"

That’s it! Your storage pool will have the new name.

Summary

Summary

Renaming your storage pool helps you keep track of your drives and manage your data more effectively. This is particularly useful if you have multiple storage pools or manage computers for others. You can rename your pool through Windows Settings or by using PowerShell commands.
  • 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 is about renaming digital storage pools within Windows. Renaming physical storage units like those rented from a storage facility involves a different process, usually requiring a visit to the facility and updated rental agreements with your documentation.

Is it okay to rename a drive?

It’s actually quite beneficial to rename your drives so you can more easily remember what has what. The only negative outcome you might experience is regret that you didn’t realize you could do that sooner.

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 Add Drive to Windows 11 Storage Pool
Windows How to Add Drive to Windows 11 Storage Pool
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

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

Leave a Comment

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