Windows Update 0x80070643

Anonymous
2025-02-05T09:41:25+00:00

This error will not go away I kid you not. After increasing my recovery partition to 1GB and yet still there, ive already digged into the web deep enough and yet not even working. And no, I don't use bitlocker, just please get this annoyance off.

These 2 updates are the reason holding me back from updating windows properly

KB5050411

KB5042320

Windows for home | Windows 10 | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Ramesh 181.6K Reputation points Volunteer Moderator
2025-02-20T13:20:52+00:00

WinRE is now updated.

Your earlier output posted today.

Image

The latest output.

Image

It's good now.

You can update the WinREVersion registry value here if it's not already updated.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion

Hopefully, WU will no longer offer that update.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

75 additional answers

Sort by: Newest
  1. Ramesh 181.6K Reputation points Volunteer Moderator
    2025-02-20T13:35:32+00:00

    For some reason regedit version value haven't been updated so ill update it

    And yet windows update didn't offer the update no more.

    Finally, solved.

    Glad to hear that, Andrew. 👍

    IIRC, the offline installation method doesn't update the registry value. Has to be done manually.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2025-02-20T13:29:12+00:00

    For some reason regedit version value haven't been updated so ill update it

    And yet windows update didn't offer the update no more.

    Finally, solved.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2025-02-20T13:10:13+00:00

    there.

    Was this answer helpful?

    0 comments No comments
  4. Ramesh 181.6K Reputation points Volunteer Moderator
    2025-02-20T12:52:04+00:00

    I suppose unmount was run before get-imageinfo. That's the right order.

    Anyway, the WIM is now properly updated.

    Version : 10.0.19041

    ServicePack Build : 5363

    That's the latest WinRE version:

    Now, to move Winre back to the recovery partition, run the following and post the output.

    attrib -s -h -r c:\windows\system32\recovery\winre.wim 
    
    attrib -s -h -r c:\winre\winre.wim 
    
    ren c:\windows\system32\recovery\winre.wim winre.wim.old2 
    
    md \\?\GLOBALROOT\device\harddisk0\partition4\Recovery 
    
    md \\?\GLOBALROOT\device\harddisk0\partition4\Recovery\WindowsRE 
    
    copy c:\winre\winre.wim \\?\GLOBALROOT\device\harddisk0\partition4\Recovery\WindowsRE\ 
    
    copy c:\winre\winre.wim c:\windows\system32\recovery\ 
    
    reagentc /setreimage /path \\?\GLOBALROOT\device\harddisk0\partition4\Recovery\WindowsRE 
    
    reagentc /enable 
    
    reagentc /info 
    
    Dism /Get-ImageInfo /ImageFile:\\?\GLOBALROOT\device\harddisk0\partition4\Recovery\WindowsRE\winre.wim /index:1
    

    Was this answer helpful?

    0 comments No comments