search
HomeSystem TutorialWindows SeriesHow to Fix Windows Update Error 0x80070643 on Windows 10?

Error 0x80070643 has troubled many Windows 10 users since Microsoft released KB5034441: Windows Recovery Environment Update for Windows 10. Many have reported that they were unable to install KB5034441 and encountered 0x80070643 - ERROR_INSTALL_FAILURE. No worries, in this article we will discuss how to fix error 0x80070643. Let's get started!

How to Fix Windows Update Error 0x80070643 on Windows 10?


  • Part 1: What’s the Reason Causing Windows Update Error 0x80070643?
  • Part 2: How to Back up a Partition or a Hard Drive without Data Loss?
  • Part 3: How to Fix Windows Update Install Error 0x80070643 on Windows 10?
  • Option 1: Common Ways to Fix Windows Update Error Codes
  • Option 2: Fix Error 0x80070643 Using PowerShell Script
  • Option 3: Resize the WinRE Partition Using Command Prompt
  • Option 4: Resize the WinRE Partition Using DiskGenius

Part 1: What’s the Reason Causing Windows Update Error 0x80070643?

The main reason that causes error code 0x80070643 is that the WinRE recovery partition space is insufficient. So, the method given by Microsoft is to manually resize the WinRE recovery partition (we will introduce this method in Part 3 Option 3&4). Apart from resizing the WinRE recovery partition, we will also introduce some common ways to fix Windows Update errors. And if you don't have a recovery partition, you don't need to update to KB5034441.

Part 2: How to Back up a Partition or a Hard Drive without Data Loss?

Since repartitioning the hard disk is risky, it's better to back up your hard disk in case of data loss. Here are the steps to backup a partition or hard disk using iSumsoft Cloner.

Step 1: Download and install iSumsoft Cloner.

Step 2: Select the "Backup" tab.

Step 3: In the "Select a volume to back up" rectangle, select a drive you want to back up.

Step 4: Click "Choose" to select a path to save the backup file. Then click "Start".

What you need to do is wait for the process to finish, then open the backup folder to check if you have successfully backed up your data.

How to Fix Windows Update Error 0x80070643 on Windows 10?

Part 3: How to Fix Windows Update Install Error 0x80070643 on Windows 10?

In this part, we will not only figure out common ways to fix Windows update errors but also talk about some official and useful ways easily to fix this error code 0x80070643.

Option 1: Common Ways to Fix Windows Update Error Codes

We have listed some common ways to fix most Windows update error codes below.


Way 1: Run Windows Update Troubleshooter

Steps: Open Settings > Update & Security > Troubleshoot > Additional troubleshooters > Windows Update > Run the troubleshooter.


Way 2: Enable Windows Update Services

Step 1: Type "services" in the search bar and hit the Enter button, then find the following update-related services.

• Windows Update

• Cryptographic Services

• Background Intelligent Transfer Service

• Windows Installer

Step 2: Right-click them and click "Start" to enable these windows update services.


Way 3: Run DISM and SFC Tools

Step 1: Type "PowerShell" in the search bar and click "Run as Administrators".

Step 2: Type the following commands and hit the Enter button after each command.

dism.exe /online /Cleanup-image /Restorehealth

sfc /scannow

Running the DISM tool can repair Windows images and the SFC tool can repair corrupt system files, if the above common ways cannot fix the Windows update install error 0x80070643, you can try the following methods.

Option 2: Fix Error 0x80070643 using PowerShell Script

Microsoft has developed a PowerShell script about automatically updating WinRE, here are the steps to use this PowerShell script to fix error code 0x80070643.

Step 1: Visit the sample PowerShell script page.

Step 2: Find and copy one of these two scripts according to your situation.

How to Fix Windows Update Error 0x80070643 on Windows 10?

Step 3: Create a new text document, paste the script on it, and rename the document with the “.ps1” extension.

How to Fix Windows Update Error 0x80070643 on Windows 10?

