user@s3-3:~/s3-3/tools/how-to-use-windows-disk-management $ cat index.md
S3-3 Tech Guides & Tools
~/tools/how-to-use-windows-disk-management
How-to · Jul 2026

How to Use Windows Disk Management to Partition and Format Drives

Disk Management is one of the older tools still buried in Windows, and one of the more useful ones — it's where you go to add a second drive, split one drive into two partitions, resize a partition that's too small, or figure out why a USB drive isn't showing up in File Explorer at all. It looks intimidating the first time you open it, mostly because a mistake here can genuinely destroy data, but the core operations are more approachable than they look.

Opening Disk Management

Right-click the Start button and choose "Disk Management" from the menu (or search "Create and format hard disk partitions" in the Start menu search). The window splits into two views: a list of drives at the top, and a visual map of every partition on every physical drive at the bottom — this bottom map is where most of the useful information actually is.

Reading the Drive Map

Each physical disk appears as a row, divided into colored blocks representing its partitions. Key things to look for:

  • Drive letter and label (like "C: Windows") identify what you're used to seeing in File Explorer.
  • "Unallocated" space (usually shown in black or with a distinct border) is disk space that isn't part of any partition — either never used, or freed up after shrinking a partition.
  • "Healthy (Recovery Partition)" or "Healthy (EFI System Partition)" are small partitions Windows creates for booting and recovery — leave these alone entirely, they have no drive letter for a reason.

Shrinking a Partition to Make Room for a New One

  1. Right-click the partition you want to shrink (commonly C:) and choose "Shrink Volume."
  2. Windows calculates the maximum amount it can shrink by — this is often less than the free space shown in File Explorer, because unmovable system files near the end of the partition limit how far it can shrink.
  3. Enter the amount to shrink by (in MB) and confirm. The freed space appears as "Unallocated" in the drive map.
  4. Right-click the new unallocated space and choose "New Simple Volume" to walk through assigning a drive letter, choosing a file system (NTFS for a Windows-only data partition, exFAT if you'll also use the drive with a Mac), and formatting it.

Extending a Partition

To grow a partition back into unallocated space, right-click it and choose "Extend Volume" — but this option is grayed out unless the unallocated space sits immediately after that partition on the drive. If there's a different partition sitting between your target partition and the free space, you'll need to delete or move that partition first, which is a more advanced operation Disk Management alone doesn't handle gracefully — this is where dedicated partition tools become genuinely useful rather than optional.

When a New Drive Doesn't Show Up in File Explorer

A brand-new internal or external drive often doesn't appear in File Explorer at all until it's initialized and formatted — this is normal, not a fault. In Disk Management, a new drive typically shows as "Not Initialized." Right-click it, choose "Initialize Disk," pick a partition style (GPT for modern systems, MBR only if the drive needs to work with older hardware), then right-click the resulting unallocated space and create a new simple volume as described above.

Before deleting or shrinking anything: confirm you have a current backup of the data on that drive. Disk Management operations that go wrong (deleting the wrong partition, an interrupted shrink) can cause real data loss, so this isn't the place to experiment on a drive you haven't backed up — see our guide to reviewing what's actually on a drive before resizing anything.

If something does go wrong despite the precautions, don't write to the affected drive again before attempting recovery — our guide to recovering deleted files covers why continuing to use a drive after data loss reduces the odds of getting it back.

Changing a Drive Letter

Sometimes the issue isn't partitioning at all but simply an inconvenient drive letter — a USB drive that keeps grabbing the same letter as a mapped network drive, for instance. Right-click the partition in Disk Management and choose "Change Drive Letter and Paths," then Change, and pick a different unused letter from the dropdown. This is a low-risk operation that doesn't touch any data, unlike shrinking, extending, or deleting a partition, and it's often the fastest fix for a drive-letter conflict that's been causing a specific app or shortcut to fail silently.

Deleting a Partition

Right-clicking a partition and choosing "Delete Volume" removes it entirely and converts that space back to unallocated — this is the one operation in Disk Management that's genuinely irreversible without a backup, since deleting a partition also deletes its file system and every file on it, not just the partition boundary. Windows doesn't ask you to confirm twice with a strong warning here the way some third-party tools do, so double-check the drive letter and label before confirming, particularly on a system with several similarly sized data partitions where it's easy to click the wrong one.