Microsoft Print to PDF is a handy built-in feature in Windows 10 that lets you save any document or webpage as a PDF file without extra software. Sometimes this printer disappears or stops working after updates, making it hard to create PDFs. In this blog, you’ll learn easy steps to fix and reinstall the Microsoft Print to PDF feature so you can print to PDF quickly and reliably every time.

✅ How to Install / Re-enable Microsoft Print to PDF in Windows 10
Step 1: Enable via Windows Features
- Press
Windows + R→ typeoptionalfeatures.exe→ press Enter. This opens the “Turn Windows features on or off” dialog. - Scroll and look for Microsoft Print to PDF.
- If the checkbox is unchecked → check it.
- If it’s already checked — uncheck it and click OK, then reopen and re-check it. This toggling can clear glitches.
- Click OK and restart your PC.
- After restart, check if “Microsoft Print to PDF” appears among available printers.
This usually restores the virtual printer. Many reported this as the recommended fix.
🛠️ How to Add the Printer Manually (If It Still Doesn’t Show)
If enabling via Windows Features doesn’t restore it, you can manually add the printer:
- Open Control Panel → Devices and Printers.
- Click Add a printer → then click “The printer that I want isn’t listed.”
- Choose “Add a local printer or network printer with manual settings” → click Next.
- In the “Choose a printer port” page, select “Use an existing port” → from the dropdown choose
FILE: (Print to File)→ click Next. - On the “Install the printer driver” page —
- Select Microsoft under Manufacturer.
- Then select Microsoft Print to PDF under Printers.
- Click Next.
- Give the printer a name (or keep default), then click Finish. This should add the Print to PDF printer.
Once added, you can open any document and select “Print → Microsoft Print to PDF” to save as PDF.
🔄 Alternative: Use Command Prompt / PowerShell to Reinstall
If manual addition fails (e.g. missing driver files), you can reinstall the print-to-PDF feature using command-line:
- Using DISM (Command Prompt as admin):
dism /Online /Disable-Feature /FeatureName:"Printing-PrintToPDFServices-Features" /NoRestart dism /Online /Enable-Feature /FeatureName:"Printing-PrintToPDFServices-Features" /NoRestartThen restart your PC. - Using PowerShell (as admin):
Enable-WindowsOptionalFeature -Online -FeatureName "Printing-PrintToPDFServices-Features"Or to disable & then re-enable (helpful if it’s corrupted).
These methods help restore the virtual printer even if Windows fails to reinstall it automatically.
✅ Final Thoughts
“Microsoft Print to PDF” is a handy, built-in Windows tool — when it disappears or breaks, it’s usually fixable with simple steps: enabling the feature, manually adding the printer, or reinstalling via command-line.





