Janna Theme License is not validated, go to the theme options page to validate the license, you need a single license for each domain name.

Fix Windows Update Error 0x8007000d

It is recommended to update your Windows PC regularly to keep it safe from cyber attacks. But sometimes when you try to update your Windows 10 PC, you get the Windows Update error 0x8007000d. The 0x8007000d error halts the update process and is often caused by corrupted files, faulty software, etc. However, you are lucky to have found this article. This guide will help you understand how to fix the 0x8007000d Windows Update error. Keep reading for solutions.

Fix Windows Update Error 0x8007000d 1024x683-1

How to Fix Error 0x8007000d in Windows Update

You may encounter several error codes while updating your computer. Aside from Windows 7, it also occurs on Windows 10 computers. Many users have reported that they are unable to install Windows 3124200 builds KB4586853, KB4592438, and KB10 specifically. Below are some of the reasons that can cause error 0x8007000d in Windows Update. Analyze the cause of your issue so you can quickly resolve it by choosing the right method.

  • Lost or damaged files on your computer.
  • Corrupted programs.
  • Virus or malware attack on your computer.
  • Incomplete or outdated Windows Update components on your computer.
  • Other background programs interfere with the update process.
  • Antivirus software and unstable internet connection also interfere.

In this section, we've compiled a list of effective troubleshooting methods that will help you fix Windows Update error 0x8007000d or the setup cannot continue due to a corrupted installation file. Follow the methods in the same order for optimal results.

Method 1: Clean up disk space

Your Windows PC may not install updates if your computer doesn't have enough free space. Removing large junk files can free up your computer's memory and fix general issues. This can be done by clearing up disk space, which deletes all temporary files, installation logs, cache, etc. It may also fix the "Setup cannot continue due to a corrupted installation prompt" error. You can start clearing your disk by following the steps below.

1. Press and hold Windows key + I Together to open Windows Settings.

2. Now, click on the system As shown below.

windows-setting-page-system-highlighted-1-1 Fix error 0x8007000d in Windows Update

3. In the left pane, click Storage tab In the right pane, select Storage sensor configuration Or run it now as highlighted.

storage-tab-1-1 Fix error 0x8007000d in Windows Update

4. In the next window, scroll down to Free up space now section and select Clean now option As shown.

configure-storage-sense-or-run-it-now-window-1-1 Fix error 0x8007000d in Windows Update

Now that you have removed all the unnecessary files, try Windows Update Check if the problem is fixed.

Note: This method can be removed from this article. I couldn't find it anywhere related to the issue.

Method 2: Run a malware scan

Often, errors such as setup cannot proceed due to an installation file corrupted by viruses or malware. Make sure to scan your computer regularly to avoid being attacked by them. Here are the steps to run an antivirus scan on your computer.

Also read:  How to Fix: RVC is already running on Windows 10 when restarting

1. Press Windows key + I Together to open Settings.

2. Click Update and security , as shown.

update-and-security-highlighted-in-settings-window-1 Fix error 0x8007000d in Windows Update

3. Click Windows Security in the right pane.

4. Next, select Virus and Threat Protection Option Within the protection areas.

windows-security-option-in-the-left-pane-virus-an-2 Fix error 0x8007000d in Windows Update

5. Click Scan Options , as shown.

scan-options-highlighted-1-1 Fix Error 0x8007000d in Windows Update

6. Choose an option Quick Scan Or Full scan According to your preferences and click on Scan Now.

scan-options-available-1-2 Fix error 0x8007000d in Windows Update

7a. After the scan is complete, all threats will be removed. Click Start the process Under current threats to remove or fix threats.

window-that-appears-if-threats-are-found-1-2 Fix error 0x8007000d in Windows Update

7b. If you do not have any threats on your system, no current threats will be displayed as shown below.

window-that-appears-if-no-threats-are-found-1-2 Fix error 0x8007000d in Windows Update

Windows Defender Firewall will fix all virus and malware related issues.

Method 3: Run the Windows Update Troubleshooter

You can also run the Windows Update Troubleshooter. It's a built-in feature that was created To fix all update errorsIt will repair temporary files and services related to Windows Update and reset Windows Update components. Here are the instructions for running the Windows Update Troubleshooter.

1. Press Windows key + I At the same time to run Settings.

2. Click Update and Security Box , as shown.

click-on-Update-and-security-in-Settings-735x497-9 Fix error 0x8007000d in Windows Update

3. Go to the menu Troubleshooting in the right pane.

4. Select Windows Update Troubleshooter And click Run the troubleshooter button described below.

