Windows Guide · Disk Partitions

How to Partition a Drive in Windows 10 and Windows 11

A complete step-by-step guide to splitting a hard drive or SSD into multiple partitions using built-in Windows tools: Disk Management, DiskPart, and PowerShell.

⏱ 7 min read 🪟 Windows 10 🪟 Windows 11 💾 HDD / SSD / NVMe ✅ Built-in tools only

What Does Partitioning a Drive Mean in Windows 10 and Windows 11?

Partitioning a drive means dividing one physical disk into separate logical sections called partitions or volumes. Each partition can have its own drive letter, file system, label, and purpose. For example, one SSD can contain a system partition C: for Windows and a separate data partition D: for documents, downloads, games, or backups.

Windows 10 and Windows 11 include several built-in tools for partition work. The easiest one is Disk Management (diskmgmt.msc). Advanced users can also use DiskPart in Command Prompt or PowerShell storage cmdlets.

ℹ️
Good to know In everyday Windows usage, the words partition and volume are often used interchangeably. Disk Management usually displays them as volumes, while technical documentation often talks about partitions.

Why Split a Disk into Multiple Partitions?

Partitioning is useful when you want to organize data separately from Windows, keep large games or media files away from the system drive, prepare a separate partition for backups, or install another operating system. It can also make reinstalling Windows easier because personal files can be stored on a different partition.

📁

Better Organization

Use separate drive letters for Windows, documents, games, media, or work files.

🛡️

Cleaner Reinstalls

Keep personal files on a data partition while reinstalling Windows on C:.

⚙️

Flexible Storage

Create, shrink, extend, format, and delete volumes without third-party software.

Before You Partition a Drive: Important Safety Checks

Disk partitioning is usually safe when done correctly, but mistakes can delete data or make Windows unbootable. Before changing partitions, take a few minutes to check the following items.

  1. Back up important files. Copy documents, photos, projects, and other critical data to an external drive, cloud storage, or another PC.
  2. Do not delete small system partitions. Partitions labeled EFI System Partition, Recovery Partition, System Reserved, or OEM are usually required for booting, recovery, or manufacturer tools.
  3. Check BitLocker status. If BitLocker is enabled, save your recovery key before resizing partitions.
  4. Use administrator rights. Most partition operations require an administrator account.
  5. Connect power on laptops. Do not resize or format partitions while running on a low battery.
⚠️
Warning Deleting or formatting a partition removes data from that partition. Shrinking and extending are designed to preserve data, but you should still have a backup before making changes.

Recommended Partition Sizes

There is no universal perfect layout, but the following practical recommendations work well for most home and office PCs.

Drive Size Suggested C: Partition Suggested Data Partition Notes
256 GB 180-220 GB Remaining space Keep enough room for Windows updates and installed apps.
512 GB 200-300 GB Remaining space A comfortable layout for Windows, programs, and personal files.
1 TB or larger 250-400 GB Remaining space Good for separating games, media, archives, and work data.

How to Open Disk Management in Windows 10 and Windows 11

The simplest way to partition a disk is through Disk Management, a built-in Windows storage utility. It works almost the same way in Windows 10 and Windows 11.

  1. Right-click the Start button or press Win + X.
  2. Select Disk Management from the menu.
  3. Wait for Windows to load the disk list and graphical partition map.

You can also open it with the Run dialog:

Run commanddiskmgmt.msc
Tip In Windows Search, the same tool may appear as Create and format hard disk partitions. That is the official Windows search result for Disk Management.

How to Split an Existing Drive into Two Partitions in Windows

If your PC has one large C: drive and you want to create a new D: drive, the usual process is: shrink the existing partition, then create a new volume from the unallocated space.

Step 1: Shrink the Existing Partition

  1. Open Disk Management.
  2. Find the partition you want to split, usually Windows (C:).
  3. Right-click the partition and select Shrink Volume.
  4. Wait while Windows checks how much space can be shrinked.
  5. In the field Enter the amount of space to shrink in MB, type the size for the new partition.
  6. Click Shrink.

After the operation finishes, Disk Management will show a new black area labeled Unallocated. This space is not usable yet. You must create a new volume on it and format it.

ℹ️
Size conversion Disk Management asks for the shrink amount in megabytes. For example, enter 102400 MB for about 100 GB, 204800 MB for about 200 GB, or 512000 MB for about 500 GB.

Step 2: Create a New Partition from the Unallocated Space

  1. Right-click the Unallocated space.
  2. Select New Simple Volume.
  3. Click Next in the New Simple Volume Wizard.
  4. Choose the volume size. To use all unallocated space, leave the default value.
  5. Assign a drive letter, for example D: or E:.
  6. Select NTFS for most internal Windows drives. Use exFAT only when you need broad compatibility with other devices.
  7. Enter a volume label such as Data, Games, or Backup.
  8. Keep Perform a quick format enabled and click Next.
  9. Click Finish.

