ACTIVE MALWARE WINDOWS TESTED: WINDOWS 11, WINDOWS 10

How to fix
Windows update error 0x8024001E
on Windows

Resolve Windows update error 0x8024001E quickly with our expert-tested solutions. Get your Windows 10 or 11 system running smoothly again—fixed in minutes!

How to fix Windows update error 0x8024001E?
Quick Summary
Error severity
Medium
Est. time
10 minutes
Offer Fortect PC Suite
Start fix →
Ad · we may earn a commission
0 Comments
01

What causes How to fix Windows update error 0x8024001E?

  • Malfunctioning Windows Update components
  • Problems with the Windows Update service
  • Software distribution location issues
  • Malware infections
  • Conflicts with third-party software
Offer Fortect PC Suite

Repairs Windows system files, removes malware, and restores a clean OS state — without reinstalling.

Ad · we may earn a commission
Get Fortect PC Suite ↗

Hi, I am unable to install one of the Windows updates - it keeps failing with the 0x8024001E error code. Any tips for me would be appreciated. By the way, I am using Windows 11 and I always install updates on release.

Designed to keep PCs up to speed with the newest security patches, drivers, and features, Windows Update is an essential part of the Microsoft Windows operating system. It guarantees the system's safe and efficient operation. Error code 0x8024001E is one of the faults that users may sometimes come across while updating, though. This issue usually appears when Windows Update is unable, for different reasons, to download or install updates.

The software distribution location where update files are kept, malfunctioning Windows Update components, or problems with the Windows Update service itself are some of the possible causes of the 0x8024001E error. Occasionally, the issue can result from malware infections or conflicts with third-party software that prevent Windows Update from functioning.

This issue requires multiple troubleshooting efforts to resolve. Using the built-in Windows Update Troubleshooter is one typical approach to identify and resolve issues with Windows Update. It might be required to manually reset the Windows Update components if the troubleshooter is unable to fix the 0x8024001E error.

Renaming the software distribution and catroot2 folders - where update files are cached - and restarting the Windows Update service are the steps involved in this process. A thorough system scan for malware may occasionally be helpful as well since harmful software can sometimes interfere with Windows Update.

If you want to streamline the process of fixing the 0x8024001E error, we recommend trying a powerful repair and maintenance tool [d1], which can repair system file corruption, remove bugged or obsolete files, repair registry errors, deal with broken DLLs, and more.

How to fix windows update error 0x8024001e copy
How to fix windows update error 0x8024001e copy

Fix 1. Run Windows update troubleshooter

Let's start with the Windows update troubleshooter - the built-in tool that can often point out at faults related to update issues.

  • Type Troubleshoot in Windows search and hit Enter.
  • Select Additional troubleshooters/Other troubleshooters.
  • Find Windows Update from the list and click Run the troubleshooter/Run.
  • The troubleshooter will automatically scan your system for potential problems and display any issues it finds.
  • If the troubleshooter finds any issues, it will provide recommended solutions.
  • Follow the on-screen instructions to apply the recommended solution

How to fix windows update error 0x8024001e update troubleshooter copy
How to fix windows update error 0x8024001e update troubleshooter copy

Fix 2. Check the system for corrupted files

  • Type cmd in Windows search.
  • Right-click on Command Prompt and pick Run as administrator.
  • The User Account Control window will ask whether you want to allow changes - click Yes.
  • In the Command Prompt window, paste the following command and hit Enter:
    sfc /scannow
  • Once the scan is complete, use the following commands and press Enter after each:
    Dism /Online /Cleanup-Image /CheckHealth
    Dism /Online /Cleanup-Image /ScanHealth
    Dism /Online /Cleanup-Image /RestoreHealth
  • (Note: if you get an error executing this last command, add /Source:C:\RepairSource\Windows /LimitAccess to it and try again).
  • Restart your system.

How to fix windows update error 0x8024001e sfc dism
How to fix windows update error 0x8024001e sfc dism

Fix 3. Check for malware

You should check your system for malware and if none is found, you should disable security software temporarily (especially if it is a third-party app). You can use the built-in Microsoft Defender:

  • Type Windows Security in the Windows search bar and hit Enter.
  • Select Virus & threat protection.
  • Pick Scan options.
  • Choose Microsoft Defender Offline scan and click Scan now.
  • Your computer will immediately reboot and begin a deep scan.

How to fix windows update error 0x8024001e scan for malware copy
How to fix windows update error 0x8024001e scan for malware copy

