[FIXED] REAGENTC.EXE: The Windows RE image was not found

Опубликовано: 26 Май 2026
на канале: TechySavvy
1,440
10

#windows #windows11 #windows11 #troubleshooting #microsoft #error


“REAGENTC.EXE: The Windows RE image was not found” - Restore WinRE from Windows ISO (Winre.wim)

"The Windows RE image was not found" or
"Cannot find recovery environment"


Windows 11 Download Link for evaluation:-

https://www.microsoft.com/en-us/softw...

Run CMD as Administrator

Step 1:-

dism /Get-WimInfo /WimFile:D:\sources\install.wim
(If your ISO has install.esd, use that instead of .wim in the command).


Step 2:-
Create a mount folder:
md C:\mount
Mount the image:
dism /Mount-Image /ImageFile:D:\sources\install.wim /Index:6 /MountDir:C:\mount /ReadOnly

(Replace 6 with your specific index number).


Step 3:-
Locate and copy:
copy C:\mount\Windows\System32\Recovery\Winre.wim C:\Windows\System32\Recovery\


Step 4:-
Unmount: dism /Unmount-Image /MountDir:C:\mount /Discard
Remove the folder: rd C:\mount

Final Step:-

reagentc /setreimage /path C:\Windows\System32\Recovery
reagentc /enable

How to fix corrupted winre.wim file any HP/Dell/Lenovo laptops.
How to check winre status reagentc /info windows 11 command

How to Extend C: Drive When "Extend Volume" is Grayed Out
   • How to Extend C: Drive When "Extend Volume...  

0:00 Intro & Problem
0:24 Prerequisites & Download ISO
0:48 Find Windows Index Number
1:14 Mount Disk Image
1:41 Copy WinRe.wim
2:09 Enable ReagentC