The Media Creation Tool is used to download Windows installation files, create bootable USB drives, or upgrade Windows directly. In Windows 11, users sometimes encounter issues where the Media Creation Tool fails to launch, gets stuck at a certain percentage, shows error codes, crashes unexpectedly, or does not create installation media properly.
This issue is commonly caused by insufficient permissions, corrupted system files, antivirus interference, outdated Windows components, network problems, or leftover update files. In some cases, background services or pending updates can prevent the tool from functioning correctly.
Fixing Media Creation Tool not working in Windows 11 requires checking system permissions, repairing Windows components, disabling interference, and ensuring stable internet connectivity. Follow the steps below carefully.
How to Fix Media Creation Tool Not Working in Windows 11
Work through the following solutions in order and test the tool after each step.
1. Run Media Creation Tool as Administrator
Lack of administrative privileges can cause the tool to fail.
- Locate the Media Creation Tool file.
- Right-click the file.
- Select Run as administrator.
- Click Yes when prompted.
- Try creating installation media again.
Administrative access is required to modify system files.
2. Check Internet Connection
The tool requires a stable internet connection.
- Ensure you are connected to the internet.
- Switch to a wired Ethernet connection if possible.
- Disable VPN temporarily.
- Restart your router if needed.
- Try running the tool again.
Unstable networks can interrupt downloads.
3. Disable Antivirus and Firewall Temporarily
Security software may block downloads.
- Temporarily disable third-party antivirus.
- Disable firewall if necessary.
- Run the Media Creation Tool.
- Re-enable security software after completion.
Some security tools block large file downloads.
4. Clear SoftwareDistribution Folder
Corrupted update files can interfere with the tool.
- Open Command Prompt as administrator.
- Stop Windows Update service:
net stop wuauserv - Navigate to:
C:\Windows\SoftwareDistribution - Delete all contents inside the folder.
- Restart the Windows Update service:
net start wuauserv - Restart your PC.
- Run the Media Creation Tool again.
This refreshes update components.
5. Run System File Checker (SFC)
Corrupted system files may cause errors.
- Open Command Prompt as administrator.
- Run:
sfc /scannow - Wait for the scan to complete.
- Restart your PC.
SFC repairs damaged system files.
6. Use DISM to Repair Windows Image
If SFC does not resolve the issue:
- Open Command Prompt as administrator.
- Run:
DISM /Online /Cleanup-Image /RestoreHealth - Restart Windows after completion.
DISM fixes deeper system corruption.
7. Delete Temporary Files
Temporary files may interfere with the process.
- Press Windows + R.
- Type
%temp%and press Enter. - Delete all files in the folder.
- Restart your PC.
- Try running the tool again.
Cleaning temp files removes leftover data conflicts.
8. Ensure Sufficient Disk Space
Insufficient storage can stop the download.
- Open Settings.
- Go to System > Storage.
- Ensure at least 20GB free space is available.
- Free up space if necessary.
- Retry the process.
The tool needs enough space to download Windows files.
9. Download the Latest Media Creation Tool
Older versions may not work correctly.
- Visit the official Microsoft website.
- Download the latest version of the Media Creation Tool.
- Replace the previous file.
- Run the updated tool as administrator.
Using outdated versions may cause compatibility errors.
10. Try Creating Bootable Media Using ISO Instead
If the tool still fails:
- Download the Windows 11 ISO directly from Microsoft.
- Use a tool such as Rufus to create a bootable USB.
- Follow on-screen instructions.
- Test the USB installation media.
This bypasses Media Creation Tool limitations.
11. Perform a Clean Boot
Background services may interfere.
- Press Windows + R.
- Type
msconfigand press Enter. - Go to the Services tab.
- Check Hide all Microsoft services.
- Disable remaining services.
- Restart your PC.
- Run the Media Creation Tool again.
Clean Boot isolates conflicting applications.
12. Check Windows Update Status
Pending updates may block the tool.
- Open Settings.
- Go to Windows Update.
- Install all pending updates.
- Restart your PC.
- Retry using the tool.
Keeping Windows updated improves compatibility.
Final Thoughts
Media Creation Tool not working in Windows 11 is typically caused by permission issues, corrupted update components, network instability, or security software interference. In most cases, running the tool as administrator and resetting Windows Update components resolves the issue quickly.