How to delete the Recovery Partition in Windows 10?

Ian Boyd

I need to convert the disk containing my operating system to a dynamic disk (from a basic disk). Unfortunately there is no room on the disk to convert the drive from basic to dynamic.

Microsoft documents the problem, and notes the solution is to delete the last partition on the disk:

Not Enough Space Available to Upgrade to a Dynamic Disk

RESOLUTION

Start Disk Manager, right-click the last partition, and then click Delete Partition.

Note: I don't need a reason to ask my question. But if anyone would refuse to answer the question unless i gave a justification, there one is.

enter image description here

It's important to note that:

  • this recovery partition didn't come from an OEM
  • the recovery partition was created when Windows 7 Retail was cleanly installed on the PC

Bonus Question: Why did Windows 7 create a "Recovery Partition"?
Bonus Question: How do you create, or re-create, a "Recovery Partition" on a hard drive that does not have one?

Fortunately i don't have to back anything up from this Recovery Partition, since Windows says it is empty:

enter image description here

Except the directions on Microsoft support don't work - there is no option to delete the recovery partition:

enter image description here

Microsoft says you can use the Create Recovery Drive to delete a recovery partition

From Create a USB recovery drive, which is used to create a USB recovery drive, there is supposed to be an option at the end of the wizard to delete the recovery partition on the hard drive:

When the process is done, do one of the following:

  • If you want to keep the recovery partition on your PC, tap or click Finish.

If you want to remove the recovery partition from your PC and free up disk space, tap or click Delete the recovery partition. Then tap or click Delete. This will free up the disk space used to store your recovery image. When the removal is done, tap or click Finish.

Note

Some PCs don't offer the option to remove a recovery partition. If you experience this, there isn't a recovery partition on your PC that's using additional disc space.

When i complete the wizard, there isn't offered the option to remove a recovery partition:

enter image description here

Which apparently means that my machine doesn't have a Recovery Partition, yet i refer you to:

enter image description here

Which causes the questions:

  • do i have a Recovery Partition?
  • Why does Windows say that i do?
  • Why does Windows say that i don't?
  • Why did Windows create the Recovery Parition in the first place?
  • Why is the Recovery Partition empty?
  • Why does Windows not let a user delete a Recovery Partition?

The problem i'm actually trying to solve is how do i convert the disk to dynamic (without reinstalling Windows of course).

DiskPart

I tried using DiskPart from an elevated command prompt:

>diskpart
DISKPART> select disk 0
DISKPART> select partition 3
DISKPART> delete partition

Virtual Disk Service error:
Cannot delete a protected partition without the force protected parameter set.
Kavinci

There is plenty of space on the disk. You are getting this error for a different reason. If your machine is anything but a desktop then you would get the error you have.

https://technet.microsoft.com/library/354e5163-f388-4354-984c-ea4e4206694c

You aren't able to delete the recovery partition because it EFI protected. You should be able to force by using the override command.

https://technet.microsoft.com/en-us/library/cc766465(v=ws.10).aspx

I would try using diskpart (from an elevated command prompt) to delete the partition and convert to dynamic disk.

DISKPART> list disk
DISKPART> select disk 4

Disk 4 is now the selected disk.

DISKPART> list partition

  Partition ###  Type              Size     Offset
  -------------  ----------------  -------  -------
  Partition 1    Primary            223 GB  1024 KB
  Partition 3    Recovery           450 MB   223 GB

DISKPART> select partition 3

Partition 3 is now the selected partition.

DISKPART> delete partition override

DiskPart successfully deleted the selected partition.

DISKPART> list partition

  Partition ###  Type              Size     Offset
  -------------  ----------------  -------  -------
  Partition 1    Primary            223 GB  1024 KB

Usually I re-purpose drives so I don't worry about data loss but back up your data and use a desktop.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Windows 10 update created a recovery partition - How to hide that partition?

From Dev

How do I delete a Windows 8 recovery partition that won't delete through command prompt

From Dev

How to determine whether healthy Windows 10 partition safe to delete

From Dev

How to create bootable recovery partition to restore windows 7 partition as it is now

