Don’t worry — this is a common Windows 11 issue.
This error appears when the Windows Recovery Environment (WinRE) is:
-
Disabled
-
Missing
-
Or not properly registered
In this complete guide, you’ll learn exactly how to fix it step by step — without reinstalling Windows.
Method 1 – Enable Windows Recovery (Quick Fix)
Most of the time, WinRE is simply disabled.
Step 1 – Open Command Prompt as Administrator
-
Click Start
-
Search for cmd
-
Right-click → Run as Administrator
Step 2 – Enable WinRE
Type:
reagentc /enable
Press Enter.
If it works, you’re done.
Now verify:
reagentc /info
If you see:
Windows RE status: Enabled
You’re good to go.
Try Reset This PC again.
If You See: “Windows RE image was not found”
Then WinRE file is missing or path is incorrect.
Step 3 – Check If winre.wim Exists
Search for:
Usually located in:
If file exists → we just need to set the correct path.
🔎 Download Everything Software
Step 4 – Set Correct Recovery Path
Run this:
reagentc /setreimage /path C:\Recovery\WindowsRE
Press Enter.
You should see:
Then enable again:
reagentc /enable
Check status:
reagentc /info
Now Try Reset This PC Again
Go to:
Settings → System → Recovery → Reset this PC
You should now see:
-
Cloud Download
-
Local Reinstall
And the reset process should start normally.
If winre.wim File Is Missing
Then we need to extract it from a Windows 11 ISO.
Method 2 – Restore winre.wim From Windows ISO
Step 1 – Download Windows 11 ISO
Download from official Microsoft website.
Make sure:
-
Same edition (Home / Pro)
-
Same language
-
Same architecture (64-bit)
Step 2 – Mount the ISO
Right-click ISO → Mount
Open mounted drive → go to:
Look for:
If you see install.esd instead, use that file in commands.
Step 3 – Check Windows Edition Index
Run:
dism /Get-WimInfo /WimFile:I:\sources\install.wim
(Replace I: with your mounted drive letter.)
Find your edition index (example: Windows 11 Pro = Index 6)
Step 4 – Create Recovery Folder (If Missing)
Run this command in CMD:
mkdir C:\Recovery\WindowsRE
Step 5 – Export winre.wim
dism /Export-Image /SourceImageFile:I:\sources\install.wim /SourceIndex:6 /DestinationImageFile:C:\Recovery\WindowsRE\winre.wim
If using ESD:
dism /Export-Image /SourceImageFile:I:\sources\install.esd /SourceIndex:6 /DestinationImageFile:C:\Recovery\WindowsRE\winre.wim
Step 6 – Enable Recovery
reagentc /setreimage /path C:\Recovery\WindowsRE
reagentc /enable
Verify:
reagentc /info
You should now see:
Final Result
You can now:
-
Factory reset your PC
-
Wipe everything
-
Reinstall Windows normally
-
Use Cloud Download or Local Reinstall
No need to reinstall Windows manually.
