Share via

microsoft print to pdf not available

Erik Bart 20 Reputation points
2026-02-02T19:25:38.1833333+00:00

Schermafbeelding 2026-02-02 200209

Print to PDF feature can not be installed / activated since the last update.
25H2 26200.5... Also tried the powershell methode (also DISM), nothing works.

What is the next step to try?

Windows for business | Windows 365 Business
0 comments No comments

Answer accepted by question author

Domic Vo 21,630 Reputation points Independent Advisor
2026-02-02T19:59:43.37+00:00

Hello Erik Bart,

The “Microsoft Print to PDF” feature is a built‑in Windows optional component, not a third‑party driver, so if it fails to install or activate after a cumulative update, it usually means the feature store is corrupted or the servicing stack is blocking the installation. Since you already tried PowerShell (Add-WindowsCapability) and DISM, the next step is to verify the integrity of the component store and repair it.

Run an elevated command prompt and execute:

DISM /Online /Cleanup-Image /RestoreHealth

sfc /scannow

This ensures the servicing stack and system files are consistent. After that, try re‑adding the feature explicitly:

dism /Online /Add-Capability /CapabilityName:PrintToPDF~~~~0.0.1.0

If DISM still fails, check the CBS log at C:\Windows\Logs\CBS\CBS.log and the DISM log at C:\Windows\Logs\DISM\dism.log. These logs will show whether the capability package is missing, blocked, or mismatched with your build (25H2 26200.5).

If the capability package is not available locally, Windows should pull it from Windows Update. Since you are on WSUS, confirm that WSUS is configured to deliver Features on Demand. If WSUS does not have the FoD packages, the installation will fail. In that case, you need to temporarily bypass WSUS by enabling the Group Policy setting Specify settings for optional component installation and component repair under Computer Configuration > Administrative Templates > System. Point it to Windows Update or a FoD ISO.

If none of these steps succeed, the supported resolution is an in‑place upgrade repair using the latest Windows 11 ISO. This reinstalls all optional features, including Print to PDF, without affecting user data.

So the next step is to check CBS/DISM logs for the exact failure reason, confirm WSUS is serving Features on Demand, and if not, either bypass WSUS or perform a repair install. That is the only supported way to restore the Print to PDF feature when servicing commands fail.

I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!

Domic Vo.

Was this answer helpful?


1 additional answer

Sort by: Most helpful
  1. Domic Vo 21,630 Reputation points Independent Advisor
    2026-02-10T05:55:25.89+00:00

    Good morning

    I hope you are doing well.

    Have you found the answer useful? If everything is okay, don't forget to share your experience with the issue by accepting the answer. Should you need more information, free free to leave a message. Happy to help! :)

    Domic Vo.

    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.