How do I delete the EFI partition and then expand another partition

Chuck Balogh 21 Reputation points
2025-07-10T03:29:22.5833333+00:00

I first opened this issue in the MicrosoftAnswers community and before I could report back, it was Locked and moved somewhere (message did not indicate where). I was making progress and am pretty close to the end. I hope I am in the right place.

I was given the following instructions in one of the last posts:

|Ramesh Srinivasan [VM] has replied to your question Update Won't Install (error 800f0922). Unable to reload
Windows from media in Microsoft Support Community.| | -------- | |Ramesh Srinivasan [VM] has replied to your question Update Won't Install (error 800f0922). Unable to reload Windows from media in Microsoft Support Community.| |The Recovery partition's size is insufficient to hold the latest winre.wim image. I suggest converting the 356 MB partition to an EFI partition. Once done, delete the 100 MB EFI partition and extend the recovery partition. To convert the 356 MB partition to EFI, open admin Command Prompt and run: diskpart select volume D del part override create partition EFI format fs=fat32 quick assign letter=Y list vol list part exit ·       bcdboot  C:\Windows /s Y: /f UEFI Post the output.|

I was able to follow the instructions butwas unable to post the results because the thread was closed.

Per the instructions, I tried to delete the 100MB partition with diskpart del partition override command but I got an error. I have a screen shot but don't know how to post it.
Ultimately, I am trying to re install the winre.image.

Any help would be greatly appreciated. I would also like to know where my original thread is located.

Windows for business | Windows Client for IT Pros | Devices and deployment | Set up, install, or upgrade
0 comments No comments
{count} votes

Accepted answer
  1. Ramesh Srinivasan 164.5K Reputation points Volunteer Moderator
    2025-07-16T15:42:36.5133333+00:00

    Yes. It looks good. Let me know if you have any questions.

    1 person found this answer helpful.

15 additional answers

Sort by: Most helpful
  1. BryceSor 3,885 Reputation points Volunteer Moderator
    2025-07-10T22:59:41.29+00:00

    Hi Chuck Balogh,

    I am trying to get in touch with https://learn.microsoft.com/en-us/users/ramesh-9281/ so he can continue to help you. I have left him a message so hopefully he will help you soon, not sure what time he is on so might take a few hours.

    Use the following if you are happy using CMD etc or wait for Ramesh.

    In Windows CMD admin run bcdedit /enum firmware then look at the {bootmgr} entry — especially the device line. It should reference partition=Y:. If it does then you can delete the 100MB partition by either from within Windows CMD

    diskpart

    select disk 0

    select partition 4

    delete partition override

    Option 2:

    Use a Windows install USB

    Boot from the Windows 11 install media

    On the language screen, press Shift + F10 to open Command Prompt

    Run DiskPart again and delete Partition 4 using:

    cmd

    diskpart

    select disk 0

    select partition 4

    delete partition override

    If any partitions are marked system, etc by Windows delete will fail.

    1 person found this answer helpful.
    0 comments No comments

  2. Chuck Balogh 21 Reputation points
    2025-07-10T12:15:11.91+00:00

    Here is a screen shot of my cmd shell work results and my current disk management

    JFW_1_NewUEFI

    JFW_1_DiskMgmt


  3. BryceSor 3,885 Reputation points Volunteer Moderator
    2025-07-10T22:57:44.0833333+00:00

    Hi Chuck Balogh,

    Posted in wrong place

    0 comments No comments

  4. Chuck Balogh 21 Reputation points
    2025-07-16T02:02:45.4866667+00:00

    JFW_1_Disc0

    I followed the above and was able to delete partition 4. I tried to then combine the new unallocated space with the 356MB EFI partition and could not do it. I used Aoemi Partition Assistant (which I have used before) but the 356MB partition was greyed out and I could not combine it with the unallocated space.

    I did check and the winre.wim file was not there but I was able to extract the install.esd from my Win 11 boot disc. I'm stuck with how to merge the 2 partitions.

    I am also confused as to why I have two recovery partitions on my system disc.

    I appreciate any help.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.