0x800f0922,Microsoft Print to PDF Missing,Win11 24H2

BW 0 Reputation points
2026-07-14T08:41:49.3+00:00

1,run optionalfeatures.exe,Failed
2,Manually add a printer driver,Failed
3,run Command ,Failed
sfc /scannow

  • dism /online /cleanup-image /restorehealth
    Disable-WindowsOptionalFeature -Online -FeatureName Printing-PrintToPDFServices-Features
  • Enable-WindowsOptionalFeature -Online -FeatureName Printing-PrintToPDFServices-Features 4,so any other ways to resolve this issue?
Windows for business | Windows Client for IT Pros | User experience | Print, fax, and scan
0 comments No comments

Answer recommended by moderator
BW 0 Reputation points
2026-07-15T06:16:50.1566667+00:00

Thanks Jason,I try your steps one by one ,but no success,finally,try to manually install the printer then choice microsoft,then choice update from Windows,it needs more time to wait,then you will see Microsoft Print to PDF,install it ,success,hope it can help someone in the future.

Was this answer helpful?

0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Senthil kumar 1,900 Reputation points
    2026-07-15T07:35:44.94+00:00

    Hi @BW

    Win + R → type appwiz.cpl → Enter

    go to Turn Windows features on or off. if tick un-tick click ok then restart your pc. then come this screen tick and try.

    User's image

    Thanks.

    Was this answer helpful?


  2. Jason Nguyen Tran 24,545 Reputation points Independent Advisor
    2026-07-14T09:32:01.06+00:00

    Hi BW,

    The 0x800f0922 error when enabling Microsoft Print to PDF in Windows 11 24H2 often points to a corrupted feature store or a blocked update component. Since optionalfeatures.exe, manual driver addition, and DISM repairs didn’t resolve it, the next step is to dig a bit deeper.

    One option is to remove and re‑add the Print to PDF feature using PowerShell with elevated rights: Disable-WindowsOptionalFeature -Online -FeatureName Printing-PrintToPDFServices-Features -NoRestart followed by Enable-WindowsOptionalFeature -Online -FeatureName Printing-PrintToPDFServices-Features -All -NoRestart. If that still fails, check the CBS logs (C:\Windows\Logs\CBS\CBS.log) for specific errors tied to the feature installation. These logs often reveal whether the issue is with the component store or a dependency.

    Another useful workaround is to run DISM /Online /Cleanup-Image /StartComponentCleanup before re‑enabling the feature, which can clear out broken references. If the component store itself is damaged, mounting the Windows 11 24H2 ISO and running DISM /Online /Cleanup-Image /RestoreHealth /Source:wim:D:\sources\install.wim:1 /LimitAccess can repair it using a clean source.

    Finally, if none of these steps succeed, you can manually install the “Microsoft Print to PDF” printer via Add-PrinterDriver and Add-Printer in PowerShell, pointing to the inbox driver files located under C:\Windows\System32\DriverStore\FileRepository.

    Give this a try and let me know how it goes. If you find this answer helpful, please hit “accept answer” so I know your issue has been addressed.

    Jason.

    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.