Is Downloading the Windows 10 KB5034441 Update Important?
Microsoft released the KB5034441 update in January 2024. If your computer uses Windows Recovery Environment (WinRE), this update automatically applies the Safe OS Dynamic Update to address a security vulnerability. If left unpatched, attackers could exploit this vulnerability to bypass BitLocker encryption through WinRE.
That means there's no question about downloading the KB5034441 update for Windows 10—it's a crucial security fix, and it's important to install it. However, there is a catch.
It turns out the error 0x80070643 occurs even on systems that lack a Recovery partition. The exact error is:
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).
Microsoft clearly states that if your system doesn't have a Recovery partition, you don't need to download the KB5034441 update and you can ignore this error. However, if your system does feature a Recovery partition, it's important for you to download the update and, unfortunately, Microsoft isn't going to release an automatic fix that will solve the 0x80070643 error.
Earlier, when the report broke about users facing this issue, Microsoft acknowledged it and said they were working on a fix. However, that hasn't panned out (yet).
They have updated their blog that discusses the error to mention that "Automatic resolution of this issue won't be available in a future Windows update. Manual steps are necessary to complete the installation of this update on devices which are experiencing this error." This means the only way for you to get rid of the problem is to perform the manual fix released by Microsoft, which is resizing the partition.
What is the WinRE Recovery Partition?
When you open the Disk Management tool on your computer, you will see a Recovery partition section in the area where the drive with the operating system is listed. But what exactly is this Recovery partition?
Windows Recovery Environment (WinRE) is a built-in feature provided by Windows that helps you recover your computer when it has been corrupted for various reasons, and you cannot boot it. Additionally, it will help recover your system when it has become unusable due to incorrect updates or accidental removal of system files.
To check if the Recovery partition is configured properly on your computer, open Command Prompt as an administrator, type reagentc /info, and hit Enter. If you see "Enabled" next to Windows RE status, it means your computer has a Recovery partition, and it is working properly.
For you to install the KB5034441 update, there must be 250 MB of free space in the Recovery partition. If the partition has less than that, you will encounter the 0x80070643 error when downloading the update.
How to Fix the Windows Update Error 0x80070643
As mentioned earlier, the 0x80070643 error occurs when the Recovery partition doesn't have 250 MB of free space. This means that to fix the problem, you will need to provide more space to the Recovery partition. To do that, open Command Prompt as an administrator, type reagentc /disable to disable the Recovery partition, and hit Enter.
Select the disk where your operating system is installed. For example, if it is Disk 1, type select disk 1 and hit Enter.
Type list partition to list the partitions on the disk.
You'll now have to shrink the partition. For that, type shrink desired=250 minimum=250 and hit Enter.
Type format quick fs=ntfs label="Windows RE tools" and hit Enter. This will format the partition.
Windows updates and error codes are a never-ending story, and this definitely won't be the last time you encounter an error code interfering with the Windows update process. But, like any other problem in the world, Windows update errors have their own solutions. Hopefully, the above fix has helped you get rid of the Windows update error 0x80070643, and you're able to successfully download the KB5034441 security update from Microsoft.