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.
0x80072f8f - 0x20000

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.
0x80072f8f - 0x20000 error

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.
error 0x80072f8f - 0x20000

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.
0x80072f8f - 0x20000

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 0x80072f8f - 0x20000

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.

Don’t forget to share this post!
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
Jan 22, 2025
About Driver TP-LINK Wireless USB Adapter Driver allows computers to go wireless with TP-LINK USB adapters and enjoy wireless and easy anywhere Internet access. This is a necessary driver for installing...
Yuri Thomopsov
Jan 22, 2025
About Driver Dell Alienware 17 R5 AMD AUO299C Display driver is targeted at Alienware 17 R5 laptops issued with an AMD GPU and an AUO299C screen to maximize color accuracy, refresh rate settings, and overall...
Yuri Thomopsov
Jan 22, 2025
Keyloggers are classes of spyware that trace every key stroke on the device and record sensitive information like passwords or personal messages. It normally records information for malicious use such as...
Riley Reed