Open Settings → Apps → Optional features → More Windows features. Uncheck Microsoft Print to PDF, restart, then re-enable it. This restores the virtual printer in most cases within minutes.

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.
Last updated 11 Mar 2026
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 Settings → Printers & 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
1Re-enable Microsoft Print to PDF via Windows Features
Re-enable Microsoft Print to PDF via Windows Features
This is the most effective method for restoring the missing virtual printer.
- Press Windows + R to open the Run dialog
- Type
OptionalFeatures.exeand press Enter - In the Turn Windows features on or off window, scroll down to locate Microsoft Print to PDF
- If checked, uncheck the feature and click OK
- Restart your computer when prompted
- After restart, repeat steps 1-2 to reopen Windows Features
- Check the Microsoft Print to PDF box and click OK
- Wait for Windows to install the feature (this may take 2-3 minutes)
- Restart again when prompted
Verification: Open any application like Notepad, press Ctrl + P, and verify Microsoft Print to PDF appears in the printer list.
2Manage Microsoft Print to PDF using Device Manager
Manage Microsoft Print to PDF using Device Manager
Use Device Manager to troubleshoot driver-related issues with the virtual printer.
- Right-click the Start button and select Device Manager
- Expand the Print queues section
- Look for Microsoft Print to PDF in the list
- If present but with a warning icon, right-click it and select Update driver
- Choose Search automatically for drivers
- If the printer is missing entirely, click Action → Scan for hardware changes
- If still missing, right-click any printer and select Add printer
- Choose Add a local printer or network printer with manual settings
- Select Use an existing port and choose PORTPROMPT: (Local Port)
- In manufacturer list, select Microsoft
- Choose Microsoft Print To PDF from the printer list
- Complete the installation wizard
Verification: Check Settings → Bluetooth & devices → Printers & scanners to confirm the printer appears.
3Install Microsoft Print to PDF via DISM Command
Install Microsoft Print to PDF via DISM Command
Use Deployment Image Servicing and Management (DISM) to restore the feature at the system level.
- Press Windows + X and select Terminal (Admin) or Command Prompt (Admin)
- First, check if the feature is available:
dism /online /get-features | findstr "Printing-PrintToPDFServices"- If the feature shows as disabled, enable it with:
dism /online /enable-feature /featurename:Printing-PrintToPDFServices-Features /all- Wait for the operation to complete (usually 30-60 seconds)
- Restart your computer when prompted
- If the above doesn't work, try the alternative feature name:
dism /online /enable-feature /featurename:Printing-Foundation-Features /all- Restart again after completion
Verification: Run dism /online /get-features | findstr "Printing" to confirm the feature shows as "Enabled".
4Reinstall Microsoft Print to PDF via PowerShell
Reinstall Microsoft Print to PDF via PowerShell
Use PowerShell cmdlets to manage Windows capabilities and restore the PDF printer.
- Press Windows + X and select Terminal (Admin)
- First, check current Windows capabilities related to printing:
Get-WindowsCapability -Online | Where-Object Name -like "*Print*"- Look for entries containing "Print.Management" or "PrintToPDF" in the output
- 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"- Also try adding the printing foundation capability:
Enable-WindowsOptionalFeature -Online -FeatureName "Printing-Foundation-Features" -All- Check if the Microsoft Print to PDF service is running:
Get-Service -Name "Spooler" | Select-Object Name, Status- If the Print Spooler service is stopped, start it:
Start-Service -Name "Spooler"- 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.
5Run System File Checker and Component Store Repair
Run System File Checker and Component Store Repair
Repair corrupted system files that may be preventing the PDF printer from functioning.
- Open Terminal (Admin) or Command Prompt (Admin)
- First, run DISM to repair the Windows component store:
DISM /Online /Cleanup-Image /RestoreHealth- Wait for the scan to complete (this can take 10-20 minutes)
- Next, run System File Checker to repair corrupted files:
sfc /scannow- Wait for SFC to complete (another 10-15 minutes)
- If SFC finds and fixes issues, restart your computer
- After restart, check Windows Update for any pending updates:
UsoClient StartScan- Install any available updates, especially KB5043178 if you're on Windows 11 24H2
- After updates complete, try Method 1 again to re-enable the PDF printer feature
Verification: Open Settings → Printers & scanners and confirm Microsoft Print to PDF appears in the list.
Verification
To confirm Microsoft Print to PDF is working correctly:
- Open any application (Notepad, Word, or a web browser)
- Press Ctrl + P to open the print dialog
- Verify Microsoft Print to PDF appears in the printer dropdown
- Select it and click Print
- Choose a save location and filename when prompted
- Confirm the PDF file is created and opens correctly
Additionally, check Settings → Bluetooth & devices → Printers & 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 Settings → System → Recovery → Reset 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?
Why does Microsoft Print to PDF disappear after Windows updates?
Can I use third-party PDF printers instead of fixing Microsoft Print to PDF?
What should I do if Microsoft Print to PDF creates corrupted or blank PDF files?
How can I prevent Microsoft Print to PDF from disappearing in the future?
Which method worked?
Vote to help others
Official Resources
Discussion
Share your thoughts and insights
You must be logged in to comment.