Fix Windows update error 0x8007000E (Solved!)

Best methods to solve update error 0x8007000E in Windows 11 or 10.

0x8007000E

Struggling with Windows update Error 0x8007000E on your quest to install the latest Windows 11 or 10 update? Fret not, as your solution might be closer than you think. Recently, users have explicitly complained about facing this message which states, “Updates failed. We can’t finish the update. Try restarting your device and we’ll try again”.

0x8007000E might occur due to corrupted system files or incompatible device drivers or software. In this blog, we’ve distilled the essential steps to tackle this issue head-on. From running the Windows Update troubleshooter, which often holds the key to resolution to addressing potential driver and software conflicts, we’ve got you covered. By following our straightforward instructions, you can bid farewell to the concerned error code and pave the way for a successful update installation. See: Fix Windows Update Error “0xC1900101 – 0x30018” (Solved!).

Windows update Error 0x8007000E

Here is how to fix Windows update Error 0x8007000E:

Run SFC Scan and DISM Commands

To tackle the pesky Windows update error 0x8007000E, as a first step, we will use the SFC Scan and DISM command line tools. Moreover, SFC Scan (System File Checker) is known to handle corrupted files, while DISM ( Deployment Image Servicing and Management) jumps in to sort out any hiccups in the Windows image itself.

After running these particular commands you can easily encounter and clear the hindrances which are stopping the Windows update.

  1. Click on Search.
  2. Type CMD.EXE.
  3. Select – Run as administrator.
  4. Give permission by clicking Yes on the UAC dialog box.
  5. Type the below command and press EnterSFC /SCANNOW.
  6. Wait for completion. When you see, “Verification 100% complete. Windows Resource Protection did not find any integrity violations” restart your computer.
  7. Try to install the Windows update and see if it is installed successfully.
  8. If the issue still persists, again launch Command Prompt as administrator.
  9. Execute the following command lines sequentially.
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
how to fix Windows update Error 0x8007000e
  1. Wait for the process to finish.
  2. Restart your PC.

Reference: SFC /Scannow, DISM.Exe, CHKDSK Windows 11 or 10.

Rename SoftwareDistribution Folder

Ever wondered how a simple folder rename could support fixing the Windows update error 0x8007000E? Well, for those who don’t know SoftwareDistribution folder is where Windows stores temporary files for updates.

Sometimes, these files can get a little tangled and cause update errors therefore, by giving this folder a new name, you’re essentially clearing all the glitches.

  1. Open Command Prompt (Admin) as you have done in the previous method.
  2. Enter the command and press Enter.
net stop wuauserv
net stop bits
net stop msiserver
net stop CryptSvc
Rename SoftwareDistribution Folder using command prompt
  1. Now run the following command:
ren %systemroot%SoftwareDistribution softwaredistribution.old
  1. After then, start the Windows update-related services using the below command:
net start wuauserv
net start bits
net start msiserver
net start CryptSvc
  1. Close Command Prompt.
  2. Restart your PC.

Read: Remove Items From C:\Windows\SoftwareDistribution\Download Windows 10.

Run Windows Update Troubleshooter

Another possible and most suitable way of clearing out the concerned error is by using the Windows Update Troubleshooter. It’s your system’s built-in fix-it tool that identifies issues causing the aforementioned problem.

  1. Press Windows key + Q.
  2. Search troubleshoot.
  3. Hit Enter to open Troubleshoot settings.
  4. Select Other troubleshooters.
  5. Navigate to Windows Update and click on Run.
  1. Follow suggested resolutions.

See: Use Common Windows Update Troubleshooter on Windows 11, 10, 8.1, 7

Check Windows Update Service

If you are yet to find an appropriate solution, then, we suggest you check your  Windows Update Service. When this service in your PC is not running, updates can stall, leading to errors like 0x8007000E. By ensuring the service is enabled, you’re essentially allowing seamless updates.

  1. Press Win + R.
  2. Type services.msc and click OK.
  3. Double-click on Windows Update.
  4. If not selected, pick Automatic from the Startup type.
  5. Click on Start in the Running status field.
  6. Apply and click OK.
Check Windows Update Service and modify it startup type automatic running status

Clean Windows Download Path

Cluttering of your Windows download path with old files can be another significant reason for you to face the concerned update error by clearing it you will be creating a clean slate for your updates. This means Windows can download fresh update files without stumbling over old files, thus, potentially solving the error.

  1. Press Windows key + R.
  2. Type regedit and Enter.
  3. Navigate to the path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
  1. Find WUServer and WIStatusServer on the right panel.
  2. Delete both if listed.
  3. Restart your computer.

Try installing the Windows update through Catalog

Microsoft Update Catalog is a special store where you can find and download important updates and fixes for Windows. Apart from this, the website also hosts hotfixes and drivers of OEM manufacturers.

If you encounter Windows update error 0x8007000E when trying to install a patch or build through automatic mode you have an option to find the same in the catalog. The additional method you will have to perform is to install that manually rather. So follow the steps:

  1. Copy the KB number of the Windows update which troubled you.
  2. Go to Microsoft Update Catalog.
  3. Paste the KB number in the Search box and press Enter.
error code 0x8007000E
  1. From result, find the update file suitable for your computer (x64, x86, or ARM64).
  2. Click on Download.
  3. You can see a lone link on a separately popped-up page; click on it.
  4.  When the patch is downloaded, double-click on it and select Yes to confirm.

Follow the method: How to Download and Install Update from Microsoft update catalog on Windows 11/10

Execute In-place upgrade

An in-place upgrade is like giving your current device a software makeover. You update or replace the old software with the new one while keeping all your files, settings, and apps intact using this method. Therefore, move forward with the steps to install the update successfully:

  1. First of all, navigate to the Microsoft website for the official download page of Windows 11.
  2. Advance to the section “Download Windows 11 Disk Image (ISO)“.
  3. Once reached, click on Download Now.
  4. Click on Choose one and select the proper product languages.
  5. Then, click on Confirm.
  6. When 64-bit Download starts showing click on it.
  7. After downloading is completed, open File Explorer (Winkey+E) and head to the Downloads folder.
  8. Now, right-click on the ISO and choose Mount.
  9. Select “Open” on the Open file security warning dialog.
  10. Then, right-click on “Setup.exe” and select Yes on the verification prompt.
  11. Click on “Yes” UAC popup.
  12. You will see “Windows 11 Setup” wizard; click on Next.
  13. After the “Applicable notices and license term” window is shown, select – Accept.
  14. In a short while, the update will be installed.

We hope with these 6 ways you will be able to fix Windows update Error 0x8007000e in your system.
Methods:
Run SFC Scan and DISM Commands
Rename SoftwareDistribution Folder
Run Windows Update Troubleshooter
Check Windows Update Service
Clean Windows Download Path
Try installing the Windows update through Catalog
Execute In-place upgrade

That’s all!!

Sharing is caring    Share Whatsapp

 
Topics:  Windows