Computer

Do you need to remove a partition from HDD or SSD? So can

To be able to delete a partition from our disk, both in Windows 10 and in Windows 11 we will have several tools of our own in the system to be able to carry it out. If we want to do it in a more graphic way we can use the disk manager of the system, while we can also do them from the command line through the symbol of the system either Windows PowerShell. We can also use different third-party applications specially developed for this purpose, in case we don’t like any of the options that the Microsoft operating system has by default.

Use Windows Partition Manager

Both Windows 10 and Windows 11 have an integrated tool with which we can delete partitions from both the HDD and SSD that we have on our computer. Of course, with it we will not be able to eliminate all the partitions at the same time, since we will only be able to carry out this task individually. This is perhaps the simplest method of all, although it has the downside that, if you want to delete system partitions, such as those reserved for recovery, Windows won’t allow it.

To do this, the first thing to do is access the partition manager, for which we press the Windows + R keyboard shortcut, which is responsible for launching the Run command. Here, we write diskmgmt.msc and press Enter or the OK button, which will open the Disk Management window.

Disk manager delete volume

Once the main menu appears, it will show us the hard drives that we have installed. From here we click with the right mouse button on the second hard drive or partition of the SSD and select “Delete Volume”. It is important to emphasize not to select the main hard drive where the operating system is installed.

We can repeat these steps until all partitions have been deleted from the hard drive of our computer. Once deleted, all hard drive space will be Unallocated space, so we can create new partitions again.

From the Command Prompt

Another possibility to be able to delete partitions is to do it through the command line, by using the Command Prompt tool. To do this, the first thing will be to use the Start menu search engine to write cmd and run Command Prompt with administrator rights.

Once in the Command Prompt, we type the following command and press Enter:

diskpart

Next, we write the following command to show us a list of installed hard drives and press Enter again:

list disk

diskpart command

Now we are going to write this command to select the corresponding hard drive and press Enter to confirm:

select disk 2

We can change 2 for the number that we have assigned to the HDD or SSD.

Next we are going to clean the drive, so we will type the following command and press Enter.

clean

Once this action is done, all the partitions on the hard drive will be deleted, so we can re-partition it by creating new partitions with the unallocated space.

Using Windows PowerShell

If we prefer, we can also use Windows PowerShell to be able to delete partitions from our hard drive in both Windows 10 and Windows 11. To do this, we are going to use the Start menu search box to write powershell and run it with administrator rights.

Once PowerShell is open, we write the following command to display a list with all the volumes or partitions, pressing Entire to confirm:

Get-Volume

PowerShell Get-Volume

Once this is done, we will execute the following command:

Remove-Partition -DriveLetter

Here, we need to replace DriveLetter with the letter of the drive we want to delete.

Finally, all that remains is to accept the confirmation window and the unit will automatically be removed from the selected disk so that we have its storage space.

Through a partition manager

As an alternative to the different elements and tools that we can find integrated in Windows to carry out this task, it is also possible to make use of certain third-party tools specially designed to carry out this task in a more comfortable and visually more attractive graphical way .

MiniTool Partition Wizard

We are talking about a partition manager, by means of which we are going to be able to create and eliminate all kinds of partitions on our hard drives, being compatible with a wide variety of file systems so that we can give different formats to our drives as we are interested. It has a wide number of recovery functions for damaged disks and partitions. We can even choose the possibility of deleting a partition by overwriting the data so that no one can recover its content.

MiniTool Partition Wizard delete partition

MiniTool Partition Wizard has a free version that we can download from the developer’s website. Once downloaded and installed, we run it so that its main menu appears, where we can see a list of the hard drives and the partitions made on each one. It would simply be enough to press the right button on the partition that we want to delete and a drop-down menu will appear where we only have to click on “Delete Partition”.

Paragon Partition Manager

It is a program to manage partitions. Among the different functions that it has, we will be able to create and delete partitions, which will allow us to format our HDD, SSD, USB, memory card, SD card or delete a partition so that it is available for reuse. This Paragon software has a free version, with limited functions, but it will help us to delete partitions. We can download it from its official website.

Paragon Partition Manager Delete partition

Once we run the application, its main menu appears with an intuitive interface, although completely in English. It is divided into two columns. In the one on the left we find the different functions, of which we will have access to “Disk & Volumes” in this free version. On the right side of the interface we find the different storage units that we have on our computer.

We only have to select the desired partition and in the left column the different functions that we can carry out will appear. As what we want is to be able to eliminate the partition, it will be enough to click on the “Delete Partition”.

Related Articles

Leave a Reply

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