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-04-22T17:28:47+00:00

    select part*<WinRE partition index>*

    shrink desired=250 minimum=250

    create partition primary id=de94bba4-06d1-4d40-a16a-bfd50179d6ac

    gpt attributes =0x8000000000000001

    format quick fs=ntfs label=”Windows RE tools”

    list vol

    exit (from diskpart)

    You are providing code that is sure to fail.

    select part*<WinRE partition index>*

    shrink desired=250 minimum=250

    This makes an attempt at SHRINKING the RECOVERY PARTITION.

    create partition primary id=de94bba4-06d1-4d40-a16a-bfd50179d6ac

    gpt attributes =0x8000000000000001

    This tries to create a partition in space that is NOT THERE as the preceding command has FAILED and NO partition has been DELETED.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-04-22T17:05:10+00:00

    You do not need to delete the information in the existing recovery partition - I increased the size and deleted the files but it didn't work. Your instructions, although helpful, did not work in my situation. I did additional research and what I posted worked. No need for third party partition software, no need to resort to disk manager, no need to temporarily unhide the recovery partition and assign a drive name.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-04-22T16:56:49+00:00

    The video may. You don't.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2024-04-22T16:54:37+00:00

    It actually expands the partition, did you watch the youtube video or read the microsoft workaround page? Methinks you have not.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2024-04-22T16:49:36+00:00

    select part*<WinRE partition index>*

    shrink desired=250 minimum=250

    create partition primary id=de94bba4-06d1-4d40-a16a-bfd50179d6ac

    gpt attributes =0x8000000000000001

    format quick fs=ntfs label=”Windows RE tools”

    list vol

    exit (from diskpart)

    You're adding confusion. Recovery partition shrunk (attempted, as it fails) 😲, nothing deleted 😲, install.esd converted when it can be opened in 7-zip 😲, partitions altered when replacing Winre.wim is enough 😲.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments