Hello Colin,
Welcome to Microsoft Q&A.
If Microsoft Print to PDF is creating zero-KB files on your Windows 11 system, here are several effective solutions you can try:
1. Disable and Re-enable the Feature
This is often the quickest fix:
- Press
Windows + S
, search for Windows Features, and open it. - Uncheck Microsoft Print to PDF, click OK, and restart your PC.
- Go back to Windows Features, re-check Microsoft Print to PDF, and click OK again.
2. Reinstall the Printer Manually
If re-enabling doesn’t work, try reinstalling it:
- Press
Windows + R
, typecontrol printers
, and hit Enter. - Delete Microsoft Print to PDF.
- Restart your PC.
- Go to Devices and Printers > Add a printer > The printer I want isn’t listed.
- Choose Add a local printer with manual settings > Use port
FILE: (Print to File)
. - Select Microsoft > Microsoft Print to PDF, then finish setup .
3. Run the Troubleshooter
- Go to Settings > Devices > Printers & Scanners.
- Select Microsoft Print to PDF and click Run the Troubleshooter.
4. Check File Naming and Save Location
- Avoid special characters, commas, or spaces in the filename.
- Choose a simple directory like
C:\Users\YourName\Documents
when saving .
5. Update Drivers
- Open Device Manager.
- Expand Print Queues, right-click Microsoft Print to PDF, and choose Update Driver .
6. Use Command Line to Reinstall
If manual reinstall fails:
- Open Command Prompt as Administrator.
- Run:
```
dism /Online /Enable-Feature /FeatureName:"Printing-PrintToPDFServices-Features" /NoRestart
```
This reinstalls the Print to PDF feature .
Best regards,
Ami | Microsoft Q&A Support Specialist