Fix: Windows Update Error 0x800f081e

The Windows Spring Creators Update was expected by a lot of Windows 10 users. But when it finally became available via WU (Windows Update), some users were unable to complete the installation of the update.

Most users that are unable to apply the Spring Creators Update (version 1803) report receiving the 0x800f081e error. Error 0x800F081E is a Windows status code for CBS_E_NOT_APPLICABLE, which essentially means that an update requirement is missing or the files that are already installed are already of a higher version than the ones that are pending.

Note: The 0x800F081E error is mostly reported to occur on Windows 10 N.

When the update fails, the installation wizard doesn’t provide you with additional clues on why the update couldn’t be installed. “0x800F081E – 0x20003 The installation failed in the Second_Boot phase with an error during Boot Operation” doesn’t really point you towards the source of the problem. But if you check the log file of the update, you should discover an error message similar to this one (sometimes it’s listed several times):

Operation failed: Add [1] package C:\$WINDOWS.~BT\FODs\DU\f5d394a9-b4f4-457c-b5f8-438a6b8e72a0\Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~~.cab. Error: 0x800F081E[gle=0x000000b7]

Note: The log file can be found in C:$WINDOWS.~BT\Sources\Panther\. To view the update log, navigate to this location and open the file named setuperr.log with a text viewer/editor like Notepad.

From these lines, it becomes apparent that the update is seen as inapplicable because of the Windows Media Player package. After investigating the issue, it seems like most users encountering the 0x800F081E error when applying the Spring Creators Update (version 1803) have linked it with the Windows Media Player Package.

If you’re currently struggling with the same issues, we have managed to identify a couple of methods that will enable you to get past the  0x800F081E error and install the Spring Creators Update (version 1803). Altough all the methods will ultimately help you achieve the same end goal, it’s recommended that you follow the three potential fixes in order. If Method 1 doesn’t manage to solve the issue, continue down with Method 2 and then to Method 3 if the second tactic fails. Let’s begin.

Method 1: Disable Windows Media Features

Keep in mind that depending on the Windows 10 variation that you’re using,  you might or might not have the Media feature pack pre-installed on your system. And even if the Windows Media Player pack didn’t come preinstalled, there are a lot of reasons why you’ll want to install it on your system.

Note: Keep in mind that if you’re using Windows 10 N, the Windows Media Pack will come preinstalled.

If you previously discovered that the Spring Creators Update (version 1803) fails because of the Windows Media Player package, the steps below will allow you to overcome the issue. Please follow the steps below to disable the Windows Media Player features from Windows Features and install the Spring Creators Update (version 1803):

Note: Keep in mind that when compared to Method 2, the steps below will only disable Windows Media Player (not uninstall it from your system). While some users have reported that this is enough to allow the Spring Creators Update (version 1803) go through, some users have only managed to resolve the issue after uninstalling Windows Media Player completely (Method 2).

  1. Press Windows key + R to open up a Run command. Then, type “optionalfeatures.exe” and hit Enter to open the Windows Features wizard.
  2. Wait until the Windows Features list is fully populated, then expand the Media Features folder.
  3. From the Media Features folder, uncheck Windows Media Player and hit Yes and then Ok to save the changes.
  4. Once the Windows Features dialog has been closed, reboot your computer to cement the changes and attempt to apply the Spring Creators Update (version 1803) at the next startup.

Note: If the installation completes successfully, return to Windows Features and re-enable Windows Media Player since you might need it in the future. If you’re using Windows 10 N Edition (or KN Edition), you can download and install the latest version of Windows Media Player directly from this link (here).

In the event that the installation of the Spring Creators Update (version 1803) is still failing, leave Windows Media Player disabled and continue with Method 2 to uninstall all related components from your computer.

Method 2: Uninstall Windows Media Player From the Settings menu

If disabling Windows Media Player (Method 1) didn’t allow you to install the Spring Creators Update (version 1803), let’s see whether uninstalling Windows Media Player will allow you to apply the update.

Here’s a quick guide to uninstalling Windows Media Player from the Settings menu:

  1. Press Windows key + R to open up a Run box. Then, type “ms-settings:optionalfeatures” and hit Enter to open the Manage Optional Features tab of the Windows 10 Settings Menu.
  2. Under Manage optional features, scroll down through the list, click on Windows Media Player and hit the Uninstall button.
  3. Wait until Windows Media Player is uninstalled, then restart your computer.
  4. At the next startup, try to re-apply the Spring Creators Update (version 1803).  If it’s still failing with the same error, move down to the final method.

If you manage to install the missing update, you can reinstall Windows Media Player by returning to the Manage Optional Features screen and clicking the Add a feature button. Then, simply browse for Windows Media Player and hit the Install button.

Method 3: Deactivating Windows Media Player via PowerShell

If you’re still unable to install the Spring Creators Update (version 1803), one final potential fix would be to turn Windows Media Player off via an elevated PowerShell window.

Here’s a quick guide to deactivating Windows Media player from an elevated Powershell window and then reinstalling the Spring Creators Update (version 1803):

  1. Press Windows key + X and click on Windows PowerShell (Admin) to open up an elevated Windows PowerShell window.
  2. In the elevated Powershell prompt, paste the following command to disable Windows Media Player:
    Disable-WindowsOptionalFeature –FeatureName “WindowsMediaPlayer” -Online
  3. If the command is successful, close the elevated Powershell prompt and restart your computer. At the next startup, see whether you can apply the Spring Creators Update (version 1803).

If the installation is successful, you can open another elevated Powershell window and re-enable Windows Media Player by inserting the following command:

Enable-WindowsOptionalFeature –FeatureName "WindowsMediaPlayer" -All -Online
ABOUT THE AUTHOR

Kevin Arrows


Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.