Microsoft Print to PDF missing In Windows 10/11 [5-Fixes]

Microsoft Print to PDF Printer in control panel

Microsoft Print to PDF printer is a useful feature on Windows 10/11 devices. It’s not a physical printer but a driver-based virtual printer, which can be used to convert documents to PDF files. For example, a Microsoft Word file can be converted to a PDF file using this printer, or you can print a web page to PDF using this printer.

Microsoft Print to PDF printer is built into Windows 10 and Windows 11. You can find it by navigating to Settings App > Bluetooth & devices > Printers & scanners.

Microsoft Print to PDF Printer in Settings App

If you do not see the printer listed there, you may need to install this feature on your device. I will guide you on how to add the Microsoft Print to PDF printer to your device if it’s missing.

Fix 1: Install/Reinstall Microsoft Print to PDF Printer Feature [Recommended Fix]

  • Go to Start 🪟 and search for optional features. Alternatively, you can press Windows🪟 + R together to open the Run dialog box. Then type optionalfeatures in the Run box and press Enter.
Open optionalfeatures from run dialog box
  • Find Microsoft Print to PDF in the list of features and select the checkbox next to it. If it’s already enabled, then uncheck it and click OK to uninstall the Microsoft Print to PDF printer.
  • Restart your Windows device.
  • Go back to optional features screen and enable the checkbox for Microsoft Print to PDF to reinstall it. This should resolve and bring back the Microsoft Print to PDF printer.
Install Microsoft Print to PDF optional windows feature

Fix 2: Microsoft Print to PDF in Device Manager

You can also uninstall Microsoft Print to PDF printer from Device manager and install it again via other methods like optional features method. Using device manager, you can also check if there are any updates available for this printer.

  • Right-click on Windows Icon and select Device manager.
  • Expand Print queues and right-click on Microsoft Print to PDF.
  • You can select Update driver, disable device or Uninstall device to troubleshoot issues related to this printer.
Microsoft Print to PDF in Device Manager

Fix 3: Uninstall/Reinstall Microsoft Print to PDF via Command Prompt

If you do not prefer a graphical user interface and prefer using the command prompt to troubleshoot Microsoft Print to PDF, you can utilize the built-in Deployment Image Servicing and Management (DISM.exe) command-line tool.

  • Open the Command prompt as administrator.
  • Type the following command to uninstall/disable the Microsoft Print to PDF feature on Windows 10/11:

Command to Uninstall/Disable Microsoft Print to PDF

dism /Online /Disable-Feature /FeatureName:"Printing-PrintToPDFServices-Features" /NoRestart
  • Type the following command to install/enable the Microsoft Print to PDF feature on Windows 10/11:

Command to Install/Enable Microsoft Print to PDF

dism /Online /Enable-Feature /FeatureName:"Printing-PrintToPDFServices-Features" /NoRestart
  • Check if the Microsoft Print to PDF printer is available on your device. If it doesn’t appear, restart your device and check again.
Microsoft Print to PDF feature enable and disable using command prompt

Fix 4: Uninstall/Reinstall Microsoft Print to PDF via Powershell

If you prefer using the PowerShell console instead of the command prompt, there are native PowerShell commands available for uninstalling/disabling and reinstalling/enabling Microsoft Print to PDF on your device.

  • Open PowerShell as administrator.
  • Use the following commands:

Command to Uninstall/Disable Microsoft Print to PDF

Enable-WindowsOptionalFeature -online -FeatureName Printing-PrintToPDFServices-Features

Command to Install/Enable Microsoft Print to PDF

Disable-WindowsOptionalFeature -Online -FeatureName "Printing-PrintToPDFServices-Features"
Powershell to enable or disable Microsoft Print to PDF printer

Fix 5: Locating and Installing Microsoft Print to PDF Driver

  1. Press Windows🪟 + R together to open the Run dialog box.
  2. Type printui.exe /s and press Enter.
printui.exe /s
  1. Navigate to the Drivers tab, select Microsoft Print to PDF, and then click on Properties.
Locate Microsoft Print to PDF in Print Server properties
  1. Copy Driver Path: C:\WINDOWS\System32\DriverStore\FileRepository\prnms009.inf_amd64_620c281895426e89
Copy Microsoft Print to PDF Driver Path
  1. The driver file for Microsoft Print to PDF is prnms009.inf. You can install the driver by right-clicking on this file and selecting Install.
Right click on prnms009.inf and install

Alternatives to Microsoft Print to PDF Printer

Microsoft Print to PDF is a built-in Windows feature and is the preferred option for most users. It requires no additional software installation and is included by default in Windows 10 and 11. If you’d rather use a third-party PDF printer, here is a list of available PDF writers that you can use:

Read Next

Leave a Comment