Microsoft Print to PDF Disappeared? Reinstall It in Windows 11
Fix “Microsoft Print to PDF” Missing in Windows 11 (5 Practical Fixes)
If you use Microsoft Print to PDF to save webpages, invoices, or documents as PDFs, it’s frustrating when the option suddenly disappears from your printer list. The good news is it’s built into Windows, so you can usually bring it back without installing anything extra.
In this guide, you’ll learn how to confirm it’s missing and then work through five reliable fixes, starting with the simplest and moving to advanced options.
What “Microsoft Print to PDF” is
Microsoft Print to PDF is a virtual printer included with Windows. Instead of printing on paper, it creates a PDF file from whatever you’re printing. It behaves like a regular printer in apps, but the output is saved as a PDF.
Sometimes it disappears after updates, driver changes, printer software installs, or system configuration changes.
Step 1: Confirm it’s actually missing
Go to:
Settings > Bluetooth & devices > Printers & scanners
If you don’t see Microsoft Print to PDF listed, use the fixes below.
Solution 1: Remove and re-add it using Windows Features (fastest fix)
This method refreshes the feature cleanly and solves the problem in many cases.
- Press Windows + R
- Type OptionalFeatures.exe and press Enter
- In Turn Windows features on or off:
- Uncheck Microsoft Print to PDF
- Click OK
- Open the same window again:
- Check Microsoft Print to PDF
- Click OK
Then check your printer list again.
Solution 2: Check Device Manager and reinstall the device
If the feature is partially installed or stuck, Device Manager can help.
- Right-click Start and choose Device Manager
- Expand Print queues
- Look for Microsoft Print to PDF
- Try one of these:
- Update driver
- Disable device, then Enable device
- Uninstall device, then reinstall using Solution 1 or Solution 3
This is useful when the printer exists but is glitchy or won’t print properly.
Solution 3: Reinstall it using DISM (Command Prompt)
If the Windows Features toggle doesn’t work, DISM can disable and re-enable the feature directly.
- Open Command Prompt (Admin)
- Run:
dism /Online /Disable-Feature /FeatureName:"Printing-PrintToPDFServices-Features" /NoRestart
- Then run:
dism /Online /Enable-Feature /FeatureName:"Printing-PrintToPDFServices-Features" /NoRestart
After that, re-check Printers & scanners. A restart may help if it still doesn’t appear right away.
Solution 4: Enable it using PowerShell (admin)
PowerShell is a clean option, especially if you want something repeatable.
- Open PowerShell (Admin)
- Disable the feature:
Disable-WindowsOptionalFeature -Online -FeatureName Printing-PrintToPDFServices-Features
- Enable it again:
Enable-WindowsOptionalFeature -Online -FeatureName Printing-PrintToPDFServices-Features
Then check if the printer returns.
Solution 5: Manually install the Print to PDF driver (last resort)
If Windows won’t bring the printer back through normal feature toggles, you can manually reinstall the driver from the system’s driver store.
A simple way to locate the right driver file is to check the printer driver properties (if it still appears anywhere in print management), then install the .inf driver file directly by right-clicking it and selecting Install.
This is the most advanced fix, but it can save you when everything else fails.
Quick troubleshooting tips if it still won’t show
- Restart the PC after enabling the feature.
- If you recently installed printer software, try removing it temporarily to see if it’s interfering.
- Run system repair checks if you suspect corruption:
SFC /SCANNOWDISM /Online /Cleanup-Image /RestoreHealth
Conclusion
When Microsoft Print to PDF goes missing, it’s usually a Windows feature issue, not a permanent removal. Start by toggling it off and back on in Windows Features, then move to Device Manager, DISM, or PowerShell. If nothing works, a manual driver install is your fallback option.
