Skip to main content

Quick Tip: Windows Storage Space Maintenance

Posted March 2017 by Steve Sinchak

If you use Storage Spaces in Windows 10 or Windows Server 2016 you may have to perform maintenance on the pool when you add or remove drives to a storage pool. Shortly after adding a third drive to my storage pool I started receiving insufficient disk space errors when trying to copy files to the storage space virtual drive.

The first thing I checked was the storage pool utilization and there was still plenty of room.   Next, I checked the storage space itself and there was also plenty of room.  After looking around in the details of each drive in the pool my problem became clear.

I had setup a two-way mirror storage space.  That means that for every file I copy into the storage space virtual drive the file is actually stored on two physical drives.  When looking at the individual utilization of the drives in my storage pool, two drives were completely full while the new drive that I recently added was only 10% full.  My store pool was completely out of balance.

I thought that balancing the data across the storage pool would happen automatically, maybe I did not wait long enough.  But if you are in a jam experiencing similar issues to what I encountered, there is a simple PowerShell command that will force your system to re-balance the pool.  Depending on the size of your storage pool, this can take hours.  When ready, follow these steps to manually re-balance your storage pool:

  1. Click on the Start Button, type in Windows PowerShell and then right click on the shortcut and select Run as administrator.
  2. At the PowerShell prompt type in the following command. Make sure to replace “Storage pool” with the name of your storage pool if you changed it from the default.
 Optimize-StoragePool -FriendlyName "Storage pool"
  1. Hit Enter and the optimization will run.

Re-balancing storage pool in Windows 10 and Windows Server 2016

Related Posts


I recently upgraded my home network from gigabit to 10G so I could take advantage of faster transfers between my Synology NAS, Proxmox server, and workstations. But while editing family video clips stored on my NAS, something did not feel right. Every device was connected at 10GbE, but file copy speeds were slower than expected. This made me wonder, are there bottlenecks in my network?

Read More

With remote work the new standard, having a fast and quality Internet connection and WiFi has become as important as reliable electricity. And if you work in IT support, confirming an end user's home internet, internal network, and WiFi is healthy without errors is the first step of troubleshooting any slowness or video conferencing issue with Zoom, Webex or Teams.

Read More

I've written about a few methods over the years to create a bootable USB flash drive from a Windows 10 ISO file.  But recently I switched to using a new tool called Rufus that is both reliable at successfully creating bootable media and automating many steps to quickly get the job done so you can perform a clean install.  This is very helpful when performing a clean install of the [Windows 10 20H2...

Read More

The latest update to Windows 10 known officially as the October 2020 update and 20H2 is ready for use and has begun rolling out.  The final build number of the 20H2 update is 19042 with minor revisions rolling out along with normal security updates via Windows Update. At this time the new build is available to testers before Microsoft pushes it to millions of users in the weeks ahead.  Check out the...

Read More