Can I delete recovery partition? Yes, but only after you create a recovery USB drive or a current system backup. This guide explains what you may lose, when deletion is safe, and how to remove a recovery partition with DiskPart or MiniTool Partition Wizard.
Can I Delete Recovery Partition
Yes, you can delete a recovery partition safely — it won’t affect your running OS or installed programs. However, the best choice depends on your specific situation.
- Average users: keep it. A recovery partition takes little space, and it can save you a full OS reinstall if the system ever gets corrupted or performs poorly.
- Advanced users: you can remove it, but only if you already have a recovery drive, a recent system image backup, or a Windows installation disc.
In short, treat the recovery partition as your last resort for system repair: deleting it trades away that safety net for a small amount of extra disk space.
Can You Delete a Recovery Partition? Quick Answer
| Situation | Should you delete it? |
| You have no recovery backup | No |
| You rely on WinRE from this partition | Keep it |
| You have a recovery USB drive | Usually yes |
| You have a recent system image | Usually yes |
| You need only a few hundred MB | Usually no |
| You need to reclaim a large OEM recovery partition | Consider it |
How to Safely Delete Recovery Partition in Windows
As you know, you are not allowed to remove recovery partition in Disk Management, only a Help option is offered there. Thus, you need to find other methods to remove recovery partition. In this post, we offer you three ways to delete recovery partition in Windows.
Method 1. Delete a Recovery Partition with MiniTool Partition Wizard
MiniTool Partition Wizard lets you delete a recovery partition without using command-line tools. It is a convenient option if you want to manage the partition visually.
Let’s see how it works:
Step 1. Download MiniTool Partition Wizard Free Edition. Install and run it.
MiniTool Partition Wizard FreeClick to Download100%Clean & Safe
Step 2. Right-click on the recovery partition you want to delete and select “Delete Partition“.

Step 3. The recovery partition will be displayed as unallocated space. Then click “Apply” to make the operation in process.
Method 2. Delete a Recovery Partition with DiskPart
Windows provides users a quite useful way to help delete recovery partition, that is to use Diskpart.exe to delete partitions from Diskpart command prompt. Please follow these steps to remove recovery partition.
Let’s see how to delete recovery partition Windows 10.
Step 1. Type “diskpart” in the search box, then in the best match results, right-click on “diskpart” and select “Run as administrator”.

Step 2. At Diskpart prompt, type the following commands in order, each one should end up with the Enter key:
- Type “list disk” to display all the disks. Please pay attention to the disk number that contains the recovery partition.
- Type “select disk n”, in which “n” should be replaced with the correct disk number.
- Type “list partition” to list all the partitions on the selected disk. By viewing the partition label and partition information, you will know which one is the recovery partition to be deleted.
- Type “select partition n” where n should be the partition number of the recovery partition.
- Type “delete partition” to delete the recovery partition.
Attention: While deleting a recovery partition, in most cases we can smoothly finish the deletion. Yet we may come across an error message saying “cannot delete a protected partition without the force protected parameter set” as showing below:

What caused this error?
This error message is likely to appear on GPT disk. If the recovery partition you intend to delete is regarded as protected partition by Windows, then deletion is prevented.
How can we solve it?
At this time, we should type “gpt attributes=0x8000000000000000” and then repeat “delete partition“. Then the recovery partition should be deleted.
Cons: Although Diskpart is able to delete recovery partition, without a clear interface to display the details, there are chances that you may delete a wrong partition. For those who are unfamiliar with Diskpart, obviously this is not the best choice.
Method 3. Delete a Recovery Partition with Windows Recovery Drive
In one of Microsoft’s HELP documents, we find another way to delete recovery partition. This trick appears during the process of creating a USB recovery drive. Please pay attention to Point 7 which writes:“When the process is done, do one of the following:
- If you want to keep the recovery partition on your PC, select Finish.
- If you want to remove the recovery partition from your PC and free up disk space, select Delete the recovery partition. Then select Delete. This will free up the disk space used to store your recovery image. When the removal is done, select Finish.
By reading this quote, we can learn there is a delete option before we finish creating USB recovery drive, since there is a recovery partition to delete. Please read the original post on Microsoft to get more information.
How to Restore Deleted Recovery Partition in Windows 7/8/10
“Sir I am having a windows 7 64 bit operating system. By some means my recovery partition has been deleted & now I cannot backup my data on my computer. Kindly tell me a way by which if can recover my recovery partition?”answers.microsoft.com
While many users are searching for “how to remove recovery partition”, some users are also trying their best to restore deleted recovery partition, no matter it was deleted intentionally or by mistake. Anyhow, a recovery partition is really convenient when the operating system goes wrong.
Instead of contacting your computer vendor and see if they’ll provide you with a Recovery DVD, here are two more practical solutions that deserve trying.
Here is a video guide:
Way 1: Use Partition Wizard to Do Partition Recovery
MiniTool Partition Wizard is not only helpful in deleting recovery partition, but also useful in recovering recovery partition. Here is how it works:
Kind Remind: “Partition Recovery” is a paid feature for the advanced editions of Partition Wizard (view compare editions to know more). Thus, you need to buy a license to unlock this feature. Press the button to get MiniTool Partition Wizard Pro at best price.
Step 1. Launch MiniTool Partition Wizard to get the main interface. Right-click on the source disk that partition loss happens and then choose “Partition Recovery”. Then you will be directed to choose a scanning range.

