Windows

How to Use Microsoft Print to PDF in Windows

Richard
Written by
Richard
Nov 29, 2021 Updated Apr 29, 2026 3 min read
How to Use Microsoft Print to PDF in Windows

Microsoft Print to PDF is a virtual printer driver built into Windows 11 24H2 and older versions. It acts like a real printer, but instead of putting ink on paper, it creates a digital PDF file. This is a free, native tool that works in almost any application that supports printing.

Why use this?

PDF files are standard for document management. They look the same on every device, whether you are on a phone, tablet, or PC. They are perfect for sharing files you do not want others to edit easily.

What happens when done?

Once you finish, a new PDF file is saved to your computer. You can then email, store, or share this document just like any other file.

How to Print to PDF

  1. Open the file or document you want to save.
  2. Go to the File menu and select Print.
Selecting Microsoft Print to PDF from the Windows 11 printer list
  1. In the printer list, select Microsoft Print to PDF.
  2. Click the Print button.
Microsoft Print to PDF option displayed in Windows 11 print menu

A window will pop up asking where you want to save your file. Choose a folder, give your file a name, and click Save.

Windows 11 save dialog box for Microsoft Print to PDF files

Your document is now saved as a PDF in the folder you selected.

Choosing a folder to save a document as a PDF file

Troubleshooting: Why is Microsoft Print to PDF missing?

If you do not see the printer in your list, it might be disabled in Windows features or the driver might be corrupted. You can fix this using the optionalfeatures.exe tool.

[Requires Admin Privileges]

  1. Press the Windows key and type Turn Windows features on or off.
  2. Find Microsoft Print to PDF in the list.
  3. Uncheck it, click OK, and restart your computer.
  4. Repeat the steps to check the box again to reinstall the driver.

Advanced Registry and Driver Fixes

If the feature is still missing, you may need to check the print spooler or registry. [Requires Admin Privileges]

Check the printer status via Command Prompt:

💻Code
dism /Online /Get-FeatureInfo /FeatureName:Printing-PrintToPDF-Features

If the printer is missing entirely, use this command to add it back:

💻Code
dism /Online /Enable-Feature /FeatureName:Printing-PrintToPDF-Features

You can also check the registry path at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Printers to ensure the driver is registered correctly.

Microsoft Print to PDF vs. Save as PDF

Many apps have a Save as PDF option. This is often faster than using the virtual printer. However, Microsoft Print to PDF is more reliable for legacy applications that do not have built-in PDF export tools. It acts as a universal bridge for any printable content.

Summary

Microsoft Print to PDF is a powerful, free tool for document management. By following these steps, you can turn any file into a PDF. If you run into issues, use the optionalfeatures.exe menu or the command-line tools provided to restore your printer driver. For more help, visit the official Microsoft support documentation.

Is Microsoft Print to PDF free?

Yes, Microsoft Print to PDF is a completely free, built-in feature of the Windows operating system. You do not need to download any extra software or pay for a subscription to use this virtual printer driver to convert your documents into professional PDF files.

How do I fix Microsoft Print to PDF showing as offline?

If the printer shows as offline, open the Services app, find the Print Spooler service, and restart it. You should also check the Device Manager to ensure the virtual printer driver is not showing any yellow warning icons. If issues persist, reinstall the feature via Windows Features.

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 Reinstall Microsoft Print to PDF in Windows 11
Windows How to Reinstall Microsoft Print to PDF in Windows 11
How to Add or Remove Microsoft Print to PDF in Windows 11
Windows How to Add or Remove Microsoft Print to PDF in Windows 11
How to Disable Command Prompt in Windows 11
Windows How to Disable Command Prompt in Windows 11

Leave a Reply

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