The new partition will appear in File Explorer under This PC with the drive letter you selected.

Best option for most users For a regular internal Windows partition, choose NTFS, assign a drive letter, and use a quick format. This is the standard configuration for Windows data partitions.

How to Create a New Partition from Unallocated Space

Sometimes a disk already contains unallocated space. This can happen after deleting a partition, installing a new disk, shrinking a volume, or migrating Windows from another drive.

  1. Open Disk Management.
  2. Locate the black bar labeled Unallocated.
  3. Right-click the unallocated space and choose New Simple Volume.
  4. Follow the wizard: set size, assign a drive letter, choose a file system, and format the volume.
  5. Open File Explorer → This PC and verify that the new drive appears.

NTFS, exFAT, or FAT32?

The file system determines how Windows stores files on the partition. For most internal disks, NTFS is the right choice.

File System Best For Limitations
NTFS Windows system drives, internal HDDs, SSDs, large files, permissions, compression, encryption. Limited write support on some non-Windows systems without extra tools.
exFAT External drives, USB flash drives, large files, compatibility with Windows and many other devices. No Windows permissions or advanced NTFS features.
FAT32 Older devices, firmware tools, small USB drives. Cannot store single files larger than 4 GB.

How to Partition a New HDD, SSD, or NVMe Drive in Windows

When you install a new internal drive, Windows may detect it as Unknown and Not Initialized. Before creating partitions, you need to initialize the disk.

  1. Open Disk Management.
  2. If the Initialize Disk window appears, select the new disk.
  3. Choose GPT for modern Windows 10 and Windows 11 PCs. Choose MBR only for older BIOS-based systems or compatibility requirements.
  4. Click OK.
  5. Right-click the new Unallocated space and choose New Simple Volume.
  6. Create one large partition or several smaller partitions, depending on your storage plan.
  7. Format the partition as NTFS and assign a drive letter.
⚠️
Do not initialize the wrong disk If a disk contains important data but appears as Not Initialized, stop and check the drive carefully. Initializing or formatting the wrong disk can make existing data inaccessible.

One Partition or Several?

For a secondary drive used only for files or games, one large partition is often simplest. Several partitions may be useful when you want separate areas for backups, media, virtual machines, work projects, or dual-boot installation.

How to Partition a Drive Using DiskPart in Windows

DiskPart is a powerful command-line tool for managing disks, partitions, and volumes. It is useful when Disk Management is unavailable, when you are working from Windows Recovery Environment, or when you need precise control.

⚠️
Be careful DiskPart does exactly what you type. Selecting the wrong disk or using clean on the wrong drive can erase data. Always verify disk and volume numbers before running destructive commands.

Create a New Partition on Unallocated Space with DiskPart

Use this example when the disk already has unallocated space and you want to create a new NTFS partition.

Command Prompt as Administratordiskpart
list disk
select disk 1
list partition
create partition primary size=102400
format fs=ntfs quick label="Data"
assign letter=D
exit

In this example, size=102400 creates a partition of approximately 100 GB. If you omit the size parameter, DiskPart uses all available unallocated space.

Shrink a Volume with DiskPart

To shrink an existing volume and create free space, use the following workflow:

DiskPart shrink examplediskpart
list volume
select volume C
shrink desired=102400
exit

The command above attempts to shrink the selected volume by about 100 GB. After shrinking, you can create a new partition from the unallocated space using Disk Management or additional DiskPart commands.

How to Partition a Drive Using PowerShell

PowerShell can also initialize disks, create partitions, assign drive letters, and format volumes. This method is useful for administrators and repeatable setups.

View Available Disks

PowerShell as AdministratorGet-Disk

Initialize a New Disk and Create One NTFS Partition

PowerShell exampleInitialize-Disk -Number 1 -PartitionStyle GPT
New-Partition -DiskNumber 1 -UseMaximumSize -DriveLetter D
Format-Volume -DriveLetter D -FileSystem NTFS -NewFileSystemLabel "Data" -Confirm:$false

Replace 1 with the correct disk number and D with the desired drive letter. Check the disk number carefully before running the commands.

ℹ️
Admin note PowerShell is excellent for new empty disks, lab machines, and scripted deployments. For a personal PC with important data, Disk Management is usually safer because it gives a visual map of the drive layout.

How to Extend a Partition in Windows 10 and Windows 11

If a partition becomes too small, you may be able to extend it. The built-in Disk Management tool can extend a basic volume only when suitable unallocated space is available directly after that partition on the same disk.

  1. Open Disk Management.
  2. Find the partition you want to enlarge.
  3. Check whether Unallocated space is located immediately to the right of that partition.
  4. Right-click the partition and select Extend Volume.
  5. Follow the Extend Volume Wizard and select how much space to add.
  6. Click Finish.
