How To Fix Windows 10 Update error 0x80070643?

When attempting to install the Windows KB5034441 security update for BitLocker on Patch Tuesday millions of Windows 10 users are greeted by the 0x80070643 errors and the installation is failing.

After the failed installation, the PC would reboot with a failed installation message and ask users to try again.

The error stated that,

“There were some problems installing updates, but we’ll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x80070643).”

The update brought a BitLocker encryption bypass that allows users to access encrypted data.

So basically, Microsoft is installing a new version of the Windows Recovery Environment (WinRE) that fixes the BitLocker vulnerability.

Microsoft has also shared a solution to fix the aforementioned problem, so feel free to follow it if you’re facing the issue,

  1. Open the Command Prompt window (cmd) as admin.
  2. To check the WinRE status, runย reagentc /info. If the WinRE is installed, there should be a โ€œWindows RE locationโ€ with a path to the WinRE directory. An example is, โ€œWindows RE location: [file://%3f/GLOBALROOT/device/harddisk0/partition4/Recovery/WindowsRE]\\?\GLOBALROOT\device\harddisk0\partition4\Recovery\WindowsRE.โ€ Here, the number after โ€œharddiskโ€ and โ€œpartitionโ€ is the index of the disk and partition WinRE is on.
  3. To disable the WinRE, runย reagentc /disable
  4. Shrink the OS partition and prepare the disk for a new recovery partition.
    1. To shrink the OS, runย diskpart
    2. Runย list disk
    3. To select the OS disk, runย sel disk<OS disk index>ย  This should be the same disk index as WinRE.
    4. To check the partition under the OS disk and find the OS partition, runย list part
    5. To select the OS partition, runย sel part<OS partition index>
    6. Runย shrinkย desired=250 minimum=250
    7. To select the WinRE partition, runย sel part<WinRE partition index>
    8. To delete the WinRE partition, runย delete partition override
  5. Create a new recovery partition.
    1. First, check if the disk partition style is a GUID Partition Table (GPT)ย or a Master Boot Record (MBR).ย  To do that, runย list disk. Check if there isย an asterisk character (*) in the โ€œGptโ€ column.ย  If there is an asterisk character (*), then the drive is GPT. Otherwise, the drive is MBR.
      1. If your disk is GPT, runย create partition primary id=de94bba4-06d1-4d40-a16a-bfd50179d6acย followed by the commandย gpt attributes =0x8000000000000001
      2. If your disk is MBR, runย create partition primary id=27
    2. To format the partition, runย format quick fs=ntfs label=โ€Windows RE toolsโ€
  6. To confirm that the WinRE partition is created, runย list vol
  7. To exit from diskpart, runย exit
  8. To re-enable WinRE, runย reagentc /enable
  9. To confirm where WinRE is installed, runย reagentc /info

If you carefully follow these steps the update will install flawlessly.

Subscribe to our newsletter

To be updated with all the latest news

Anubhav Tyagi
Anubhav Tyagi
Just a normal guy who listen to lots of music, but apart from that I love Tech!

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Subscribe to our newsletter

To be updated with all the latest news

Read More

Suggested Post