search
HomeComputer TutorialsTroubleshootingHow to fix Media Creation Tool error 0x80070006 - 0x90018 in Windows?

Error 0x80070006 – 0x90018 is one of the common problems for users who try to upgrade or create bootable installation media for Windows using the Media Creation Tool. This error can occur at any moment in time during the download process, preparation of the installation files, or when the tool is creating bootable USB drives. It often leaves users frustrated because it interrupts the process without offering clear guidance on how to proceed.

A large number of users experience this error due to some malfunction in their USB drive, either in the form of incompatibility in the file system or low space. On different occasions, this error 0x80070006 – 0x90018 may also be caused by corrupted Media Creation Tool or problematic system permissions. In the presence of misconfigured Windows Update components or some old drivers, it might become really impossible to complete the upgrade or creation of media successfully.

Symptoms of the 0x80070006 – 0x90018 error include the Media Creation Tool hanging and displaying an error code without completing the desired task. Users reported this error occurs even when they have what appears to be sufficient USB drives and stable network connections, which may just be symptoms of temporary file corruption or background conflicts caused by third-party applications.

The problem, most of the time, is technical yet can be easily resolved by changing the corruption of the file, updating of drivers, or permissions. For advanced users, the solution may include reformatting the USB drives, running system file checks, or adjusting network settings for seamless downloads of the update.

If you are encountering the 0x80070006 – 0x90018 error, then troubleshooting is usually an elimination process that works through a list of potential causes. For users who prefer having things automated, the FortectMac Washing Machine X9 repair tool will identify and fix any underlying issues efficiently to ensure that the Media Creation Tool works as expected.

How to fix Media Creation Tool error 0x80070006 - 0x90018 in Windows?

Fix 1. Check USB drive for issues

A faulty or incompatible USB drive can often cause the 0x80070006 – 0x90018 error. Ensuring the drive is properly formatted and has enough storage space can resolve the issue quickly.

  • Insert the USB drive into your computer.
  • Open File Explorer, right-click on the USB drive, and select Format.
  • Choose NTFS from the File System dropdown menu.
  • Check Quick Format and click Start.
  • Type PowerShell in Windows search, right-click on PowerShell and select Run as administrator.
  • User Account Control prompt will ask you for permission to make changes – click Yes.
  • In the new window, type the following commands, pressing Enter after each:
    diskpart
    list disk
  • Note which USB drive matches which disk – let's say it's disk 1 (adjust as required), so next commands would be as follows:
    select disk 1
    clean
  • Try running Media Creation Tool again.

How to fix Media Creation Tool error 0x80070006 - 0x90018 in Windows?

Fix 2. Run Media Creation Tool as administrator

Permissions can prevent the Media Creation Tool from accessing necessary system files or making changes, leading to this error. Running the tool as an administrator can bypass such restrictions.

  • Visit the official Microsoft page to download Media Creation tool (Windows 11 version)
  • Right-click the installer and select Run as administrator.
  • When User Account Control shows up, click Yes
  • Proceed with the on-screen instructions provided.

How to fix Media Creation Tool error 0x80070006 - 0x90018 in Windows?

Fix 3. Delete temporary files

Corrupted temporary files can interfere with the Media Creation Tool's operation. Removing these files can clear any conflicts.

  • Open the Windows search bar and type Disk Cleanup. Press Enter to open the Disk Cleanup utility.
  • In the Disk Cleanup window, select the drive where your Windows operating system is installed (usually drive C:) and click OK.
  • Click Clean up system files.
  • Select the drive again and click OK.
  • In the list of files that can be cleaned up, select the largest portions of data, such as Temporary Files, Windows Update, and others.
  • Click OK to begin the cleanup process.

How to fix Media Creation Tool error 0x80070006 - 0x90018 in Windows?

Fix 4. Disable antivirus software

Sometimes, antivirus programs block the Media Creation Tool from performing critical operations. Temporarily disabling such programs can help complete the process.

  • Open your antivirus application.
  • Locate the settings menu.
  • Disable real-time protection or temporarily turn off the antivirus.
  • Retry using the Media Creation Tool.

Fix 5. Reset Windows Update components

Issues with Windows Update components can lead to errors when downloading or preparing installation files. Resetting these components can restore proper functionality.

  • Type cmd in Windows search.
  • Right-click on Command Prompt and select Run as administrator.
  • When the User Account Control window pops up, click Yes.
  • Type the following commands one by one in Command Prompt and press Enter after each:
    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
    Ren C:WindowsSoftwareDistribution SoftwareDistribution.old
    Ren C:WindowsSystem32catroot2 Catroot2.old
  • When these commands are executed, the last thing to do is to re-enable relevant services:
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver
  • Reboot your device.

