To remove a partition on Windows 11 using graphical methods, use the Settings or Disk Management tools as described below. If you prefer command-line methods, use PowerShell or Command Prompt, which are also described below.

To use Settings to remove your partition, open the Settings menu by pressing Windows+i. In Settings, navigate to System > Storage > Advanced Storage Settings > Disks & Volumes.

Find the partition to delete, and next to it, click “Properties.”

On the following page, in the “Format” section, click “Delete.”
In the open prompt, choose “Delete Volume.”
Windows will begin removing the selected partition from your PC.
Using Disk Management
To use Disk Management to remove your partition, open the tool by right-clicking your “Start” menu icon (or pressing Windows+X) and choosing “Disk Management.”
On the tool’s window, find the partition to delete. Right-click this partition and choose “Delete Volume.”
In the open prompt, select “Yes.”
Disk Management will begin removing your partition, and you’re all done.
Using PowerShell
To use a command to remove your partition, start by opening the “Start” menu, finding “PowerShell”, and clicking “Run as Administrator.” In the “User Account Control” prompt, choose “Yes.”

On the PowerShell window, type the following command to retrieve a list of all your partitions:

Get-Volume

In the partition list, find the letter for the partition you want to remove. Then, run the following command replacing E with the letter of your partition.
Remove-Partition -DriveLetter E
When the prompt appears, type Y and press Enter.
PowerShell will start removing your partition.
Using Command Prompt
To use Command Prompt to delete your partition, open a CMD window by accessing your “Start” menu, locating “Command Prompt”, and clicking “Run as Administrator.” In the “User Account Control” prompt, choose “Yes.”
In Command Prompt, type the following commands, pressing Enter after each line:
diskpartlist volume
From the “Volume ###” column, find and note the number for the partition to remove. Then, run the following command replacing X with your partition’s number:
select volume X
Your partition is now selected. To delete it, run the following command:
delete volume
Let Command Prompt delete your partition, and you’ll be all set.

What Can You Do After Deleting a Partition?

After you’ve removed a partition on your Windows PC, you can keep the reclaimed storage space as is, allocate the space to an existing drive (partition) on your PC, or create a completely new partition.

Allocate the Reclaimed Storage Space to an Existing Partition

To extend an existing partition’s storage limit by giving it your deleted partition’s space, you’ll have to make sure that both your unallocated space and your existing partition are next to each other in Disk Management. If they aren’t, you can’t give your unallocated space to your partition.

Once you’ve confirmed both your unallocated space and your partition are next to each other, then on your existing partition, right-click and choose “Extend Volume.”
In the wizard that opens, click “Next.” On the following page, in the “Selected” menu, select your unallocated space. Then, at the bottom, click “Next.”
On the following page, choose “Finish” to begin allocating your unallocated storage space to your selected partition.
How To Combine Multiple Partitions into A Single Partition
Create a New Partition from Unallocated Space
To make a new partition out of your unallocated storage space, open Disk Management, right-click your unallocated space, and choose “New Simple Volume.”
On the wizard’s first screen, click “Next.” On the following page, in the “Simple Volume Size in MB” field, enter the size for your new drive. Then, click “Next.”
On the following screen, assign a drive letter to your new partition using the “Assign the Following Drive Letter” drop-down menu. Then, click “Next.”
The following screen asks how you’d like to format your drive. On Windows, you’ll normally format your drives in the NTFS format. To do that, enable the “Format This Volume with the Following Settings” option.
Then, click the “File System” drop-down menu and choose “NTFS.” Keep the “Allocation Unit Size” option as is. Click the “Volume Label” field and enter a name for your drive.
Then, at the bottom, choose “Next.”
On the final screen, click “Finish” to begin making your new partition.
Once this partition is ready, you’ll see it in your File Explorer utility.

Leave a Reply

Your email address will not be published.