WiseCleaner Think Tank
Encounter difficult computer problems?
All about maintenance and optimization of your Windows System.
Nov 28, 2025
Network Discovery lets your Windows 11 device find other computers and devices on the same network—and lets them see your device as well. It’s a key part of sharing files, using network printers, and accessing shared media. Turning it off boosts privacy and security when you’re connected to public Wi-Fi or an untrusted network.
This is the simplest way for most users, here’s how to:
1. Press the Windows key + I to open Settings.
2. Select Network & internet > Ethernet or Wi-Fi, depending on your connection.
3. Click on your network name to view its properties.
4. Under "Network profile type," select Private. This profile automatically enables Network Discovery for trusted networks like your home or workplace.
5. To turn Network Discovery OFF, follow the same steps but select Public network (Recommended). This makes your PC undiscoverable on public networks, which is more secure.
The classic Control Panel gives you direct access to the Network Discovery toggle and other advanced sharing settings.
1. Open the Control Panel (you can search for it via the Start menu).
2. Go to Network and Internet > Network and Sharing Center.
3. In the left pane, select Change advanced sharing settings.
4. On the next page, expand your current network profile (Private, Public). Toggle Network discovery On or Off.
If you prefer command-line tools, you can use Command Prompt (run as Administrator).
1. Press Win + S, type cmd, and click Run as administrator to open Command Prompt.
2. To turn on Network Discovery, type the following command and press Enter:
netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes
3. To turn off Network Discovery, type the following command and press Enter:
netsh advfirewall firewall set rule group="Network Discovery" new enable=No
Network Discovery is extremely useful in trusted environments but risky on public networks. With the methods above—Settings, Control Panel, and Command Prompt—you can easily manage whether your PC stays visible or hidden on any network.
Additional Related Articles
wisecleaner uses cookies to improve content and ensure you get the best experience on our website. Continue to browse our website agreeing to our privacy policy.
I Accept