Quick fix: Print notifications come from the Print Spooler service. Disable them per-app for Microsoft Print to PDF: Settings → System → Notifications, find Print Notifications, toggle off. For global suppression: HKCU\Software\Microsoft\Windows\CurrentVersion\Print set EnablePrintNotifications = 0.
You print to PDF. A notification pops up: “Microsoft Print to PDF — Printed.” It happens every time, often interrupting other work. You want PDFs to print silently without the notification chime and toast.
Affects: Windows 11 with Microsoft Print to PDF.
Fix time: 2 minutes.
Method 1: Disable in Settings
- Settings → System → Notifications.
- Scroll to the per-app list. Find Print Notifications.
- Toggle off.
- Or click the app to fine-tune: turn off banners but keep sound, or vice versa.
Method 2: Disable globally via registry
- Open regedit.
- Navigate to
HKCU\Software\Microsoft\Windows\CurrentVersion\Print. - Create DWORD EnablePrintNotifications =
0. - Sign out and back in.
Method 3: Disable via Group Policy
- gpedit.msc → User Configuration → Administrative Templates → Control Panel → Printers.
- Open Notifications: Disable print notifications. Set to Enabled.
- gpupdate /force.
Verification
- Print to PDF. No toast appears.
- The Action Center doesn’t show print history.
If none of these work
If notifications persist, the source may be a vendor printer software that hooks into the spooler (HP Smart, Canon IJ Manager). Disable those vendor utilities from startup.
Bottom line: Print notifications have per-app and global toggles. Pick one and the PDF prints silently.