Managing storage space efficiently is important for maintaining a well-organized Windows 11 computer. Over time, you may find that one partition has too much unused space while another partition is running out of storage. In such situations, shrinking a partition can help you create unallocated space that can later be used for a new partition, another operating system, or additional storage needs.
Windows 11 includes built-in tools that allow users to shrink a partition without deleting files or reinstalling the operating system. Whether you want to separate personal files from system files, prepare your computer for dual booting, or simply organize your storage better, shrinking a partition is a useful disk management task. The process is relatively straightforward, and most users can complete it in just a few minutes.
Before making changes to your partitions, it is always a good idea to back up important files. Although Windows partition management tools are generally safe, any operation involving disk structures carries some risk. By creating a backup beforehand, you can ensure that your important documents, photos, and other data remain protected.
In this guide, you will learn how to shrink a partition in Windows 11 using several methods, including Disk Management and DiskPart. You will also learn how to create a new partition from the freed space and understand common issues that may prevent Windows from shrinking a partition.
What Is Partition Shrinking?
A partition is a logical section of a storage drive. For example, a single SSD may be divided into multiple partitions such as:
- C: Drive for Windows
- D: Drive for personal files
- E: Drive for backups
Shrinking a partition means reducing the amount of storage space allocated to that partition. The space that is removed becomes unallocated space.
For example, if your C: drive is 500 GB and you shrink it by 100 GB:
- C: Drive becomes 400 GB
- 100 GB becomes unallocated space
The unallocated space can then be used to:
- Create a new partition
- Install another operating system
- Extend another partition
- Store files separately from Windows
Partition shrinking does not normally delete files, but Windows can only shrink a partition up to a certain point depending on where system files are located.
Method 1: Shrink A Partition Using Disk Management
Disk Management is the easiest and most popular method for shrinking a partition in Windows 11. It is built into the operating system and does not require additional software.
Open Disk Management
To launch Disk Management:
- Right-click the Start button.
- Select Disk Management.
Alternatively:
- Press Windows + X.
- Choose Disk Management.
You can also:
- Press Windows + R.
- Type diskmgmt.msc.
- Press Enter.
After opening the tool, you will see all connected storage drives and partitions.
Locate The Partition
Carefully examine the partitions displayed in the lower section of the window.
Look for the partition you want to reduce. Most users shrink the C: drive because it often contains a large amount of unused space.
Before proceeding, check how much free space is available. A partition with very little free space may not be shrinkable by a meaningful amount.
Start The Shrink Process
Once you identify the correct partition:
- Right-click the partition.
- Select Shrink Volume.
Windows will begin analyzing the partition. This process may take a few seconds or several minutes depending on the drive size and speed.
During analysis, Windows calculates the maximum amount of space that can safely be removed from the partition.
Enter The Shrink Size
A dialog box will appear showing:
- Total size before shrink
- Available shrink space
- Amount to shrink
- Final size after shrink
Enter the amount of space you want to remove.
Examples:
- 10 GB = 10,240 MB
- 25 GB = 25,600 MB
- 50 GB = 51,200 MB
- 100 GB = 102,400 MB
After entering the desired value:
- Click Shrink
Windows will reduce the partition size and create unallocated space.
Verify The Results
After the process finishes:
- The partition will display a smaller size.
- A black bar labeled Unallocated will appear next to the partition.
This confirms that the shrinking operation was successful.
The unallocated space can remain unused or be converted into a new partition later.
Method 2: Shrink A Partition Using Windows Terminal And DiskPart
Advanced users often prefer DiskPart because it offers more control over disk management tasks.
Open Windows Terminal
To begin:
- Right-click Start.
- Select Terminal (Admin).
If prompted by User Account Control:
- Click Yes.
Launch DiskPart
Type:
diskpart
Press Enter.
DiskPart will load and display a command prompt.
Display Available Volumes
Type:
list volume
Press Enter.
Windows will display all available partitions.
Review the list carefully and identify the volume number you want to shrink.
Select The Partition
Replace the number with your actual volume number:
select volume 3
Press Enter.
DiskPart will confirm that the volume has been selected.
Check Maximum Shrink Size
Type:
shrink querymax
Press Enter.
DiskPart will display the maximum amount of space available for shrinking.
This information helps you determine how much space can be removed safely.
Shrink The Volume
For example, to shrink by 50 GB:
shrink desired=51200
Press Enter.
DiskPart will perform the operation and create unallocated space.
Once completed, you can exit DiskPart by typing:
exit
Method 3: Create A New Partition From Unallocated Space
After shrinking a partition, you may want to create a new drive.
Open Disk Management
Launch Disk Management again if it is not already open.
Locate the newly created unallocated space.
Start The New Volume Wizard
Right-click the unallocated area.
Select:
- New Simple Volume
The New Simple Volume Wizard will open.
Specify Volume Size
The wizard will ask how much space to allocate.
You can:
- Use all available space
- Use only part of the available space
Most users choose the maximum available size.
Assign A Drive Letter
Windows will ask you to choose a drive letter.
Examples include:
- D:
- E:
- F:
Choose an available letter and continue.
Format The Partition
Select:
- File System: NTFS
- Allocation Unit Size: Default
- Volume Label: Any name you prefer
Click Next.
Then click Finish.
Windows will create the new partition and make it available in File Explorer.
Method 4: Shrink The C Drive Safely
Many users specifically want to shrink the Windows system partition.
The process is similar to shrinking any other partition, but there are a few important considerations.
Leave Enough Space For Windows
Windows 11 requires free space for:
- Updates
- Temporary files
- Applications
- Virtual memory
- System recovery features
Avoid shrinking the C drive too aggressively.
A good practice is to leave at least:
- 100 GB free for light usage
- 150–200 GB free for heavy usage
Check Installed Applications
Large applications installed on the C drive may require future updates.
Examples include:
- Video editing software
- Games
- Development tools
- Design applications
Ensure sufficient free space remains after shrinking.
Restart After Shrinking
Although not always necessary, restarting the computer allows Windows to update storage information and verify disk integrity.
Method 5: Fix Problems When Windows Cannot Shrink A Partition
Sometimes Windows displays a much smaller shrink size than expected.
This usually happens because unmovable files are located near the end of the partition.
Disable Hibernation
Open Command Prompt as administrator.
Type:
powercfg -h off
Press Enter.
This removes the hibernation file temporarily.
Disable System Protection
To disable System Restore:
- Open Control Panel.
- Select System.
- Click System Protection.
- Choose the drive.
- Click Configure.
- Turn off System Protection temporarily.
This may free additional shrinkable space.
Run Disk Cleanup
Disk Cleanup removes unnecessary files that occupy storage.
To run it:
- Search for Disk Cleanup.
- Select the drive.
- Remove temporary files.
This can improve available shrink space.
Optimize The Drive
For traditional hard drives:
- Search for Defragment and Optimize Drives.
- Select the drive.
- Click Optimize.
This reorganizes data and may allow greater shrinking.
For SSDs, Windows performs optimization automatically, so manual defragmentation is not required.
Restart The Computer
Sometimes a simple restart resolves temporary disk management limitations.
After restarting, try shrinking the partition again.
Method 6: Use Third-Party Partition Software
If Windows cannot shrink a partition enough, third-party partition managers may help.
These tools can sometimes move files that Windows cannot relocate while the operating system is running.
Common features include:
- Advanced partition resizing
- Partition merging
- Partition cloning
- Disk migration
- Bootable recovery media
Third-party software can be useful when Windows Disk Management reaches its limitations.
However, always create a backup before using any partition management tool.
Things To Know Before Shrinking A Partition
Before modifying partitions, keep the following points in mind.
Create A Backup
Even though partition shrinking is generally safe, unexpected power failures or hardware issues can cause problems.
Backing up important files is strongly recommended.
Ensure Adequate Free Space
A nearly full partition cannot be shrunk significantly.
Delete unnecessary files if needed before starting.
Check Disk Health
A failing drive may experience errors during partition operations.
You can check drive health using Windows tools or manufacturer utilities.
Use Stable Power
If you are using a laptop:
- Connect the charger.
If you are using a desktop:
- Avoid shutting down the system during the operation.
Be Patient
Large partitions can take several minutes to analyze and shrink.
Allow Windows to complete the process without interruption.
Why People Shrink Partitions
There are several practical reasons to shrink a partition in Windows 11.
Create Separate Storage Areas
Many users prefer separating:
- Windows files
- Personal files
- Work documents
- Backups
This improves organization and simplifies future system maintenance.
Install Another Operating System
Dual-boot users often shrink the Windows partition to install:
- Linux
- Another Windows version
The freed space becomes available for the second operating system.
Improve Storage Management
A large partition may not always be the most efficient setup.
Multiple partitions can help keep files organized and easier to manage.
Prepare For Future Expansion
Creating unallocated space today allows flexibility for future storage requirements.
You may later use the space to create additional partitions or extend existing ones.
Conclusion
Shrinking a partition in Windows 11 is a useful way to reorganize storage without deleting files or reinstalling the operating system. Whether you want to create a new partition, install another operating system, or simply manage your storage more efficiently, Windows provides built-in tools that make the process relatively simple.
For most users, Disk Management is the easiest method because it offers a graphical interface and requires no technical knowledge. Advanced users can use DiskPart through Windows Terminal for additional control. After shrinking a partition, the resulting unallocated space can be used to create new volumes or expand other partitions depending on your needs.
Before making any partition changes, always back up important data and ensure sufficient free space remains on the drive. Following the methods outlined in this guide will help you safely shrink partitions and optimize your Windows 11 storage layout.
FAQs
1. Does shrinking a partition delete files?
No. Windows normally shrinks the partition without deleting existing files. However, backing up important data is always recommended.
2. Can I shrink the C drive in Windows 11?
Yes. Windows 11 allows you to shrink the system partition as long as enough free space is available.
3. Why can’t Windows shrink my partition by the amount I want?
Unmovable files such as the page file, hibernation file, or system restore data may limit the available shrink space.
4. What happens to the space after shrinking a partition?
The freed space becomes unallocated space, which can be used to create a new partition or for other storage management tasks.


