Windows OS Hub
  • Windows
    • Windows 11
    • Windows Server 2022
    • Windows 10
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
  • PowerShell
  • Linux
  • Home
  • About

Windows OS Hub

  • Windows
    • Windows 11
    • Windows Server 2022
    • Windows 10
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
  • PowerShell
  • Linux

 Windows OS Hub / Windows 11 / How to Disable HP Printer Status Notification Pop-Ups

February 4, 2025 Windows 10Windows 11

How to Disable HP Printer Status Notification Pop-Ups

Local and network HP printers can display various pop-up printer status notifications on client computers, including print job status, low cartridge resource, out-of-paper, low ink level, etc. Frequent pop-up notifications about using non-original (refilled) HP cartridges irritate users.

HP printer push notification on Windows

The Status Notification Pop-up (SNP) feature in the HP Universal Print Driver usually sends such notifications. The printer status is queried via the SNMP protocol. SNP displays job and printer status information in a small pop-up window on the user’s computer. However, as of the HP UPD driver version 6.4.1, this feature is deprecated. The SNP feature is no longer supported in any newer versions of this driver.

Open the printer management console printmanagement.msc to check the HP driver version installed on a computer. Go to the About tab in your HP printer properties. The HP Universal Printing Driver version is listed here. In my example, it is version 7.2.0. If you are using a version of the driver older than 6.4.1, you will need to update it.

HP Universal Printing Driver version

If for some reason you are using an older version of the HP Universal Printer Driver (and cannot update it) or are using an old native driver for a specific legacy printer model, you can disable push notifications in the driver settings.

Open the printer properties in the printmanagement.msc console and go to the Device Settings tab. Disable the Printer Status Notification parameter in the Installable Options section.

Disable 'Printer Status Notifications' in HP printer driver settings

Or use the console install.exe tool (part of the HP Universal Print Driver distribution) to disable SNP pop-up notifications. Go to the directory with UPD drivers and run the command:

install.exe /gdssnp /ni /q /nd

  • /gdssnp – disable SNP for all installed HP printers
  • /ni – do not install/reinstall driver
  • /nd – don’t change a default printer
  • /q – quiet mode

Or, to disable SNP for a particular HP printer, create the SSNPNotifyEventSetting registry parameter with a value of 0:

reg add HKLM\System\CurrentControlSet\Control\Print\<Your_HP_Printer_Name>\PrinterDriverData /t REG_DWORD /v SSNPNotifyEventSetting /d 0

On HP SOHO printers, the installed HP Smart App can also display printer status notifications. To disable HP Smart notifications, go to Settings -> System -> Notifications and swipe the switch for HP Smart to Off.

HP smart app on Windows 10 - disable notifications

Windows print server settings include options that can be used to disable the sending of notifications for all local printers.

  1. Run the command printui.exe /s
  2. Go to the Advanced tab in the print server properties
  3. Disable the Show information notification for local printers and Show information notification for remote printers options. Turn off printer notification in print server properties
These options can be disabled in the registry:

REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Print\Providers" /v NetPopup /t REG_DWORD /d 0 /f
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Print\Providers" /v NetPopupToComputer /t REG_DWORD /d 0 /f

0 comment
1
Facebook Twitter Google + Pinterest
previous post
Configuring RemoteApps Hosted on Windows 10/11 (without Windows Server)
next post
Unable to Select Edition During Windows 10/11 Installation

Related Reading

Unable to Map Drive: An extended error has...

May 13, 2025

Map a Network Drive over SSH (SSHFS) in...

May 13, 2025

How to Cancel Windows Update Pending Restart Loop

May 6, 2025

View Windows Update History with PowerShell (CMD)

April 30, 2025

Change BIOS from Legacy to UEFI without Reinstalling...

April 21, 2025

Leave a Comment Cancel Reply

join us telegram channel https://t.me/woshub
Join WindowsHub Telegram channel to get the latest updates!

Categories

  • Active Directory
  • Group Policies
  • Exchange Server
  • Microsoft 365
  • Azure
  • Windows 11
  • Windows 10
  • Windows Server 2022
  • Windows Server 2019
  • Windows Server 2016
  • PowerShell
  • VMware
  • Hyper-V
  • Linux
  • MS Office

Recent Posts

  • Map a Network Drive over SSH (SSHFS) in Windows

    May 13, 2025
  • Configure NTP Time Source for Active Directory Domain

    May 6, 2025
  • Cannot Install Network Adapter Drivers on Windows Server

    April 29, 2025
  • Change BIOS from Legacy to UEFI without Reinstalling Windows

    April 21, 2025
  • How to Prefer IPv4 over IPv6 in Windows Networks

    April 9, 2025
  • Load Drivers from WinPE or Recovery CMD

    March 26, 2025
  • How to Block Common (Weak) Passwords in Active Directory

    March 25, 2025
  • Fix: The referenced assembly could not be found error (0x80073701) on Windows

    March 17, 2025
  • Exclude a Specific User or Computer from Group Policy

    March 12, 2025
  • AD Domain Join: Computer Account Re-use Blocked

    March 11, 2025

Follow us

  • Facebook
  • Twitter
  • Telegram
Popular Posts
  • Upgrading to Windows 11 on Unsupported Hardware
  • Create a Custom Windows Image with Pre-installed Apps
  • How to Assign (Passthrough) a Physical GPU to a Hyper-V Virtual Machine
  • Fix: Windows Update Tab (Button) is Missing from Settings
  • How to Copy/Paste to MS Word without Losing Formatting
  • Unable to Select Edition During Windows 10/11 Installation
  • Get Started with Docker on Windows (WSL2) without Docker Desktop
Footer Logo

@2014 - 2024 - Windows OS Hub. All about operating systems for sysadmins


Back To Top