How to Shrink a Volume Using Disk Management: You can shrink a volume under certain conditions, such as splitting a partition into two. Additionally, we provide a free Disk Management alternative for shrinking volumes when the built-in tool fails.
Basic Knowledge - What can and cannot do in Disk Management
Disk Management or Diskpart | Partition Resizer* | |
Shrink NTFS partition | ![]() |
![]() |
Shrink FAT32 partition | NO | ![]() |
Shrink partition, create partition | ![]() |
![]() |
Shrink partition, extend another | NO | ![]() |
Shrink Volume contains unmovable files (pagefile, hibernation file, usually on the C drive), insufficient free space | NO | ![]() |
Move Partition/Unallocated Space | NO | ![]() |
Extend partition (unallocated space is contiguous on the right side) | ![]() |
![]() |
Extend partition (unallocated space is contiguous on the left side) | NO | ![]() |
Extend FAT32 C drive | NO | ![]() |
Price | FREE | FREE |
Download Win 11-7 (100% Free) Download Win Server (Free Demo) |
Note: Partition Resizer is a free Windows disk management tool with an easy-to-use interface. It safely resizes partitions without data loss. Additionally, it supports moving partitions, converting disks, cloning disks, and more.
Step 1: Open Disk Management
Methods to open Disk Management in Windows 11/10:
Win + R
, type diskmgmt.msc
, then press Enterdiskmgmt.msc
in Command Prompt or PowerShelldiskmgmt.msc
Step 2: Right-click the partition you want to shrink and select 'Shrink Volume'
Common Issue: The Shrink Volume option may be greyed out if:
Solution: Use IM-Magic Partition Resizer (free) when Shrink Volume is unavailable in Disk Management.
Step 3: Enter the amount of space to shrink (in MB) and click 'Shrink'
Important Note: The default value shows the maximum shrinkable space. For best results, enter a slightly smaller number than the maximum, especially if you've encountered shrink errors before.
Shrink Volume size caculation is based on MB. One 1GB equals 1024MB. So if you want to shrink a volume to its exact size, you may use numbers like the following. Note: Partition Resizer offers more flexible size caculation that you may simply drag the partition border to shrink the partition and it provides numbers that you can enter to shrink partition size too.
Size Calculation Guide:
The system will use your entered value to create unallocated space.
Common user inquiries and scenarios for using the Shrink Volume option in Disk Management.
Quick Navigation:
Answer: Yes, shrinking a volume in Disk Management is safe and does not cause data loss. It creates unallocated space that can be used to create a new partition.
Steps to shrink a volume:
Answer: No, Disk Management has strict limitations:
Example Scenario (C:, D:, E: drives):
Workaround: Use third-party tools like IM-Magic Partition Resizer to move partitions and merge non-contiguous space.
Alternative Solution: Use IM-Magic Partition Resizer Free for advanced partition management:
Example#1: Shrink D, Extend C
Detailed steps on this page: How to shrink D extend C
Video: How to shrink the C drive add space to another partition
Example#2: Shrink C, Add space to D
(Simple steps: right click C, choose 'Resize/Move', narrow C drive border to shrink, right click partition to extend if the unallocated space is adjacent to the partition)
Example#3: Shrink C, Move Recovery/EFI or any in-between drive, Add space to F (C, Recovery, E, F)
(Simple steps: right click C, choose 'Resize/Move', narrow C drive border to shrink, right click in-between partition(recovery and E) to move the location of the partition and the unallocated space will be changed, and then right click the partition to extend if the unallocated space is adjacent)
For Windows 11/10/8/7 => Download Partition Resizer Free [100% Free]
For Windows Server 2025-2003 => Download Partition Resizer Server [Free Demo]
Why can't I shrink my partition? Common reasons explained:
How to fix these issues (step-by-step for beginners):
Note: Eaiser fix is to use the free alternative Partition Resizer which offers more flexibilities and easier to use UI. What's sepcial? Partition Resizer can help move partition to change the location of the unallocated space wthout losing data.
convert X: /fs:ntfs
(replace X with your drive letter)powercfg -h off
chkdsk X: /f /r
(replace X with your drive letter)Pro tip: Always create a backup before making changes to your partitions, just in case something goes wrong.