Microsoft Restores Critical ‘Print to PDF’ Function After Windows Update Glitch Leaves Users Stranded


# Microsoft Fixes Windows 11 Print to PDF Bug After April Update

Microsoft has resolved a critical bug that disabled the ‘Print to PDF’ feature on Windows 11 24H2 systems following the April 2025 preview update installation.

## The Problem

The issue caused the Microsoft Print to PDF printer to disappear from the system settings under “Bluetooth & devices > Printers & scanners.” Users attempting to enable the Printing-PrintToPDFServices-Feature encountered error code 0x800f0922, preventing proper installation of the PDF printer driver.

## The Solution

Microsoft has fixed this problem in the KB5060829 preview cumulative update for Windows 11 24H2, released on Friday. The fix will be available to all users through the July Patch Tuesday updates.

## Temporary Workarounds

For users who prefer not to install the June optional update, Microsoft provides two manual solutions:

**Method 1: Windows Features Dialog**
– Press Windows + R and type “optional features”
– Enable ‘Microsoft Print to PDF’ from the Windows Features dialog

**Method 2: PowerShell Commands**
Windows administrators can use PowerShell with administrator privileges:
“`
Disable-WindowsOptionalFeature -Online -FeatureName Printing-PrintToPDFServices-Features
Enable-WindowsOptionalFeature -Online -FeatureName Printing-PrintToPDFServices-Features
“`

**Note:** Microsoft warns that the PowerShell method may still trigger the 0x800f0922 error code.

## Recent Printing Issues

This fix follows other recent printing problems Microsoft has addressed:
– March 2025: Fixed USB printers printing random text after January updates
– June 2025: Addressed potential delays in Windows security updates due to metadata timestamp issues
– Resolved Windows Update failures on some Windows 11 systems

The company continues to work on improving system stability and addressing update-related issues across its Windows 11 platform.

Share This Article