Share via

I am encountering an installation error with the code 0x800700b7 while trying to update to Windows 11 version 23H2. Can someone help me resolve this issue?

Anonymous
2025-01-17T03:37:18+00:00
  • I am currently using Windows 11.
  • The error appears during the installation process of the 23H2 update.
  • I have tried restarting my device and running the Windows Update troubleshooter, but the issue persists.
Windows for home | Windows 11 | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2025-01-18T08:33:03+00:00

    Hello, VishalBarvaliya

    Welcome to the Microsoft Community.

    Hello, thank you for your feedback on your issue here, Error code 0x800700b7 usually indicates a conflict during the update process, which can be caused by corrupted system files, incorrect registry settings, or a previously unfinished update.

    I will provide you with the notes and troubleshooting steps related to this error, and you can try to fix some of the issues to update:

    1. Check for pending updates and reboot

    Make sure that there are no pending updates causing the problem. Please follow the steps below:

    Open Settings > Windows Update.

    Click Check for updates.

    Install any available updates (including optional updates), and then restart your computer.

    After restarting, try the update again.

    1. Run the Windows Update troubleshooting tool

    Although you've already tried this method, we can make sure it's done correctly:

    Open Settings > System > Troubleshooting > Other Troubleshooting.

    Find and click Windows Update > Run.

    Follow the prompts to have Windows automatically diagnose and fix the potential problem. 3.

    1. Reset the Windows Update component

    Sometimes Windows Update components become corrupted and resetting them may help to solve the problem:

    Open Command Prompt as an administrator:

    Press Win + X and select Command Prompt (Administrator) or Windows Terminal (Administrator).

    Run the following commands one by one:

    net stop wuauserv

    net stop bits

    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

    net stop bits ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

    net start wuauserv

    net start bits

    After running these commands, try checking for updates again.

    1. Check for system file corruption

    A corrupt system file may prevent the update. You can use the System File Checker (sfc) and the Deployment Image Service and Management tool (DISM) to fix it:

    Run an SFC scan:

    Open a command prompt (administrator).

    Run the following command:

    sfc /scannow

    Wait for the scan to complete and try the update again.

    Run a DISM scan:

    In the same Command Prompt window, run:

    DISM /Online /Cleanup-Image /RestoreHealth

    This will check and repair any problems in the system image.

    Disclaimer: Running Microsoft Safety Scanner can help you check if the system is disturbed or malicious software exists. To avoid any trouble for you, please back up all your personal files first to ensure you do not lose data.  

    1. Ensure adequate disk space

    Ensure that you have enough free space on your system drive for the update.Windows updates usually require a lot of space and it is recommended to have at least 20GB free.

    1. Check for conflicting software

    Sometimes, third-party antivirus software or other programs may interfere with updates. Try temporarily disabling antivirus software and third-party firewalls, then try the update again.

    Disclaimer: Temporarily turn off antivirus protection. However, keep in mind that if you do so, your device may be vulnerable to threats. So please turn it on immediately once issue fixed. 

    If the above steps still don't fix it, we recommend that you try to upgrade it directly by upgrading your system in-place.

    Let’s try performing an in-place install or in-place upgrade which will refresh your Windows files and operating system without removing files or applications. That being said, we always recommend that if you have important data, you should back it up before making large system changes. If you want to back up your data first, please do so. Once you are done backing up, you can follow the steps in the following guides: How to run In-place upgrade in Windows 11 - Microsoft Community 

    Best regards

    Bobhe | Microsoft Community Support Specialist

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments