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!
- 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.
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.
Step 3: Create a new text document, paste the script on it, and rename the document with the “.ps1” extension.
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.
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)
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
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
その後、WinRE 回復パーティションのサイズを変更し、KB5034441 アップデートを再度実行して、エラー 0x80070643 が修復されたかどうかを確認します。
オプション 4: DiskGenius を使用して WinRE パーティションのサイズを変更する
ディスク ツールを使用して WinRE パーティションのサイズを変更することもできます。操作したほうが分かりやすいでしょう。 DiskGeniusを使用してWindows Update 0x80070643を修正する手順は次のとおりです。
ステップ 1: ディスクの管理を開き、C ドライブを右クリックします。
ステップ 2: [ボリュームを縮小]を選択します。
ステップ 3: 縮小するスペースの量を入力します。 (これは希望するサイズによって異なります。1000MB 以上に拡張することをお勧めします。)
ステップ 4:DiskGeniusをダウンロードしてインストールします。
ステップ 5: 左側のパネルで [パーティション] を右クリックします。
ステップ 6: パーティションのサイズ変更を選択します。
ステップ 7: フロント部分の空白部分に縮小したスペースを入力し、[開始] をクリックします。
ステップ 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!

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: 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

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

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

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

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

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:

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


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

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
The most popular open source editor

Dreamweaver Mac version
Visual web development tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

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.
