Home > Article > System Tutorial > How to delete win11 disk recovery partition
If we have used disk recovery and backup related functions, a recovery partition may be left in the system, which not only takes up a lot of space but is of no use, then how to delete the win11 disk recovery partition.
1. First, right-click the start menu and open "Run"
2. Enter " cmd" and "OK" to open the command prompt.
3. After opening, enter "diskpart" and press Enter to run.
4. Then enter "list disk" and press Enter to view all your disks.
5. Enter "select disk number" and press Enter to select the disk you want to edit.
6. After selecting, enter "list volume" and press Enter to display all partitions.
7. Finally, enter "select volume number" and "delete volume override" to delete it.
The above is the detailed content of How to delete win11 disk recovery partition. For more information, please follow other related articles on the PHP Chinese website!