Ways to resolve error 0x8007000d during installation, activation or upgrade of Windows 10

Windows device users encounter error messages that prevent them from performing an action quite often. Among the common failures that occur in various conditions (during the installation, updating or activation of Windows), the code 0x8007000d may also occur. Depending on the scenario and the source of the malfunction, it can be solved in different ways.

Error 0x8007000d in Windows 10

Contents

Reasons for the error

The presence of error 0x8007000d is usually due to such factors:

  • violation of integrity, lack of installation files, inability to read correctly (failure during OS installation), which provokes a number of different reasons;
  • hard disk damage, bad sectors (when updating the OS);
  • the failure is caused by the lack of access to the registry key (during OS activation);
  • driver incompatibility (when loading drivers, updating).

0x8007000d on Windows 10

Error 0x8007000d when installing Windows 10

If the operating system was being installed and at some point the process was interrupted by a message with such a code, this means that either the boot drive from which the installation was performed or the data on it is damaged. Then the failure is easy to fix, but the user will need certain skills.

To fix the 0x8007000d failure that occurs when installing Windows 10, apply the following measures:

  1. Creating a new boot drive – a flash drive or optical media (it is preferable to use a different drive to avoid a repeat of the failure). The installation process should complete correctly.
    ADVICE. To write bootable media, you can use utilities such as Rufus, UltraISO, or other specialized software.

    UltraISO on Windows 10

  2. Overwriting data on the same media. If the image was damaged initially, you will need to find a new, serviceable distribution kit and, having written it to a USB flash drive, try to install the system again.
ADVICE. It is better to download an OS image with a suitable bit depth from the official Microsoft resource so that the distribution kit is guaranteed to be flawless, which cannot be said about numerous assemblies from the open spaces of the network.

Error 0x8007000d when updating Windows 10

Most often, a failure occurs during the installation of Windows updates and is the result of various factors. An update error occurs when the integrity of the components of the Update Center snap-in is violated or system data is corrupted. There are many reasons for its appearance, and therefore various solutions are applicable that are effective under certain conditions. Let’s analyze in detail how you can remove the error that occurred during the Windows 10 update and interfered with the procedure.

Running the troubleshooter

Infrequently, but still in some circumstances, a regular utility will come to the rescue. The solution is to check and correct the identified faults. You can run the tool like this:

  • open “Settings” (Win + I) and go to “Update and Security”; Update & Security section in Windows 10
  • go to the “Troubleshooting” section and open the tool for Windows Update by pressing the appropriate button, the check will start automatically; Windows Update button in Windows 10 Run the troubleshooter button in Windows 10
  • At the end of the process, reboot the device. End diagnostics in Windows 10

Running SFC and DISM

Often the failure is caused by damage to the system files, so it is advisable to check them with the standard SFC (System File Checker) utility. Another built-in tool that will be useful in fixing corrupted data is DISM (Deployment Image Servicing and Management). During the scanning process, the erroneous element will be identified and corrected.

To perform a search and repair task, you must complete the following steps:

  • launch the Command Prompt (administrator) by selecting the appropriate item from the context menu “Start”; Command Prompt in Windows 10
  • Type sfc /scannow and press enter. The action will start the scanning process, which will take some time; scannow command in windows 10
  • after the scan is completed in the terminal, we set the commands one by one (press Enter after each request):

    dism.exe /online /cleanup-image ScanHealth

    ScanHealth command in Windows 10

    dism.exe /online /cleanup-image /CheckHealth

    CheckHealth command in Windows 10

    dism.exe /online /cleanup-image /RestoreHealth

    RestoreHealth command in Windows 10

  • close the terminal, reboot the device, and then try to update the system.

Applying the Group Policy Editor

If the method above did not help and the system continues to give an error, you can use the Group Policy Editor snap-in to fix it:

  • we start the service using the standard Run console (Win + R) and the gpedit.msc request; gpedit.msc command in Windows 10
  • go along the path “Computer Configuration” – “Administrative Templates” – “Windows Components” – “Windows Update”;
  • we are looking for “Setting automatic updates”, we press RMB – “Change”; Setting Automatic Updates option in Windows 10
  • in the editing window, change the position of the marker to “Enabled”, below we change the necessary settings and apply the changes. Enable and configure auto-update in Windows 10

Cleaning up the update folder

Sometimes you can fix the crash by clearing the directory that includes the accumulated data:

  • to complete the task, first stop the service. Open the window using the Run console (Win + R) and the services.msc request, look for “Windows Update” in the list, click PMK – “Stop”; services.msc command in Windows 10 Windows Update item in Windows 10 Stop the Windows Update service in Windows 10
  • delete the contents of the directory at C:WindowsSoftwareDistributionDownload; Deleting the contents of the Download folder
  • reboot and try to update the system.

Reset WU components

This method is effective in many cases in fixing 0x8007000d and some other update issues.