click-on-Troubleshoot-from-the-Update-and-Security-settings-and-select-Windows-Update-troubleshooter-and-click-on-Run-the-troubleshooter-735x496-2 Fix Windows Update Error 0x8007000d

5. Wait for the troubleshooter to detect and fix the issue. Once the process is complete, Restart your computer.

Note: You can also run the Program Compatibility Troubleshooter listed under Find and fix other problems. This will find and fix problems related to older program compatibility on your version of Windows.

likewise-run-the-program-compatibility-troubles How to fix error 0x8007000d in Windows Update

Method 4: Repair Corrupted Files

If you're experiencing error 0x8007000d while updating Windows, it could be due to corrupted files on your computer. You can use features like SFC (System File Checker) and DISM (Deployment Image Servicing and Management) to scan for and remove malicious corrupted files. Here's how to use them:

1. Press Windows key , And type Command Prompt And click Run as administrator.

open-start-menu-type-command-prompt-and-click-on-768x689-2 Fix error 0x8007000d in Windows Update

2. Click "Yeah" in the prompt “User Account Control”.

3. Write sfc / scannow And press Enter key to turn on System File Checker.

Type the below command line and hit enter to execute 768x496-3 Fix error 0x8007000d in Windows Update

Note: The system scan will begin and take two minutes to complete. In the meantime, you can continue performing other activities, but be careful not to accidentally close the window.

After the scan is complete, any of these messages will appear:

  • Windows Resource Protection did not find any integrity violations.
  • Windows Resource Protection could not perform the requested operation.
  • Windows Resource Protection found and successfully repaired corrupted files.
  • Windows Resource Protection found corrupted files but was unable to repair some of them.

4. Once the scan is complete, restart your computer.

5. Again, run Command Prompt as Administrator Execute the specified commands one by one:

dism.exe /Online /cleanup-image /scanhealth
dism.exe /Online /cleanup-image /restorehealth
dism.exe /Online /cleanup-image /startcomponentcleanup

Note: You must have a working Internet connection to execute DISM commands correctly.

dism-exe-online-cleanup-image-scanhealth-dism-768x444-2 Fix Windows Update Error 0x8007000d

Method 5: Use the Command Prompt

You can also fix Windows error 0x8007000d using the Command Prompt. It's an effective troubleshooting method, and you can resolve the error using the specified codes.

1. Turn on Command Prompt as Administrator.

2. Type the following commands one by one and press Enter.

SC config wuauserv start= auto
SC config bits start=auto
SC config cryptsvc start=auto
SC config trustedinstaller start= auto

command-prompt-window-1-1 Fix error 0x8007000d in Windows Update

3. Once the commands are executed, restart your computer.

Method 6: Enable Windows Update Service

To fix error 0x8007000d, check that the Windows Update services are running. They manage the distribution of updates released by Microsoft. Here's how to do it.

First option: Through services

Follow these steps to start Windows Update Services through the Services program.

1. Press Windows key And type Services and click Run as administrator.

search-for-services-click-run-as-administrator-1-1-768x713-1 Fix error 0x8007000d in Windows Update

2. Scroll down and select Windows Update Service.

3. Right click on The properties As shown in the image below.

Note: You can also double-click Windows Update Services to open the Properties window.

services-window-1-1-768x552-1 Fix error 0x8007000d in Windows Update

4. Set the type Start up on auto , As shown below.

now-set-the-startup-type-to-automatic-1 Fix error 0x8007000d in Windows Update

5. Click Apply > OK to save the changes.

Also read:  Top 7 Ways to Fix Camera Not Working in Google Chrome on Windows 11

Option 2: Through the Local Group Policy Editor

When Windows Update components are disabled on your computer, you may encounter issues such as the setup not being able to proceed due to a corrupted installation file, accompanied by Windows Update error 0x8007000d. First, check if you have enabled Windows Update components. If not, you can enable them by following the steps below.

1. Press Windows key And type gpedit.msc As shown. Then press Enter.

run-dialog-box-2 Fix error 0x8007000d in Windows Update

2. Now, double-click on Computer Configuration > Administrative Templates As shown.

local-group-policy-editor-window-fix-error-0x8007000d-in-Windows-Update

3. Double-click on the system In the left pane, scroll down and double-click Specify settings To install optional components and repair components as shown.

system-folder-is-open-and-specify-settings-for-opt-768x488-1 Fix error 0x8007000d in Windows Update

4. In the next pop-up window, select Maybe As shown.

specify-settings-for-optional-component-installati Fix error 0x8007000d in Windows Update

5. Finally, tap “Apply” > “OK” to save the changes.

Method 7: Restart the Windows Update service

