How to partition a hard drive on Windows

Partitions for you—on demand.
AshAsh Ash (362)
Nov 19, 2020
10 minutes

Let’s partition a hard drive! There are plenty of reasons to partition a hard drive—creating virtual machines, dual booting, or even just as a troubleshooting tool. Partitioning divides a single hard drive into multiple (virtual) ones that can be used individually. The capacity of the drive is split between them, not shared.

Windows makes the partition process easy. These are the easiest ways to go about partitioning your hard drive on Windows.

Note: This works for hard drives, external drives, and even USB drives.

Posted in these interests:
h/windows • 45 guides
Hard drive partition WindowsHard drive partition Windows

Open the Start Menu, and type partition. Select Create and format hard disk partitions from the list.

Right-click on the hard drive you want to split into different partitions, and choose Delete volume. This will wipe the hard drive.

Rick-click on the hard drive again, and choose New Simple Volume

Enter the size you want the new partition to be in Megabytes. Click Next.

Choose a letter to identify the new partition with, and click Next.

Set a file system, like NTFS, and enter a name for your new partition. Click Next.

Click Finish to create the partition. This may take a few minutes to complete.

Hard drive partition Windows Command PromptHard drive partition Windows Command Prompt

Open the Start Menu and type cmd. Right-click Command Prompt and choose Run as Administrator.

When Command Prompt loads, type diskpart, and press enter.

Next we’ll load a list of every drive connected to the machine by entering list disk.

Select the disk you want to split into partitions. For example, the second disk would be selected with select disk 1.

To create the partition, run the following command. Replace the ### with the size of your desired partition in Megabytes.

create partition primary size=###

To give the partition a specific drive letter, put assign letter=G. Replace G with any letter you’d like to use. You can add a file system by formatting the new partition. Visit our guide on how to format a hard drive on Windows to learn more.

Clean up your old hard drives.
AshAsh Ash (362)
Nov 19, 2020
10 minutes

There are plenty of reasons to format a hard drive—we’re not here to ask questions. We know what it’s like to clean up an old PC or prepare an SD card for a new Raspberry Pi project.

How to partition a hard drive on Windows

Partitions for you—on demand.
AshAsh Ash (362)
Nov 19, 2020
10 minutes

Let’s partition a hard drive! There are plenty of reasons to partition a hard drive—creating virtual machines, dual booting, or even just as a troubleshooting tool. Partitioning divides a single hard drive into multiple (virtual) ones that can be used individually. The capacity of the drive is split between them, not shared.

Windows makes the partition process easy. These are the easiest ways to go about partitioning your hard drive on Windows.

Note: This works for hard drives, external drives, and even USB drives.

Posted in these interests:
h/windows • 45 guides
Hard drive partition WindowsHard drive partition Windows

Open the Start Menu, and type partition. Select Create and format hard disk partitions from the list.

Right-click on the hard drive you want to split into different partitions, and choose Delete volume. This will wipe the hard drive.

Rick-click on the hard drive again, and choose New Simple Volume

Enter the size you want the new partition to be in Megabytes. Click Next.

Choose a letter to identify the new partition with, and click Next.

Set a file system, like NTFS, and enter a name for your new partition. Click Next.

Click Finish to create the partition. This may take a few minutes to complete.

Hard drive partition Windows Command PromptHard drive partition Windows Command Prompt

Open the Start Menu and type cmd. Right-click Command Prompt and choose Run as Administrator.

When Command Prompt loads, type diskpart, and press enter.

Next we’ll load a list of every drive connected to the machine by entering list disk.

Select the disk you want to split into partitions. For example, the second disk would be selected with select disk 1.

To create the partition, run the following command. Replace the ### with the size of your desired partition in Megabytes.

create partition primary size=###

To give the partition a specific drive letter, put assign letter=G. Replace G with any letter you’d like to use. You can add a file system by formatting the new partition. Visit our guide on how to format a hard drive on Windows to learn more.

Clean up your old hard drives.
AshAsh Ash (362)
Nov 19, 2020
10 minutes

There are plenty of reasons to format a hard drive—we’re not here to ask questions. We know what it’s like to clean up an old PC or prepare an SD card for a new Raspberry Pi project.

 

How to partition a hard drive on Windows

Partitions for you—on demand.
AshAsh Ash (362)
Nov 19, 2020
10 minutes

Let’s partition a hard drive! There are plenty of reasons to partition a hard drive—creating virtual machines, dual booting, or even just as a troubleshooting tool. Partitioning divides a single hard drive into multiple (virtual) ones that can be used individually. The capacity of the drive is split between them, not shared.

Windows makes the partition process easy. These are the easiest ways to go about partitioning your hard drive on Windows.

Note: This works for hard drives, external drives, and even USB drives.

