Quick fix: Use Group Policy to restrict the Add Printer dialog to a list of allowed printers, or block specific printer device IDs. Open gpedit.msc → User Configuration → Administrative Templates → Control Panel → Printers and configure Point and Print Restrictions with a whitelist of allowed servers.
You want certain printers hidden from the “Add Printer” auto-discovery list. Maybe an old test printer keeps appearing for users. Maybe a personal home printer shows up on a shared workstation. Windows doesn’t expose a per-printer hide UI, but Group Policy can restrict the discovery scope.
Affects: Windows 11 Pro/Enterprise with multiple printers visible.
Fix time: 15 minutes.
What Add Printer discovery does
The Add Printer wizard discovers printers via multiple paths: Active Directory (printers published to the domain), Network Discovery (mDNS, SSDP, Bonjour), and Point and Print servers. Restricting these paths individually controls what appears.
Method 1: Group Policy Point and Print Restrictions
- Open
gpedit.msc. - Navigate to User Configuration → Administrative Templates → Control Panel → Printers.
- Open Point and Print Restrictions. Set to Enabled.
- Check Users can only point and print to these servers. List the allowed print server FQDNs.
- Apply. Printers not from those servers don’t appear in Add Printer.
Method 2: Disable Network Discovery from showing printers
- Open Settings → Network & internet → Advanced network settings → Advanced sharing settings.
- Expand the current network profile.
- Toggle off Network discovery components related to printer browsing.
Method 3: Block specific printer device classes via Device Installation policy
- Get the printer’s Hardware ID from Device Manager.
- gpedit → Computer Configuration → Administrative Templates → System → Device Installation → Device Installation Restrictions.
- Open Prevent installation of devices that match any of these device IDs. Add the Hardware ID.
- That printer can never be installed automatically.
Verification
- Open Add Printer wizard. The blocked printer doesn’t appear.
- Allowed printers still discoverable.
If none of these work
For chronic auto-add behavior, set HKCU\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings with restrictions. For deployed environments, use Intune’s printer management to centralize allowed printers list.
Bottom line: Point and Print Restrictions limits discovered printers to your allowed list. Device Installation Restrictions blocks specific hardware IDs. Combine for granular control.