Disable Network Printer Discovery via Regedit
By default, Windows automatically scans local networks and displays
discovered network printers inside File Explorer and the Network folder.
This guide explains how to disable automatic network printer discovery
using the Windows Registry Editor (regedit), preventing
Windows from automatically searching for, enumerating, and populating
shared printers across your local network.
Step 1: Open the Registry Editor
- Press
Windows Key + Rto open the Run dialog box. - Type
regeditand press Enter. - Click Yes if prompted by User Account Control (UAC).
Step 2: Navigate to the Explorer Policies Key
In the Registry Editor, navigate to the following path using the left sidebar or by pasting it into the address bar:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Note: If the Explorer key does not exist under
Policies, right-click the Policies folder,
select New > Key, and name it
Explorer.
Step 3: Create the
NoPrinterSearch Value
- Right-click on an empty area in the right-hand pane of the
Explorerkey. - Select New > DWORD (32-bit) Value.
- Name the new value
NoPrinterSearchand press Enter. - Double-click
NoPrinterSearchto edit it. - In the Value data field, change the value from
0to1. - Ensure the Base is set to Hexadecimal, then click OK.
Step 4: Apply System-Wide Policy (Optional)
To apply this restriction to all user accounts on the machine rather than just the current user:
Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Printers(Create the
Printerskey underWindows NTif it does not already exist).Right-click in the right pane, select New > DWORD (32-bit) Value, and name it
NoNetworkPrinterBrowseList.Double-click
NoNetworkPrinterBrowseList, set the Value data to1, and click OK.
Step 5: Restart Windows Explorer or Reboot
For the changes to take effect:
- Press
Ctrl + Shift + Escto open the Task Manager. - Locate Windows Explorer under the Processes tab.
- Right-click Windows Explorer and select Restart.
Alternatively, restart your computer to apply the new registry configuration. Windows File Explorer will no longer automatically discover and list network printers.