RyanC82
Yes, you can delete it, but do it properly. Here's the safest approach:
Step 1: Verify you have another recovery method
Since you have a USB boot drive, you're good. But make sure it actually works before you nuke the recovery partition.
Step 2: Reassign WinRE to your C: drive (Windows 11) Windows 11 actually supports storing the WinRE files on C: itself. Run this first:
reagentc /disable
reagentc /enable
This tells Windows to rebuild WinRE on C: instead of the separate partition.
Step 3: Delete the recovery partition Use diskpart (elevated Command Prompt):
diskpart
list disk
select disk 0 (or whatever your system disk is)
list partition
select partition X (the 990MB recovery partition)
delete partition override
Step 4: Extend C: Back in Disk Management, right-click C: → Extend Volume. The option should now be available since the unallocated space is directly adjacent.
Alternative if you're nervous: Use a third-party tool like GParted (boot from USB) or AOMEI Partition Assistant. They can move the recovery partition to the end of the disk without deleting it, then extend C: into the freed-up space. Takes longer but preserves recovery functionality.