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: Newest
  1. Anonymous
    2024-03-20T13:53:41+00:00

    The partition seems to have its drive letter still assigned. :/

    Image

    You're looking at an old image. I showed an after v before running (re-running!) reagentc /disable /enable. This is the prior to running. The partition now shows no drive letter as in the 'after' snap shown before...

    But at the same time, in Explorer...

    How's that for a tick 😎

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-03-20T12:19:45+00:00

    Interesting the recovery disk still shows in Explorer.

    The partition seems to have its drive letter still assigned. :/

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-03-20T12:01:58+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.

    I have more than one device @lewcarver.

    I have an old 'office' machine dedicated to running some accounting software a couple of times per month. This has rotating media, 1TB and is MBR. I ran through KB5028997: Instructions to manually resize your partition to install the WinREsome weeks back, giving it a 1GB recovery partition in the unused 500GB of the 'new' disk, and KB5034441 complete without error. This is the machine you have seen screen grabs from.

    Despite KB5028997 being followed to the letter, the recovery partiiotn seems empty, but that's now been rectified by the reagentc /disable /enable change. Interesting the recovery disk still shows in Explorer.

    But I have other machines, specifically this one, my main laptop, a Dell XPS 9360 with SSD. This machine us a GPT device. KB5028997 covers GPT devices, but I have these odd 3x and more than 12GB recovery partitions on this machine. I have not yet 'played' with this device, wishfully hoping for an update from MS. This doesn't seem to be materialising, but i have seen mention of KB5034441 having been withdrawn, although I'm not sure I believe that as this machine keeps attempting it ... at this moment in fact as I check again to see what it thinks.

    I will consider this and another XPS 'shortly', but also have other things I need to get on with so it likely won't be today 🙂

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2024-03-20T11:17:47+00:00

    Hi @Volume Z. I looked back and found a reference to 'critical considerations' when working on SSD, although I've seen several, just not gone back and found every one. On 14-Feb, page 11, Dave494 said...

    For anyone else reading: it's very important to disable SSD over-provisioning on the OS drive using the SSD maker's tool or if you have Intel Optane (on the OS drive), make sure it's turned OFF (using the Intel app) before you resize the recovery partition to 1500 (1.5 GB), otherwise you will encounter problems or possibly data loss!

    Please BACK UP important data saved on the Windows drive BEFORE YOU BEGIN, just in case.

    You can re-enable Intel Optane or over-provisioning after resizing the partitions.

    Follow the advice at your own risk.

    Guess I need to check the controller for this SSD. I can see write caching is enabled, but guess I should research SSD over-provisioning and Intel Optane.

    Optane may be the simple one: "a standalone memory device that is different from all the rest" and seems to sits as a 'L3' cache between processor and storage media, and doesn't seem to be an option on a Dell XPS 9360 (this laptop), so that's a pretty good lead to discount that one!

    On the SS over-provisioning piece, Samsung publish quite a nice piece on SSD over-provisioning, 'wear-levelling' and some of the internal constraints of SS v magnetic media and explain: "This space (NAND flash to an over-provisioning space) can only be accessed by the SSD’s controller and not by the host" (lower part, page 2). They also publish 'Magician', a tool for reviewing and managing Samsung storage media. This includes a section for Over Provisioning, but it reports my PM981 NVMe 1TB drive isn't supported. Now off investigating any driver updates and the like. This update seems to be a wormhole that draws you ever in!

    Was this answer helpful?

    0 comments No comments
  5. 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