search
HomeSystem TutorialWindows SeriesThis Is How I Fixed the Windows Update Error 0x80070643

Microsoft releases updates for Windows to add new features and fix bugs in the current version. Most updates download without problems, but some can cause errors during the download. One such error is Windows update error 0x80070643, which occurs while downloading the Windows 10 KB5034441 update.

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).

This Is How I Fixed the Windows Update Error 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?

This Is How I Fixed the Windows Update Error 0x80070643

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.

This Is How I Fixed the Windows Update Error 0x80070643

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.

This Is How I Fixed the Windows Update Error 0x80070643

Type diskpart and hit Enter.

This Is How I Fixed the Windows Update Error 0x80070643

Execute the list disk command to list all the disks.

This Is How I Fixed the Windows Update Error 0x80070643

Select the disk where your operating system is installed. For example, if it is Disk 1, type select disk 1 and hit Enter.

This Is How I Fixed the Windows Update Error 0x80070643

Type list partition to list the partitions on the disk.

This Is How I Fixed the Windows Update Error 0x80070643

Select the primary disk partition. For example, if it is Partition 3, type select partition 3 and hit Enter.

This Is How I Fixed the Windows Update Error 0x80070643

You'll now have to shrink the partition. For that, type shrink desired=250 minimum=250 and hit Enter.

This Is How I Fixed the Windows Update Error 0x80070643

Now, select the Recovery partition. It will be labeled as "Recovery." For example, if it is Partition 4, type select partition 4 and hit Enter.

This Is How I Fixed the Windows Update Error 0x80070643

Type delete partition override and hit Enter to delete the recovery partition.

This Is How I Fixed the Windows Update Error 0x80070643

Here's the most important step. Scroll up in your Command Prompt window and check the disk partition style. If there's an asterisk (*) in the GPT column of your operating system disk, it means you have GUID Partition Table (GPT) partition style. If there's no asterisk in the GPT column, then it's MBR partition style.

This Is How I Fixed the Windows Update Error 0x80070643

If your disk is GPT, type create partition primary id=de94bba4-06d1-4d40-a16a-bfd50179d6ac and hit Enter. Then, type gpt attributes =0x8000000000000001 and hit Enter. If your disk is MBR, type create partition primary id=27 and hit Enter.

This Is How I Fixed the Windows Update Error 0x80070643

Type formatquick fs=ntfs label="Windows RE tools" and hit Enter. This will format the partition.

This Is How I Fixed the Windows Update Error 0x80070643

Execute list vol to confirm that the recovery partition has been created.

This Is How I Fixed the Windows Update Error 0x80070643

Type exit and hit Enter to exit Diskpart.

This Is How I Fixed the Windows Update Error 0x80070643

Re-enable the Recovery partition by typing reagentc /enable and hitting Enter.

This Is How I Fixed the Windows Update Error 0x80070643

Finally, to confirm the Recovery partition is configured properly on your computer, type reagentc /info and hit Enter. If you see "Enabled" next to Windows RE status, it means the Recovery partition is working properly. After that, restart your computer and try downloading the Windows update again. This time, the error code 0x80070643 shouldn't interrupt the download process.


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.

The above is the detailed content of This Is How I Fixed the Windows Update Error 0x80070643. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
How to Add a User Interface to Windows' Winget UtilityHow to Add a User Interface to Windows' Winget UtilityMay 02, 2025 am 06:04 AM

Does Windows lack a convenient package manager? UniGetUI is here to help you! The package manager for Linux systems is very convenient, but Windows systems lack similar tools. However, with a free open source project UniGetUI and Windows built-in command line tool winget, you can get the same functionality on Windows. The best feature for Windows missing: a convenient package manager Package Manager allows you to add and remove programs, system libraries, and drivers. You can search for programs almost instantly, retrieve information about them, and adjust settings. In other words, they are features that Microsoft stores dream of. Every Linux distribution has one

Arch Linux Is Now in the Windows Subsystem for LinuxArch Linux Is Now in the Windows Subsystem for LinuxMay 02, 2025 am 06:02 AM

Arch Linux officially joins the Windows Subsystem for Linux (WSL) family! No external downloads are needed; installation is a breeze using PowerShell: wsl --install archlinux First-time WSL users will need to run this command first, followed by a sy

Alienware's New 240Hz 34-Inch QD-OLED Monitor Is Finally OutAlienware's New 240Hz 34-Inch QD-OLED Monitor Is Finally OutMay 02, 2025 am 03:05 AM

This monitor boasts extensive connectivity, featuring a DisplayPort 1.4 port (supporting up to 3440 x 1440 at 240Hz, DSC, and HDR) and two HDMI 2.1 FRL ports (also supporting 3440 x 1440 at 240Hz, FRL, HDR, and VRR). These high-speed HDMI 2.1 ports

How to Install Windows 11 With No TPM 2.0How to Install Windows 11 With No TPM 2.0May 01, 2025 pm 08:01 PM

Windows 10 support is ending in late 2025, prompting many users to upgrade to Windows 11. However, the TPM 2.0 requirement can be a significant hurdle. This guide outlines methods to install Windows 11 even without TPM 2.0, but proceed with caution.

Acer Has Two New Monitors for GamingAcer Has Two New Monitors for GamingMay 01, 2025 am 06:06 AM

The Acer Predator XB323QK V4 and Nitro XV240 F6: A Tale of Two Monitors Acer offers two distinct gaming monitors catering to different needs: the color-focused XB323QK V4 and the speed-demon XV240 F6. Let's break down their key features. The XB323QK

I Bought RAM and an NVMe on eBay, Here's How It WentI Bought RAM and an NVMe on eBay, Here's How It WentMay 01, 2025 am 06:01 AM

eBay: A Surprisingly Good Source for New Computer Hardware? While eBay is renowned for its diverse selection of used goods, it's not always the first place that springs to mind when purchasing new computer components. However, my recent experience s

I Upgraded My Laptop's RAM, the Performance Boost Wasn't What You'd ExpectI Upgraded My Laptop's RAM, the Performance Boost Wasn't What You'd ExpectMay 01, 2025 am 03:08 AM

Upgrading your aging laptop? Adding RAM is the easiest and often the only practical upgrade besides storage. My recent experience upgrading a Dell Latitude 5420 proved surprisingly impactful. More RAM Wasn't the Initial Goal My used Dell 5420, while

5 Reasons Why I Love Coiled Keyboard Cables5 Reasons Why I Love Coiled Keyboard CablesMay 01, 2025 am 03:07 AM

Let's be honest: unless you're a keyboard enthusiast, you've probably overlooked the cable bundled with your keyboard. But for those who appreciate the finer details, even a simple USB cable can be a source of aesthetic pleasure. 5 Reasons Why Coiled

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools