While installing the latest updates on Windows 11, I encountered install error 0x800706be. In this post, I will explain why you encounter this specific error code 0x800706be and share solutions to resolve it.
One frequently encountered problem that arises during Windows 11, Windows 10, and even Server operating system updates is the error code 0x800706be and 0x800f0983. This error code is not easily understandable for the end user, making it challenging to determine its meaning and cause.
In the below screenshot, you can see that I encountered the error code 0x800706be while installing the Windows 11 Insider Preview update (10.0.26200.5562) (KB5055642). If you’re experiencing the same error, don’t worry, the solutions provided in the next section will help you resolve it efficiently.


Why do you encounter install error 0x800706be?
Error 0x800706be typically points to issues with Windows Update components or corrupted system files. To resolve this, try running the Windows Update troubleshooter to verify that necessary services are active. Check for corrupted files using SFC and DISM tools. If the problem persists, consider resetting Windows Update components or performing an in-place upgrade.
Listed below are some common solutions that you can try on your Windows PC for resolving the error 0x800706be.
1. Reset Windows Update Components
Resetting Windows Update components resolves most of the update related issues. To accomplish this, open an elevated command prompt and run the following commands.
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
You must restart the computer after running the above commands. Open the Windows Update and run check for updates. The pending updates should now be downloaded and installed on your Windows 11 PC.
In the screenshot below, the KB5055642 update is now downloading without any issues.

2. Run the Windows Update Troubleshooter
Windows 11 comes with a new update troubleshooter that you can use to resolve update-related issues automatically. You can run this tool whenever you encounter issues with Windows Updates.
To run the Windows Update Troubleshooter, click on Start and launch the Settings App. Select System > Troubleshoot > Other troubleshooters. Run the Windows Update troubleshooter. The troubleshooter will automatically detect and attempt to resolve common issues.
After running this tool, the following message appears: “Good news! We detected a problem and have attempted to resolve it. Windows Update will now scan and attempt to install any missing updates. Please check and let us know if they successfully installed.”

3. Repair Corrupted Files with SFC Scan
The SFC (System File Checker) scan locates the corrupted files and fixes them after scanning. If you are encountering Windows update error 0x800706be, use the System File Checker to scan Windows and restore your files.
Use the following instructions to launch the SFC Scan on your computer.
- Click Start and type “Command Prompt” and select Run as administrator.
- Enter the command
sfc /scannow
. - The sfc /scannow command will scan all protected system files, and replace corrupted files with a cached copy that is located in a compressed folder at %WinDir%\System32\dllcache.

After the SFC scan is complete, you must restart your computer and the error 0x800706be should now be resolved.
4. Retry Installing the failed updates
If you run into the error code 0x800706be when installing updates, you should try installing the failed update again. Sometimes updates fail to install because of internet connectivity issues or other download issues. In these cases, you can click the Retry option to attempt the installation again.

5. Restart Windows Update and Background Intelligent Transfer services
This step shows how to restart Windows Update and BITS services for resolving error code 0x800706be. Run the command services.msc to launch the Services console. Locate “Background Intelligent Transfer Service” and “Windows Update”. If they are stopped, right-click and select “Start”. If they are running, right-click and select “Restart”.
Now open Windows Update and retry the update installation.
6. Check Network Connectivity Issues
When you’re installing updates on your Windows PC, the updates may fail to install when there are internet connectivity issues. Error code 0x800706be may occur when you have internet connectivity issues.
Updates cannot be downloaded if there are network connectivity issues. With the browser open, check your internet connection to ensure you can access websites. Disconnect the computer’s VPN before trying to download the updates.
If updates aren’t installing, try restarting your router. You can usually find a reboot button on the back panel, or simply unplug the router, wait 30 seconds, and plug it back in.
7. Perform In-place OS Upgrade
If you are constantly experiencing Install error – 0x800706be on Windows 10 PC, Microsoft recommends you to perform an in-place upgrade to Windows 11. This is a kind of last resort to deal with this issue.
Further Reading
Explore helpful guides for resolving common Windows update errors.
- 8 Ways to Fix Windows Update Error 0x80070643
- Fix Windows Update Error 0x00000000 in Windows 11/10
- Fix: Windows Update Error 0x80248007 in Windows 11
- How to Fix Windows Update Download Error 0x8024a206
- Fix: Windows Update Error 0x80244022
Still Need Help?
If you need further assistance on the above article or want to discuss other technical issues, check out some of these options.