An unexpected issue has emerged for early adopters of Windows 11 24H2: the familiar "Microsoft Print to PDF" feature is missing after a clean installation. This has caused frustration for users who rely on this convenient tool for creating PDF documents from various applications.
The Root of the Problem: Missing Files and Faulty Updates
The primary cause of the disappearing "Microsoft Print to PDF" functionality is the absence of necessary driver files in fresh installations of Windows 11 24H2. Specifically, it appears Microsoft overlooked the inclusion of the correct hashes for some driver files in the Security Catalog. This oversight can lead to an error code, 0x800F0922, when attempting to repair the feature using the Deployment Image Servicing and Management (DISM) tool.
The problem has been linked to a bug in the cumulative update KB5058411, released in May 2025. While the feature may seem to be installed, the actual printer driver is not present, rendering it unusable. Attempts to manually add the printer through conventional methods often fail because the driver is not listed.
Workarounds and Official Fixes
Fortunately, several workarounds have been discovered by the community and acknowledged by Microsoft.
1. Using Command Prompt or PowerShell:
A common solution involves using command-line tools to disable and then re-enable the "Microsoft Print to PDF" feature. This can be done by running the following commands in an elevated Command Prompt or PowerShell window:
dism /Online /Disable-Feature /FeatureName:”Printing-PrintToPDFServices-Features” /NoRestartdism /Online /Enable-Feature /FeatureName:”Printing-PrintToPDFServices-Features” /NoRestart
Alternatively, these PowerShell commands can be used:
Disable-WindowsOptionalFeature -Online -FeatureName Printing-PrintToPDFServices-FeaturesEnable-WindowsOptionalFeature -Online -FeatureName Printing-PrintToPDFServices-Features
2. The "Add a Printer" Wizard:
Another successful method involves manually adding the printer through the Control Panel:
- Navigate to "Add a printer" and select "Add a local printer with manual settings."
- Choose "Use an existing port: PORTPROMPT: (Local Port)."
- Crucially, instead of selecting a driver from the list, click the "Windows Update" button. After a few moments, the "Microsoft Print to PDF" driver should appear, allowing for a successful installation.
3. Manual Driver Installation:
For more technical users, a workaround involves copying the necessary driver folder, prnms009.inf_amd64_*, from a functioning Windows 11 machine and installing it manually on the affected system.
4. Official Microsoft Updates:
Microsoft has acknowledged the issue and released a preview cumulative update, KB5060829, to address the problem. This fix is expected to be included in the July 2025 Patch Tuesday updates for all users. For those who can't wait, installing the optional KB5043178 update has also been reported to resolve the issue.
Impact on Users
The absence of a straightforward, out-of-the-box "Print to PDF" function can disrupt workflows for many users who depend on it for saving documents, receipts, and web pages in a universally accessible format. While alternative third-party PDF printers are available, the native Microsoft solution is valued for its simplicity and integration with the operating system.
Microsoft's swift response in providing a fix in a preview update and its impending inclusion in a general release will be a welcome resolution for affected users of Windows 11 24H2.