While expanding or creating a new drive partition is fairly easy on Windows 11, what if you want to delete a drive partition? The steps to delete a drive partition are a little different and are very confusing.

Hence, we have written this guide for users looking for ways to delete a drive partition on Windows 11. Although the methods are meant for Windows 11, most will work on older versions of Windows, such as Windows 10.

1. Delete Drive Partition using Settings

We will utilize the Windows 11 Settings app to delete a drive partition. Here’s what you need to do to delete a drive partition on Windows 11.

1. To get started, launch the Settings app on Windows 11.

Settings

2. Next, switch to the System > Storage.

System > Storage

3. On the Storage, expand the Advanced Storage Settings. Next, click Disks & Volumes.

Disks & Volumes

4. Now click on the Properties next to the drive you want to delete.

Properties

5. Next, in the Format section, click on Delete.

Delete

6. On the confirmation prompt, select Delete Volume.

Delete Volume

2. Delete Drive Partition using Disk Management Utility

You can even use the Disk Management utility to delete a drive partition on Windows 11.

1. Open the RUN dialog box (Windows + R). On the Run dialog box, type diskmgmt.msc and press Enter.

diskmgmt.msc

2. When the Disk Management utility opens, right click on the partition you want to delete.

3. On the right click menu, select Delete Volume.

Delete Volume

4. On the confirmation prompt, click on Yes.

Yes

3. Delete Drive Partition on Windows 11 via PowerShell

Windows PowerShell is another great utility that you can use to delete a drive partition on Windows 11. Here’s what you need to do.

1. Type PowerShell on Windows 11 search and select Run as administrator.

Run as administrator

2. When the Powershell opens, execute this command:

Get-volume

Get-volume

3. Now, you will see a list of all drives available. Note the letter assigned to the drive you want to delete in the DriveLetter column.

4. Next, execute the given command by replacing the X with the actual drive letter.

Remove-Partition -DriveLetter X

Remove-Partition -DriveLetter X

5. Type Y and press Enter to confirm the action.

Y

4. Delete Drive Partition on Windows 11 with Command Prompt

PowerShell and Command Prompt are command-line utilities, but the steps to delete a drive partition differ. Here’s how to delete a drive partition on Windows with a command prompt.

1. Type Command Prompt in Windows 11 Search. Next, right-click on the CMD and select Run as administrator.

CMD

2. When the Command Prompt opens, execute the following commands one by one:

diskpart
list volume

execute the following commands

3. Now note the number associated with the drive you want to delete.

4. Now execute the given command by replacing N with the drive number you’ve noted.

select volume N

select volume N

5. After selecting the drive partition, execute this command:

delete volume

delete volume

These are the best and easiest methods for deleting a drive partition on a Windows 11 computer. If you need more help, let us know in the comments below. Also, if you found this guide helpful, don’t forget to share it with your friends.

LEAVE A REPLY

Please enter your comment!
Please enter your name here