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

  1. Right-click the Start button on the taskbar or press Windows Key + X.
  2. 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.

  1. In the Disk Management window, locate the drive and partition you want to resize.
  2. Right-click the partition (e.g., your C: drive) and select Shrink Volume.
  3. Wait for the tool to query the volume for available shrink space.
  4. 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).
  5. 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.

  1. Right-click the black-labeled Unallocated space.
  2. Select New Simple Volume to launch the setup wizard, then click Next.
  3. Specify the volume size in megabytes (leave the default value if you want to use all available space) and click Next.
  4. Choose an available drive letter from the dropdown menu (e.g., D:, E:) and click Next.
  5. 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.

  1. If you are continuing from the New Simple Volume Wizard, or if you right-click an existing drive and select Format:
  2. 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.
  3. Check the box for Perform a quick format to speed up the process.
  4. 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.