Posted in these interests:
h/windows • 45 guides
Hard drive partition WindowsHard drive partition Windows

Open the Start Menu, and type partition. Select Create and format hard disk partitions from the list.

Right-click on the hard drive you want to split into different partitions, and choose Delete volume. This will wipe the hard drive.

Rick-click on the hard drive again, and choose New Simple Volume

Enter the size you want the new partition to be in Megabytes. Click Next.

Choose a letter to identify the new partition with, and click Next.

Set a file system, like NTFS, and enter a name for your new partition. Click Next.

Click Finish to create the partition. This may take a few minutes to complete.

Hard drive partition Windows Command PromptHard drive partition Windows Command Prompt

Open the Start Menu and type cmd. Right-click Command Prompt and choose Run as Administrator.

When Command Prompt loads, type diskpart, and press enter.

Next we’ll load a list of every drive connected to the machine by entering list disk.

Select the disk you want to split into partitions. For example, the second disk would be selected with select disk 1.

To create the partition, run the following command. Replace the ### with the size of your desired partition in Megabytes.

create partition primary size=###

To give the partition a specific drive letter, put assign letter=G. Replace G with any letter you’d like to use. You can add a file system by formatting the new partition. Visit our guide on how to format a hard drive on Windows to learn more.

Clean up your old hard drives.
AshAsh Ash (362)
Nov 19, 2020
10 minutes

There are plenty of reasons to format a hard drive—we’re not here to ask questions. We know what it’s like to clean up an old PC or prepare an SD card for a new Raspberry Pi project.

How to partition a hard drive on Windows

Partitions for you—on demand.
AshAsh Ash (362)
Nov 19, 2020
10 minutes

Let’s partition a hard drive! There are plenty of reasons to partition a hard drive—creating virtual machines, dual booting, or even just as a troubleshooting tool. Partitioning divides a single hard drive into multiple (virtual) ones that can be used individually. The capacity of the drive is split between them, not shared.

Windows makes the partition process easy. These are the easiest ways to go about partitioning your hard drive on Windows.

Note: This works for hard drives, external drives, and even USB drives.

Posted in these interests:
h/windows • 45 guides

How to partition a hard drive on Windows

Partitions for you—on demand.
AshAsh Ash (362)
Nov 19, 2020
10 minutes
Ash
 
Posted in these interests:
h/windows • 45 guides
Posted in these interests:
h/windows • 45 guides
Table of Contents

Jump to step:

  1. Partition a hard drive using Disk Manager
  2. Partition a hard drive using Command Prompt
 
In these interests
h/windows • 45 guides
h/windows • 45 guides
Hard drive partition WindowsHard drive partition Windows

Open the Start Menu, and type partition. Select Create and format hard disk partitions from the list.

Right-click on the hard drive you want to split into different partitions, and choose Delete volume. This will wipe the hard drive.

Rick-click on the hard drive again, and choose New Simple Volume

Enter the size you want the new partition to be in Megabytes. Click Next.

Choose a letter to identify the new partition with, and click Next.

Set a file system, like NTFS, and enter a name for your new partition. Click Next.

Click Finish to create the partition. This may take a few minutes to complete.

Hard drive partition WindowsHard drive partition Windows

Open the Start Menu, and type partition. Select Create and format hard disk partitions from the list.

Right-click on the hard drive you want to split into different partitions, and choose Delete volume. This will wipe the hard drive.

Rick-click on the hard drive again, and choose New Simple Volume

Enter the size you want the new partition to be in Megabytes. Click Next.

Choose a letter to identify the new partition with, and click Next.

Set a file system, like NTFS, and enter a name for your new partition. Click Next.

Click Finish to create the partition. This may take a few minutes to complete.

Partition a hard drive using Disk Manager

Hard drive partition Windows
Hard drive partition Windows Command PromptHard drive partition Windows Command Prompt

Open the Start Menu and type cmd. Right-click Command Prompt and choose Run as Administrator.

When Command Prompt loads, type diskpart, and press enter.

Next we’ll load a list of every drive connected to the machine by entering list disk.

Select the disk you want to split into partitions. For example, the second disk would be selected with select disk 1.

To create the partition, run the following command. Replace the ### with the size of your desired partition in Megabytes.

create partition primary size=###

To give the partition a specific drive letter, put assign letter=G. Replace G with any letter you’d like to use. You can add a file system by formatting the new partition. Visit our guide on how to format a hard drive on Windows to learn more.

Hard drive partition Windows Command PromptHard drive partition Windows Command Prompt

Open the Start Menu and type cmd. Right-click Command Prompt and choose Run as Administrator.

When Command Prompt loads, type diskpart, and press enter.

Next we’ll load a list of every drive connected to the machine by entering list disk.

Select the disk you want to split into partitions. For example, the second disk would be selected with select disk 1.