From Dev

Windows 10: Does the recovery partition need to be mounted all the time?

From Dev

Safe delete second EFI Partition - Windows 10

From Dev

How to expand the WINDOWS partition when the Recovery one is in the way?

From Dev

Go back to Windows 7 from Windows 10 from unaccessible recovery partition

From Dev

Windows 10 - Recovery loop

From Dev

Windows 10 Recovery

From Dev

How to create a recovery partition in memory

From Dev

Windows 10 after restoring the system from an image in a recovery partition, assigns it a letter

From Dev

How can I shrink a Windows 10 partition?

From Dev

How to access efi partition on windows 10?

From Dev

Windows 10 I have two recovery partitions, and one is >10GB. What is this and is it ok to delete?

From Dev

How to force Windows 10 reset/recovery/repair with only partial boot

From Dev

What is this Recovery Partition for on a fresh installation of Windows?

From Dev

Creating a recovery disk of Windows 10

From Dev

Recovery windows 10 home key

From Dev

How do I reinstall Windows 7 (from Dell recovery partition) while keeping my dual boot configuration?

From Dev

How do I restore Windows 8 on an Ultrabook from the system recovery partition?

From Dev

How do I reinstall Windows 7 (from Dell recovery partition) while keeping my dual boot configuration?

From Dev

HP Pavilion DV7 laptop - how to reinstall Windows without recovery partition?

From Dev

UEFI dual-boot, how to load recovery partition (Windows 8) after installing Ubuntu

From Dev

Separate Partition for Windows 10

From Dev

How to remove Windows 7 partition and install Windows 10

From Dev

Getting back Windows 10 recovery which has windows 7 recovery

From Dev

How to recovery files from lost a deleted partition

From Dev

Should I delete my recovery partition while installing a different OS?

Related Related

  1. 1

    Windows 10 update created a recovery partition - How to hide that partition?

  2. 2

    How do I delete a Windows 8 recovery partition that won't delete through command prompt

  3. 3

    How to determine whether healthy Windows 10 partition safe to delete

  4. 4

    How to create bootable recovery partition to restore windows 7 partition as it is now

  5. 5

    Windows 10: Does the recovery partition need to be mounted all the time?

  6. 6

    Safe delete second EFI Partition - Windows 10

  7. 7

    How to expand the WINDOWS partition when the Recovery one is in the way?

  8. 8

    Go back to Windows 7 from Windows 10 from unaccessible recovery partition

  9. 9

    Windows 10 - Recovery loop

  10. 10

    Windows 10 Recovery

  11. 11

    How to create a recovery partition in memory

  12. 12

    Windows 10 after restoring the system from an image in a recovery partition, assigns it a letter

  13. 13

    How can I shrink a Windows 10 partition?

  14. 14

    How to access efi partition on windows 10?

  15. 15

    Windows 10 I have two recovery partitions, and one is >10GB. What is this and is it ok to delete?

  16. 16

    How to force Windows 10 reset/recovery/repair with only partial boot

  17. 17

    What is this Recovery Partition for on a fresh installation of Windows?

  18. 18

    Creating a recovery disk of Windows 10

  19. 19

    Recovery windows 10 home key

  20. 20

    How do I reinstall Windows 7 (from Dell recovery partition) while keeping my dual boot configuration?

  21. 21

    How do I restore Windows 8 on an Ultrabook from the system recovery partition?

  22. 22

    How do I reinstall Windows 7 (from Dell recovery partition) while keeping my dual boot configuration?

  23. 23

    HP Pavilion DV7 laptop - how to reinstall Windows without recovery partition?

  24. 24

    UEFI dual-boot, how to load recovery partition (Windows 8) after installing Ubuntu

  25. 25

    Separate Partition for Windows 10

  26. 26

    How to remove Windows 7 partition and install Windows 10

  27. 27

    Getting back Windows 10 recovery which has windows 7 recovery

  28. 28

    How to recovery files from lost a deleted partition

  29. 29

    Should I delete my recovery partition while installing a different OS?

HotTag

Archive