How to Troubleshoot and Resolve Error 0x8024001e on Windows

Error 0x8024001e occurs when the Windows Update Service stops working, restricting Windows from updating applications and installing system updates. Such applications include Microsoft Edge, Office, and Live Mail. The predominant cause of this error is the corruption or absence of update files, often due to improper saving or damage from forceful system shutdowns.

 

In this article, we will outline several potential solutions to help users resolve this error.

1. Check for Corrupted System Files

Since corrupted system files are a common cause of this error, we’ll start by scanning for such files via the Command Prompt.

  1. Run Command Prompt as an administrator.
  2. Type sfc /scannow and press Enter.
  3. This action will initiate a scan of your computer’s system files for any corruption and attempt repairs if necessary.

2. Windows Update Troubleshooter

To address error code 0x8024001e, start with the Windows Update Troubleshooter. This built-in tool rectifies update-related issues on your computer.

  1. Open Settings and navigate to Update & Security.
  2. Select Troubleshoot from the left pane.
  3. Choose Additional troubleshooters in the right pane.
  4. Click on Windows Update followed by Run the troubleshooter.

3. Turn Off Fast Startup

While Fast Startup facilitates quicker boot times by partially hibernating the system, it can sometimes disrupt necessary system processes, causing errors like 0x8024001e. Disabling Fast Startup promotes complete system writes and helps ensure the integrity of updates.

  1. Right-click the Windows Start menu icon and select Power Options.
  2. Go to Additional power settings in the right pane.
  3. Click on Choose what the power buttons do in the left pane.
  4. Deselect Turn on fast startup (recommended) under Shut-down settings and click Save changes.
  5. Restart your computer to see if the error has been resolved.

4. Reset Windows Update Components

Another solution is to reset the Windows Update components, particularly since corrupted update files are a major contributor to this error.

  1. Launch Command Prompt as an administrator.
  2. Enter the following commands one by one, pressing Enter after each to stop the Windows Update services:
    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver

  3. To rename the SoftwareDistribution and Catroot2 folders, use these commands:
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    ren C:\Windows\System32\catroot2 Catroot2.old

  4. Restart the Update components with the following commands:
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver

  5. Finally, reboot your computer and attempt to install the updates again.

5. Manually Download and Install Updates

If the previous solutions don’t work, try manually downloading and installing the updates from the Microsoft Update Catalog.

  1. Launch your web browser.
  2. Go to: https://www.catalog.update.microsoft.com/Home.aspx
  3. Access Settings > Update & Security > Windows Update on your computer and note the update number causing the error.
  4. Search for the specific update on the Microsoft Update Catalog website using the update number and download it.
  5. Run the downloaded update file to install it manually.
ABOUT THE AUTHOR

Hamza Mohammad Anwar


Hamza Mohammad Anwar is an intermediate JavaScript web developer with a focus on developing high-performance applications using MERN technologies. His skill set includes expertise in ReactJS, MongoDB, Express NodeJS, and other related technologies. Hamza is also a Google IT Certified professional, which highlights his competence in IT support. As an avid problem-solver, he recreates errors on his computer to troubleshoot and find solutions to various technical issues.