How to Create Partitions on Windows 10
Last Updated :
31 Dec, 2024
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
1. Using Disk Management
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:
Step 1: Open Windows Disk Management Settings
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.
Disk ManagementStep 2: Shrink Volume of the Selected Drive
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".
Shrink VolumeStep 3: Create a New Volume
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.
Shrink VolumeStep 4: Format and Complete the Process
Click on "Format" and later "Finish" to create a new disk partition in Windows 10 PC.
Partition Complete2. Using Command Prompt
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.
Step 1: Open Command Prompt with Admin Rights
Press Win + S and type "Command Prompt" and select "Run as Administrator"
cmd as adminStep 2: Run Diskpart and List Disk
Once you access the command prompt with admin rights. Run the following command:
diskpart
list disk
*list disk - to display all the available drives
Step 3: Select the Disk you want to Format
Now type the following command to select the desired disk:
select disk A
(A : disk name)
Select DiskStep 4: Create the Partition, Save and Exit
Tyoe the following command to assign the disk size, disk name and disk format
create partition primary size=20480
assign letter=H
format fs=ntfs quick
Complete the partition3. Using Third-Party Tools
If 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:
- MiniTool Partition Wizard
- AOMEI
- EaseUS
Conclusion
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.
Similar Reads
How to Create Primary Partitions in Windows 10? The Windows Operating System comes with a feature where an extensive amount of memory can be stored without any hassle. To make it user-friendly, the large Windows Memory Space gets divided into some parts. These parts are known as the Windows Memory Partition. As per the need, users can create thei
5 min read
How to Create a New User in Windows 10 Setting up a new user account in Windows 10 is essential for enhancing user experience and ensuring that your Windows 10 is running safely and securely. You can create a new user account for any Guest, Family member, Children etc. in just a few steps using different methods. Create a New User Accoun
6 min read
How to mount a partition of 5 GB in Windows Server? Mount point is a directory in a file system where additional information is logically connected from a storage location outside the operating system's root drive or partition. You can use it to make a group of files in a file system accessible to a user or group. The mounting point can also be creat
3 min read
How to Create a System Restore Point in Windows 11? Windows 11's System Restore function is a helpful tool that lets you go back to the time-situated service module and restore your all internally situated computer's system files and settings. If your system starts having problems after installing new software via any applications, drivers, or update
4 min read
How to Create a Microsoft Account in Windows 11? Welcome, everyone! Today I will assist in demonstrating proving procedures of creating a new MS account or linking an existing one to Windows 11. Most of the time, Windows 11 OS can be run without creating this or that account, yet it is impossible to appreciate all the features of the new OS to the
4 min read
How to Delete a System Restore Point on Windows 10? System restore points are useful for reverting your Windows 10 system to a previous state in case of issues, but they can also take up valuable disk space. Deleting unnecessary system restore points can help free up space and improve system performance. In this guide, we will show you how to delete
4 min read
How to Create Ubuntu Live USB in Windows? A Ubuntu live USB is a bootable flash drive that contains a full Ubuntu operating system, allowing you to run Ubuntu without touching your Windows hard drive.In this article, we will look into the process of creating an Ubuntu live USB on a Windows machine. This USB drive can be further used to eith
3 min read
How To Use Bash Shell Natively On Windows 10 Did you know you can use Linux right inside your Windows 10 computerâwithout needing a separate Linux setup? Thanks to a feature called Windows Subsystem for Linux (WSL), you can now open a Bash shell, run Linux commands, and manage your projects easily.This guide will help you set up and use the Ba
3 min read
How to Use Android on Windows 10? Android OS has been widely used in Smartphones and has become a huge part of our life and we have seen various applications on android which has not yet made their way to Windows OS and sometimes it would have been easy if we were able to use Android apps on our Windows PC. Well, there are various w
2 min read
How to Split Screen in Windows 10? Sometimes, you need to use the split screen on Windows 10. This helps in dividing the portion of the screen into some parts for working on different applications simultaneously. While answering the question of how to split screen in Windows 10, you will find two different methods. Methods To Use Spl
2 min read