How to Partition a Hard Drive in Windows 11: A Complete Guide

Hard drive partitioning is a feature available since Windows 7. Likewise, Windows 11 has an in-built Disk Management option to partition the hard disk.

Creating a partition is possible only if you have unallocated space on your disk. Else you need to shrink or delete an existing partition. Partitioning a hard disk is not a complex task and it will not take much of your time.  Let’s learn about some methods in detail:

How to Partition a Hard Drive in Windows 11

Using Disk Management Tool

Disk management is a utility tool built into Windows that provides functions like managing, checking, formatting, and partitioning disks. You can use this tool to shrink the existing drive and create a new partition. Follow these steps:

1- Right-click on the Start button and select the Disk Management option. It will list all the existing disks and partitions in your system.

2- Navigate to the lower part of the Disk Management window and click on the drive that you want to partition.


lower-part-of-disk-mgmt

3- Right-click on it and click on the Shrink Volume option.


shrink-volume-option

4- In the next window, you will see the size of available shrink space in MB. Enter the amount of space you want to shrink and click on the Shrink button.


shrink-button-1

5- A new unallocated space with your specified size will be created. Now you can use this space to create a new partition. Right-click on the box that says Unallocated and click on the New Simple Volume option.


new-simple-volume-1

6- A New Simple Volume Wizard will open. Click on the Next button to proceed.


new-simple-volume-wizard1

7- Specify the volume size that you wish to create. It will show the default values that you entered in the previous step. Then click on the Next button.

See also  The future of Windows seems quite complicated


specifying-size-2

8- Assign the drive letter in the next window and click on the Next button.


assigning-drive-letter-1

9- A new window will appear to format your new volume. Please give it a name in the Volume-label field and click on the Next button.


formatting-in-ntfs-type-1

10- Click Finish.


completing-wizard-1

You are now done with creating a new partition in your hard drive.

Using Command Prompt

You can also use Command Prompt to partition the hard drive in Windows 11. Follow these steps:

1- Open Command Prompt as an Administrator.

2- Type diskpart and press Enter key.

3- Type the following commands and press Enter after each command:

  • list disk
  • select disk X (X is the number of your disk shown after typing list disk. Hard disk is shown as Disk 0)
  • Create partition primary size=PartitionSize (Enter your desired partition size in MB in the Partition Size field)
  • Assign letter=DriveLetter(Enter a drive letter that does not already exist in the system)
  • format fs=ntfs quick This will format the newly created partition in NTFS format.


cmd-method-for-partition

  • Exit

Using Third-Party Applications

Many third-party applications are available on the Internet if you find it difficult to partition a drive from the Disk management tool or Command prompt. Applications like MiniTool Partition Wizard Free, EaseUS Partition Master Free, and Macrorit Partition Expert can come in handy.

Microsoft recommends at least 64 GB of space for Windows 11. But as the applications and updates are installed, it won’t be sufficient. So, a 100-150 GB partition size would be better.

See also  How To Repair Corrupted Windows Files (2024)
Mohamed SAKHRI
Mohamed SAKHRI

I'm the creator and editor-in-chief of Tech To Geek. Through this little blog, I share with you my passion for technology. I specialize in various operating systems such as Windows, Linux, macOS, and Android, focusing on providing practical and valuable guides.

Articles: 1725

Newsletter Updates

Enter your email address below and subscribe to our newsletter

Leave a Reply

Your email address will not be published. Required fields are marked *