![]() |
VOOZH | about |
Creating partitions in Windows 10 allows you to organize your data, and separate operating system files from personal files. You can use different methods to perform the disk partition in Windows 10 and manage your data efficiently. Follow this guide to learn how to partition a hard drive in Windows 10 and optimize your computer.
Before your Start:
- Ensure to have sufficient free space on your hard drive.
- Backup your data
- Should have admin access
This is an in-built tool provided by Windows OS helps you to manage system drives (including partition). Let's see how you can do it in a few easy steps:
Press Win + X and click on Disk Management, or alternatively you can press Win + S and type "Computer Management" and hit enter, now navigate to "Disk Management" from the left-side menu bar.
Make a right-click on the existing partition (for example E:) and click on "Shrink Volume". You can now enter the space as per your convenience and click "Shrink".
Make a right-click on the unallocated space and select "New Simple Volume". Follow the instructions and assign the new drive with (A,B,D,G, etc.) and choose file system as NTFS.
Click on "Format" and later "Finish" to create a new disk partition in Windows 10 PC.
This is an alternate method specially for advanced users who want to have more control while making disk partition. Here's a break-down of steps to create partition using command prompt.
Press Win + S and type "Command Prompt" and select "Run as Administrator"
Once you access the command prompt with admin rights. Run the following command:
diskpartlist disk*list disk - to display all the available drives
Now type the following command to select the desired disk:
select disk A (A : disk name)
Tyoe the following command to assign the disk size, disk name and disk format
create partition primary size=20480assign letter=Hformat fs=ntfs quickIf have find it difficulty in creating disk partition using the above methods, you can simply get a trusted third-party software to perform this action. Here are some of the best tools:
By following the steps to partition a hard drive in Windows 10, you can better organize your files, create separate spaces for different data types, and even prepare for multiple operating systems. With Windows 10 disk management, partitioning becomes a straightforward task, allowing you to create new partitions and manage your storage efficiently.