Skip to content

How do I fix errors with Windows Update on AtlasOS?

Some users may have a Windows Update error when installing specific Windows updates. This page will guide you through fixing these errors.

Windows 10 Error 0x80070643

A screenshot of Windows 10's 'Windows Update' page with the error 0x80070643

This issue is on Microsoft's end with the update KB5034441 for Windows 10. Try the two fixes listed below and retry updates:

  1. Ensure that you have adequate free storage

    You should have at least 1GB of free storage on your Windows drive. If you have little free storage after reinstalling Windows, you likely haven't removed the backup of your previous Windows installation. See Your old Windows installation for more information.

  2. Enable Windows Recovery

    1. Open Command Prompt as Administrator
    2. Type in reagentc /enable and press Enter
    3. Restart your computer
Still having problems?

If the fixes above did not work, you can either:

  1. Follow Microsoft's guidance
  2. Pause Windows Updates to bypass (not recommended)
  3. Reinstall Windows using a USB flash drive and delete all partitions on your Windows drive. Be careful, as this permanently deletes the data on your disk!

General errors

On Atlas v0.3.2, specific cumulative updates that attempt to update the Windows Backup and Get Started apps in Windows fail. For the next release of Atlas, there will not be any errors with updates, which includes fixing it for users upgrading from v0.3.2.

Here's how to fix it:

  1. Open Command Prompt as Administrator, and enter the commands below in order:

    dism /online /cleanup-image /restorehealth
    sfc /scannow
    

    It is expected that the commands will take a while to complete. The first command will likely error with 'The source files could not be found,' but you can safely ignore this.

  2. Restart your computer

  3. Attempt to update Windows again