{"id":11352,"date":"2026-02-12T06:04:05","date_gmt":"2026-02-12T06:04:05","guid":{"rendered":"https:\/\/howtogeek.blog\/it\/?p=11352"},"modified":"2026-02-12T06:04:05","modified_gmt":"2026-02-12T06:04:05","slug":"how-to-troubleshoot-computers-not-showing-up-in-network-9-effective-solutions","status":"publish","type":"post","link":"https:\/\/howtogeek.blog\/it\/how-to-troubleshoot-computers-not-showing-up-in-network-9-effective-solutions\/","title":{"rendered":"How To Troubleshoot Computers Not Showing Up in Network: 9 Effective Solutions"},"content":{"rendered":"<p>Dealing with networked computers that just won&#8217;t show up is maddening, especially if it seems to pop up after Windows updates like v1803 or v1809. But it\u2019s not always the updates screwing things up\u2014sometimes it\u2019s misconfigured network settings, or the FDPHOST service crashing out of nowhere. Fixing this stuff can be a hassle, but having some solid steps to try out makes life easier. Basically, you wanna get the network discovery protocols enabled and make sure the services are running smoothly. When done right, your computers should appear on the network again, and sharing files becomes a breeze. And hey, sometimes a full reset of network settings is needed if nothing else works. So here\u2019s a rundown of what can be done to fix those pesky &#8220;computer not showing up&#8221; errors.<\/p>\n<h2>How to Fix Computers Not Showing Up on Network?<\/h2>\n<p>Before diving into some of the more involved fixes, a quick restart of your computer and router can often clear out simple glitches. Sometimes, that&#8217;s all it takes for the network list to refresh. If that doesn&#8217;t help, don\u2019t worry \u2014 just proceed through these methods one-by-one. They cover the usual culprits, from Windows update problems to service crashes, firewall blocks, and misconfigured sharing settings. Keep in mind, on some setups, you might have to try a couple of these fixes because Windows can be stubborn about this stuff.<\/p>\n<h3>Fix 1: Roll Back Recent Windows Updates<\/h3>\n<p>This is often the first place to look if the problem started right after an update. On one setup, uninstalling the latest update fixed the network discovery issue \u2014 because of course, Windows has to make it harder than necessary. It\u2019s kinda weird, but updates sometimes introduce bugs that mess with networking, especially if they alter protocols or services related to network sharing.<\/p>\n<ol>\n<li>Press <kbd>Windows + R<\/kbd>.<\/li>\n<li>Type <code>control<\/code> and hit Enter.<\/li>\n<li>In the <strong>Control Panel<\/strong> home, go to <strong>Programs<\/strong>&gt; <strong>Programs and Features<\/strong>.<\/li>\n<li>On the left sidebar, click <strong>View installed updates<\/strong>.<\/li>\n<li>Find the most recent update (look at the date), then select it and click <strong>Uninstall<\/strong> at the top. Reboot after uninstalling.<\/li>\n<\/ol>\n<p>While you\u2019re at it, check if your Windows version is up-to-date, or maybe roll back to a slightly earlier build if things aren\u2019t stable. Sometimes outdated Windows causes similar issues, and updating can fix the quirks.<\/p>\n<ol>\n<li>Hit <kbd>Windows + I<\/kbd>.<\/li>\n<li>Go to <strong>Windows Update<\/strong>.<\/li>\n<li>Click <strong>Check for updates<\/strong>. If new updates are available, they\u2019ll download and install automatically.<\/li>\n<\/ol>\n<h3>Fix 2: Ping a Networked Computer to Check Connectivity<\/h3>\n<p>This is kind of old-school but surprisingly effective. If your network seems finicky, pinging the other computer or device can reveal whether they\u2019re reachable. It\u2019s a quick way to confirm if the network connection is alive or if there\u2019s a routing hiccup.<\/p>\n<ol>\n<li>Get the IP address of the device that\u2019s missing from <strong>Command Prompt<\/strong> (by typing <code>ipconfig<\/code> on the working machine).<\/li>\n<li>On the machine that\u2019s not showing up, open <strong>Run<\/strong> (<kbd>Windows + R<\/kbd>), type <code>cmd<\/code>, then <em>press Ctrl + Shift + Enter<\/em> for admin access.<\/li>\n<li>Type <code>ping 192.168.1.xxx<\/code> (replace with the target IP).You want to see replies that match the number of packets sent; if not, that\u2019s a sign something\u2019s blocking or misconfigured.<\/li>\n<\/ol>\n<p>On some setups, ping might show timeouts despite the device being online \u2014 that\u2019s when you check your firewall settings or network discovery options.<\/p>\n<h3>Fix 3: Run Network Troubleshooter, Hands-Free<\/h3>\n<p>Windows has this built-in troubleshooter that can sniff out network hiccups and fix some on its own. You might find this handy if the issue is caused by local config errors or temporary glitches.<\/p>\n<ol>\n<li>Press <kbd>Windows + I<\/kbd> and go to <strong>System<\/strong> &gt; <strong>Troubleshoot<\/strong>.<\/li>\n<li>Click on <strong>Other troubleshooters<\/strong>.<\/li>\n<li>Scroll to find <strong>Incoming Connections<\/strong>, then click <strong>Run<\/strong>.<\/li>\n<li>Follow the prompts \u2014 sometimes Windows will fix stuff that\u2019s preventing your network devices from showing up.<\/li>\n<\/ol>\n<h3>Fix 4: Enable Network Discovery Properly<\/h3>\n<p>This is usually the core issue \u2014 if network discovery isn\u2019t turned on, the computers just won\u2019t find each other. Windows tends to disable this by default for security reasons, but if you\u2019re sharing stuff at home, it\u2019s safe to enable it.<\/p>\n<ol>\n<li>Open <strong>Run<\/strong> (<kbd>Windows + R<\/kbd>), type <code>control<\/code> and hit Enter.<\/li>\n<li>Head to <strong>Network and Internet<\/strong>&gt; <strong>Network and Sharing Center<\/strong>.<\/li>\n<li>Click on <strong>Change advanced sharing settings<\/strong>.<\/li>\n<li>Expand the <strong>Private<\/strong> and <strong>Guest or Public<\/strong> sections, then select <strong>Turn on network discovery<\/strong> and <strong>Turn on file and printer sharing<\/strong>.<\/li>\n<li>Under <strong>All Networks<\/strong>, check <em>Turn on sharing so anyone with network access can read and write files in the Public folders<\/em>.<\/li>\n<li>Click <strong>Save changes<\/strong>.<\/li>\n<\/ol>\n<p>Of course, after changing these, it\u2019s worth testing whether the other computers start popping up.<\/p>\n<h3>Fix 5: Make Sure Firewall Isn\u2019t Blocking Discovery<\/h3>\n<p>Sometimes, Windows Firewall gets overprotective and blocks network discovery protocols. You can fix this by allowing the feature through the firewall, either manually or via command line. Doing it via GUI is straightforward, but you can automate it with a simple command that enables the network discovery rules.<\/p>\n<ol>\n<li>Open <strong>Control Panel<\/strong> and go to <strong>System and Security<\/strong>&gt; <strong>Windows Defender Firewall<\/strong>.<\/li>\n<li>Click on <strong>Allow an app or feature through Windows Defender Firewall<\/strong>.<\/li>\n<li>Hit <strong>Change settings<\/strong>, then scroll down to <strong>Network Discovery<\/strong>.<\/li>\n<li>Check both boxes for <strong>Private<\/strong> and <strong>Public<\/strong>.<\/li>\n<li>Click <strong>OK<\/strong>.<\/li>\n<p>Or, open an administrator Command Prompt and run:<\/p>\n<pre><code>netsh advfirewall firewall set rule group=\"Network Discovery\" new enable=Yes<\/code><\/pre>\n<\/ol>\n<h3>Add Your Computer to a Workgroup<\/h3>\n<p>If your PC isn\u2019t in a proper workgroup, it might not be sharing resources properly \u2014 or even showing up in the network folder. Adding it to a workgroup is a simple step that often gets overlooked.<\/p>\n<ol>\n<li>Press <kbd>Windows + I<\/kbd>.<\/li>\n<li>Go to <strong>System<\/strong>&gt; <strong>About<\/strong>.<\/li>\n<li>Click on <strong>Domain or workgroup<\/strong>. It opens <strong>System Properties<\/strong>.<\/li>\n<li>Click <strong>Change settings<\/strong> (next to Computer name, domain, and workgroup).<\/li>\n<li>Select <strong>Workgroup<\/strong> and give it a name.<\/li>\n<li>Click <strong>OK<\/strong>, then restart your PC to apply the changes.<\/li>\n<\/ol>\n<h3>Automate FDPHOST Service for Better Discovery<\/h3>\n<p>The <strong>Function Discovery Provider Host<\/strong> service is key to finding other devices on the network. Sometimes, this service crashes or stops, and Windows doesn\u2019t restart it automatically. Setting it to start automatically can save a lot of headache.<\/p>\n<ol>\n<li>Press <kbd>Windows + R<\/kbd>.<\/li>\n<li>Type <code>services.msc<\/code> and press Enter.<\/li>\n<li>Scroll to <strong>Function Discovery Provider Host<\/strong>.<\/li>\n<li>Double-click to open properties.<\/li>\n<li>Set <strong>Startup type<\/strong> to <strong>Automatic<\/strong>.<\/li>\n<li>Click <strong>Apply<\/strong> and <strong>OK<\/strong>, then restart.<\/li>\n<\/ol>\n<h3>Enable CIFS File Sharing Support<\/h3>\n<p>File sharing via SMB (CIFS) is a fundamental protocol, so if it\u2019s disabled, your computer probably won&#8217;t see others. Turn this feature on in Windows features.<\/p>\n<ol>\n<li>Open <strong>Control Panel<\/strong> and go to <strong>Programs<\/strong>&gt; <strong>Programs and Features<\/strong>.<\/li>\n<li>Click <strong>Turn Windows features on or off<\/strong>.<\/li>\n<li>Scroll down and check <strong>SMB 1.0\/CIFS File Sharing Support<\/strong>.<\/li>\n<li>Click <strong>OK<\/strong>, then restart.<\/li>\n<\/ol>\n<h3>Reset Network Settings (Last Resort)<\/h3>\n<p>If none of the above worked, resetting your network stack might do the trick. Keep in mind, it wipes out all custom network configs and restores your adapters to default. After a reboot, things often settle down \u2014 even IP issues or DNS caches get cleared.<\/p>\n<ol>\n<li>Open <strong>Settings<\/strong> (<kbd>Windows + I<\/kbd>).<\/li>\n<li>Go to <strong>Network &amp; Internet<\/strong>.<\/li>\n<li>Click <strong>Advanced network settings<\/strong>.<\/li>\n<li>Choose <strong>Network reset<\/strong>.<\/li>\n<li>Click <strong>Reset now<\/strong> and restart your PC when prompted.<\/li>\n<\/ol>\n<p>Additionally, if your IP setup seems funky, run these commands in an admin Command Prompt to release\/renew IP and flush DNS:<\/p>\n<pre><code>ipconfig \/release ipconfig \/flushdns ipconfig \/renew netsh winsock reset netsh int ip reset<\/code><\/pre>\n<p>And that\u2019s pretty much the roundup. If issues persist, sometimes double-checking your network hardware or VPN configs can help, since they can interfere with client discovery as well.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Dealing with networked computers that just won&#8217;t show up is maddening, especially if it seems to pop up after Windows updates like v1803 or v1809. But it\u2019s not always the updates screwing things up\u2014sometimes it\u2019s misconfigured network settings, or the FDPHOST service crashing out of nowhere. Fixing this stuff can be a hassle, but having [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-11352","post","type-post","status-publish","format-standard","hentry","category-how-to"],"acf":[],"_links":{"self":[{"href":"https:\/\/howtogeek.blog\/it\/wp-json\/wp\/v2\/posts\/11352","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/howtogeek.blog\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/howtogeek.blog\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/howtogeek.blog\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/howtogeek.blog\/it\/wp-json\/wp\/v2\/comments?post=11352"}],"version-history":[{"count":1,"href":"https:\/\/howtogeek.blog\/it\/wp-json\/wp\/v2\/posts\/11352\/revisions"}],"predecessor-version":[{"id":11353,"href":"https:\/\/howtogeek.blog\/it\/wp-json\/wp\/v2\/posts\/11352\/revisions\/11353"}],"wp:attachment":[{"href":"https:\/\/howtogeek.blog\/it\/wp-json\/wp\/v2\/media?parent=11352"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/howtogeek.blog\/it\/wp-json\/wp\/v2\/categories?post=11352"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/howtogeek.blog\/it\/wp-json\/wp\/v2\/tags?post=11352"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}