How to Format, Partition, and Shrink Disks in Windows 11
Windows 11 includes a powerful built-in utility called Disk Management that allows you to configure hard drives, SSDs, and external storage devices without third-party software. This guide provides step-by-step instructions on how to access the Disk Management tool, shrink an existing drive to reclaim space, create a new partition from unallocated space, and properly format disk volumes for use.
How to Open Disk Management
- Right-click the Start button on the taskbar or press Windows Key + X.
- Select Disk Management from the Power User menu.
(Alternatively, press Windows Key + R, type
diskmgmt.msc, and press Enter.)
How to Shrink a Disk Volume
Shrinking a volume decreases the space used by an existing partition, converting the freed-up capacity into unallocated space.
- In the Disk Management window, locate the drive and partition you want to resize.
- Right-click the partition (e.g., your
C:drive) and select Shrink Volume. - Wait for the tool to query the volume for available shrink space.
- In the Enter the amount of space to shrink in MB field, enter the desired size you want to free up (1,024 MB = 1 GB).
- Click Shrink. The freed capacity will now appear as a black bar labeled Unallocated.
How to Create and Partition a New Volume
Once you have unallocated space available on a disk, you can turn it into a usable partition.
- Right-click the black-labeled Unallocated space.
- Select New Simple Volume to launch the setup wizard, then click Next.
- Specify the volume size in megabytes (leave the default value if you want to use all available space) and click Next.
- Choose an available drive letter from the dropdown menu (e.g.,
D:,E:) and click Next. - Proceed to the formatting step directly within the wizard.
How to Format a Volume
Formatting erases all existing data on a partition and prepares it with a file system suitable for Windows.
- If you are continuing from the New Simple Volume Wizard, or if you right-click an existing drive and select Format:
- Set the following options:
- File system: Choose NTFS (standard for internal Windows drives) or exFAT (recommended for cross-platform external drives).
- Allocation unit size: Leave as Default.
- Volume label: Enter a custom name for the drive.
- Check the box for Perform a quick format to speed up the process.
- Click Next and then Finish (or OK if formatting an existing drive).
Note: Formatting an existing drive permanently deletes all files stored on that partition. Ensure critical data is backed up before confirming.