Forum Discussion
Windows 11 Partitions
Recently I bought a new computer because Windows 10 is no longer supported. It came with Windows11 Pro installed. When I ran setup it partitioned my SSD into two drives. The second drive is called Data. Does Windows use this drive for anything? If not, can I delete the second drive so I can increase the size of the primary drive? Otherwise I will have no use for over half my 512 Gb SSD. I have attached a screenshot of Disk Manager above.
After trying valiantly for many hours I was unable to get a copy of winre.wim for Windows 11, version 24H2 which was deleted when I resized my Recovery partition, I finally solved the problem by reinstalling Windows.
4 Replies
- rptrCopper Contributor
Thanks for replying to my post. I tried to follow your instructions but could not get it to work. I managed to download the ISO file after some difficulty. It is now residing in my Downloads directory. The file name is Win11_25H2_English_x64_v2.iso. Is that the correct file? I double clicked the file and after several tries it did mount and appear in File Explorer. I found install.wim and downloaded 7-Zip. I right-clicked the file and chose 7-Zip. It had two Open Archive options. The first one did nothing. The second one had a bunch of options which I did not know how to choose. I chose one and a file opened up which contained a list of ten files. I was never able to access the Windows\System32\Recovery folder in the ISO file. Now when I double click the Win11_25H2_English_x64_v2.iso file in my Downloads folder it takes a long time, but finally wants to know if I want to open it. It no longer mounts and appears in File Explorer.
- rptrCopper Contributor
After trying valiantly for many hours I was unable to get a copy of winre.wim for Windows 11, version 24H2 which was deleted when I resized my Recovery partition, I finally solved the problem by reinstalling Windows.
- avishkaBandaraCopper Contributor
IF you deleted your original recovery partition earlier, you accidentally deleted the actual recovery file (which is called winre.wim). Making a new empty partition doesn't fix the error because the file itself is gone, and Windows can't enable something that doesn't exist. We just need to put a fresh copy of that file back.
Let's see if a backup is hiding on your PC.
- Go to C:\Windows\System32\Recovery.
- You'll need to enable hidden files to see anything. Click View > Show > Hidden items (you might also need to go into Options and uncheck "Hide protected operating system files").
- If you see the winre.wim file in there, awesome! If the folder is empty, no biggie, just move to Step 2
Step 2: Grab a fresh copy from Microsoft : Since the file is gone, we'll extract a new one from a Windows installer.
- Download the Windows 11 ISO from Microsoft's website.
- Double-click the downloaded ISO to "mount" it (it’ll show up on your PC like a DVD drive).
- Open it up, go to the sources folder, and look for a file called install.wim or install.esd.
- You'll need a free app like 7-Zip to open it. Just right-click the install file, choose to open it as an archive with 7-Zip, and dig down into the Windows\System32\Recovery folder.
- Drag the winre.wim file out onto your Desktop, and then copy it into your C:\Windows\System32\Recovery folder.
Step 3: Tell Windows where the file is
- Almost done! Open Command Prompt as an Administrator and type in these commands one by one, hitting Enter after each:
- Tell Windows where we put the file: reagentc /setreimage /path C:\Windows\System32\Recovery
- Turn the recovery environment on (this automatically moves the file into your new 1 GB partition): reagentc /enable
- Double-check our work: reagentc /info
It should now say "Windows RE status: Enabled"!
- rptrCopper Contributor
I was told that my new computer had a 512 Gb SSD. But I have found that I have a 223 Gb SSD and a 238 Gb SSD. So I cannot delete Drive D and extend Drive C.
The recovery partition was 850 Mb which, I was told was too small, so I deleted the recovery partition, shrank the C Drive partition, and made a new recovery partition of 1 Gb. Everything went well until I tried to enable the new recovery partition. Reagentc gives the error message "The Windows RE image was not found". How can I enable it?