To create the partition, run the following command. Replace the ### with the size of your desired partition in Megabytes.

create partition primary size=###

To give the partition a specific drive letter, put assign letter=G. Replace G with any letter you’d like to use. You can add a file system by formatting the new partition. Visit our guide on how to format a hard drive on Windows to learn more.

Partition a hard drive using Command Prompt

Hard drive partition Windows Command Prompt
How to format a hard drive on WindowsHow to format a hard drive on Windows How to format a hard drive on WindowsClean up your old hard drives.
How to format a hard drive on Windows
Clean up your old hard drives.
AshAsh Ash (362)
Nov 19, 2020
10 minutes

There are plenty of reasons to format a hard drive—we’re not here to ask questions. We know what it’s like to clean up an old PC or prepare an SD card for a new Raspberry Pi project.

Clean up your old hard drives.
AshAsh Ash (362)
Nov 19, 2020
10 minutes

There are plenty of reasons to format a hard drive—we’re not here to ask questions. We know what it’s like to clean up an old PC or prepare an SD card for a new Raspberry Pi project.

NEXT UP
How to format a hard drive on Windows
Format hard drive Windows
Clean up your old hard drives.
AshAsh Ash (362)
Nov 19, 2020
10 minutes
Ash Continue reading
Share this guide!
RedditEmailText
Ash's profile pictureAsh's profile pictureAsh
Joined in 2018 362 guides
Ash is an experienced tech writer with an endless passion for technology. She enjoys retro gaming, 3D printing, and making awesome projects on the Raspberry Pi.
Ash's profile picture
Related to this guide:
Format hard drive WindowsFormat hard drive Windows
Clean up your old hard drives.
In these interests: windows
Mac Drive PartitionMac Drive Partition
One hard drive—many partitions.
In these interests: applemacos
How to Format a Hard Drive on macOSHow to Format a Hard Drive on macOS
Clean your old hard drive using a Mac.
In these interests: macosapple
Format hard drive WindowsFormat hard drive Windows
Clean up your old hard drives.
In these interests: windows
Ash's profile pictureView guide
In these interests: windows
windows
Mac Drive PartitionMac Drive Partition
One hard drive—many partitions.
In these interests: applemacos
Ash's profile pictureView guide
In these interests: applemacos
applemacos
How to Format a Hard Drive on macOSHow to Format a Hard Drive on macOS
Clean your old hard drive using a Mac.
In these interests: macosapple
Ash's profile pictureView guide
In these interests: macosapple
macosapple
People also read:
Map Network Drive Windows 10Map Network Drive Windows 10
Map Network Drive Windows 10How to Map a Network Drive on Windows 10
Windows 11 Keyboard ShortcutsWindows 11 Keyboard Shortcuts
Windows 11 Keyboard ShortcutsFour New Keyboard Shortcuts You Need to Know in Windows 11
Raspberry Pi RobotRaspberry Pi Robot
Raspberry Pi RobotCreator Builds Raspberry Pi Robot to Fetch Groceries
Windows 11 Virtual DesktopWindows 11 Virtual Desktop
Windows 11 Virtual DesktopHow to Create and Manage Virtual Desktops in Windows 11
How to Set Up Linux on Your PC Using a Virtual Machine
Windows 10 Bootable USBWindows 10 Bootable USB
Recover your PC with a Windows 10 flash drive.
How to Create a Windows Restore Point Using PowerShellHow to Create a Windows Restore Point Using PowerShell
Creating a Windows restore point with PowerShell is easy!
Virtual Reality (VR)Virtual Reality (VR)
New to VR? Here’s everything you need to know to get started.
Virtual Machine Windows 10Virtual Machine Windows 10
Virtual Machine Windows 10How to Create a Virtual Machine on Windows 10
Windows 10 Bootable USBWindows 10 Bootable USB
Windows 10 Bootable USBHow to make a Windows 10 Bootable USB Drive
How to Create a Windows Restore Point Using PowerShellHow to Create a Windows Restore Point Using PowerShell
How to Create a Windows Restore Point Using PowerShellHow to Create a Windows Restore Point Using PowerShell
Virtual Reality (VR)Virtual Reality (VR)
Virtual Reality (VR)How to Get Started With Virtual Reality (VR)
Xbox 360 Compatible Video Formats
Posted in these interests:
windowswindows
Explore
h/windows • 45 guides
windowswindows
Explore
h/windows • 45 guides
Explore
Discuss this guide!
Discover interesting things!
Explore Howchoo’s most popular interests.
Explore

Follow @howchoo and learn cool things:

Are you a passionate writer? We’re hiring!

Write for Howchoo

Like what we do?

Donate

Want to support Howchoo? When you buy a tool or material through one of our Amazon links, we earn a small commission as an Amazon Associate.

Write for HowchooDonate

Leave a Reply

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