Step 2. Choose one of the three options to continue searching for the lost partition. Full Disk will scan the whole disk; Unallocated Space only scans the free space, and Specified Range only scans the specified sectors you appointed. Here we choose Full Disk and click “Next” to go on.

Step 3. Next you should determine a scanning method. First of all you can choose Quick Scan for saving time. If this does not work, you can turn to Full Scan. Click “Next” to continue.

Step 4. See after Quick Scan, Partition Wizard has listed all partitions it found on the source disk, including the recovery partition we just deleted. Now we should select all partitions (both existing and lost) and tick “Finish” to start partition recovery.

Step 5: Finally, press “Apply” to execute partition recovery.

• The partitions recovered are logical partitions in case that an MBR drive may have reached the maximum number of primary partition.
• The partitions recovered are lack of drive letters, thus you cannot view them under Windows Explorer. To resolve this issue, please add drive letter for them.
Way 2: Recreate a Recovery Partition
This way is useful for those whose operating system is installed on GPT disk. However, the process is relatively complicated. Please follow the step-by-step guide. Note that all operations below are carried out on Windows 10. Besides, you might need the help of Professional MiniTool Partition Wizard. Click the button below to get its assistance.
Step 1. Prepare an unallocated space on system disk that is large enough for creating recovery partition. Then create a new folder and name it “Sources” in a non-system partition.
Step 2.Restart Windows by following:Start->Settings->Update & Security ->Recovery->Advanced Start-up->Restart Now.

Step 3. Enter Command Prompt by following: Troubleshot -> Advanced Options -> Command Prompt.

Step 4. Depending on your settings, you may need to enter the password of BIOS and select a login account.

Step 5. Now type the following commands carefully and end it with Enter key:
Dism /Capture-Image /ImageFile:A:sourcesinstall.wim /CaptureDir:B: /Name:Win10 /Description:2016-08-20
Kind Remind: contents marked in Green should be in accordance with your real situation.
- “A” is the drive letter of the partition where the new folder “Sources” exists.
- “B” is the location of your system partition.
- “Win10” and “2016-08-20” can be replaced by anything you like.

Step 6. When the saving image operation is finished, exit Command Prompt and continue to Windows 10.
Step 7. Now you can create recovery partition in Windows 10. Please input these commands and end each one with Enter. Please keep the diskpart command window there after you finish this step.
- Press Win+X and select Command Prompt(Admin).
- Type “diskpart”.
- Type “list disk”.
- Type “select disk n” where n should be the disk number of the system disk.
- Type “create partition primary size=n” to create a primary partition on the unallocated space prepared at the beginning. “N” is the new partition size in MB.
- Type “assign letter=”N”” (N can be other drive letter not occupied currently).
- Type “format quick fs=ntfs label=”Recovery””.

Kind Remind: Step 7 can be simplified by using the “Create Partition” feature of Partition Wizard. No commands are required, only options are offered for you to select.

Step 8. Refresh Windows Explorer and copy the files & folder related to “Sources” to this new recovery partition.
Step 9. Continue typing commands in the diskpart window to make the recovery partition a protected partition.
- Type “remove letter=N” (N is the drive letter you just added) and press Enter.
- Type “set id=de94bba4-06d1-4d40-a16a-bfd50179d6ac” and press Enter.

Kind Remind: Step 9 can be finished easily by using the “Change Letter” & “Change Partition Type ID” features of MiniTool Partition Wizard.


Step 10. Now go back to the diskpart window with the following commands:
- Type “gpt attributes=0x8000000000000001” and press Enter.
- Type “exit” and hit Enter to quit diskpart. However, you are still in CMD.

Step 11. Check whether a recovery partition is created successfully.
- Type “reagentc /info” and hit Enter.
- If you see the Windows RE status is Enabled, then the recovery partition is created successfully. At this time, Type “exit” and hit Enter to end CMD.

After doing these, the recovery partition you created is missing from Windows Explorer. Now open Disk Management and you will see the attribute (not partition label) of this partition is Healthy (Recovery Partition).
Delete Recovery Partition FAQ
After making changes, verify your recovery setup and re-enable WinRE only if you have configured a valid recovery image location.
Bottom Line
Here comes to the end of this article. Now you must have had a general understanding on what is recovery partition, can I delete recovery partition, how to delete recovery partition and how to restore recovery partition in Windows 7/8/10. Hope you can benefit from this post. If you have any questions or suggestions, you can leave us comments below or directly contact [email protected], thanks in advance!

User Comments :