Windows laptop displaying printer settings with Microsoft Print to PDF option
N/AMicrosoft Print to PDFWindows

Fix Microsoft Print to PDF Missing – Windows 10/11 2026

Microsoft Print to PDF virtual printer missing from Windows 10/11 systems. Fixed by re-enabling Windows features, updating drivers, or using DISM/PowerShell commands to restore the built-in PDF printer functionality.

Emanuel DE ALMEIDAEmanuel DE ALMEIDA
10 Mar 202612 min read21 views

Last updated 11 Mar 2026

Error CodeN/A
ProductMicrosoft Print to PDF
KB ArticleKB5043178
Solutions5 methods
Sources2 official
Affected SystemsWindows 10, Windows 11
Quick Fix

Open SettingsAppsOptional featuresMore Windows features. Uncheck Microsoft Print to PDF, restart, then re-enable it. This restores the virtual printer in most cases within minutes.

Symptoms

  • Microsoft Print to PDF option missing from printer selection dialog
  • Print to PDF not available in applications like Word, Excel, or web browsers
  • Virtual printer absent from SettingsPrinters & scanners
  • Error messages when attempting to print to PDF
  • Third-party PDF converters required for basic PDF creation

Possible Causes

  • Windows feature disabled during system updates or configuration changes
  • Corrupted printer driver files affecting virtual printer functionality
  • KB5043178 update issues on Windows 11 24H2 systems
  • Third-party printer software conflicts interfering with built-in drivers
  • System file corruption affecting Windows printing subsystem
  • Registry entries damaged during malware removal or system cleanup
1

Re-enable Microsoft Print to PDF via Windows Features

This is the most effective method for restoring the missing virtual printer.

  1. Press Windows + R to open the Run dialog
  2. Type OptionalFeatures.exe and press Enter
  3. In the Turn Windows features on or off window, scroll down to locate Microsoft Print to PDF
  4. If checked, uncheck the feature and click OK
  5. Restart your computer when prompted
  6. After restart, repeat steps 1-2 to reopen Windows Features
  7. Check the Microsoft Print to PDF box and click OK
  8. Wait for Windows to install the feature (this may take 2-3 minutes)
  9. Restart again when prompted

Verification: Open any application like Notepad, press Ctrl + P, and verify Microsoft Print to PDF appears in the printer list.

2

Manage Microsoft Print to PDF using Device Manager

Use Device Manager to troubleshoot driver-related issues with the virtual printer.

  1. Right-click the Start button and select Device Manager
  2. Expand the Print queues section
  3. Look for Microsoft Print to PDF in the list
  4. If present but with a warning icon, right-click it and select Update driver
  5. Choose Search automatically for drivers
  6. If the printer is missing entirely, click ActionScan for hardware changes
  7. If still missing, right-click any printer and select Add printer
  8. Choose Add a local printer or network printer with manual settings
  9. Select Use an existing port and choose PORTPROMPT: (Local Port)
  10. In manufacturer list, select Microsoft
  11. Choose Microsoft Print To PDF from the printer list
  12. Complete the installation wizard

Verification: Check SettingsBluetooth & devicesPrinters & scanners to confirm the printer appears.

3

Install Microsoft Print to PDF via DISM Command

Use Deployment Image Servicing and Management (DISM) to restore the feature at the system level.

Warning: Run Command Prompt as Administrator for these commands to work properly.
  1. Press Windows + X and select Terminal (Admin) or Command Prompt (Admin)
  2. First, check if the feature is available:
dism /online /get-features | findstr "Printing-PrintToPDFServices"
  1. If the feature shows as disabled, enable it with:
dism /online /enable-feature /featurename:Printing-PrintToPDFServices-Features /all
  1. Wait for the operation to complete (usually 30-60 seconds)
  2. Restart your computer when prompted
  3. If the above doesn't work, try the alternative feature name:
dism /online /enable-feature /featurename:Printing-Foundation-Features /all
  1. Restart again after completion

Verification: Run dism /online /get-features | findstr "Printing" to confirm the feature shows as "Enabled".

4

Reinstall Microsoft Print to PDF via PowerShell

Use PowerShell cmdlets to manage Windows capabilities and restore the PDF printer.

  1. Press Windows + X and select Terminal (Admin)
  2. First, check current Windows capabilities related to printing:
Get-WindowsCapability -Online | Where-Object Name -like "*Print*"
  1. Look for entries containing "Print.Management" or "PrintToPDF" in the output
  2. If Microsoft Print to PDF capability is missing or shows as "NotPresent", add it:
Add-WindowsCapability -Online -Name "Print.Management.Console~~~~0.0.1.0"
  1. Also try adding the printing foundation capability:
Enable-WindowsOptionalFeature -Online -FeatureName "Printing-Foundation-Features" -All
  1. Check if the Microsoft Print to PDF service is running:
