Error 0x80070035

How to Fix 'Network Path Not Found' Error in Windows

This error means Windows can't find the network path to a shared folder or printer. Here's the fix, from quickest to most involved.

The 30-Second Fix: Check Network Discovery and File Sharing

This is where I start with almost every client. Hit Win + I, go to Network & Internet, then click Advanced network settings (or Network and Sharing Center in older Windows). Make sure Network discovery and File and printer sharing are both turned on. If you see a dropdown that says Private vs Public, make sure you're on Private — public networks often block sharing by default.

I had a client last month whose entire print queue died because someone accidentally toggled network discovery off. Turned it back on and everything worked instantly. Seriously, try this first.

The 5-Minute Fix: Restart Key Services and Check Firewall

If the quick toggle didn't work, something's probably stopped a service. Open Services.msc (just type it in the Start menu). Look for these three services:

  • Function Discovery Resource Publication
  • SSDP Discovery
  • UPnP Device Host

Each should be Running and set to Automatic. If any are stopped, right-click and start them. Then set them to Automatic via Properties.

Now check your firewall. Open Windows Defender Firewall from Control Panel, click Allow an app or feature through Windows Defender Firewall. Make sure File and Printer Sharing is checked for Private networks. If you're using a third-party firewall like Norton or McAfee, check that app's settings — they often block SMB traffic by default. I've seen McAfee kill network discovery completely.

The 15+ Minute Fix: Enable SMB 1.0 or Dig Into Permissions

This is the deeper stuff. Start with SMB 1.0. Windows 10 and 11 disable it by default, but old devices like some NAS drives, network printers, or older Windows 7 machines need it. Open Control Panel > Programs > Turn Windows features on or off. Check SMB 1.0/CIFS File Sharing Support, click OK, and restart. Be warned: Microsoft recommends leaving this off for security, so only do it if you're sure the target device needs it.

If that still doesn't work, test with a direct path. Hit Win + R, type \\IP_ADDRESS\sharename (replace IP and share with the actual ones). If it works, it's a DNS issue — the computer can't resolve the hostname. Flush DNS with ipconfig /flushdns in an admin command prompt.

If that fails too, check permissions on the shared folder. Right-click the folder, go to Sharing tab, click Advanced Sharing, then Permissions. Make sure Everyone has at least Read access. Also check the Security tab — NTFS permissions can override share permissions. Add Everyone with Read if it's missing.

Last resort: registry hack. This shouldn't be needed often, but I've used it on stubborn Lenovo laptops. Open regedit and go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters. Find AllowInsecureGuestAuth (if it's not there, create a DWORD), set it to 1. Reboot. This allows Windows to connect to devices that don't enforce authentication — again, a security tradeoff.

If none of these work, check the network cable or Wi-Fi signal. I once spent an hour debugging a "network path not found" error only to find the Ethernet cable was loose. It happens.

Related Errors in Network & Connectivity
Network Reset Greyed Out in Windows 10/11 - Quick Fix WiFi Connected but No Internet: 3 Proven Fixes 0X0000003B Fix ERROR_UNEXP_NET_ERR 0X0000003B on Windows 10/11 Fix DHCP Not Enabled for WiFi on Windows 10/11

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.