Recovery

Fix Invalid Recovery Area error on Windows 10

Fix Invalid Recovery Area error on Windows 10

If when you try to access the Windows Recovery Environment (WinRE) on your Windows 10 device, you encounter the error message Invalid Recovery Area on a blank screen, then this post will help you successfully resolve this issue.

The cause of this error is mainly that the recovery partition on your PC that houses the Windows RE is not intact, either because it has been deleted or just inaccessible due to some unknown reasons. Other reasons could be the following:

Fix Invalid Recovery Area error

If you're faced with this issue, you can try our recommended solutions below in no particular order and see if that helps to resolve the issue.

  1. Enable Windows RE
  2. Check BCD Entries for WinRE
  3. Reset WinRE settings in ReAgent.xml file
  4. Find and copy the Winre.wim file manually
  5. Perform Windows 10 In-Place Upgrade Repair

Let's take a look at the description of the process involved concerning each of the listed solutions.

1] Enable Windows RE

If the Windows recovery environment is disabled, you'll encounter the error. In this case, you can enable Windows RE. Here's how:

First you need to check the status of WinRE.

reagent /info

If the Windows RE status shows Disabled, input the command below and hit Enter to turn on the WinRE.

reagentc /enable

After enabling this option, and you still could not access the Recovery environment in Windows 10, try the next solution.

2] Check BCD Entries for WinRE

Windows Boot Loader determines if it has to load Windows RE. It is possible that the loader is pointing to an incorrect location.

Open PowerShell with admin privileges, and execute this command:

bcdedit /enum all

Look for an entry in Windows Boot Loader identifier set as Current.

In that section, find “recoverysequence” and note the GUID.

Again, in the result, search for Windows Boot Loader identifier set as the noted GUID.

Make sure that the device and osdevice items show the path for the Winre.wim file and they are the same. If not, we will have to point the current identifier to one which has the same.

Once you find the new GUID, run the command:

bcdedit /set current recoverysequence GUID_which_has_same_path_of_device_and_device

See if this resolves the issue.

3] Reset WinRE settings in ReAgent.xml file

This solution requires you to reset the recovery environment settings in ReAgent.xml file (backup this file in advance).

On Windows 10, just delete the ReAgent.xml file and it will be automatically created the next time you enable WinRE.

The ReAgent.xml file should be located in the dirctory path below - assuming C is the drive housing the Windows 10 installation.

C:\Recovery\WindowsRE

Note: You may need to show hidden files and folders to find and delete the file.

4] Find and copy the Winre.wim file manually

Do the following:

dir /a /s c:\winre.wim

If you have found the file, copy it into a default location by running the commands below one after the other:

attrib -h -s c:\Recovery\3b09be7c-2b1f-11e0-b06a-be7a471d71d6\winre.wim xcopy /h c:\Recovery\3b09be7c-2b1f-11e0-b06a-be7a471d71d6\winre.wim c:\Windows\System32\Recovery

If you couldn't find the file on your local drive, you can copy it from a similar Windows 10 installation instance(the OS version and the system architecture must match), or from the install media/bootable USB flash drive.

To do it, open the \sources\install.wim (or install.esd) on the DVD/ ISO image using 7-Zip and extract the \Windows\System32\Recovery\Winre.wim and ReAgent.xml to the C:\Windows\System32\Recovery folder.

The original boot.sdi file must be copied from the \Windows\Boot\DVD folder.

Once you have copied a healthy winre.wim file, try accessing the recovery environment and if the issue persists, try the next solution.

5] Perform Windows 10 In-Place Upgrade Repair

This solution requires you to perform a Windows 10 in-place upgrade repair. A repair upgrade is a process of installing Windows 10 over the existing installation of Windows 10 on your hard disk, using your installation DVD or ISO file.

Performing this can repair broken operating system files while preserving your personal files, settings, and installed applications.

Hope this helps!

Gry Open Source Ports of Commercial Game Engines
Open Source Ports of Commercial Game Engines
Free, open source and cross-platform game engine recreations can be used to play old as well as some of the fairly recent game titles. This article wi...
Gry Najlepsze gry wiersza poleceń dla systemu Linux
Najlepsze gry wiersza poleceń dla systemu Linux
Wiersz poleceń jest nie tylko twoim największym sprzymierzeńcem podczas korzystania z Linuksa - może być również źródłem rozrywki, ponieważ możesz go ...
Gry Najlepsze aplikacje do mapowania gamepada dla systemu Linux
Najlepsze aplikacje do mapowania gamepada dla systemu Linux
Jeśli lubisz grać w gry na Linuksie za pomocą gamepada zamiast typowego systemu wprowadzania klawiatury i myszy, jest kilka przydatnych aplikacji dla ...