Windows Update failures with error code 0x800705aa often result from system file corruption, misconfigured update components, or incorrect time settings. This error stops updates from installing and can sometimes disrupt other system features, such as the Start menu or app functionality. Addressing the underlying causes restores normal update operations and system stability.

Correct Time and Date Settings

Incorrect time and date configurations frequently block Windows Update processes. Synchronizing your system's clock and time zone with official servers ensures update requests are processed correctly.

Step 1: Right-click the time display on your taskbar and select Adjust date and time. This opens the settings for system time.

Step 2: Toggle on Set time automatically and Set time zone automatically. These options let Windows sync with Internet time servers, reducing manual errors.

Step 3: If your system clock continues to drift or reset, the CMOS battery on your motherboard may require replacement. A failing battery can cause persistent time errors.


Run the Windows Update Troubleshooter

Windows includes a built-in troubleshooter that automatically identifies and resolves common update issues, including those that trigger error 0x800705aa.

Step 1: Press Windows + I to open Settings, then select System and navigate to Troubleshoot.

Step 2: Click Other troubleshooters, find Windows Update, and click Run. The tool scans for configuration issues, missing files, or service failures that interrupt updates.

Step 3: Follow any recommendations the troubleshooter provides. It may prompt you to restart or apply specific fixes.


Repair System Files with SFC and DISM

Corrupted or missing system files frequently block updates and trigger error 0x800705aa. The System File Checker (SFC) and Deployment Image Servicing and Management (DISM) utilities repair these files using trusted sources.

Step 1: Click the search icon on the taskbar, type cmd, and choose Run as administrator for Command Prompt.

Step 2: Enter the following command and press Enter to scan and repair the Windows image:

DISM /Online /Cleanup-Image /RestoreHealth

Step 3: Once DISM completes, type the following command and press Enter to check and repair system files:

sfc /scannow

Step 4: Wait for both scans to finish. If repairs are made, restart your computer before attempting updates again.


Reset Windows Update Components

Occasionally, the services and folders Windows uses to manage updates become corrupted or stuck, causing repeated update failures. Resetting these components clears out problematic files and restarts the update process.

Step 1: Open Command Prompt as an administrator using the search bar and Run as administrator option.

Step 2: Stop update-related services by entering each command below, pressing Enter after each:

net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver

Step 3: Rename the update data folders to force Windows to recreate them. Enter these commands:

ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old

Step 4: Restart the stopped services:

net start wuauserv
net start cryptSvc
net start bits
net start msiserver

Step 5: Reboot your computer and check for updates again.


Free Up Disk Space

Insufficient disk space can prevent updates from downloading or installing, even if the error message refers to "insufficient resources." Clearing temporary files and unused data provides the space needed for update operations.

Step 1: Open the search tool and type Disk Cleanup, then select the utility from the results.

Step 2: Choose the drive where Windows is installed, typically C:, and select file categories to delete, such as temporary files, system cache, and previous update files.

Step 3: Click OK, then confirm by clicking Delete Files. For deeper cleaning, use the Clean up system files option within Disk Clean-up.

Step 4: After freeing up space, restart your system and attempt the update again.


Clean Boot Windows

Software conflicts from third-party applications or services can interfere with Windows Update. Starting Windows in a clean boot state loads only essential services, helping to identify and eliminate conflicts.

Step 1: Press Windows + R, type msconfig, and press Enter to open System Configuration.

Step 2: On the General tab, select Selective startup and uncheck Load startup items.

Step 3: Go to the Services tab, check Hide all Microsoft services, then click Disable all to turn off non-Microsoft services.

Step 4: Click Apply and OK, then restart your computer. Try installing updates in this minimal environment. If updates succeed, gradually re-enable services to identify the conflicting application.


Manual Installation of Updates

When automatic updates continually fail, manually downloading and installing the problematic update can bypass some system-level errors. This approach provides a direct workaround, especially if only one update is problematic.

Step 1: Visit the Microsoft Update Catalog in your web browser.

Step 2: Search for the KB number of the failed update, matching your Windows version and system architecture (32-bit or 64-bit).

Step 3: Download the update file and run it. Follow the on-screen prompts to complete the installation.

Step 4: Restart your computer after the manual update completes.


Repair Install or Reset Windows

If all other methods fail, performing a repair install (in-place upgrade) or resetting Windows can resolve deeply rooted system file corruption. These options reinstall Windows while preserving your files or, if chosen, resetting everything for a fresh start.

Step 1: Open Settings, select System, then go to Recovery.

Step 2: Under Reset this PC, click Reset PC and choose either Keep my files or Remove everything depending on your needs. Follow the prompts to complete the reset process.

Step 3: Alternatively, download the Windows Media Creation Tool and perform an in-place upgrade, selecting the option to keep your files and apps.


Addressing error 0x800705aa in Windows 11 often involves a combination of system file repair, update component resets, and configuration fixes. Regularly maintaining system updates and backups helps prevent the recurrence of such errors.