How to Reinstall Microsoft Print to PDF in Windows 11
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.”

Now, type the following commands one by one. Press Enter after each line to run it:
net stop spoolerdism /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:
dism /Online /Enable-Feature /FeatureName:"Printing-PrintToPDFServices-Features" /NoRestartnet start spooler

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?
this is working perfectly in windows 11
pls note run as administrator for command window
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
[…] Windows, one can print a document in PDF format from any app with the built-in Microsoft Print to PDF […]