Table of Contents
In this article we will discuss about how to Delete a Drive Partition on Windows. If you’ve ever bought a new laptop or PC off the shelf, you may have noticed that File Explorer lists two drives, even if the spec sheet only lists one. That’s because PC makers often make partitions, which are virtual parts of a storage drive that work like separate drives. Since a drive can have many partitions, and sometimes you may need to organize them, Windows 11/10 has several tools to make it easier to get rid of partitions you don’t need to make room for another partition to grow.
Or, you can use the tools to clean up the storage to get it ready for a different file system and partition scheme. There are good reasons to want partitions on your PC, but for many it may not make much sense to split the internal storage into two drives. If you’re in the second group, we’ll show you how to Delete a Drive Partition on Windows 11/10 so that your storage space is back to being whole.
What is a drive partition?
A disk partition or partition is a section of a computer’s hard drive that is separate from other parts of the drive. Users can divide a physical disk into logical parts by using partitions. For example, letting the same device run more than one operating system. With older file allocation tables, like FAT (file allocation table) 16, making smaller partitions makes the hard drive run better and saves more disk space. With new file allocation tables like FAT32, this is no longer the case.
Partitioning a disk means dividing it into one or more sections called “partitions.” The first sector of a disk is where the partition table is, and it stores information about the size and location of partitions. In other words, disk partitioning lets you split one physical drive into smaller logical drives called volumes. From the point of view of the operating system, these drives are completely separate, so you can work on one volume without affecting the others.
Why might you need to delete a drive partition?
- Reclaiming Disk Space: Freeing up disk space is a common reason. If your hard drive has more than one partition and one of them is no longer needed or is taking up space that could be used for something else, you can delete it.
- Rearranging Data: If you want to rearrange the data on your hard drive, you might want to delete a partition and combine it with another partition. This can help you keep track of your files better.
- Removing Unwanted Operating Systems: If you have multiple operating systems installed on different partitions, you may want to delete a partition with an unwanted or outdated operating system to make your system configuration simpler.
- How to Fix Disk Errors: Sometimes a partition can get corrupted or have errors. Sometimes these problems can be fixed by deleting the partition and making it again.
- Preparing for a Clean Install: If you want to start with a clean slate when reinstalling your operating system or doing a clean install, you may need to delete any existing partitions.
- Security and privacy: Deleting a partition with sensitive data can be a security measure to make sure that the data can’t be recovered by anyone else. If you don’t delete the partition correctly, it can be harder to get the data back.
How to Delete a Drive Partition on Windows
via PowerShell

- To open the search menu, press Win + S.
- Type Windows PowerShell into the search box and click Run as administrator.
- When the User Account Control (UAC) prompt comes up, choose “Yes” to open PowerShell as an admin.
- To see a list of your PC’s drives, run the following command:
- The word “get-volume“
- In the DriveLetter column, write down the letter that is assigned to the drive you want to delete.
- To delete the partition, copy and paste the following command. Change X in the command to the drive letter you wrote down in the last step.
- X Remove-Partition-DriveLetter X
- To confirm, type Y and press Enter.
- When you run the above commands, PowerShell will delete the specified partition.
With the Command Prompt
- Right-click on the Start icon and choose Terminal (Admin) from the menu that comes up.
- When the User Account Control (UAC) prompt comes up, choose Yes.
- Run the following commands at the console to see a list of the drives that are connected to your system.
- List of volumes in diskpart
- In the Volume column, write down the number next to the drive you want to delete.
- To change the volume, type the following command and press Enter. Make sure you change N in the command to the number of the drive you wrote down earlier.
- choice of volume N
- To delete the partition, copy and paste the following command and press Enter.
- get rid of volume
Using the Disk Management Utility
- To open the Run box, press Win + R.
- In the text field, type diskmgmt.msc and press Enter.
- In the Disk Management window, right-click the partition you don’t want and choose “Delete Volume.”
- Choose “Yes” to make sure.
Using the Settings App
- To open the Settings app, press Win + I.
- Click Storage in the System tab.
- Click on Disks & volumes after you have expanded Advanced storage settings.
- Next to the drive you want to delete, click the Properties button.
- Click the Delete button in the Format area.
- To confirm, click the Delete volume button.
- After you finish the steps, the partition and everything on it will be gone.
What Happens After Deleting a Partition?
- Free Space: The space previously occupied by the deleted partition becomes unallocated or free space on the hard drive or storage device. This space is no longer associated with a particular partition.
- Data Loss: Any data that was stored on the deleted partition is typically irrecoverable unless you have a backup of that data. Deleting a partition involves removing the file system and partition table entries associated with it, making it challenging to retrieve data from the deleted partition.
- Increased Free Space: The available free space on the drive increases, potentially allowing you to create new partitions or expand existing ones, depending on your needs.
- File System Marked as Deleted: The file system structures (e.g., Master File Table for NTFS) on the deleted partition are marked as deleted, and the space is made available for reuse. However, until the space is overwritten by new data, it may still be recoverable using specialized data recovery tools.
- No Immediate Impact on Other Partitions: Deleting one partition usually does not affect other partitions on the same drive, as long as you are careful not to delete the wrong partition.
Conclusion
Partitioning your hard drive is a great way to keep your data organized and cut down on the time it takes to run maintenance tasks like disk defragmenter. Windows 11/10 has tools that let you change, create, and delete partitions, so your company doesn’t need to buy expensive software from a third party. Make sure you have a backup of any important data on a partition before you delete it, since deleting a partition deletes all the data on it. If you want to know more information about this so you can visit Microsoft Official Website.
Questions and Answers
Yes, you can delete those partitions and it won’t change anything about your current operating system. I like HDDGURU if there is nothing useful on the whole disk. It is a simple, quick program that formats at a low level. Then, in disk manager, format it to NTFS.
No, “Reset this PC” won’t get rid of the partitions; it only gets rid of the Windows 10 partition and reinstalls it. If you want to get rid of all of your partitions, you have to do it through the command prompt, but you’ll need a Windows ISO or disc to reinstall Windows on that hard drive.
Partitioning a hard drive won’t delete your files on its own, because a partition will be made out of the free space on your disk. Windows won’t let you decrease the size of a partition that already has files in it. This is a safety measure to keep data from getting lost.
When you format a hard drive, you are really just removing the pointers to the data as the partition table is either cleared or rebuilt. Your computer’s operating system needs these pointers to be able to read and understand the data so that you can get to your files.