How to delete a partition from your drive in Windows 10

The partitions of disks are very useful in the daily use of our computers. But, sometimes, especially if our disk does not have too much capacity, the storage space of some of our units runs out faster than expected. To solve it, one of the options is to get another unit where to save our data, or else, delete a partition that has been made on the disk.Here we will learn how to carry out this process in the Windows 10 operating system .

In general, we make a partition to install the operating system of our pc, and another to store the data . However, it is possible that there are more partitions and some of the previous ones have become excessively small.

It is also possible that we have in our hands a disk from another old computer and we want to use it. This storage unit may also have some partitions. In this sense, learning to eliminate any of the partitions of our disks is very useful.

What is a partition on the hard drive

You may have heard of partitions, but don’t really know what exactly it is. A partition is nothing more than dividing the disk into several parts. It is as if within this storage unit there were several smaller disks that serve to store information independently.

In one partition you can install the operating system and in the other different data and files. This is useful, for example, if the system crashes and the computer needs to be formatted. In this way we will not lose the data saved in the rest of the disk divisions. Another good reason to make these partitions is to install several operating systems on our computer.

Steps to delete a disk partition in Windows 10

Before we go about describing the steps to make a partition , you should know that everything you have stored here will be lost. Therefore, if you do not want this data to fly, it is convenient that you make a backup first. Then you just have to restore that information.

We can do it from the options that Windows 10 offers us on our pc, without having to resort to installing programs. Although we can also install software and do it from there, this time we will focus on the action from our computer.

The first thing is to access the disk manager of our system. We will use the Windows key + X for this . We can also access this interface from the Windows start icon that is at the bottom left of the desktop. We press the right button of our mouse and choose Disk Management .

Once we have accessed this option, a window will appear. At the top we will see in a list the disks or volumes on our computer, the partitions made, the CD-ROM and DVD readers, virtual hard drives if they have been created, as well as any other removable drive connected. As a whole, all those elements that have the capacity to store information and files should be reflected here.

After taking a look at this information panel, we will go to the bottom of the window, which is the one that really interests us the most. Here is a graphical representation of the different partitions that have been made on our hard drive. In this case, in addition to the partition dedicated to the operating system, there is another one where the data is stored, which is represented as NTFS .

Keep in mind that in this case we cannot delete the partition dedicated to the operating system, the option will not open. We therefore go to the Data partition , click on it and then, with the right button of our mouse, we choose Delete volume .

Next, a pop-up window will appear on your screen warning you of the risks if you delete this partition. As we have noted above, doing so will lose all the data and files stored on this drive. So now is the time to back up all the information you want to keep.

In case you have done it and you want to continue with the process, click on Yes. Now you will have deleted this partition. You can repeat this process with all the partitions on your disks.

Allocate a disk space

A new unit will then appear, represented by a black bar. This is the partition that we have removed. However, this unallocated space is now useless. To do this, you have to configure its format and be able to use it.

Above the space with the bar in black, we mark the option New simple volume . A wizard will appear in which we will have to format the new unit. We act next and choose the capacity we want this album to have. We go back to next and assign a letter to it. In the next menu, we choose Format this volume with the following settings, in the file system we activate NTFS and assign the default size to the unit.

Now we have removed all partitions and the unit is operational to store data and files.

Delete disk partition with Diskpart

In addition to making partitions from the disk manager of our computer, we have another option. It is through the Diskpart tool and is carried out using commands on the keyboard. Although it may seem complicated, it is also quite simple.

To do this, we go to the search engine of our Windows task bar and type diskpart . We can also access the same that we did to get to the disk manager. That is, through the Windows + X command or with the right button of our mouse on the lower Windows start icon. If we do it like this, we go to the Run option and type diskpart.

When the command console opens, we write list disk and the disks connected to the computer will appear. To select the disk on which we want to partition, we must, for example, type the command select disk 0 . The number should be that of the disk we want to work on.

Next, we type list partition . Next, all the enabled partitions are displayed. So we write select partition 1 , in case we want to delete that specific partition. If it is another, we put another number. Now we type delete partition and the partition will have been automatically deleted.

 

by Abdullah Sam
I’m a teacher, researcher and writer. I write about study subjects to improve the learning of college and university students. I write top Quality study notes Mostly, Tech, Games, Education, And Solutions/Tips and Tricks. I am a person who helps students to acquire knowledge, competence or virtue.

Leave a Comment