How to Add or Remove Microsoft Print to PDF in Windows 11

This simple guide will help you add or remove the Microsoft Print to PDF feature on your Windows 11 computer.

What Is Microsoft Print to PDF?

Microsoft Print to PDF lets you save any document or webpage as a PDF file without needing extra programs. It is a built-in tool in Windows. By default, PDF files open with Microsoft Edge, but you can use any PDF reader you like.

Why use it? It saves you money since you don’t need to buy PDF software. What happens when done? Your files are saved as PDFs that you can share or store easily.

If the Microsoft Print to PDF option disappears or stops working, you can fix it by turning the feature off and on again.

Note: You need to be signed in as an administrator to make these changes.

How to Add or Remove Microsoft Print to PDF

Option 1: Using Windows Features

  1. Click the Start button, type Windows Features, and open Turn Windows features on or off. Requires admin privileges.
  2. In the list, find Microsoft Print to PDF.
  3. To add it, check the box. To remove it, uncheck the box.
  4. Click OK to save your changes.
  5. Restart your computer if prompted.

If the Windows Features window is blank:

  1. Press Windows + R, type services.msc, and press Enter.
  2. Find Windows Modules Installer in the list.
  3. Double-click it and set the Startup type to Automatic.
  4. Click Start if the service is stopped, then click OK.

Here is what the Windows Features window looks like:

Microsoft print to PDF

Option 2: Using Command Prompt (DISM)

  1. Right-click the Start button and choose Windows Terminal (Admin). Requires admin privileges.
  2. In the terminal window, type this command to add Microsoft Print to PDF and press Enter:

    dism /Online /Enable-Feature /FeatureName:"Printing-PrintToPDFServices-Features"
  3. To remove it, type this command and press Enter:

    dism /Online /Disable-Feature /FeatureName:"Printing-PrintToPDFServices-Features"
  4. Close the terminal when done.

Example of the command running in Windows Terminal:

Print to PDF terminal

Option 3: Using PowerShell

  1. Open Windows Terminal (Admin). Requires admin privileges.
  2. Make sure you are in the PowerShell tab (or type powershell and press Enter).
  3. To add Microsoft Print to PDF, type this command and press Enter:

    Enable-WindowsOptionalFeature -Online -FeatureName "Printing-PrintToPDFServices-Features"
  4. To remove it, type this command and press Enter:

    Disable-WindowsOptionalFeature -Online -FeatureName "Printing-PrintToPDFServices-Features"
  5. Close PowerShell when finished.

PowerShell example:

Windows Terminal window displaying Print to PDF DISM command

Summary

  • Microsoft Print to PDF is a handy tool to save files as PDFs without extra software.
  • You can add or remove it using Windows Features, Command Prompt, or PowerShell.
  • Make sure you run these as an administrator.
  • If you have trouble, check that the Windows Modules Installer service is running.
  • Once restored, you can print to PDF from any app that supports printing.

Categories:

Tags:

Leave a Reply

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

Exit mobile version