Windows Guide ยท Disk Partitions

How to Resize a Disk Partition in Windows 10 and Windows 11

A practical guide to shrinking and extending partitions with built-in Windows tools, including Disk Management, Windows Settings, and DiskPart.

โฑ 6 min read ๐ŸชŸ Windows 10 ๐ŸชŸ Windows 11 ๐Ÿ’ฝ HDD / SSD / NVMe โš ๏ธ Backup recommended

What Does Resizing a Disk Partition Mean in Windows?

Resizing a disk partition means changing the amount of space assigned to a specific volume, such as C:, D:, or another drive letter. In Windows 10 and Windows 11, you can usually perform two basic resize operations:

The most common reason to resize partitions is to make room for another volume, increase the size of the system drive, separate personal files from Windows, or use unused space after replacing or cloning a drive.

โ„น๏ธ
Important Windows includes built-in partition tools, but they have limitations. Disk Management can extend a volume only when unallocated space is directly to the right of that volume on the same physical disk.

Before You Resize a Partition in Windows 10 or Windows 11

Partition resizing is usually safe when done correctly, but it still changes the structure of the disk. Before changing partition sizes, prepare the system and reduce the risk of data loss.

1. Back Up Important Files

Copy important documents, photos, archives, project files, and browser profiles to an external drive or cloud storage. A power failure, incorrect disk selection, file-system error, or hardware issue can make data inaccessible.

2. Check Which Disk You Are Editing

Open Disk Management and verify the physical disk number, partition name, drive letter, and capacity. Be especially careful if your computer has several SSDs, external USB drives, or memory cards connected.

3. Leave Enough Free Space for Windows

Do not shrink the Windows system partition too aggressively. Windows needs free space for updates, temporary files, restore points, hibernation, virtual memory, and application caches. For comfortable everyday use, keep at least 20โ€“30 GB free on the C: drive.

๐Ÿšจ
Warning Never delete EFI System, Recovery, MSR, or OEM partitions unless you are reinstalling Windows and fully understand the consequences. These partitions may be required for booting, recovery, or manufacturer tools.

How to Resize a Partition Using Disk Management in Windows

Disk Management is the easiest built-in tool for resizing partitions in Windows 10 and Windows 11. It provides a graphical view of each disk, partition, and unallocated area.

  1. Press Win + X and select Disk Management.
  2. Alternatively, press Win + R, type diskmgmt.msc, and press Enter.
  3. Wait until Windows loads the disk list in the lower pane.
  4. Find the partition you want to resize by checking the drive letter, label, and size.
  5. Right-click the partition and choose either Shrink Volume or Extend Volume.
โœ…
Best for most users Disk Management is the recommended starting point because it is visual, included with Windows, and does not require typing disk commands manually.

How to Shrink a Partition in Windows 10 and Windows 11

Use Shrink Volume when you want to make an existing partition smaller and create unallocated space. For example, you can shrink the C: drive to create a separate D: partition for files.

  1. Open Disk Management.
  2. Right-click the partition you want to reduce, such as C: or D:.
  3. Select Shrink Volume.
  4. Wait while Windows calculates available shrink space.
  5. In the field Enter the amount of space to shrink in MB, type the amount of space you want to remove from the partition.
  6. Click Shrink.
  7. After the operation finishes, the removed space will appear as Unallocated on the same disk.

Example: Create 100 GB of Unallocated Space

Disk Management uses megabytes, not gigabytes. To shrink a partition by about 100 GB, enter approximately:

Size calculation100 GB ร— 1024 = 102400 MB

After shrinking, you can right-click the unallocated space and choose New Simple Volume to create a new partition, assign a drive letter, and format it as NTFS or exFAT.

โš ๏ธ
Why Windows may not shrink enough The available shrink size can be limited by unmovable files, including the page file, hibernation file, shadow copies, or restore point data. This is common on the C: drive.

How to Extend a Disk Partition in Windows