How to fix Media Creation Tool error 0x80070006 - 0x90018 in Windows?

Fix 6. Use Clean Boot

Third-party programs or services running in the background can cause conflicts with the Media Creation Tool. A clean boot allows only essential system services to run.

  • Type msconfig in the Windows search box and press Enter.
  • Pick the Services tab.
  • Mark Hide all Microsoft services and select Disable all.
  • Select the Startup tab and click Open Task Manager.How to fix Media Creation Tool error 0x80070006 - 0x90018 in Windows?

    Fix 7. Repair corrupted system files

    Corrupted system files can prevent the tool from functioning correctly. Running system checks can repair these files and resolve the issue.

    • Open Command Prompt as administrator.
    • In the Command Prompt window, paste the following command and hit Enter:
      sfc /scannow
    • Next, use the following commands, pressing Enter each time:
      Dism /Online /Cleanup-Image /CheckHealth
      Dism /Online /Cleanup-Image /ScanHealth
      Dism /Online /Cleanup-Image /RestoreHealth
      (Note: if you get an error executing this last command, add /Source:C:RepairSourceWindows /LimitAccess to it and try again).
    • Reboot your computer.

    How to fix Media Creation Tool error 0x80070006 - 0x90018 in Windows?

The above is the detailed content of How to fix Media Creation Tool error 0x80070006 - 0x90018 in Windows?. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
R.E.P.O. Save File Location: Where Is It & How to Protect It?R.E.P.O. Save File Location: Where Is It & How to Protect It?Mar 06, 2025 pm 10:41 PM

Are you hooked on R.E.P.O.? Curious where your game progress is stored? This guide reveals the location of your R.E.P.O. save files and shows you how to protect them. Losing your game progress is frustrating, so let's ensure your hard work is safe

How to fix Microsoft Teams error 9hehw in Windows?How to fix Microsoft Teams error 9hehw in Windows?Mar 07, 2025 am 12:00 AM

Understanding Microsoft Teams error tag 9hehw on Windows Microsoft Teams is a crucial communication and collaboration application by which users are able to joi

How to fix KB5053602 fails to install in Windows 11?How to fix KB5053602 fails to install in Windows 11?Mar 13, 2025 am 10:00 AM

The KB5053602 patch, released on March 11, 2025, targets Windows 11 editions 22H2 and 23H2, elevating the OS to OS Builds 22621.5039 and 22631.5039, respectivel

Spotlight on KB5053606 Not Installing for Windows 10, Exact StepsSpotlight on KB5053606 Not Installing for Windows 10, Exact StepsMar 13, 2025 pm 08:02 PM

Windows 10 KB5053606 Update installation failed? This guide provides effective solutions! Many users are having problems trying to install the Windows 10 KB5053606 update released on Tuesday of Microsoft's March 2025 patch, such as SSH connection interruption, Dwm.exe unresponsiveness, or input method editor (IME) issues. Updates may be stuck during downloading or installation, or error codes may appear, such as 0x800f0922, 0xd000034, 0x80070437 and 0x80072efe. KB5053606 installation failure is usually caused by a variety of reasons, including Windows update component failure, system file corruption, and disk

How to fix Windows update error 0x800f0838?How to fix Windows update error 0x800f0838?Mar 11, 2025 am 12:00 AM

Windows updates are essential components delivered by Microsoft to enhance the functionality, security, and stability of the Windows operating system. These upd

R.E.P.O. Crashing & Freezing on PC? Result-Driven FixesR.E.P.O. Crashing & Freezing on PC? Result-Driven FixesMar 07, 2025 pm 08:02 PM

Troubleshooting R.E.P.O. Game Crashes: A Comprehensive Guide Experiencing frustrating game crashes, especially in a team-based game like R.E.P.O., can be incredibly disruptive. This guide offers several solutions to resolve R.E.P.O. crashes, freezes

Grand Theft Auto V Enhanced Save File Location, A Roadmap HereGrand Theft Auto V Enhanced Save File Location, A Roadmap HereMar 06, 2025 pm 10:34 PM

This MiniTool guide shows you how to locate and back up your Grand Theft Auto V Enhanced save files on your Windows PC. Rockstar Games' enhanced edition boasts impressive visuals (ray-traced shadows, AMD FSR1 & 3, NVIDIA DLSS 3), improved audio,

What if KB5053598 Fails to Install on Windows 11? Fixes HereWhat if KB5053598 Fails to Install on Windows 11? Fixes HereMar 13, 2025 pm 08:03 PM

Microsoft's March 11, 2025 update, KB5053598, is a crucial patch for Windows 11 24H2 (OS Build 26100.3476). This MiniTool guide covers everything you need to know, including troubleshooting installation problems. What's New in KB5053598? Released on

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment