Windows Network Error 0x80070035 — Network Path Not Found
Warningnetwork
Overview
Windows error 0x80070035 means the network path was not found when trying to access shared folders, printers, or network resources on another computer.
Key Details
- Error 0x80070035: 'The network path was not found' when accessing \\computername\share
- Common after Windows 10/11 updates disabled SMBv1 for security
- Network discovery and file sharing may be disabled on the target machine
- Windows Firewall may be blocking File and Printer Sharing
- Computer name resolution (DNS/NetBIOS/WINS) may be failing
Common Causes
- SMBv1 disabled and target device only supports SMBv1 (older NAS, printers)
- Network discovery turned off on one or both computers
- Windows Firewall blocking File and Printer Sharing ports (TCP 445, 139)
- Computer name cannot be resolved — NetBIOS/DNS failure
- Different network profiles (Public vs Private) on the computers
Steps
- 1Ping the target by IP: ping 192.168.x.x — if this works, it is a name resolution issue
- 2Try accessing by IP instead of name: \\192.168.1.100\sharename
- 3Enable network discovery: Settings > Network > Advanced sharing settings > Turn on network discovery
- 4Ensure both PCs are on Private network profile, not Public
- 5Check Windows Firewall: allow 'File and Printer Sharing' for Private networks
Tags
windowsnetwork0x80070035smbfile-sharing
More in Network
windows-651-pppoe-connection-failedWindows Error 651 — PPPoE Connection Failed
Warningwindows-691-authentication-failedWindows Error 691 — Authentication Failed
Warningwindows-720-ppp-connection-failedWindows Error 720 — PPP Connection Failed
Errorwindows-800-vpn-tunnel-failedWindows Error 800 — VPN Tunnel Failed
Warningwindows-network-error-619Windows VPN Error 619 — Connection Could Not Be Established
Warningwindows-network-error-868Windows VPN Error 868 — Remote Server Not Resolved
WarningFrequently Asked Questions
Microsoft disabled SMBv1 by default for security. If your NAS or device only supports SMBv1, you need to enable it or update the device.