If you get the error "0x800f0988" when installing Windows 11 updates

This time, we will introduce a solution to the problem of the "0x800f0988" error that occurs when installing updates using Windows Update.

This error can occur if your system drive is out of space or if a required service is disabled.

This may be resolved by freeing up space and enabling necessary services.

table of contents

1. Clean up the "WinSxS" folder

The "WinSxS" folder contains:System-critical filesis saved.

This includes Windows shared files, files for backed up or disabled features, temporary files, etc.

Additionally, after many system components are updated, older versions of the components are stored in this folder.

I deleted all permissions for the "WinSxS" folder as part of a Win11 experiment, and the system crashed.

The cleanup we will introduce here does not delete the "WinSxS" folder itself, but instead uses tools built into Windows to delete unnecessary files in the "WinSxS" folder and reduce its size.

This may help you avoid the "0x800f0988" error.

Steps to clean up the WinSxS folder

1.Start buttonRight-click on the icon and click "Terminal (Administrator)".

Start button right-click menu
Start button right-click menu

2. When the "User Account Control" message appears, click "Yes".

ユーザーアカウント制御
ユーザーアカウント制御

3. Type the following command and press Enter:

dism /online /cleanup-image /startcomponentcleanup

4. The cleanup of the "WinSxS" folder will begin, so please wait.

Windows PowerShell
Windows PowerShell

When the cleanup is complete, the message "The operation completed successfully" will be displayed.

Windows PowerShell
Windows PowerShell

5. Once the cleanup is complete, restart your PC and try running Windows Update again.

*In my environment, approximately 4GB of files were deleted.

2. Check the services you need

If cleaning up the "WinSxS" folder does not resolve the issue, please check the status of the following four services:

1. Press Windows Key + R to open Run, enter the following code and press Enter:

services.msc
Run
Run

2. "Services" will open, so please check the status of the following four services.

  • Background Intelligent Transfer Service
    It transfers files in the background, using idle network bandwidth. Disabling the service prevents applications that rely on BITS, such as Windows Update and MSN Explorer, from automatically downloading programs and information.
  • Cryptographic Services
    There are three management services provided: Catalog Database Service: Verifies Windows file signatures and allows new programs to be installed. Secure Root Service: Adds and removes Trusted Root Certification Authority certificates on this computer. Automatic Root Certificate Update Service: Retrieves root certificates from Windows Update and enables scenarios like SSL. If this service is stopped, these management services will not function properly. If this service is disabled, any services that explicitly depend on it will fail to start.
  • Windows Modules Installer
    Allows the installation, modification, and removal of Windows updates and optional components. If this service is disabled, installation or uninstallation of Windows Updates on this computer may fail.
  • Windows Update
    Enables the detection, download, and installation of updates for Windows and other programs. If this service is disabled, users of this computer will not be able to use Windows Update or its Automatic Update feature, and will not be able to use the Windows Update Agent (WUA) API programmatically.

How to check the status of the service

Double-click on the desired service to open its properties, as shown below, and check the "Startup type."

Windows Update Properties
Windows Update Properties

Check that the four services are in the following status, and if they are not, change them and click OK.

  • Background Intelligent Transfer Service = Automatic
  • Cryptographic Services = Automatic
  • Windows Modules Install = Automatic
  • Windows Update = Automatic (Delayed)

Once you've completed all the settings, restart your PC and run Windows Update.

*If there is a service whose status cannot be changed, try restarting the computer and then opening the service again.

I want to read it together
What to do if you can't connect to Wi-Fi after installing updates After installing Windows 10 or 11 updates, you may be unable to connect to Wi-Fi. The Wi-Fi icon on my laptop...
If you found this article helpful, please share it on social media.

Person who wrote this article

Driven by questions arising from my daily PC use and the desire to "do more," I have been pursuing self-study in Windows since around 2008. I am sharing the "aha!" techniques and solutions I discovered through trial and error with the sole purpose of helping you in your PC life.

View profile

Comment:

To comment

[About submissions]
We welcome any questions or information regarding the content of the article.
However, please note that content unrelated to the purpose of the article, criticism of specific individuals or organizations, offensive language,Inappropriate wordsComments containing the above may be deleted or made private without notice at the discretion of the administrator.
Please note that spam may be automatically deleted by anti-spam measures.

CAPTCHA


table of contents