The Download
- To safely delete a recovery partition, you must use special commands in PowerShell or Command Prompt.
- After deletion, the space becomes unallocated, and you can create a new partition using Disk Management.
- Deleting a recovery partition doesn’t harm Windows, but safely store a backup before doing it.
This article explains how to delete a recovery partition in Windows 11, 10, 8, and 7. It also explains how to format and extend a partition to utilize the unallocated space.
How to Delete a Recovery Partition in Windows
Because recovery partitions are protected, the steps for removing them differ from deleting a normal partition.
Right-click the Start menu and select Terminal (Admin) Windows 11, Windows PowerShell (Admin) or Command Prompt (Admin).
If you’re using Windows 7 or earlier, you’ll have to open Command Prompt another way, like through the Start menu or Run dialog box.
Type diskpart and press Enter. Then type list disk and press Enter.
A list of disks displays. Type select disk # (where # is the number of the disk with the recovery partition) and press Enter.
Type list partition and press Enter. A list of partitions displays. Type select partition # (where # is the number of the recovery partition) and press Enter.
Type delete partition override and press Enter.
Once you see a confirmation message, you can close PowerShell or Command Prompt.
How to Format a Partition
Deleting a recovery partition will create a section of unallocated space on your drive. To use the unallocated space, you must format the partition:
Right-click the Start menu and select Disk Management.
If using Windows 7 or earlier, click the Start menu and type diskmgmt.msc in the search box to find the Disk Management tool.
Beside the disk number for your hard drive, you’ll see several partitions, including one named Unallocated. Right-click the Unallocated partition and select New Simple Volume.
Select Next to continue the wizard.
Enter how much data the new partition should use out of the unallocated space, then select Next.
Choose a letter from the drop-down menu to assign to the partition, then select Next.
Enter a name for the partition in the Volume label field, then select Next.
The default file system is NTFS. However, you can change it to FAT32 or another file system if you wish.
Select Finish to close the wizard.
How to Expand a Partition to Use the Unallocated Space
If you want to expand another partition to use the extra space, then the unallocated space must appear to the immediate right of that partition in the Disk Management tool. To extend a partition:
Right-click the partition you want to expand and select Extend Volume.
Select Next to continue the wizard.
Enter how much of the unallocated space you want to use, then select Next.
Select Finish to terminate the wizard. The Windows partition will be resized to include the extra space.
Thanks for letting us know!
Subscribe
Tell us why!
Leave a Comment
Your email address will not be published. Required fields are marked *