Home > News Tips

Windows Update Error 0x80245006 (7 Methods to Fix!)

Published/Updated on Monday, August 25, 2025

M3 Software author Wilsey Young

Written by

Wilsey Young

English

🚀 Summarize this content with AI:

🤖 ChatGPT 🧠 Perplexity 🔍 Google AI Mode ⚡ Grok

Some Windows 11 users encountered Windows update error 0x80245006 during the Windows update check, download, or installation through the Settings.

Issues related to files, services, settings, or configurations on Windows 11 can trigger this Windows update error. Based on the possible causes we analyzed, this article lists various methods that can help Windows update get back on track.
Windows update error 0x80245006

Windows update error 0x80245006 - Methods to fix it now

The built-in tools and utilities on Windows can help fix the majority of Windows update errors, including the Windows 11 update code 0x80245006. Detailed steps to utilize them are provided below.

Solution 1 - Disable antivirus

Antivirus, security tools, or features on Windows may block the Windows update process, leading to the appearance of Windows update error 0x80245006. Disabling the third-party antivirus software or security tools may help resolve the issue.

Additionally, follow the steps below to disable virus & threat protection on Windows:

  1. Open "Settings."
  2. Choose "Privacy & security" from the left side panel, and then tap on "Open Windows Security."
    open Windows Security in Windows 11 Settings
  3. Click "Virus & threat protection."
    choose virus and threat protection in Windows 11
  4. Scroll down and click "Manage settings" under "Virus & threat protection settings."
    manage settings under threat and protection in Windows 11
  5. Switch off the protections.
    disable real time protection in Windows 11
  6. Update Windows and see if the update error persists. If not, enable them again.

Solution 2 - Run Windows update troubleshooter

The Windows Update troubleshooter may identify the source of the problem and attempt to fix it automatically.

  1. Open "Settings."
  2. Go to "System" > "Troubleshoot" > "Other troubleshooters."
    troubleshooters in Windows 11 Settings
  3. Tap on the Windows update troubleshooter and click the "Run" button.
    Windows update troubleshooter in Windows 11 Settings
  4. If any problem is detected, the troubleshooter will try to fix it for you.

The following buttons can help share the post quickly

 

Solution 3 - Restart the Windows update service

Whether the Windows Update service is running correctly can impact the system update process. Manually restarting this service may help get rid of the Windows update error 0x80245006.

  1. Launch the "Run" dialog box by pressing the "Windows+R" keys on your keyboard.
  2. Type "services.msc" and click "OK."
    services msc in Windows 11 Run dialog box
  3. Right-click on "Windows Update" and choose "Restart."
    restart Windows update service in Windows 11
  4. Update Windows again.

Solution 4 - Run an SFC scan

Corrupted system files could be to blame for the Windows update error code. System File Checker (SFC) can scan for and repair system file corruption.

  1. Run Command Prompt as an administrator on Windows.
    run Command Prompt as administrator Windows 11
  2. When the command window pops up, input "sfc /scannow", and hit the "Enter" key on your keyboard to run the command.
    run SFC in Command Prompt

Solution 5 - Run a CHKDSK scan

If an issue occurs with the file system on the hard disk, especially the C drive, Windows 11 update error 0x80245006 may appear. CHKDSK, short for Check Disk, can detect and repair the file system errors:

  1. Run Command Prompt with administrative privilege.
  2. Input "chkdsk C: /r" and press the "Enter" key to run.
    run chkdsk scan in Command Prompt
  3. Update Windows again after scanning and repairing are done.

Solution 6 - Reset Windows update files

If crucial Windows update files are corrupted, resetting them through the Command Prompt:

Step 1: Open Command Prompt with administrative privileges.
run cmd as administrator

Step 2: Execute the following commands one by one to stop the related services and create the "SoftwareDistribution" and "catroot2" folders.

  • 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
    reset Windows update files in Windows 11

Step 3: Run the following commands to restart the services.

  • net start wuauserv
  • net start cryptsvc
  • net start bits
  • net start msiserver
    reset Windows update files in Windows 11

Solution 7 - Enter Clean Boot

Software conflicts or behaviors may be the culprit for the 0x80245006 Windows update error. The Clean Boot is a diagnostic mode that starts Windows with a minimal set of drivers and services.

  1. Press the "Windows+R" keys to launch the "Run" dialog box.
  2. Input "msconfig" and click "OK."
    msconfig in Windows 11 Run dialog box
  3. Go to the "Services" tab, tick "Hide all Microsoft services", and click the "Disable all" button.
    enter Clean Boot on Windows 11
  4. Go to the "Startup" tab and click "Open Task Manager."
    enter Clean Boot on Windows 11
  5. When "Task Manager" opens, disable all the listed startup apps/programs, especially the third-party ones, and then close "Task Manager."
    enter Clean Boot on Windows 11
  6. Click the "Apply" and "OK" buttons in "System Configuration", and restart the PC. The system will enter Clean Boot mode.

Update Windows again after Clean Boot is enabled. If everything goes well, it means one or more software or services cause the Windows update error 0x80245006.

To exit the Clean Boot mode:

  1. Open "System Configuration" again.
  2. Go to the "General" tab and choose "Normal startup."
    exit Clean Boot on Windows 11
  3. Go to the "Services" tab and click "Enable all."
  4. Go to the "Startup" tab to go to the "Task Manager."
  5. Re-enable startup items.
  6. Back to the "System Configuration" window, click "Apply" and "OK."
  7. Restart your PC.

You may be interested in the Clean Boot vs Safe Mode on Windows.

You can share the post by using the buttons below

 

FAQs about Windows update error 0x80245006

 

 

A

Windows update error 0x80245006 occurs when Windows Update fails during update checking, download, or installation. Not being able to connect properly to Microsoft’s servers can cause the issue. Additionally, when update-related files or services are corrupted or misconfigured, Windows update error 0x80245006 may appear.

A

Here are some common solutions to the Windows update error 0x80245006: 1. Run Windows update troubleshooter in Settings. 2. Restart Windows update service. 3. Run System File Check (SFC) or Check Disk (CHKDSK) scan through Command Prompt with administrative privilege. 4. Reset Windows update files through Command Prompt. 5. Disable antivirus or security tools. 6. Boot your Windows PC into Clean Boot mode.

A

Here are some possible causes of Windows update error 0x80245006: 1. Interference from antivirus or security tools. 2. Corrupted Windows update files or components. 3. Corrupted system files or file systems. 4. Third-party software conflicts. 5. Windows update serivce malfunctions.