How to Fix Error 0x80070006 in Windows 11: Complete Guide

Last update: 07/04/2025

  • Error 0x80070006 can occur during Windows updates or installations.
  • Causes include corrupted files, system errors, or network problems.
  • There are multiple solutions, from system tools to advanced techniques.
  • Recreating installation media or checking your internet connection can be key.
error code 0x80070006

Error 0x80070006 in Windows 11 It's one of those errors that can appear at the most inopportune moment, either during an operating system update or when trying to install it from scratch. Although it may seem complex at first glance, the truth is that This is a common problem with multiple possible solutions.

Many users encounter this error when using tools such as Windows Update or the Media Creation Tool. The causes can vary from incorrect configurations, corrupted files, or even network issues. The positive side is that, with proper guidance, It is entirely possible to solve it without the need for advanced technical knowledge..

What does error code 0x80070006 mean?

Error 0x80070006

This error indicates that a failure has occurred during a system operation, either during a Windows update or when using installation media such as a bootable USB drive. Although the number may seem cryptic, it contains specific information about the type of problem, its origin, and the component responsible for the failure. Typically, the error manifests with a message like: "There was a problem running this tool. Error code: 0x80070006."

This code may also appear accompanied by another number, such as 0 x 90018, especially common when the error occurs using the Windows installation media creation tool.

Most common causes of error 0x80070006

There may be many reasons for this error to appear, but the most common are:

  • Corrupted system files: whether due to unexpected shutdowns, failed previous installations, or malware infections.
  • Invalid entries in the Windows registry after incorrect changes in the system.
  • Unstable network configurations, especially if the error appears when using the Media Creation Tool.
  • Obsolete or incompatible drivers that affect the installation or update of the system.
  • Problems with the USB used to start the installation, whether due to physical damage, incorrect formatting, or misuse.
  • Third-party software such as antivirus or security solutions that interfere with the process, as in the case of Kaspersky Security for Windows Server.
Exclusive content - Click Here  How to change the file type in Windows 11

How to fix error 0x80070006 in Windows 11

Windows Update

1. Run the Windows Update troubleshooter

Windows has a built-in tool that detects and fixes common errors in the update system. To access it:

  1. Press Windows + I to open Settings.
  2. Go to Update and security > Solve problems.
  3. Click on Additional troubleshooters and choose Windows Update.
  4. Choose Run the troubleshooter and follow the instructions on the screen.

This is one of the simplest and most effective ways to address the error if it occurs while updating the system..

2. Scan the system for viruses or malware

If your computer is infected, there's a chance that important system files have been compromised. To make sure:

  • Opens Windows Security from the search bar.
  • Choose Protection against viruses and threats.
  • Click on complete exam to carry out a thorough analysis.

You can also use third-party software like Malwarebytes to perform a second, more in-depth scan.

3. Run SFC and DISM commands

When corrupted system files are suspected, these commands are key:

  1. Open the Command Prompt as administrator.
  2. Enter the command: sfc / scannow.
  3. Once finished, run the following commands one by one:
    • Dism / Online / Cleanup Image / CheckHealth
    • Dism / Online / Cleanup Image / ScanHealth
    • Dism / Online / Cleanup Image / RestoreHealth
Exclusive content - Click Here  How to see someone's followers on Instagram

These tools allow you to recover damaged system files without losing your data..

4. Check and reset Windows Update components

If the errors persist, you can reset Windows Update components manually. This is useful when the update service has become corrupted. Automated scripts are available, or you can follow step-by-step guides that teach you how to rename folders. software distribution y catroot2. To learn more about issues with the update process, visit this link about Windows 11 bugs.

5. Check your Internet connection if the error occurs when installing Windows.

A common cause of error 0x80070006 during installations from the Media Creation Tool is a unstable network connection. Be sure to:

  • Be connected by Ethernet cable, if possible.
  • Avoid using public or low-power Wi-Fi networks.
  • Check that there are no firewall or antivirus restrictions blocking file downloads.

6. Change USB ports or recreate the installation media

If you're installing Windows from a USB drive and you see this error, try the following:

  • Use another USB port, preferably a 2.0 if the current one is 3.0 (or vice versa).
  • Recreate the USB using the Media Creation Tool downloaded from the official Microsoft website.
  • Format the USB in NTFS format using the command diskpart or tools like MiniTool Partition Wizard.

A misconfigured USB can corrupt the installation and generate this type of errors..

7. Disable the local administrator

Some users have managed to avoid error 0x80070006 – 0x90018 disabling the local administrator account temporarily:

  1. Open Command Prompt as administrator.
  2. Introduces: net user administrator / active: no
  3. After installation, you can reactivate it with: net user administrator / active: yes.
Exclusive content - Click Here  How to study Japanese?

8. Verify that the MediaCreationTool.exe file is not blocked

Windows sometimes blocks downloads it considers risky. To check:

  1. Right-click on the Media Creation Tool file.
  2. Choose Properties.
  3. Check the box To unlock if it appears.

9. Use another USB or format correctly with Diskpart

If you're still having trouble with your USB drive, these instructions may help:

  1. Connect the USB and run diskpart from the run menu (Win + R).
  2. Once inside, run the commands:
    • list disk
    • select diskX (replace X with the USB number)
    • clean
    • create partition primary
    • Select Partition 1
    • format fs = ntfs quick
    • assign

This ensures that the USB is clean and free of partition errors that could affect boot. It's also important to know that some Windows errors can be fixed in general, as you can read in this article about the Kernel Power error 41.

10. If you use a server, check third-party software like Kaspersky

If this error occurs in a server environment and you have security solutions such as Kaspersky Security for Windows Server installed, there is a Known incompatibility that changes the configuration of services such as BITS and WUAUSERVTo fix this, you need to run the following commands:

  1. sc config bits binPath=»C:\\Windows\\System32\\svchost.exe -k netsvcs»
  2. sc config wuauserv binPath=»C:\\Windows\\System32\\svchost.exe -k netsvcs»
  3. Restart the server.

This setting allows you to restore the update services to their default state.

Error 0x80070006 in Windows 11 can be caused by multiple factors, but all of them have a solution. Using system tools, fixing errors with commands like SFC or DISM, ensuring a stable network connection And by using the correct installation media, it's possible to overcome this problem. While it may seem technical at first, with the right steps, it can be resolved without outside help.