Windows update (KB5034441) Error (0x80070643)

Anonymous
2024-01-23T05:38:57+00:00

When I tried to install the windows update "2024-01 Security Update for Windows 10 Version 22H2 for x64-based Systems (KB5034441)" I received the error code (0x80070643).

I have already tried, restarting my computer, waiting a bit before retrying, running a memory diagnostic check, checking all my drivers for updates, installing optional updates, and running a malware scan.

When I tried to run the windows update troubleshooter it said "diagnosing problems" but never fixed them and I was still unable to install the update after running the trouble shooter.

Any help would be appreciated.

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

513 answers

Sort by: Most helpful
  1. Anonymous
    2024-03-20T01:36:54+00:00

    I am curious what kind of Win OS Drive do you have? Is it GPT or MBR. This is important. It sounds like you have a MBR. If you follow the directions given for an MBR Drive to the letter the Partition is not ID'd properly. Also I assume you are NOT using Bitlocker. Also assume you do not have a Over Partitioning SSD active or a Momentum Cache active on SSD. Please read through all this first.

    By your screen shot it looks like reagentc is working properly and is pointed at Partition 4. Likely you are on DISK 0. Your size is plenty big, unless you want it to be 1024 (this will equal 1000MB).

    Before you start run reagentc /disable.

    Wish you had a screen shot of Disk Management screen.

    I believe you just have not ID'd the Partition 4 properly to either the MBR Disk ( ID=27) To do this using DISKPART just navigate to your Partition 4 and then use the command SETID=27

    Exit and

    reagentc /enabled

    Exit again.

    Restart the PC

    For the GPT Drive if you have it (ID=de94bba4-06d1-4d40-a16a-bfd50179d6ac and followed by the command gpt attributes =0x8000000000000001 This is 0x8 with 14 zero's and a 1. This is straight out of KB5028997. You can go to CMD ADMIN then DISKPART then use SEL DISK 0 and SEL PART 4 and DET PART (this is details) to be sure you are looking at the right partition. If you see the above ID in the TYPE: then do nothing. If you see the above Attrib: code then do nothing. Otherwise you need to use SETID= (the code above no spaces and enter) then set ATTRIBUTES= (the code above no spaces and enter) You can check your work with DET PART and look at the details of the partition. Should look like this:

    Partition : 4

    Type : de94bba4-06d1-4d40-a16a-bfd50179d6ac

    Hidden : Yes

    Attrib : 0x8000000000000001

    Offset in Bytes: (A huge number)

    Now type exit (out of DISKPART).

    now type reagentc /enable

    It should come back with a normal Operation Successful reagentc

    Exit again.

    Restart your PC.

    If this is too much, just start over with the deleting and creation of your Partition 4. The directions from Microsoft do work if followed for the GPT Drive Type.

    Read Below, watch the video.

    When you are done, you should not see this hidden partition in File Manager, you will see it in Disk Management and it will be identified as a Healthy Recovery Partition.

    Not sure you looked at my earlier post, but you can download the Mini Tool Partition Wizard (Free). You can LABEL the Partition if you want. Windows will know where it is and what it is by the ID.

    If you like videos this one on Creating a Recovery Partition is very good: https://www.youtube.com/watch?v=hlNtLcFqfOo

    Follow the directions EXACTLY.

    PS: One person said the Windows Recovery Partition is always 4. This is not quite right, on my machines it is usually 4, but can be 3 or 7 or others, or it could be one of two Recovery Partitions (this is what my Win 11 machine has. and one of my Win 10 PCs). PS: Win 11 machine did this update with no trouble.

    With my older MBR PC I did need to go back and ID the Partition with the SETID=27 command. Pretty sure most people who do all this stuff have to do the same thing.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-03-19T20:09:39+00:00

    dire warnings about playing with partitions on SSD without disabling write cache/some other setting?

    Never seen any, and I'm using an SSD myself. :/

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-03-19T17:33:13+00:00

    And dire warnings about playing with partitions on SSD without disabling write cache/some other setting? Proceed as normal, or anything extra for SSD? And BTW, a BIG thank you 😃

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2024-03-19T16:41:32+00:00

    Only partition 4 is the one that holds Windows RE. If you stick to the letters of KB5028997, everything should go well this time. The one that needs shrinking is drive C which can be done in disk management.

    Run

    reagentc /info

    to ensure KB5034441 fails for lack of space and not for Windows RE being currently disabled.

    1. reagentc /info confirms Win RE is enabled:

    2. KB5034441 failed with 0x80070643 - ERROR_INSTALL_FAILURE. Doesn't explicitly say size, just install falure 3. How do you know only partition 4 is used for Win RE? What are you seeing that tells you that? Simply that it's the first recovery partition? 4. Partition 4 is already 812MB and so above the limit MS seem to imply. You think it needs to be 1GB? Why can KB5034441 not complete with 813MB already? 5. What's the need to shrink C:? There's a further 11.7GB sat in recovery partitions 5 and 6. Why not delete them and use that space? 6. Do you understand the 3x recovery partitions and the HUGE size of partition 5 (10.65GB). Why 3? What are they each used for? 7. Can partitions 4, 5 and 6 all be deleted, reclaiming 12GB, extend partition 3 (C:) by 10 or even 11GB, and create a new 2 or 1GB recovery partition on the end of the disk and then rebuild using reagentc /enable

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2024-03-19T15:42:00+00:00

    Only partition 4 is the one that holds Windows RE. If you stick to the letters of KB5028997, everything should go well this time. The one that needs shrinking is drive C which can be done in disk management.

    Run

    reagentc /info

    to ensure KB5034441 fails for lack of space and not for Windows RE being currently disabled.

    Was this answer helpful?

    0 comments No comments