Windows

How to Reinstall Microsoft Print to PDF in Windows 11

Richard
Written by
Richard
Jul 29, 2021 Updated Apr 14, 2026 2 min read

Windows 11 comes with a built-in tool that lets you “print” any document as a PDF file. This is very helpful if you do not have a physical printer or need to save a file to share with others. Sometimes, this tool disappears by accident. If that happens, adding it back through normal settings does not always work. We will show you how to fix this using simple commands.

Why is this important?

You need this feature to save web pages, documents, or images as PDF files. Without it, you cannot create these files from apps that only offer a “Print” option.

What happens when done?

Once you finish these steps, “Microsoft Print to PDF” will appear again in your list of available printers when you try to print any file.

Reinstalling the PDF Printer

You need to use the Command Prompt to fix this. Please note that these steps require admin privileges.

First, 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

Now, type the following commands one by one. Press Enter after each line to run it:

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

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.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights 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.

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

  1. 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!
    Meriha84377@gmail.com

Leave a Reply

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

Exit mobile version