Sometimes, you can fix the "Setup could not continue due to a corrupted installation file" error by manually restarting the Windows Update service. Follow the instructions below to do so.

1. Turn on Run dialog box By clicking on Windows + R keys together.

2. Typeservices.msc And click OK to start Services window.

type-services-msc-in-run-dialog-box-1-1 Fix error 0x8007000d in Windows Update

3. Scroll down the screen and right-click on Windows Update.

Note: If the current status is not running, you can skip the step below.

4. Here, click "turning off" If the current status shows Running.

windows-update-selected-in-services-window-1-2 Fix error 0x8007000d in Windows Update

5. You will receive a prompt, Windows is trying to stop the following service on Local Computer… Wait for the prompt to complete. This will take about 3 to 5 seconds.

windows-is-attempting-to-stop-the-following-servic-1 Fix error 0x8007000d in Windows Update

6. Open File Explorer by clicking Windows + E keys Together. Now, move on to the next track.

C: \ Windows \ Software \ Datastore

7. Select all files and folders by clicking on Control + A keys Together and right click on the empty space.

8. Select an option delete To remove all files and folders from the DataStore site.

datastore-folder-view-1-1 Fix error 0x8007000d in Windows Update

9. Now, go to the track. C: \ Windows \ SoftwareDistribution \ Download , and delete all files in the downloads location as mentioned in the previous step.

download-folder-in-softwaredistribution-1-1 Fix Error 0x8007000d in Windows Update

10. Go back to Services window Right click on Windows Update.

11. Select an option start As shown in the image below.

windows-update-selected-in-services-window-1-3 Fix error 0x8007000d in Windows Update

12. You will receive a prompt, Windows is trying to start the following service on Local Computer… Wait for 3 to 5 seconds and close the Services window.

Windows-Is-Attempting-To-Start-The-Following-Service-1 Fix Error 0x8007000d in Windows Update

Method 8: Delete software distribution files in safe mode

If manually deleting the Software Distribution folder components doesn't resolve the issue, or if you encounter any errors while removing the files, follow the steps below. These instructions will boot your computer into recovery mode so you can delete them without any problems.

1. Press Windows key And type Recovery Options As shown. Open the best results.

recovery-options-search-1-1-768x713-1 Fix error 0x8007000d in Windows Update

2. in Settings window , Click Restart now option within Advanced startup As shown.

settings-window-of-recovery-option-1-1 Fix error 0x8007000d in Windows Update

3. Click find the mistakes and resolve it In the Select window Option.

choose-an-option-window-1 Fix error 0x8007000d in Windows Update

4. Click Advanced Options As shown.

Troubleshooting Windows in Advance Startup 1-1 Fix Error 0x8007000d in Windows Update

5. Click Startup Settings As shown.

startup-settings-under-advanced-options-1-1 Fix error 0x8007000d in Windows Update

6. In a window Startup Settings , Click Reboot.

7. When Restart the computer Your, you will see the screen below. Here, tap on F5 . key On your keyboard you have to enable the option Safe Mode With network connection.

enable-safe-mode-with-networking-is-highlighted-in-1 Fix error 0x8007000d in Windows Update

8. Press and hold Windows + E keys Together to open File Explorer. Go to the next site.

C: \ Windows \ SoftwareDistribution

9. Select all files In the software distribution folder and delete it.

software-distribution-folder-1-1 Fix error 0x8007000d in Windows Update

10. After that, Restart your computer And try Windows Update.

Method 9: Reset update components

To resolve all update-related issues, another effective troubleshooting method is to reset Windows Update components. This repairs BITS, Cryptographic, MSI Installer, Windows Update services, and update folders such as SoftwareDistribution and Catroot2. Here are some instructions for resetting Windows Update components.

1. Follow Steps 1 of 4A.

2. Type the following commands one by one and press Enter.

net stop wuauerv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old 
ren C:\Windows\System32\catroot2 Catroot2.old 
net start wuauserv
net start cryptSvc
net start bits 
net start msiserver

command-prompt-window-1-3 Fix error 0x8007000d in Windows Update

Wait for the commands to be executed and check. Fix Windows Update Error 0x8007000d.

Also read:  Fix common printer problems in Windows 10

Method 10: Disable antivirus (temporarily)

Sometimes, an overly aggressive antivirus suite will interfere with the update process, causing Windows 0 update error 8007000x10d, or the setup cannot proceed due to a corrupted installation. Therefore, if you are using a third-party antivirus, temporarily disable it and see if the issue is resolved. It is important to enable it again after your issue is resolved to protect against viruses.

