Shrink Volume is a built-in Windows tool that reduces the size of an existing drive partition to free up space on your disk. It takes unused space from a partition and converts it into unallocated space, which you can then use to create a new partition or expand a different one. The operation happens without deleting your files.
How Shrink Volume Works
When you shrink a volume, Windows trims space from the end of the partition. Any ordinary files sitting in that portion of the drive are automatically relocated to the remaining space, so nothing gets lost in the process. The freed-up space becomes “unallocated,” meaning it no longer belongs to any partition and is available for you to use however you want.
Think of it like rearranging furniture in a room, then building a wall to split the room in two. Your stuff gets moved to one side, and the other side becomes an empty room you can repurpose.
Why People Use It
The most common reason to shrink a volume is that you need a second partition but don’t have a second physical drive. Shrinking your existing C: drive, for instance, creates unallocated space you can turn into a D: drive. People do this for several reasons:
- Dual-booting: Installing a second operating system (like Linux alongside Windows) requires its own partition.
- Separating data from the OS: Keeping personal files on a different partition from Windows makes reinstalling the operating system cleaner.
- Extending another partition: If a neighboring partition is running low on space, you can shrink one volume and extend the other into the freed space.
How to Shrink a Volume in Windows
Right-click the Start button and select Disk Management. In the lower panel, right-click the partition you want to shrink and choose “Shrink Volume.” Windows will query the drive for a moment, then show you the maximum amount of space available to shrink. Enter the amount you want to free up (in megabytes), click Shrink, and the operation begins.
On average, the process takes about 15 to 20 minutes, though it can run longer. Drives with large amounts of data that need relocating, heavy fragmentation, or certain system files in the way can push the time to several hours in extreme cases. The size of the partition and the amount of space being freed also affect how long it takes.
Why You Can’t Shrink as Much as Expected
This is the most common frustration. You have 200 GB free on a drive, but Windows only lets you shrink by 50 GB. The reason is unmovable files. Certain system files are locked in place and cannot be relocated during the shrink process. Because Windows can only trim space from the end of the partition, any unmovable file sitting near that end becomes a wall it can’t shrink past.
The usual culprits are the page file (virtual memory), the hibernation file, and System Restore snapshots. These files tend to land in scattered locations across the drive, and Windows won’t move them automatically. To reclaim more space, you can temporarily disable hibernation, move the page file to another drive, or delete old restore points before attempting the shrink again. After shrinking, you can re-enable everything.
Fragmentation also plays a role. When files are scattered across the drive in small pieces rather than stored in one continuous block, it’s harder for Windows to consolidate everything and clear space at the end. Running the built-in defragmentation tool before shrinking can sometimes help.
File System Requirements
Shrink Volume only works on NTFS partitions, which is the default file system for Windows drives. If your drive is formatted as FAT32 or exFAT, the shrink option will either be grayed out or simply won’t appear. This catches people off guard with external drives or USB storage, which are often formatted as exFAT. Windows has no built-in ability to resize those file systems.
If you need to shrink a non-NTFS partition, third-party partition managers can handle it, but the native Disk Management tool won’t.
Will Shrinking a Volume Delete Your Files?
No. Shrinking a partition is a safe, non-destructive operation. Windows automatically moves your files out of the space being freed, and the data on the remaining partition stays intact. Microsoft’s own guidance confirms that the feature is designed to only perform actions that won’t harm your system.
That said, any operation that restructures disk partitions carries a small inherent risk if something goes wrong mid-process, like a power outage. Keeping a backup of important files before making partition changes is a reasonable precaution, not because the tool is dangerous, but because losing power during a disk operation of any kind can cause problems.
What to Do With Unallocated Space
After shrinking, the freed space shows up as a black-labeled “Unallocated” block in Disk Management. It’s not usable yet. You have two main options: right-click it and select “New Simple Volume” to create a brand-new partition, or right-click an adjacent partition and select “Extend Volume” to add the space to that existing drive. Windows can only extend a volume into unallocated space that sits directly to its right in the Disk Management layout, so placement matters.
If the unallocated space isn’t adjacent to the partition you want to extend, you’ll need a third-party partition tool to move things around, since Disk Management doesn’t support that natively.

