Skip to content
Follow
Windows

How to Reinstall Microsoft Print to PDF in Windows 11

Richard
Written by
Richard
Jul 29, 2021 Updated Jun 19, 2026 4 min read
How to Reinstall Microsoft Print to PDF in Windows 11
How to Reinstall Microsoft Print to PDF in Windows 11

Windows 11 users can reinstall the Microsoft Print to PDF feature by adding it back through the Optional Features menu in the Settings app. This action restores the ability to create PDF files directly from any application that offers a print option, a common task for saving documents digitally.

Microsoft Print to PDF is a virtual printer built into Windows that allows you to save any document or webpage as a PDF file without needing a physical printer.

This essential feature often disappears after major Windows updates, such as the version 23H2 update, but it’s easy to bring back.

By following a few simple steps, you’ll have Microsoft Print to PDF working again, letting you create PDF documents from any application on your PC.

⚡ Quick Answer

Reinstall Microsoft Print to PDF by going to Turn Windows features on or off, unchecking and rechecking the Microsoft Print to PDF box, and restarting your PC. If that fails, use the Command Prompt to disable and then enable the feature.

Troubleshooting: Why is the printer missing?

Your printer might be missing due to a corrupted driver, a stopped Print Spooler service, or a glitch in Windows Features. If the option is greyed out, the printer’s system files are likely damaged or missing.

Step 1 Restart the Print Spooler Service

⚠️Warning
The Print Spooler service controls all printing tasks on your computer. If the Print Spooler stops working, all installed printers, including Microsoft Print to PDF, will become unavailable. Restarting the Print Spooler requires administrator permissions on your Windows 11 system.
  1. Press ⊞ Win+R, type services.msc, and hit Enter.
  2. Find Print Spooler in the list.
  3. Right-click it and select Restart.

Step 2Reinstalling via Windows Features

Reinstalling Microsoft Print to PDF is often possible by simply turning the feature off and then back on within Windows Optional Features.

  1. Open the Start menu and search for Turn Windows features on or off.
  2. Find Microsoft Print to PDF in the list.
  3. Uncheck the box , click OK, and restart your computer.
  4. Go back to the same menu and check the box again to reinstall it.

Step 3Reinstalling via Command Prompt

If the standard settings menu doesn’t fix the issue, you can reinstall Microsoft Print to PDF using the Command Prompt, but you’ll need administrator rights.

Click the Start button and search for ‘Turn Windows features on or off’. Right-click it and choose Run as administrator.

Command Prompt running as administrator to reinstall Microsoft Print to PDF
windows 11 command prompt administrator

Type these commands one by one. Press Enter after each line:

💻Code
net stop spooler
dism /Online /Disable-Feature /FeatureName:"Printing-PrintToPDFServices-Features" /NoRestart

These commands stop the printer service and remove the old PDF printer. Then, you’ll add the feature back and restart the service with these commands:

Restarting your computer usually finishes setting up the Microsoft Print to PDF printer. This restart helps Windows recognize the new printer driver, making it available for use. If the printer does not appear in your printer list after installation, a simple computer restart often completes the process.

Advanced Fix: PowerShell Reinstallation

⚠️Warning
Users comfortable with PowerShell can reinstall the Microsoft Print to PDF feature using a specific command. This process requires administrator privileges, granting the command the necessary permissions to make system changes. Without these privileges, the command will fail.
💻Code
Disable-WindowsOptionalFeature -Online -FeatureName Printing-PrintToPDFServices-Features
Enable-WindowsOptionalFeature -Online -FeatureName Printing-PrintToPDFServices-Features

Summary

Microsoft Print to PDF is a useful tool for saving files as PDFs, but if it goes missing, standard settings often can’t fix it, requiring alternative methods like using the Command Prompt.
  • The Microsoft Print to PDF tool is a virtual printer for saving files as PDFs.
  • If it goes missing, standard settings menus often cannot fix it.
  • We use the Command Prompt with admin privileges to stop the printer service, remove the old feature, and install a fresh copy.
  • Always remember to restart your computer if the printer does not appear right away.
  • For Windows 11 ARM64 users, ensure your system is fully updated, as driver compatibility is managed automatically by Windows Update.

What if Microsoft Print to PDF is missing from the printer list?

If the printer is missing, it is likely disabled in Windows Features or the driver is corrupted. Try restarting the Print Spooler service first. If that fails, use the Command Prompt method to remove and reinstall the feature, which forces Windows to rebuild the printer driver files correctly.

Why does Microsoft Print to PDF fail to save files?

This usually happens if the Print Spooler service is stuck or if the file path you are saving to has restricted permissions. Ensure you have write access to the folder. If the issue persists, reinstalling the driver via the Print Management console or Command Prompt often resolves the conflict.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Use Microsoft Print to PDF in Windows
Windows How to Use Microsoft Print to PDF in Windows
How to Update Printer Drivers in Windows 11
Windows How to Update Printer Drivers in Windows 11
How to Disable Command Prompt in Windows 11
Windows How to Disable Command Prompt in Windows 11
How to Start, Stop, and Restart Services in Windows 11
Windows How to Start, Stop, and Restart Services in Windows 11

3 Comments

Leave a Comment

Your email address will not be published. Required fields are marked *