4 Ways To Delete A Drive Partition On Windows 11

Deleting an existing partition lets you expand other volumes, or split this one into smaller partitions. Here are 4 methods to do it.

Windows 11 Delete Volume

Key Points

  • To delete a drive partition from Settings, go to System > Storage > Advanced storage settings > Disks & volumes, click Properties in front of the volume, then click Delete.
  • You can also delete volumes from the Disk Management console, the Command Prompt, and Windows PowerShell.

The Windows operating system can handle different drive partitions so you can organize your files and folders, and add or remove volumes as per need. On Windows 11, you can delete or remove drive partitions and use them to extend space on other volumes or divide them into smaller partitions.

Managing your own partitions is one of the benefits of using a Windows OS. Allow us to walk you through all the possible methods to delete drive partitions and volumes on Windows 11.

Is deleting drive partitions safe?

Before showing you how to delete volumes on Windows 11, you ought to consider its repercussions.

When you delete a drive partition, the file system, that determines how the data is stored, is removed from that particular volume. When it is removed, the partition is no longer accessible unless a file system is reintroduced. However, the data that was placed on the partition is still there.

That being said, even though your data is present, it is inaccessible. But when you reformat the partition, the existing data is overwritten. Hence, it is considered that when you delete a volume, the data is also permanently lost.

Therefore, if you plan on deleting a single or multiple drive partition(s), make sure to backup its data. You can also use our top selection of disk imaging and backup software so you never lose your data or operating system again.

How to delete a drive partition on Windows

On Windows 11, you can delete a volume partition using one of the following 4 methods:

Delete partition from Windows Settings

Use the following steps to delete a volume drive on Windows 11 using the Settings app:

  1. Press the Windows Key + i to open the Settings app.

  2. Now navigate through the following path:

    System > Storage > Advanced storage settings > Disks & volumes
  3. Click Properties in front of the partition that you want to delete.

    Open partition properties from Settings
    Open partition properties from Settings
  4. Click Delete in the Format section.

    Delete volume from Windows Settings
    Delete volume from Windows Settings
  5. When asked for confirmation, click “Delete volume.”

    Confirm volume deletion
    Confirm volume deletion

The volume will now be deleted and shown as “Unallocated.” You may now continue to use the unallocated space as you please. You can even use it to create Dev Drive.

Drive partition successfully deleted
Drive partition successfully deleted

Delete partition from Device Management Console

You can also delete a drive volume from the Device Management console. Here is how:

  1. Press the Windows Key + R to open the Run Command box.

  2. Type in “diskmgmt.msc” and press Enter to open the Disk Management console.

  3. Right-click on the volume that you want to delete and then click “Delete Volume.”

    Delete volume from Disk Management console
    Delete volume from Disk Management console
  4. When asked for confirmation, click Yes.

    Confirm action 2
    Confirm action

The drive partition will now be deleted and you will see “Unallocated” written with it.

Drive partition successfully deleted using the Disk Management console
Drive partition successfully deleted using the Disk Management console

Delete partition using Command Prompt

If you prefer using the Windows command line, then you can also use the Command Prompt to delete a volume. Here is how:

  1. Press the Windows Key + R to open the Run Command box.

  2. Type in “cmd” and press CTRL + Shift + Enter to open an elevated Command Prompt.

  3. Run the following command to enter the Diskpart mode:

    Diskpart
  4. Run this command to list all the available partitions:

    list volume
  5. Note down the volume number associated with the partition that you want to delete.

    Note the volume number to delete
    Note the volume number to delete
  6. Now use the following command while entering the associated number to select the volume in the place of [#]:

    Select Volume [#]
    Select the volume to delete
    Select the volume to delete
  7. Run the following command to delete the volume:

    Delete Volume
    Delete partition drive from Command Prompt
    Delete partition drive from Command Prompt

The drive partition will now be deleted. You can close the Command Prompt or run the Exit command to exit the Diskpart mode.

Delete partition using PowerShell

You can also delete a volume using PowerShell. Here is how:

  1. Run a PowerShell instance with administrative rights.

  2. Run the following command to get the information on existing volumes.

    Get-Volume
  3. Note down the drive letter for the volume that you want to delete.

    Note the drive letter for the volume to delete
    Note the drive letter for the volume to delete
  4. Now use this command to delete the volume using its associated drive letter in place of [DriveLetter]:

    Remove-Partition -DriveLetter [DriveLetter]
  5. When asked for confirmation, enter A for “Yes to all.”

    Delete partition drive using PowerShell
    Delete partition drive using PowerShell

This concludes all the methods you can use to delete a drive partition on Windows 11, in case you need it.

What happens when you delete a volume partition?

When you delete a volume, its file system is removed. A file system is responsible for storing and handling the data inside. Without a file system, the data cannot be accessed, but it still exists.

Is the data permanently deleted when you delete a volume on Windows?

When you delete a volume, technically, the data is not deleted; the file system is. However, in order to access the data, you need a new file system, which can be placed by formatting the volume. However, when you format it, the data is then deleted. Regardless, you can still use recovery tools to recover any lost data at this point. However, if the data is overwritten, it may not be recoverable.

Latest posts
Uninstall Microsoft Edge on Windows 11 10
How To Uninstall Microsoft Edge On Windows 11, 10

You are no longer stuck with Microsoft Edge as the proprietary browser. Don’t need it? Uninstall Edge with these steps.

View post
How To Fix Windows Update Error Code 0x800f081f
How To Fix Windows Update Error Code 0x800f081f

This error can be annoying to fix, since these isn’t only one cause. Here are all the methods to fix the error 0x800f081f.

View post
How To Remove Or Replace Image Background Using Photos App In Windows 11
How To Remove Or Replace Image Background Using Photos App In Windows 11

Microsoft Photos allows you to edit only the background of your images. Replace or simply remove them using these methods.

View post

Leave the first comment