In this tutorial, we will guide you through the process of increasing the Windows Recovery Environment (WinRE) partition size on your Windows 11 computer. This is particularly useful if you’re experiencing issues due to an insufficient Recovery Partition size, which can prevent important updates from installing correctly.

Step 1: Check and Disable WinRE

Before modifying the partitions, you need to check if WinRE is installed and disable it if necessary. Follow these steps:

  1. Open the Start Menu and search for Command Prompt.
  2. Right-click on Command Prompt and select Run as administrator.
  3. To check the WinRE status, type the following command and press Enter:
  4. reagentc /info
  5. If WinRE is installed, you will see a “Windows RE location” with a path to the WinRE directory.
  6. To disable the WinRE, run the following command:
  7. reagentc /disable

Step 2: Shrink OS Partition

Now you will shrink the OS partition to make room for a new recovery partition. Proceed with the following steps:

  1. In the same elevated Command Prompt window, type the following command to open DiskPart:
  2. diskpart
  3. List all disks connected to your system:
  4. list disk
  5. Select your OS disk by running:
  6. sel disk [OS disk index]
  7. Reconfirm the selected disk:
  8. list disk
  9. Select the OS partition that you want to shrink:
  10. sel part [partition index]
  11. Shrink the drive by executing this command (adjust the values as necessary):
  12. shrink desired=250 minimum=250
  13. To delete the WinRE partition, type the following command:
  14. delete partition override

Step 3: Create a New Recovery Partition

In this step, you will create a new WinRE partition. Follow these instructions:

  1. Verify the partition style (GPT or MBR) by typing:
  2. list disk
  3. If you see an asterisk (*) under the “Gpt” column, run the following command for GPT:
  4. create partition primary id=de94bba4-06d1-4d40-a16a-bfd50179d6ac
  5. If it is MBR, use this command:
  6. create partition primary id=27
  7. Now, you need to format the new partition. Execute this command:
  8. format quick fs=ntfs label="Windows RE tools"

Step 4: Confirm Partition and Enable WinRE

The final step is to confirm that the new WinRE partition has been created successfully and enable WinRE again:

  1. Check the volume list to confirm the creation:
  2. list vol
  3. Exit the DiskPart utility:
  4. exit
  5. Re-enable WinRE using this command:
  6. reagentc /enable
  7. Finally, confirm WinRE is enabled:
  8. reagentc /info

Extra Tips & Common Issues

Before you get started, consider the following tips to ensure a smooth process:

  • Always back up important data before modifying disk partitions.
  • Ensure you run the Command Prompt as Administrator to avoid permission issues.
  • If you encounter errors at any step, double-check for typographical errors or commands that may be outdated.

Conclusion

By following these steps, you should now have a larger WinRE partition on your Windows 11 system, accommodating necessary updates without any issues. For additional resources and technical issues, feel free to explore our other guides.

Content Protection by DMCA.com