Share via

How to fix Install error - 0x800f020b

Steven Gordon 0 Reputation points
2025-11-07T12:59:23.0333333+00:00

Trying to install the update to Windows Printer

Install error - 0x800f020b

Windows for home | Windows 11 | Install and upgrade
0 comments No comments

2 answers

Sort by: Most helpful
  1. AI answer

    2025-11-07T13:00:18.21+00:00

    The error code 0x800f020b typically indicates that the required files for the update are not found or are corrupted. To resolve this issue when trying to install updates related to Windows Printer, you can follow these steps:

    1. Check Windows Update Service: Ensure that the Windows Update service is running. You can do this by searching for "Services" in the Start menu, finding "Windows Update," and ensuring it is set to "Running."
    2. Run Windows Update Troubleshooter: Go to Settings > Update & Security > Troubleshoot > Additional troubleshooters, and run the Windows Update troubleshooter to detect and fix issues automatically.
    3. Check for Corrupted Files: Use the System File Checker tool to repair missing or corrupted system files. Open Command Prompt as an administrator and run the command:
         sfc /scannow
      
    4. Reset Windows Update Components: You may need to reset the Windows Update components. Open Command Prompt as an administrator and execute the following commands one by one:
         net stop wuauserv
         net stop cryptSvc
         net stop bits
         net stop msiserver
         net start wuauserv
         net start cryptSvc
         net start bits
         net start msiserver
      
    5. Check for Device Drivers: Ensure that the printer drivers are up to date. You can do this by visiting the printer manufacturer's website and downloading the latest drivers.
    6. Reinstall the Printer: If the issue persists, try removing the printer from your system and then reinstalling it. Go to Settings > Devices > Printers & scanners, select your printer, and click "Remove device." Then, add it back again.

    If these steps do not resolve the issue, you may need to refer to the Microsoft support documentation for further assistance.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

    1 person found this answer helpful.
  2. John DeV 163.6K Reputation points Independent Advisor
    2025-11-07T13:35:05.94+00:00

    Hi, good day!

    Note: It is always recommended to download and install drivers from the manufacturer's Support page. If you're not experiencing any hardware issues, there's no need to install this driver update.

    Please check if you can still use the “Show or Hide Updates” troubleshooter to hide the driver update. Window Update won’t install hidden drivers or updates. Run the troubleshooter then please try hiding the Printer driver update that will show in the list. You may try restarting your pc if it helps.

    https://download.microsoft.com/download/f/2/2/f22d5fdb-59cd-4275-8c95-1be17bf70b21/wushowhide.diagcab

    In case it was blocked from the browser, click 3 dots next to the download file

    Select Keep > Keep anyway to complete the download process

    I look forward to receiving your update and I'm willing to collaborate with you till we resolve the issue. Do keep me informed by clicking "Add comment" below.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.