Windows

How to Reinstall Microsoft Print to PDF in Windows 11

Richard
Written by
Richard
Jul 29, 2021 Updated Apr 28, 2026 3 min read
How to Reinstall Microsoft Print to PDF in Windows 11

Windows 11 includes a virtual printer called Microsoft Print to PDF. It lets you save documents, web pages, and images as PDF files. This is useful when you do not have a physical printer. Sometimes, this feature disappears or stops working. This guide helps you fix it.

Why is this important?

You need this feature to create PDF files from apps that only offer a Print option. Without it, you cannot save your work as a digital document.

What happens when done?

Once you finish these steps, Microsoft Print to PDF will appear again in your printer list. You will be able to save files as PDFs from any application.

Troubleshooting: Why is the printer missing?

The printer might be missing because of a corrupted printer driver, a stopped Print Spooler service, or a glitch in Windows Features. If the option is greyed out, it often means the system files for the printer are damaged or missing.

Step 1: Restart the Print Spooler Service

The Print Spooler manages all print jobs. If it stops, your printers will disappear. Requires admin privileges.

  1. Press Windows + R, type services.msc, and hit Enter.
  2. Find Print Spooler in the list.
  3. Right-click it and select Restart.

Step 2: Reinstalling via Windows Features

You can try to toggle the feature off and on using the Windows Optional Features menu.

  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 3: Reinstalling via Command Prompt

If the standard menu fails, use the Command Prompt. Requires admin privileges.

Click the Start button and search for Command Prompt. Right-click it and choose Run as administrator.

Command Prompt running as administrator to reinstall Microsoft Print to PDF

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 your printer service and remove the broken version of the PDF printer from your system.

Next, type these commands to add the feature back and restart the service:

💻Code
dism /Online /Enable-Feature /FeatureName:"Printing-PrintToPDFServices-Features" /NoRestart
net start spooler
Microsoft Print to PDF option visible in Windows 11 printer list

If you still do not see the printer, restart your computer. This usually finishes the setup process.

Advanced Fix: PowerShell Reinstallation

If you prefer PowerShell, you can use the following command to reinstall the feature. Requires admin privileges.

💻Code
Disable-WindowsOptionalFeature -Online -FeatureName Printing-PrintToPDFServices-Features
Enable-WindowsOptionalFeature -Online -FeatureName Printing-PrintToPDFServices-Features

Summary

  • 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
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.

2468 articles → Twitter

📚 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 Check for and Install Optional Updates in Windows 11
Windows How to Check for and Install Optional Updates in Windows 11

3 responses to “How to Reinstall Microsoft Print to PDF in Windows 11”

  1. this is working perfectly in windows 11
    pls note run as administrator for command window

  2. Please help ! i am not understanding this right! I did work from command prompt as administrator.
    typed in the first line exactly and it worked. the message said spooler stopped.
    Then i typed in the second line but keep getting error message! Please help me!
    [email protected]

Leave a Reply

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