Step 4: Right-click the document and click “Run with Powershell”. Then wait for the script to finish and see if the Windows update error code 0x80070643 has been fixed.

How to Fix Windows Update Error 0x80070643 on Windows 10?

Option 3: Resize the WinRE Partition Using Command Prompt

Microsoft has provided the official way to fix error 0x80070643 - ERROR_INSTALL_FAILURE is to manually resize the WinRE recovery partition. Here are the steps:

Step 1: Type "cmd" in the search and run as administrator, then type the following commands and tap the Enter button after each command:

reagentc /info (The number behind the disk and partition is the index of the disk and partition where WinRE is installed, mine is harddisk1, partition4.)

reagentc /disable (Disable WinRE)

How to Fix Windows Update Error 0x80070643 on Windows 10?

Step 2: Type the following commands in turn to shrink the OS partition:

diskpart

list disk

sel disk (OS disk index) (The index depends on the OS disk index, please refer to your own situation, mine is harddisk1, so the command is sel disk 1, if you are harddisk0, just type sel disk 0)

list part

sel part (OS partition index) (Check the partition type of Primary, mine is sel part 3)

shrink desired=250 minimum=250

sel part (WinRE partition index) (In the sel part command, you can check that the Recovery partition index, mine is sel part 4)

delete partition override

How to Fix Windows Update Error 0x80070643 on Windows 10?

When you have finished the above commands, you have successfully shrunk the OS partition. Now, you should create a new recovery partition with the following commands.

list disk (Check your disk partition style)

Note:

  • If the "*" is under GPT, run the following commands:
  • create partition primary id=de94bba4-06d1-4d40-a16a-bfd50179d6ac
  • gpt attributes =0x8000000000000001
  • If the "*" isn’t under GPT, you should run: create partition primary id=27

フォーマットクイック fs=ntfs label=”Windows RE ツール”

リストボリューム(ディスクパーティションのスタイルを確認してください)

出口

試薬/有効化

試薬 /info

How to Fix Windows Update Error 0x80070643 on Windows 10?

その後、WinRE 回復パーティションのサイズを変更し、KB5034441 アップデートを再度実行して、エラー 0x80070643 が修復されたかどうかを確認します。

オプション 4: DiskGenius を使用して WinRE パーティションのサイズを変更する

ディスク ツールを使用して WinRE パーティションのサイズを変更することもできます。操作したほうが分かりやすいでしょう。 DiskGeniusを使用してWindows Update 0x80070643を修正する手順は次のとおりです。

ステップ 1: ディスクの管理を開き、C ドライブを右クリックします。

ステップ 2: [ボリュームを縮小]を選択します。

How to Fix Windows Update Error 0x80070643 on Windows 10?

ステップ 3: 縮小するスペースの量を入力します。 (これは希望するサイズによって異なります。1000MB 以上に拡張することをお勧めします。)

How to Fix Windows Update Error 0x80070643 on Windows 10?

ステップ 4:DiskGeniusをダウンロードしてインストールします。

ステップ 5: 左側のパネルで [パーティション] を右クリックします。

ステップ 6: パーティションのサイズ変更を選択します。

How to Fix Windows Update Error 0x80070643 on Windows 10?

ステップ 7: フロント部分の空白部分に縮小したスペースを入力し、[開始] をクリックします。

How to Fix Windows Update Error 0x80070643 on Windows 10?ステップ 8:

ディスク管理を開いて、回復パーティションが拡張されているかどうかを確認します。 その後、Windows Update KB5034441をインストールして、インストールエラーコード0x80070643が再び表示されるかどうかを確認します。

The above is the detailed content of How to Fix Windows Update Error 0x80070643 on Windows 10?. 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
The Framework Desktop Might Be The Coolest Tiny PC I've SeenThe Framework Desktop Might Be The Coolest Tiny PC I've SeenMar 01, 2025 am 03:04 AM