Note: Different antivirus programs will have different settings for this method. As an example, we use Avast Free Antivirus.

1. Go to Antivirus code in Taskbar Right click on it.

icons-on-taskbar-1-1 Fix error 0x8007000d in Windows Update

2. Select an option Control Avast Shields You can temporarily disable Avast using the following options:

  • 10 minute disablement
  • Disabled for 1 hour
  • and disable until the computer is restarted
  • Permanently disabled

avast-shields-control-option-1-1 Fix error 0x8007000d in Windows Update

3. Select the option as per your convenience and confirm the prompt displayed on the screen.

avast-shields-control-different-options-available-1-1 Fix error 0x8007000d in Windows Update

4. In the main window, you will see a note All shields are off. Yours to indicate that you have disabled your antivirus. To activate it again, click employment.

all-your-shields-are-turned-off-in-the-main-window-1 Fix error 0x8007000d in Windows Update

Method 11: Reset your computer

If none of the above methods work for you, this is your last resort. You can reset your computer to finally fix this error. Here's how to do it.

1. Go to Windows Settings and select Update and security.

2. Select the Recovery option from the right pane and click "Getting Started" in the right pane.

recovery-option-window-1-2-768x627-1 Fix error 0x8007000d in Windows Update

3. Now, select an option from Reset PC Window.

  • The Keep my files option will remove apps and settings but will keep your personal files.
  • The Remove everything option will remove all your files, apps, and personal settings.

reset-this-pc-window-1-2 Fix error 0x8007000d in Windows Update

4. Finally, follow the on-screen instructions to complete the reset process.

If you can't fix Windows Update error 0x8007000d, here are some alternatives to update your Windows 10 PC.

Method 12: Use Windows 10 Update Assistant

You can try an alternative method to update your Windows 10 PC if you are experiencing issues with previous versions. First, uninstall any potential recent updates and use the Windows 10 Update Assistant as described below to fix error 0x8007000d in Windows 10.

1. Press and hold Windows + R keys Together to open Run . dialog.

2. Now, type appwiz.cpl As shown and press Enter.

run-dialog-box-1-1 Fix error 0x8007000d in Windows Update

3. Click "View installed updates" On the right side as shown here.

Fix Error 0x8007000d in Windows Update

4. Now, select the latest problematic update and click on the option uninstall As shown below.

programs-and-features-window-with-uninstall-a-prog Fix error 0x8007000d in Windows Update

5. Confirm the claim, if any. Now, press and hold Windows + E keys Together to open FiLe Explorer. Go to the next track.

C:/windows/softwaredistribution/download

6. Delete All files and folders located in the path. Select all the files and click delete icon As shown.

files-inside-download-folder- Fix error 0x8007000d in Windows Update

7. Visit Windows 10 Update Download PageClick on the option. Update now As shown.

Fix error 10x2021d in Windows Update

8. The update may slow down between 60-85 from the process. Wait until the update process is successful andRestart your computer.

9. Press Windows key + I Together to open Settings In your system.

10. Select Update and security.

update-and-security-highlighted-in-settings-window-1 Fix error 0x8007000d in Windows Update

11. Select Check for Updates from the right panel. Ensure you are prompted to update the message as shown.

if-the-windows-version-is-already-up-to-date-then-4-768x579-1 Fix Windows Update Error 0x8007000d

Note: If you are using a program Mixed Reality If you have an issue with your computer, please uninstall it. This program interferes with the Windows Update process and causes Windows Update error 0x8007000d.

Method 13: Download updates manually

If you've verified that your computer is free of corrupted files and malware, that all essential services are running, and that the error still persists, you can manually download the updates as described below. Before doing so, you'll need to determine the KB number of your computer that's experiencing the 0x8007000d Windows 10 error.

1. Press Windows key + I Together to open Settings In your system.

2. Now, select Update and security.

update-and-security-highlighted-in-settings-window-1 Fix error 0x8007000d in Windows Update

3. Click the option View update history As shown below.

windows-update-window-1-1 Fix error 0x8007000d in Windows Update

4. In the list, note the Knowledge Base number of the update that failed to install due to the error message.

kb-number-768x89-1 Fix error 0x8007000d in Windows Update

5. Type the knowledge base number in Microsoft Update Index Search Bar.

microsoft-update-catalog-search-bar-homepage-768x369-1 Fix error 0x8007000d in Windows Update

6. Search for Compatible update With your system and click addition To download and install the update manually.

We hope this guide was helpful and that you've fixed the 0x8007000d Windows Update error. Let us know which method worked best for you. Also, if you have any questions or suggestions regarding this article, feel free to leave them in the comments section.

Go to top button