⚠️
Why Extend Volume may be grayed out Disk Management usually cannot extend a partition when the unallocated space is not adjacent, is on a different basic disk, or when the target partition uses an unsupported file system.

How to Delete a Partition Safely in Windows

Deleting a partition turns it into unallocated space. This can be useful when you want to rebuild the disk layout, remove an unused data partition, or prepare space for extending another volume.

  1. Move or back up all files from the partition you want to delete.
  2. Open Disk Management.
  3. Right-click the partition and choose Delete Volume.
  4. Read the warning and confirm only if you are deleting the correct partition.
  5. Use the resulting unallocated space to create a new partition or extend a neighboring one.
Do not delete system partitions Avoid deleting EFI, Recovery, System Reserved, Microsoft Reserved, or OEM partitions unless you are deliberately reinstalling Windows and fully understand the boot layout.

MBR vs GPT: Which Partition Style Should You Choose?

When initializing a new disk, Windows asks whether to use MBR or GPT. For modern Windows 10 and Windows 11 PCs, GPT is usually the best choice.

Feature MBR GPT
Best for Older BIOS systems and legacy compatibility. Modern UEFI systems, Windows 10, Windows 11, and large drives.
Large drive support Limited for drives larger than 2 TB. Designed for very large disks.
Partition flexibility Limited primary partition layout. Supports many partitions without the same legacy restrictions.
Boot mode Typically BIOS / Legacy boot. Typically UEFI boot.
Recommendation Choose GPT for new SSDs, NVMe drives, and modern PCs. Use MBR only when you specifically need compatibility with older hardware or legacy boot mode.

Common Problems When Partitioning a Drive in Windows

Shrink Volume Shows Very Little Available Space

Windows may be unable to shrink a partition beyond unmovable files such as the page file, hibernation file, restore point data, or system metadata. Try temporarily disabling hibernation, reducing restore point storage, running Disk Cleanup, and restarting Windows before trying again.

Disable hibernation temporarilypowercfg /h off

After resizing, you can enable hibernation again:

Enable hibernation againpowercfg /h on

Extend Volume Is Grayed Out

This usually means the unallocated space is not directly next to the partition you want to extend. Disk Management cannot move partitions. You may need to delete the partition between them, back up and rebuild the layout, or use specialized partition software.

New Partition Does Not Appear in File Explorer

Open Disk Management and check whether the partition has a drive letter. If not, right-click the volume, choose Change Drive Letter and Paths, click Add, and assign an available letter.

Disk Shows as Offline

Right-click the disk label on the left side of Disk Management and choose Online. If the disk goes offline again, check cables, USB adapters, storage drivers, and the drive health status.

Windows Asks to Format a Partition with Data

Do not format the partition if it contains important files. A format operation removes the file system structure. First check the drive on another PC, inspect SMART status, and consider data recovery before making changes.

FAQ: Partitioning Drives in Windows 10 and Windows 11

Can I partition the C: drive without losing data?

Yes, you can usually shrink the C: drive in Disk Management without deleting files. However, any partition operation carries some risk, so you should back up important data first.

Should I split my SSD into C: and D:?

It is optional. Splitting an SSD can help organize files and make Windows reinstalls cleaner, but it does not normally improve performance. Many users prefer one system partition and a separate data partition.

How much space should I leave for Windows 10 or Windows 11?

For comfortable long-term use, leave at least 150-250 GB for the Windows partition if the disk size allows it. Heavy software, games, virtual machines, and developer tools may require more.

Can I merge two partitions in Disk Management?

Disk Management does not provide a direct “merge” button. Usually you must back up data, delete one partition, and extend the neighboring partition into the unallocated space.

Why cannot I shrink the drive as much as I want?

Windows may encounter unmovable files near the end of the partition. Page file data, hibernation data, restore points, and metadata can limit the shrink amount.

Is GPT better than MBR for Windows 11?

Yes, GPT is the recommended partition style for modern UEFI-based Windows 11 systems and large drives. MBR is mainly for older legacy BIOS systems.

Conclusion: The Safest Way to Partition a Drive in Windows

The easiest and safest way to partition a drive in Windows 10 and Windows 11 is to use Disk Management. Shrink an existing volume, create a new simple volume from the unallocated space, assign a drive letter, and format it as NTFS. For new empty drives, initialize the disk as GPT, then create and format one or more partitions.

Use DiskPart or PowerShell only when you need advanced control or automation. Before deleting, formatting, shrinking, or extending partitions, always check that you selected the correct disk and keep a current backup of important files.