Share via

How to remove unwanted recovery partitions

Snookred 31 Reputation points
2025-11-19T17:19:40.6066667+00:00

Just obtained new Windows 11 laptop (Dell DC15250) and have nearly 90 more days for free return.

This computer was obtained not because I wanted Win11 but rather because I needed a replacement laptop and it is becoming hard to buy Win10 or older versions.

I have my own system for performing backup and recovery and the Windows method that relies on the so-called recovery partition is of no use to me. Therefore, I'd like to delete 3 partition that show up in the Computer Management/Disk Management screen and recover that space for use by my own data. While it appears as though the Disk Management GUI won't allow deletion of those partitions I'm fairly sure that I can do it using the diskpart command. Before trying that I thought it worthwhile to ask if maybe there is a method that is preferred by Microsoft and may produce a better result under Win11???

Windows for home | Windows 11 | Files, folders, and storage
0 comments No comments

4 answers

Sort by: Most helpful
  1. JC 8,225 Reputation points Independent Advisor
    2025-11-19T17:53:40.67+00:00

    Hello,

    Yes you can delete the recovery partition using diskpart, however windows recovery will likely not function afterwards, but if you have your own backup system it’s safe to get rid of it.

    Hope this helps,

    JC

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. Snookred 31 Reputation points
    2025-11-20T00:18:44.78+00:00

    It looks like, in this case, the parameter is named OVERRIDE.

    Was this answer helpful?

    0 comments No comments

  3. Snookred 31 Reputation points
    2025-11-19T20:17:52.6433333+00:00

    When I try to do what is described above I'm told I need something called a " force protected parameter" to have been set. What's that about?

    Was this answer helpful?

    0 comments No comments

  4. AI answer

    2025-11-19T17:20:12.99+00:00

    To remove unwanted recovery partitions in Windows 11, you can indeed use the DiskPart command-line utility. However, it's important to note that recovery partitions are typically used for system recovery and may be necessary for certain recovery operations. If you are sure you want to delete them, follow these steps:

    1. Open Command Prompt as Administrator:
      • Right-click on the Start button and select "Windows Terminal (Admin)" or "Command Prompt (Admin)".
    2. Launch DiskPart:
      • Type diskpart and press Enter.
    3. List Disks:
      • Type list disk and press Enter to see all the disks on your system.
    4. Select the Disk:
      • Identify the disk that contains the recovery partitions (usually Disk 0) and type select disk 0 (replace 0 with the appropriate disk number if necessary).
    5. List Partitions:
      • Type list partition to see all partitions on the selected disk.
    6. Select and Delete the Recovery Partitions:
      • For each recovery partition you want to delete, type select partition X (replace X with the partition number) and then type delete partition.
    7. Exit DiskPart:
      • Once you have deleted the desired partitions, type exit to leave DiskPart and close the Command Prompt.

    Be cautious when deleting partitions, as this action is irreversible and can affect your system's recovery options. If you are unsure, consider backing up your data or consulting with a professional.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.