Resetting Windows components to their original state is done by entering commands in the terminal. In addition to the Update Center, you will need to deactivate other related services – BITS and cryptographic services. We perform the following steps:

  • open the Command Prompt as an administrator (for example, from the Start menu);
  • one by one we set the commands (each request is sent with the Enter key):

    net stop bits
    net stop wuauserv
    net stop appidsvc
    net stop cryptsvc

    net stop bits command in Windows 10

  • you also need to delete qmgr*.dat by entering the query Del “%ALLUSERSPROFILE%Application DataMicrosoftNetworkDownloaderqmgr*.dat”;
  • change the names of the directories where the update data is saved by running the commands one by one:

    Ren %systemroot%SoftwareDistribution SoftwareDistribution.bak

    SoftwareDistribution Command SoftwareDistribution.bak in Windows 10

    Ren %systemroot%system32catroot2 catroot2.bak

    system32catroot2 catroot2.bak command in Windows 10

  • reset Winsock by typing netsh winsock reset; netsh winsock reset command in windows 10
  • start previously stopped services:

    net start bits
    net start wuauserv
    net start appidsvc
    net start cryptsvc

    net start bits command in Windows 10

  • reboot the device and try to update the OS. Let’s see if the manipulations brought results or not.

Manually install KB

If a malfunction occurred during installation of a cumulative patch through Windows Update, you can resolve the issue by downloading it from the Microsoft resource and then installing it.

To download packages, you will need to follow the steps:

  • go to the Microsoft Update Catalog;
  • through the search bar we are looking for a suitable patch (it is better to know which update you need, then it is easy to find it by name). Enter the name in the line and click “Find”; Finding an update in the Microsoft Update catalog
  • as a result, the update will be found (by clicking on it, you can see an overview and information), download it to your computer by pressing the appropriate button; Download the update from the Microsoft Update Catalog
  • we confirm the intention on the next page, for which we click on the link. Link to download the update from the Microsoft Update Catalog

If the name of the patch is unknown, you can enter the OS version in the search, for example, Windows 10, so that you can then select the desired option from the results.

Update with Media Creation Tool

For component updates, the method of using a fresh Windows 10 ISO image directly or using the Media Creation Tool is applicable, which will require downloading it from the Microsoft resource, and after starting the utility, you should apply the option “Upgrade this PC now”. Then it remains to act according to the prompts on the screen.

"Upgrade this PC now" item in MediaCreationTool

An alternative way is to use the Windows 10 Upgrade Assistant.

Clean Boot Windows

Code 0x8007000d is often the result of a conflict between Windows components and user-loaded security software or other software. To find out, you can use the clean boot feature of Windows (only with integrated apps and snap-ins):

  • open the system configuration window through the Run console (Win + R) and the msconfig request; Entering the msconfig Command in Windows 10
  • on the “Services” tab, check the “Do not display Microsoft services” item; Hide Microsoft Services in Windows 10
  • on the “General” tab in the “Selective startup” block, only the item “Load system services” should be checked; Item "Load system services" in Windows 10
  • apply the changes and restart the computer. Let’s try to update.

To return Windows to normal boot mode, perform the reverse steps.

ADVICE. If the source of the problem is identified, for example, if the installation of new updates is blocked by the antivirus (or files are deleted during the procedure), you can disable it for a while or add the service to the exception. 

Error 0x8007000d when activating Windows 10

The activation of the system does not always go smoothly. Failure 0x8007000d, interrupting the update process, may also appear when trying to activate the OS (including through SLMGR – the slmgr / dlv commands) or the MS Office package application. The error appears when the activation files could not be found.

How to fix error code 0x8007000d that prevents you from activating Windows 10:

  • the first step is to apply a regular troubleshooting tool;
  • the method of clean booting the system is also relevant (described above);
  • manually assign permissions to the system account partition.

Since error 0x8007000d during the Windows 10 activation procedure is often caused by incorrectly set permissions in the registry, the setting should be corrected to fix it.

ATTENTION. Working with the system registry requires certain skills from the user, since incorrect edits can lead to unpleasant consequences. We recommend that you first make a copy of the registry in case of force majeure.

To fix the error, do the following:

  • open the registry through the Run console (Win + R) and the regedit query;
  • go to the branch HKEY_LOCAL_MACHINESYSTEMCurrentControlSetEnumROOT;
  • press RMB on ROOT and select “Permissions …”;
  • we mark in the “SYSTEM” groups and in the permissions block we give full access by marking the appropriate item;
  • apply the edits, reboot and try to activate Windows again.

ROOT folder in Windows 10 registry

Microsoft products, in particular Windows and Office programs, can also be activated by phone, which can be used if the above steps do not work.

The presented methods for solving error 0x8007000d, which occurs under various conditions, usually work in one case or another. Regardless of whether the source of the problem is known, try different solutions according to the failure scenario.

Leave a Reply

Your email address will not be published. Required fields are marked *