Ensure that related services are running - set them to run automatically or restart them.

  • Type in Services in Windows search and hit Enter.
  • Scroll down a bit to find Background Intelligent Transfer Service (BITS).
  • If it is already running, right-click and select Restart.
  • If the service is not running, double-click it, and pick Automatic under the Startup type drop-down menu.
  • Click Start, Apply, and OK.
  • Repeat this process for Windows Update and Cryptographic services.

How to fix windows update error 0x8024001e check services copy
How to fix windows update error 0x8024001e check services copy

Fix 5. Perform Disk Cleanup

  • Type Disk Cleanup in Windows search and hit Enter.
  • If your Windows is installed on drive C, pick it from the list (should be by default) and press OK.
  • Click Clean up system files.
  • Select your main drive again and click OK.
  • Here, select the largest portions of the data used - these typically include Temporary Internet Files, Windows Update, Temporary FilesRecycle Bin, Delivery Optimization Files, and others. Marking Windows Update is vital here.
  • Click OK - the process should be finished shortly.

How to fix windows update error 0x8024001e disk cleanup copy
How to fix windows update error 0x8024001e disk cleanup copy

Fix 6. Install the update manually

  • Type Updates in Windows search and hit Enter.
  • Click View update history.
  • Here, note down the KB number which failed to install.
  • Go to the official Microsoft Update Catalog website.
  • Type the KB number into the search bar, and press Enter or click Search.
  • You will find many different versions on the update – you need to find the one that matches your PC specs and Windows version (as a home user, ignore Windows server versions).
  • Right-click on Start and pick System.
  • Under Device specifications, check the System type section: it should either be 64-bit or 32-bit.
  • Scroll down to Windows specifications and check the Version section.
  • With all this information, pick the correct version for your device.
  • Go back to the Microsoft Update catalog, download the appropriate version, and install it.

How to fix windows update error 0x8024001e install manually copy
How to fix windows update error 0x8024001e install manually copy

Fix 7. Reset Windows update components

  • Open Command Prompt as administrator.
  • Copy and paste the following commands one by one in Command Prompt and press Enter after each:
    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
  • When these commands are executed, the last thing to do is to re-enable relevant services:
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver
  • Reboot your PC.

How to fix windows update error 0x8024001e reset windows update components copy
How to fix windows update error 0x8024001e reset windows update components copy

Fix 8. Use Media Creation Tool

You can always use an official Microsoft tool to repair your Windows installation without losing files or apps.

  • Visit the official Microsoft website and download Windows 10 installation media (Windows 11 version).
  • Double-click the installer, select Yes when UAC shows up, and agree to the terms.
  • Select the ISO file and click Next, then follow the instructions to finish the process.
  • Right-click on ISO and click Mount.
  • Open the location of the ISO, right-click on it, and select Mount.
  • Launch the installer.
  • Select Upgrade this PC now and click Next.
  • Windows will start downloading the needed files.
  • Agree to the terms once again and click Next.
  • Before installing, ensure you are happy with your choices (otherwise, you can click the Change what to keep option).
  • Finally, click Install to begin the upgrade process.

How to fix windows update error 0x8024001e media creation tool copy
How to fix windows update error 0x8024001e media creation tool copy

Bottom line

To fix the 0x8024001E error, you can start by running the Windows Update Troubleshooter. If that doesn't resolve the issue, consider manually resetting the Windows Update components and performing a thorough system scan for malware. If none of these solutions work, you may want to try a powerful repair and maintenance tool.

Frequently asked questions

The error 0x8024001E typically signifies that there's an issue with the Windows Update service or its components, preventing updates from being installed successfully.

To fix the 0x8024001E error on Windows 11, you can try running the Windows Update Troubleshooter, resetting Windows Update components, or performing a system file check.

Yes, you can open Command Prompt as an administrator and run commands like 'net stop wuauserv', 'net stop cryptSvc', and 'net stop bits' to stop the necessary services before resetting Windows Update.

Did this fix work for you?
Jake Doevan

Written & verified by

Senior Windows Technician
Windows repair tools SFC and DISM Startup failure recovery Windows Update errors System Restore

Jake Doevan is a senior Windows technician with deep practical knowledge of Windows' built-in repair and recovery tools. He has written extensively about SFC, DISM, CHKDSK, System Restore, and Windows Recovery Environment — the tools that can salvage a failing Windows installation without data loss. Jake's guides are precise and sequenced: each step is ordered to avoid compounding the original problem, and he explains what each command does so readers understand the process rather than following it blindly. His work is particularly valuable for users dealing with corruption, startup failures, and update-induced regressions.

0 Comments

Be the first to comment

Still worried? Run a free check.

Paste any URL or domain — we'll scan it against 4.2M known threats in 10 seconds.

View full scanner → Add to your website →