Framework Desktop: The Good, the Bad, and the Unexpected The Framework Desktop, a compact PC emphasizing upgradability, largely delivers on its promise. iFixit's teardown reveals a design prioritizing standard components, making future upgrades sign

PowerToys Is the Ultimate Work From Home Companion AppPowerToys Is the Ultimate Work From Home Companion AppMar 03, 2025 am 10:07 AM

PowerToys: Supercharge Your Windows Work-From-Home Experience Working from home presents unique productivity challenges. Distractions abound, demanding a focused workspace. PowerToys helps optimize your home office, whether it's a dedicated space or

How to Find the Product Key for Windows 10How to Find the Product Key for Windows 10Mar 04, 2025 am 01:46 AM

Retrieve lost Windows 10 product key: Two ways Have you lost your product key after installing genuine Windows 10? Don't worry, this article will introduce two ways to retrieve your keys so that you can reinstall the system in the future. Case 1: Windows 10 is installed but the key is lost Even if you get Windows 10 through a free upgrade or genuine installation, you can easily find the product key using the iSumsoft Product Key Finder as long as your computer works properly. Method 1: Use iSumsoft Product Key Finder Download and install: Download and install iSumsoft Product Key Finder to your computer. Find the product key: Start

How to Install Windows 11 23H2 on Unsupported PCHow to Install Windows 11 23H2 on Unsupported PCMar 03, 2025 pm 12:55 PM

In the second half of 2023, Microsoft released the Windows 11 23H2 system. Many users can't wait to upgrade their computer to the latest version, but some users encountered the error message "This computer does not meet the minimum requirements..." when trying to install Windows 11 23H2 on an unsupported computer. don’t worry! This article will provide a step-by-step guide to how to install Windows 11 23H2 on an unsupported computer. Let's get started! Note: Microsoft said, "Installing Windows 11 on unsupported computers is not recommended. If you choose to install Windows 11 on hardware that does not qualify, you should risk compatibility issues." allow

Top 3 Windows 11 Gaming Features That Outshine Windows 10Top 3 Windows 11 Gaming Features That Outshine Windows 10Mar 16, 2025 am 12:17 AM

Upgrade to Windows 11: Enhance Your PC Gaming Experience Windows 11 offers exciting new gaming features that significantly improve your PC gaming experience. This upgrade is worth considering for any PC gamer moving from Windows 10. Auto HDR: Eleva

ASUS Zenbook S 14 (2024) Review: Iterative Refinement of a Premium UltraportableASUS Zenbook S 14 (2024) Review: Iterative Refinement of a Premium UltraportableMar 01, 2025 am 06:01 AM

The 2024 ASUS Zenbook S 14: A Top-Tier MacBook Air Competitor The ASUS Zenbook S 14 (2024) emerges as a leading Windows alternative to Apple's MacBook Air, boasting significant upgrades. This refined ultraportable retains its lightweight design and

The Best Ergonomic Keyboards of 2025The Best Ergonomic Keyboards of 2025Mar 03, 2025 am 10:02 AM

Recommended Best Ergonomic Keyboards in 2025 Ergonomic keyboards function the same as regular keyboards, but add support to reduce stress on wrists, hands and fingers. These keyboards are designed to keep your hands and wrists in a more natural position, helping to minimize muscle strain and prevent potential damage from prolonged typing. There are a wide variety of ergonomic keyboards available on the market, so be sure to consider which features are most important to you before purchasing. From layout to design, each type offers unique benefits based on your preferences and needs. Most ergonomic keyboards fall into two categories. The first category is the split keyboard, which, as the name suggests, divides the key layout into two parts for a more natural wrist posture. There are two types of split keyboards:

How to Change the Font and Layout of PowerShell WindowHow to Change the Font and Layout of PowerShell WindowMar 03, 2025 pm 01:03 PM

Enhance your Windows 10 PowerShell experience with these simple customization steps! This guide shows you how to adjust PowerShell fonts and enable automatic text wrapping for improved readability and optimal window fitting. Let's get started: Step 1

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

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

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.