Unable to Map a Drive or Ping a Computer That’s Connected to the Network
[responsivevoice_button voice="US English Male" buttontext="Listen to Post"]
Here’s a situation that you may have experienced. You discover that you are suddenly not able to ping a computer that was available before. You are also not able to map a shared drive or access a printer directly attached to that computer. Let’s take a closer look at the problem and a possible solution.Problem Scenario
Although the scenario I am using in this article assumes that you’re working on a Windows 10 Professional or Windows 10 Enterprise computer, the situation in this article also applies to Windows Server computers. You discover that ComputerA, which is running Windows 10, can successfully ping all other computers (e.g. ComputerB, ComputerC, ServerA, ServerB, etc.) on the network. You open a web browser and are able to successfully connect to the Internet. You connect to a shared folder located on Windows Server 2019 and it works. Everything seems to work just fine on ComputerA. You sign in to ComputerB, which is also running Windows 10, and ping ComputerA. The ping is unsuccessful. You try to map a drive from ComputerB to ComputerA, first by using the computer name (\\ComputerA\SharedFolder), and then the IP address (\\192.168.1.25\SharedFolder). You are unsuccessful in mapping a drive. You get the following error. Error code 0x80070043. The network name cannot be found.A Common Solution
While there are different reasons that you may not be able to ping the remote computer or map a network drive, one of the most common reasons for not being able to ping a computer that's connected to the network (and the Internet) has to do with network discovery. In our scenario, the likely reason could be that the services that rely on the network discovery and file sharing are not working on ComputerA. We need to ensure that these services are available to the users on the network.What is Network Discovery? It is a service running on a Windows computer that allows computers and other devices on the local network to see the computer and communicate with it. In addition, the service allows users to print documents on a network printer or scan a document on a network scanner. |
- First, go to the Control Panel -> Network and Sharing Center and look at the status of your active network. You will notice it’s listed as Public network. Leave this window open, you will come back to this in a minute to verify the setting has changed.
- Now go to the Windows 10 File Explorer and select Network. You will see the following warning message.
Network discovery is turned off. Network computers and devices are not visible. Please turn on network discovery in Network and Sharing Center. Go ahead and click OK.
- When you click OK, you will see a yellow bar with the same notice and an option to change the setting.
- Click anywhere in the yellow box on the notice and select Turn on network discovery and file sharing.
- You are provided options to either turn on the network discovery for all public networks, which you should never do, or to make your network private. Select the first option No, make the network that I am connected to a private network. This will secure your computer and turn on network discovery and file sharing.
- Now you should see computers and other devices on your network.
- Go back to the Network and Sharing Center (step #1). Your active network should now be a Private network. The name of your network may be different than what you see in the screenshot, but that’s okay.
- Now try to ping ComputerA. Also try to map a network drive to a shared folder from ComputerB to ComputerA. Ping and drive mapping should be successful. They should also be successful from any other computer on the network.
Customizing Sharing Options
For security reasons, it’s a good idea to customize your sharing options for the different network profiles. The options are available under Control Panel -> Network and Internet -> Network and Sharing Center -> Advanced sharing settings. To better understand these network profiles, let me explain what private and domain profiles are in this context. Private vs. Domain Profile It’s important to understand the difference between the Private profile and the Domain profile. If your computer is connected to a Windows domain, which is usually the case in a business environment, you will see a domain profile that will be listed as Domain (current profile). If you are logged in to your local computer profile at home or work, then your current profile will be the Private (current profile). On a Windows Server, and a Windows 10 workstation that’s joined to the domain, there will be four sharing options:- Private
- Guest or public
- Domain
- All Networks
- Turn on network discovery: Selected
- Turn on automatic setup of network connected devices: Box checked (enabled)
- Turn on file and printer sharing: Selected
Check out my article How to Switch the Network Profile from Public to Private on Windows 10 for more details. You will find a lot more details on the network profiles, plus information on how to switch between profiles, what to do if you don't see the option to switch profiles, how to change the network name, and why it's best to turn off network discovery on all networked computers, especially in secure environments. |
Guest or Public Profile
Your Guest or Public profile should have the network discovery disabled under all circumstances. The file and printer sharing should also be disabled. This is true whether your computer is domain-joined or not and whether you are working with a Windows Server or a workstation, such as Windows 10. Network discovery- Turn off network discovery: Selected
- Turn off file and printer sharing: Selected
Related Articles
The following articles have lots of useful information that's related to this article. The first article has more details on the network profiles, plus information on how to switch between profiles, what to do if you don't see the option to switch profiles, how to change the network name, and why it's best to turn off network discovery on all networked computers, especially in secure environments. The second article has a list of services that need to be running for the network discovery to work. Although the second article is written for Windows 7/8, you may want to take a look if you are having issues with your network discovery service.- How to Switch the Network Profile from Public to Private on Windows 10
- Unable to Turn on Network Discovery on Windows 7 or Windows 8
Thanks for reading my article. If you are interested in IT consulting & training services, please reach out to me. Visit ZubairAlexander.com for information on my professional background. |
Copyright © 2020 SeattlePro Enterprises, LLC. All rights reserved.
Leave a Comment