Use Extend Volume when you want to make a partition larger. This is often needed when the C: drive is running out of space or after cloning Windows to a larger SSD.

  1. Open Disk Management.
  2. Make sure there is Unallocated space immediately to the right of the partition you want to extend.
  3. Right-click the target partition.
  4. Select Extend Volume.
  5. Click Next in the Extend Volume Wizard.
  6. Choose the amount of space to add, or leave the default value to use all available adjacent space.
  7. Click Next, then Finish.

If the operation succeeds, the partition size will increase immediately and the new capacity will be visible in File Explorer.

โ„น๏ธ
Key rule The unallocated space must be on the same disk and directly after the partition you are extending. Free space before the partition or separated by another partition cannot be used by Disk Management.

Resize a Partition from Windows Settings

Windows 11 and newer builds of Windows 10 include storage management options inside the Settings app. This interface is more modern than Disk Management, but it may not expose every advanced option on every system.

  1. Open Settings with Win + I.
  2. Go to System โ†’ Storage.
  3. Open Advanced storage settings.
  4. Select Disks & volumes.
  5. Choose the disk and volume you want to manage.
  6. Click Properties.
  7. Use the available options to change size, format, or manage the volume.

The Settings method is convenient for basic storage management, especially on Windows 11. However, if you do not see the option you need, use the classic diskmgmt.msc tool instead.

How to Resize a Partition with DiskPart Command Line

DiskPart is a powerful command-line utility included in Windows. It is useful for advanced users, recovery environments, remote administration, and cases where the graphical tools do not work correctly.

๐Ÿšจ
Be careful DiskPart does exactly what you type. Selecting the wrong disk or volume can erase or modify the wrong partition. Read every line before pressing Enter.

Extend a Partition with DiskPart

Open Command Prompt as administrator or Windows Terminal as administrator, then run:

DiskPart: extend selected volumediskpart
list volume
select volume 3
extend
exit

Replace 3 with the correct volume number from your system. The extend command uses available unallocated space when possible.

Shrink a Partition with DiskPart

To shrink a selected volume by a specific amount, use:

DiskPart: shrink selected volumediskpart
list volume
select volume 3
shrink desired=51200
exit

In this example, desired=51200 means approximately 50 GB. DiskPart also uses megabytes for shrink operations.

How to Resize the C: Drive Safely in Windows 10 and Windows 11

The C: drive usually contains Windows, installed programs, drivers, user profiles, the page file, update cache, and restore point data. Because of that, resizing it requires more caution than resizing a secondary data partition.

To Shrink the C: Drive

  1. Back up important files.
  2. Disable or reduce large temporary files if necessary.
  3. Open Disk Management and select Shrink Volume on C:.
  4. Enter a moderate shrink amount and keep enough free space for Windows updates.
  5. Create a new partition from the resulting unallocated space if needed.

To Extend the C: Drive

  1. Open Disk Management.
  2. Check whether unallocated space is immediately to the right of C:.
  3. If yes, right-click C: and choose Extend Volume.
  4. If no, Disk Management cannot extend C: directly. You may need to move or delete the partition between C: and the unallocated space, or use a third-party partition manager.
โš ๏ธ
Recovery partition issue After cloning Windows to a larger SSD, the Recovery partition is often located between C: and unallocated space. In that layout, Extend Volume may be unavailable until the partition layout is corrected.

Why You Cannot Resize a Partition: Common Windows Limitations

Extend Volume Is Grayed Out

This is the most common issue. In Disk Management, Extend Volume is available only when unallocated space is directly to the right of the selected partition. If another partition sits between them, the option will be grayed out.

Shrink Volume Shows Too Little Space

Windows may not be able to move certain system files while the operating system is running. To increase available shrink space, you can temporarily disable hibernation, reduce or move the page file, delete restore points, run Disk Cleanup, and defragment an HDD. SSDs should not be manually defragmented like older hard drives.

Disable hibernation temporarilypowercfg /h off

After resizing, you can turn hibernation back on:

Enable hibernation againpowercfg /h on

