Skip to main content
All CollectionsTroubleshooting
Windows Error Code: 0x0000022
Windows Error Code: 0x0000022
Updated over a week ago

Error code 0xc0000022 often signifies permission issues or corrupt files in Windows. To fix this, you can watch the detailed guide in the video below. Alternatively, the written instructions provided below offer a step-by-step solution.


Method 1: Utilizing Services to Restart Windows Update

  1. Open the Start menu and type "services" to search for it.

  2. Click to open the Services application.

  3. Scroll through the list to find the "Windows Update" service.

  4. Right-click on the "Windows Update" service and select "Properties."

  5. In the "Startup type" dropdown menu, select "Automatic."

  6. Click "Apply," then click "OK."

  7. If the service is not running, click "Start the service." If it's already running, click "Restart the service."

  8. Restart your computer and check if the issue is resolved.

Method 2: Using Command Prompt to Reset Update Components

  1. Open the Start menu and type "cmd."

  2. Right-click on "Command Prompt" and select "Run as administrator."

  3. Click "Yes" to allow the app to make changes to your device.

  4. In the Command Prompt window, type the following commands, pressing Enter after each:

    • net stop wuauserv

    • net stop cryptSvc

    • net stop bits

  5. Rename the SoftwareDistribution folder by typing:

    • ren %systemroot%\SoftwareDistribution SoftwareDistribution.old

  6. Rename the catroot2 folder by typing:

    • ren %systemroot%\System32\catroot2 catroot2.old

  7. Restart the services you stopped earlier by typing:

    • net start wuauserv

    • net start bits

    • net start cryptSvc

  8. Type "exit" and press Enter to close the Command Prompt.

  9. Restart your computer and check if the problem is solved.

Method 3: Using Microsoft's Update Tool

  1. If the above methods don't work, follow the link provided in the description of the video to download Microsoft's Update Tool.

  2. Click on "Download tool now."

  3. Run the downloaded tool on your computer.

  4. Click "Yes" to allow the app to make changes.

  5. Accept the terms and conditions by clicking "Accept."

  6. Follow the on-screen instructions, clicking "Next" and accepting the terms again when prompted.

  7. Ensure the option to keep all your files and programs is selected, then click "Install."

  8. Wait for the update to complete its installation.

By following these steps, you should be able to resolve the error code you're encountering. If the problem persists, contact us via the messenger button in the bottom right corner.

Did this answer your question?