Why Print Notifications Pop Up From Microsoft Print to PDF Unexpectedly
🔍 WiseChecker

Why Print Notifications Pop Up From Microsoft Print to PDF Unexpectedly

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.

Symptom: Print notifications pop up every time Microsoft Print to PDF completes a print.
Affects: Windows 11 with Microsoft Print to PDF.
Fix time: 2 minutes.

ADVERTISEMENT

Method 1: Disable in Settings

  1. Settings → System → Notifications.
  2. Scroll to the per-app list. Find Print Notifications.
  3. Toggle off.
  4. Or click the app to fine-tune: turn off banners but keep sound, or vice versa.

Method 2: Disable globally via registry

  1. Open regedit.
  2. Navigate to HKCU\Software\Microsoft\Windows\CurrentVersion\Print.
  3. Create DWORD EnablePrintNotifications = 0.
  4. Sign out and back in.

ADVERTISEMENT

Method 3: Disable via Group Policy

  1. gpedit.msc → User Configuration → Administrative Templates → Control Panel → Printers.
  2. Open Notifications: Disable print notifications. Set to Enabled.
  3. 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.

ADVERTISEMENT