When Windows is unable to load the necessary update manifest files, it throws error 0x8024000B when attempting to install updates. Manifest files, which are commonly included with programmes and Windows updates, are essentially XML files.

For Windows to run efficiently, Microsoft regularly releases updates for the operating system and its many programmes. These revisions typically include solutions for recently discovered security holes, stability enhancements, and occasionally a new look for the corresponding software.

0x8024000B

Although updates are always welcome, they can be intimidating if they don’t explain why the issue occurred. However, in this article, we’ll discuss what triggers this error number and then offer a variety of ways to get rid of it.

Contents

Why Does Windows 10 Get The Error Code 0x8024000B While Attempting To Update?

Let’s go over what causes the problem in more depth so you can avoid it next time you try to update your operating system. Changes to the Manifest Files: Windows update manifest files are to blame for this error message.

When Windows cannot open and read the manifest files for Windows updates, the error message appears. This occurs if the Windows Update service or the user manually interrupts the update in progress. The error message includes the context “Operation was cancelled” because of this.

Method 1: Powershell Script Execution

The most straightforward solution to the issue is to execute a Powershell script to remove obsolete software upgrades. Because the script is freely available on Microsoft’s Technet, there’s no risk of infection. If you want to use the script, here’s how:

Step 1: Please visit this page to get the script.

Step 2: Right-click the script file in your downloads folder once it has finished downloading.

Step 3: Choose to run the script using Powershell by clicking its icon.

It is recommended that you restart your computer before attempting another update.

Method 2: Solving Issues with Windows Updates by Using The Troubleshooter

The Windows Update Troubleshooter is the next step you may take to fix the problem. If you didn’t stop the update from installing, the Windows Update Troubleshooter can help you figure out what went wrong and fix it. Follow these instructions to launch the Windows Update Troubleshooter:

Step 1: Just hit the Windows key plus the letter I to access the control panel.

Step 2: Click on Update & Security.

Step 3: Move your mouse over the left pane until you find the Troubleshoot section.

Step 4: To activate the diagnostic tool, go to Settings > Update & security > Windows Update.

Step 5: To test if the problem has been fixed, re-run the update after it has finished troubleshooting.

Method 3: Modifying the Filename of Spupdsvc.exe

Last but not least, renaming the file spupdsvc.exe should correct the issue. The file is an instance of the Microsoft Update RunOnce Service, whose full name is Spupdsvc.

This is used for installing Windows updates, although its name may need to be changed in order to avoid certain errors. Change the filename to:

Step 1: Activate the Run dialogue box by pressing the Windows Key + R.

Step 2: When it does, copy the following command, paste it into the box, and push Enter:

cmd /c ren %systemroot%\System32\Spupdsvc.exe Spupdsvc.old

Step 3: Finally, try running the update after restarting your computer; hopefully, this will resolve the problem.