Get-Service -Name "Spooler" | Select-Object Name, Status
  1. If the Print Spooler service is stopped, start it:
Start-Service -Name "Spooler"
  1. Restart your computer to complete the installation

Verification: Run Get-Printer | Where-Object Name -like "*PDF*" to confirm the Microsoft Print to PDF printer is listed.

5

Run System File Checker and Component Store Repair

Repair corrupted system files that may be preventing the PDF printer from functioning.

Pro tip: This method fixes underlying system corruption that other methods cannot address.
  1. Open Terminal (Admin) or Command Prompt (Admin)
  2. First, run DISM to repair the Windows component store:
DISM /Online /Cleanup-Image /RestoreHealth
  1. Wait for the scan to complete (this can take 10-20 minutes)
  2. Next, run System File Checker to repair corrupted files:
sfc /scannow
  1. Wait for SFC to complete (another 10-15 minutes)
  2. If SFC finds and fixes issues, restart your computer
  3. After restart, check Windows Update for any pending updates:
UsoClient StartScan
  1. Install any available updates, especially KB5043178 if you're on Windows 11 24H2
  2. After updates complete, try Method 1 again to re-enable the PDF printer feature

Verification: Open SettingsPrinters & scanners and confirm Microsoft Print to PDF appears in the list.

Verification

To confirm Microsoft Print to PDF is working correctly:

  1. Open any application (Notepad, Word, or a web browser)
  2. Press Ctrl + P to open the print dialog
  3. Verify Microsoft Print to PDF appears in the printer dropdown
  4. Select it and click Print
  5. Choose a save location and filename when prompted
  6. Confirm the PDF file is created and opens correctly

Additionally, check SettingsBluetooth & devicesPrinters & scanners to ensure the virtual printer is listed as an available device.

Still Having Issues?

If the above methods didn't restore Microsoft Print to PDF, try these advanced solutions:

Registry Repair Method

Open Registry Editor (regedit) and navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Printers. Look for any Microsoft Print to PDF entries and delete them, then restart and try Method 1 again.

Clean Boot Troubleshooting

Perform a clean boot by running msconfig, selecting Selective startup, and unchecking Load startup items. Restart and test if the PDF printer works without third-party interference.

Windows Reset Option

If all else fails, consider using SettingsSystemRecoveryReset this PC with the Keep my files option to restore Windows features to default state.

Frequently Asked Questions

What is Microsoft Print to PDF and why is it important?
Microsoft Print to PDF is a built-in virtual printer in Windows 10 and 11 that converts any printable document into a PDF file without requiring third-party software. It's essential for document sharing, archiving, and creating portable files that maintain formatting across different devices and platforms. The feature uses Windows' native printing subsystem and appears as a standard printer option in all applications.
Why does Microsoft Print to PDF disappear after Windows updates?
Windows updates, particularly feature updates like Windows 11 24H2, can sometimes disable or corrupt the Microsoft Print to PDF feature. This happens when update processes modify Windows Features settings, corrupt printer driver files, or conflict with existing printer configurations. The KB5043178 update specifically addressed this issue for Windows 11 24H2 users who experienced missing PDF printer functionality.
Can I use third-party PDF printers instead of fixing Microsoft Print to PDF?
While third-party PDF printers like PDFCreator or CutePDF can provide similar functionality, Microsoft Print to PDF offers several advantages: it's built into Windows with no additional installation required, receives security updates through Windows Update, has minimal system resource usage, and integrates seamlessly with Windows security policies. Fixing the built-in feature is generally more reliable than adding third-party alternatives.
What should I do if Microsoft Print to PDF creates corrupted or blank PDF files?
Corrupted or blank PDF output usually indicates driver corruption rather than missing functionality. First, try updating the printer driver through Device Manager. If that fails, completely uninstall the Microsoft Print to PDF printer from Device Manager, restart your computer, then use Method 1 to re-enable the Windows feature. Also run SFC /scannow to check for system file corruption that might affect PDF generation.
How can I prevent Microsoft Print to PDF from disappearing in the future?
To prevent future issues: avoid using aggressive system cleaners that modify Windows Features, create a system restore point before major Windows updates, regularly run Windows Update to get the latest fixes like KB5043178, and avoid installing multiple PDF printer solutions that can conflict with each other. Consider using Group Policy to lock the Windows Features configuration in enterprise environments.

Which method worked?

Vote to help others

Official Resources

About the Author

Emanuel DE ALMEIDA

Emanuel DE ALMEIDA

Senior IT Journalist & Cloud Architect

Microsoft MCSA-certified Cloud Architect | Fortinet-focused. I modernize cloud, hybrid & on-prem infrastructure for reliability, security, performance and cost control - sharing field-tested ops & troubleshooting.

Discussion

Share your thoughts and insights

You must be logged in to comment.

Loading comments...