How to Fix Error Code 0x80072f8f – 0x20000 on Windows 10/11?

What is Error Code 0x80072f8f-0x20000?

The common error you get when you use the Windows Media Creation Tool to create installation media or upgrade your OS. Usually, it is caused by permission issues, security protocols that may be disabled like TLS, or missing services in Windows.

Causes of Error Code 0x80072f8f-0x20000

Different causes are identifiable which may be the reason this error pops up, such as:

  • Lack of admin privileges.
  • Inability to make use of the TLS 1.1 and 1.2 protocols.
  • System component incompatibility.
  • Software Distribution folder corruption of update files. 
  • Unstable internet connection.

Read about similar Windows Update Errors:

0x8007025D-0x2000C Windows Upgrade Error

Error 0x800f081f 


Solutions to Fix the Error

But before you do so, there are some basic checks you need to do. Check the minimum requirements for the upgrade. This error code can be caused by incompatible system specifications. Check that you are compatible with the operating system’s minimum requirements. You can look up the minimum requirements on Google.

Another tip is to run a PC Repair tool such as Outbyte PC Repair to prevent glitches from popping up during the upgrade or installation.

1. Run the Media Creation Tool as Administrator

A simple but effective fix is running the Media Creation Tool with admin privileges:

  1. Right-click the Media Creation Tool.
  2. Select Run as administrator.
  3. If prompted by User Account Control, confirm your choice.
Media Creation Tool

2. Modify the Registry

Making a small tweak to your registry can help solve the problem:

  1. Open Run by pressing Windows + R.
  2. Type regedit and press Enter.
  3. Navigate to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update.
  4. Right-click and create a new DWORD (32-bit) and name it AllowOSUpgrade.
  5. Set its value to 1 and restart your computer.
Registry

3. Clear the Software Distribution Folder

Damaged update files in the Software Distribution folder can also generate this error:

  1. Open File Explorer and navigate to the Windows folder.
  2. Look for the SoftwareDistribution folder.
  3. Select all its content by pressing Ctrl + A and then delete it.
Distribution

4. Clean Boot

A clean boot will also rule out any interfering third-party services:

  1. Press Windows + R, type in msconfig and press Enter.
  2. In the opened System Configuration window, click Selective startup.
  3. Disable all services other than Microsoft and restart your computer.
Configuration

5. Reset Windows Update Components

Resetting the Windows Update services can also fix this error:

  1. Open Command Prompt as an administrator.
  2. Run the following commands one by one: 
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver

ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

net start wuauserv
net start cryptSvc
net start bits
net start msiserver
  1. After you’ve completed all of the commands, restart your computer from the Start Menu and run the Media Creation Tool again to see if the problem has been resolved.
Media Creation

6. Enable TLS 1.1 and TLS 1.2

If TLS 1.1 and TLS 1.2 are disabled, you can enable them by modifying the registry. Open Notepad and paste the following:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp]

"DefaultSecureProtocols"=dword:00000a00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Client]

"DisabledByDefault"=dword:00000000

"Enabled"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]

"DisabledByDefault"=dword:00000000

"Enabled"=dword:00000001

After you copy the code, select File at the top, then Save As. You need to save it as a .reg file. Double-click on the file afterward to apply the registry settings. If prompted for confirmation, click Yes to confirm and restart Windows to check whether the issue has been fixed.


FAQs

What is the cause of Error Code 0x80072f8f-0x20000?

The error code occurs in case of missing TLS protocols or in the event of insufficient admin privileges or corrupted system files.

How do I fix error code 0x80072f8f-0x20000?

Some of the methods you can try to run the Media Creation Tool as admin, alter the values in the registry, and even restart the components of Windows Update.

Why does the Media Creation Tool require the usage of TLS version 1.2?

Version 1.2 of the TLS has to be used in the Media Creation Tool because of the secure connections required for the conduction of any update and installation activity. Because perhaps the problem will be fixed with a clean boot.

Can’t I fix the issue without a clean boot?

Just a clean boot is one way, and you can try other solutions like resetting update components first.

About The Autor
Position: Author

Riley Reed is a tech writer specializing in troubleshooting Windows errors and system performance optimization. Riley enjoys helping users solve common PC problems and improve their overall computing experience. With a focus on practical tips and performance improvements, Riley ensures readers can keep their systems running smoothly and securely.

Outbyte PC Repair Outbyte PC Repair
Take the bull by the horns: identify and resolve performance issues that might be affecting your PC.
Outbyte AVarmor Outbyte AVarmor
With its powerful engine, Outbyte AVarmor identifies and removes viruses, malware, and spyware threats from your PC.
Outbyte Driver Updater Outbyte Driver Updater
Manually searching for drivers can be quite tiresome, as finding correct driver versions may be difficult for a casual user.
Camomile Camomile
Free CPU Optimization App. CPU optimization and longer battery life for your computer.
People About Us
See what Outbyte users are saying about our software.
Recent articles
Dec 18, 2024
Getting a PAGE_FAULT_IN_NONPAGED_AREA error in Windows is pretty annoying. Usually, the problem comes as a Blue Screen of Death which disrupts your work momentum and sometimes shows up to indicate the hidden...
Yuri Thomopsov
Dec 17, 2024
What is the IRQL_NOT_LESS_OR_EQUAL Error? IRQL_NOT_LESS_OR_EQUAL is one of the most frequent BSOD errors in Windows. It happens when a system process or driver attempts to access an interrupt request level...
Riley Reed
Dec 17, 2024
What is the 0xc000007b Error? The 0xc000007b error appears when there is a conflict between 32-bit and 64-bit systems. You might notice it when you try to open a game or app, especially if it is fit for a...
Yuri Thomopsov