Your IP: Unknown · Your Status: ProtectedUnprotectedUnknown

Skip to main content

What is network discovery and how can you turn it on for Windows devices?

Network discovery is a feature that allows computers and other devices to be discovered on a network and communicate directly with one another. This helps to keep track of all the devices connected to the same network and to easily share files and other resources among them. In this article, we talk about network discovery and how to enable it on Windows 10 and Windows 11 devices.

What is network discovery and how can you turn it on for Windows devices?

How does network discovery work?

If you enable network discovery on your device, it becomes visible on the network. This feature is mostly used by system administrators for locating devices on the same network and monitoring network infrastructure.

For an end user, making your device discoverable allows you to easily connect to other devices on the same network and make your files accessible to other computers. This saves time because you don’t need to attach files to emails or use thumb drives.

However, an activated network discovery feature makes it easier for cyberattackers to steal the data that is being transmitted between computers and other devices. This is why you should be careful when connecting to wireless networks — a safe public Wi-Fi is hard to find, so refrain from making your device visible on these networks.

How to turn on network discovery on Windows 10 and Windows 11

In this section we present easy-to-follow instructions on how to enable network discovery on your Windows 10 and Windows 11 computers using network profile settings, control panel settings, advanced network settings, and command prompt.

How to turn on network discovery using network profile settings

This is how you can turn it on using the network profile settings on Windows 10:

1. Click on the start menu and go to “Settings.”

2. Select “Network & internet.”

Win10 network and internet

3. If you’re connected to a wireless network, click on the “Wi-Fi” option on the left panel, but if you’re using a network cable, click on “Ethernet,” which is located below the “Wi-Fi” option. The network you are connected to should be visible.

Win10 wi_fi

4. Click on the network.

5. Select “Private” (below the “Public” option) to make your computer discoverable on the network. Or you can select “Public” to hide your computer from other devices on the network.

Win10 public network profile

This is how you turn it on using network profile settings on Windows 11:

1. Click on the start menu and go to “Settings.”

Win11 settings

2. Select “Network & internet.”

Win11 network and internet

3. Click on “Wi-Fi” (or, if you are using a network cable, click on “Ethernet”), depending on which one you are using now.

Win11 wi_fi

4. Click on the “Wi-Fi” (or “Ethernet”) network you are connected to.

Win11 wi_fi network

5. Under “Network profile type,” select “Private network.”

Win11 private network

How to turn on network discovery using control panel settings

This is how you turn it on using the control panel setting on Windows 10:

1. Click on the start menu and type in “control panel.”

Win10 control panel

2. Open the “Control panel” app.

Win10 control panel app

3. Click on the “Network and sharing center.”

Win10 network and sharing center

4. Select the “Change advanced sharing settings” option on the left.

Win10 change advanced sharing settings

5. Click on the drop-down menu for whichever option is your current setting, if it hasn’t already been expanded.

6. Select “Turn on network discovery.” You may need administrator privileges to do this.

Win10 turn on network discovery

How to turn on network discovery using advanced network settings

This is how you turn it on using advanced network settings for Windows 11:

1. Click on the start menu and go to “Settings.”

Win11 settings

2. Click on “Network & internet” on the left-hand side panel.

Win11 network and internet

3. Click on “Advanced network settings” at the bottom of the screen.

Win11 advanced network settings

4. Click on “Advanced sharing settings.”

Win11 advanced sharing settings

5. Turn “Network discovery” on by toggling the switch for either Private or Public network, depending on which one you are using.

Win11 network discovery

How to turn on network discovery using command prompt

Here is how you activate this feature on Windows 10 using command prompt:

1. Open “Command prompt” as Administrator.

Win10 command prompt

2. To turn on network discovery for all network profiles, copy and paste the following command into the command prompt and press “Enter”:

netsh advfirewall firewall set rule group=“Network Discovery” new enable=Yes

Win10 enable network discovery

3. To turn network discovery off, copy and paste the following command into the command prompt and press “Enter”:

netsh advfirewall firewall set rule group=“Network Discovery” new enable=No

Win10 disable network discovery

Here is how you activate this feature on Windows 11 using command prompt:

1. Click on the search field (at the bottom of the screen) and type in “Command prompt.”

Win11 command prompt

2. Click on the “Run as administrator” option.

Win11 run as administrator

3. To enable network discovery, enter the following command:

netsh advfirewall firewall set rule group=”Network Discovery” new enable=Yes

Win11 command enable network discovery

4. To disable network discovery, enter the following command:

netsh advfirewall firewall set rule group=”Network Discovery” new enable=No

Win11 command disable network discovery

How to turn off network discovery

If you want to turn network discovery off on your Windows 10 device, use the same instructions, but reverse the last step:

  • For network profile settings: Change the network profile from “Private” to “Public.”
  • For control panel settings: Toggle the switch to an “off” position.
  • For command prompt: Change the command to end with a “No.”

If you want to turn this feature off on your Windows 11 device, use the same instructions, but reverse the last step:

  • For network profile settings: Change the network profile from “Private” to “Public.”
  • For advanced network settings: Toggle the switch to an “off” position.
  • For command prompt: Change the command to end with a “No.”

But why would you want to turn off your discoverability on the network? The main reasons are security and privacy — to hide your computer or laptop from other devices on the same network.

Why network discovery is not working

Network discovery might not be working because the network profile is set to “Public” or “Network discovery” is turned off. See the instructions above to turn it on. If the feature is still not working, there are multiple steps you can take, depending on the root cause. Read on to find out how to fix the issue in each case.

One of the most common reasons why your device is not discoverable on the network is Windows Firewall considering it as malicious and blocking it. Follow these instructions to resolve this issue:

  • Open “Run command” (Win + R) and type in “Firewall.cpl”. Press “OK.”
  • In the left panel, click on “Allow an app or feature through Windows Defender Firewall.”
  • Click on the “Change settings” button.
  • Scroll down to “Network discovery” and make sure the “Private” box is checked.

Another reason for the network discovery feature to not be working are outdated or corrupt network adapters. Here is how to check and update the drivers:

  • Press “Win + X” and select “Device manager.”
  • Scroll to “Network adapters” and expand the list.
  • Right-click the network adapter that you are using to connect to the internet and select “Update driver.”
  • In the next window, select “Search automatically for drivers” and follow the instructions to complete the process.

If your drivers are up to date, Windows might suggest checking for OS updates. Do it, because a Windows update might help solve the issue of network discovery not working.

How to stay safe when network discovery is on

It is safe for your device to be discoverable when you are using secure private networks like your own home network or a secure mesh network. However, having this feature on when connected to a possibly unsecure public Wi-Fi, like one in an airport, cafe, or some other public place, might be dangerous. Still, you can take these precautions:

  • Turn off file sharing altogether. This is the best option because your files won’t be accessible to other users on the same network.
  • Turn on password protected sharing. This will only allow trusted individuals with whom you’ve shared the password to access your files.
  • Do not allow remote logins from other computers. This will increase your security by closing additional ports in the firewall.