The Microsoft Print to PDF printer is a useful feature on Windows 10 and Windows 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 if you want to print a web page to PDF using this printer.
The Microsoft Print to PDF printer is built into Windows 10 and Windows 11. You can find it by navigating to Control Panel -> Devices and Printers and checking for the printer in the list under Printers.
If you do not see the printer listed there, you may need to enable this feature on your device. I will guide you on how to add the Microsoft Print to PDF printer back to your device in case it’s missing.
The Microsoft Print to PDF printer can be installed on a Windows 10/11 device from the optional features that come pre-installed on Windows. Let’s go through the steps:
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 Deployment Image Servicing and Management (DISM.exe) command-line tool. This built-in tool on Windows devices is designed to manage Windows images.
dism /Online /Disable-Feature /FeatureName:"Printing-PrintToPDFServices-Features" /NoRestart
dism /Online /Enable-Feature /FeatureName:"Printing-PrintToPDFServices-Features" /NoRestart
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.
Enable-WindowsOptionalFeature -online -FeatureName Printing-PrintToPDFServices-Features
Disable-WindowsOptionalFeature -Online -FeatureName "Printing-PrintToPDFServices-Features"
Microsoft Print to PDF driver files location can be found by following the steps below:
As Microsoft Print to PDF is an in-built Windows feature, it is the preferred option for most users. This doesn’t require any software installation and is provided by default in Windows 10/11.
However, if you prefer using third-party PDF printers, below is a list of available PDF writers for you to download:
Microsoft Print to PDF is a highly useful tool for converting documents to PDF format. This free solution comes pre-installed with your Windows 10 or Windows 11 operating system. In this blog post, we have troubleshooted Microsoft Print to PDF issues by reinstalling it using various methods, including the command line.