The File System Is Not Supported

Disk Management works best with Windows-native file systems such as NTFS and exFAT. It cannot properly resize Linux Ext4, Apple APFS, or many specialized file systems.

The Disk Has Errors

If Windows detects file-system corruption, resizing may fail. Run a disk check before resizing:

Check and repair file-system errorschkdsk C: /f

If you check the system partition, Windows may ask to schedule the scan for the next restart.

Best Ways to Resize Partitions in Windows: Which Method Should You Use?

Method Best For Advantages Limitations
Disk Management Most home users Visual, built into Windows, simple shrink/extend workflow Cannot move partitions or extend into non-adjacent space
Settings โ†’ Disks & volumes Basic Windows 11 storage management Modern interface, easy to find Not all advanced options are always available
DiskPart Advanced users and recovery scenarios Works from command line, useful in WinRE and scripts Higher risk if the wrong disk or volume is selected
Third-party partition manager Moving partitions, merging space, complex layouts Can often move partitions and solve adjacency problems Requires extra software; backup is essential

โœ… Use built-in tools when

  • You only need to shrink a partition
  • Unallocated space is adjacent to the volume you want to extend
  • The disk uses NTFS or exFAT
  • You want a quick, no-download solution

โœ— Consider other tools when

  • You need to move a partition
  • The Recovery partition blocks C: drive extension
  • You need to merge non-adjacent unallocated space
  • You work with non-Windows file systems

Frequently Asked Questions About Resizing Disk Partitions in Windows

Q Can I resize a partition without losing data? โ–ผ
Yes, shrinking and extending an NTFS partition with Windows tools normally preserves existing files. However, any partition operation carries risk. Back up important data before resizing, especially on the system drive or an older disk.
Q Why is Extend Volume grayed out in Windows 10 or Windows 11? โ–ผ
The option is grayed out when there is no unallocated space directly to the right of the selected partition on the same physical disk. Disk Management cannot move partitions, so it cannot use free space that is located before the volume or separated by another partition.
Q Can I increase the C: drive using space from D:? โ–ผ
Only if the unallocated space created from D: is directly after C:. If D: is immediately to the right of C:, deleting D: after backing up its files may allow you to extend C:. If another partition is between them, Disk Management cannot do it without changing the partition layout.
Q Is it safe to shrink the C: drive? โ–ผ
It is generally safe when you leave enough free space for Windows and back up important files first. Do not shrink C: to the minimum possible size. Windows updates, restore points, temporary files, and the page file need working space.
Q Why does Windows allow only a small shrink size? โ–ผ
The shrink limit is often caused by unmovable files near the end of the partition. These can include hibernation data, the page file, shadow copies, restore points, or metadata. Cleaning temporary files and temporarily disabling hibernation may help.
Q Can Disk Management merge two partitions? โ–ผ
Disk Management does not have a true merge function. You can back up files from one partition, delete that partition, and then extend the neighboring partition into the unallocated space if the layout allows it.
Q Do these steps work for SSDs and NVMe drives? โ–ผ
Yes. The same partition resizing principles apply to SATA SSDs, NVMe SSDs, external USB drives, and traditional hard drives. The main limitation is the partition layout, not the storage device type.

Final Tips for Resizing Partitions in Windows 10 and Windows 11

For most users, the safest and simplest way to resize a partition is Disk Management. Use Shrink Volume to create unallocated space and Extend Volume to add adjacent unallocated space to an existing partition.

If the option you need is unavailable, the problem is usually the partition layout: Windows cannot extend a partition unless free space is immediately to its right. In that case, you may need to back up data, delete or move the blocking partition, or use a dedicated partition manager.

โšก Quick Recap

Best beginner method: Disk Management โ†’ right-click volume โ†’ Shrink or Extend
Fastest way to open it: Win + R โ†’ diskmgmt.msc
Best command-line tool: diskpart
Main limitation: Extend Volume requires adjacent unallocated space
Most important rule: Back up important files before resizing partitions