In this guide, we’ll show you step-by-step how to fix error 0x35 in Windows 10 and 11, explain what causes it, and walk you through the Microsoft-recommended fixes and advanced troubleshooting methods.

If you’re trying to access a network drive or shared folder and you’re hit with Error 0x35: The network path was not found, you’re not alone. This issue is common in Windows environments and typically arises when your system can’t resolve or reach a shared network resource.
What Causes Error 0x35: The Network Path Not Found?
The 0x35 network path not found error can occur due to various underlying issues in a Windows-based network:
- Changes in device IP addresses that disrupt mapped drives
- Disabled or misconfigured SMB (Server Message Block) file sharing support
- NetBIOS over TCP/IP not being enabled
- Incorrect Local Security Policy settings for network authentication
- Important network services like Function Discovery, SSDP, and UPnP being disabled
- DNS or DHCP client services being stopped
Understanding these root causes helps guide the proper fix for the issue.
How to Fix Error 0x35: The Network Path Was Not Found in Windows 10/11
Before re-mapping any drives, it’s essential to clean up existing ones. If the device’s IP has changed or if its shared resources are no longer active under the previous mapping, it can cause the 0x35 error. Delete all the mapped drives and folders, then follow these fixes:
Enable SMB 1.0/CIFS File Sharing Support
- Open Control Panel
- Go to All Control Panel Items > Programs and Features
- Click Turn Windows features on or off on the left-hand side
- In the Windows Features dialog, scroll to SMB 1.0/CIFS File Sharing Support
- Check the boxes next to SMB 1.0/CIFS Client and SMB 1.0/CIFS Server
- If they’re already checked, uncheck and then re-check them
- Restart your computer when prompted
Modify Local Security Policy Settings
- Press Windows + R, type
secpol.msc
, and press Enter - Navigate to: Local Policies > Security Options
- In the right pane, locate Network security: LAN Manager authentication level
- Double-click it and choose Send LM & NTLM – use NTLMv2 session security if negotiated
- Click Apply and then OK
Enable NetBIOS Over TCP/IP
- Press Windows + R, type
ncpa.cpl
, and hit Enter - Right-click your active network connection > Properties
- Select Internet Protocol Version 4 (TCP/IPv4) > Properties
- Click Advanced > WINS tab
- Select Enable NetBIOS over TCP/IP
- Click OK, restart your system, and test access
Check These Essential Windows Services
These services must be running and set to Automatic for network discovery and sharing to work correctly:
- Press Windows + R, type
services.msc
, and hit Enter - Ensure the following services are set to Automatic and are Running:
- Function Discovery Provider Host
- Function Discovery Resource Publication
- SSDP Discovery
- UPnP Device Host
- DHCP Client
- DNS Client
- For each, right-click > Properties > set Startup type to Automatic and make sure Service Status is Running
- In the Recovery tab, set 1st failure, 2nd failure, and Subsequent failures to Restart the Service
Error 0x35 Microsoft Fix: Is There an Official Patch?
As of now, Microsoft has not released a specific update titled as a “fix” for Error 0x35. However, the issue is often resolved through correct configuration of services, SMB support, and policy settings. Microsoft documentation for error code 0x80070035 (a closely related issue) often overlaps in suggested solutions and troubleshooting logic.
Error 0x35 Microsoft Fix: Checking Critical Network Services
In some situations, network connectivity problems might persist if certain Windows services aren’t running correctly. Verify these services by following these steps:
- Open the Run dialog by pressing Windows + R.
- Type services.msc and press Enter.
- Locate and review the following services:
- Function Discovery Provider Host
- Function Discovery Resource Publication
- SSDP Discovery
- UPnP Device Host
- Also, check the DHCP Client and DNS Client services.
- For each service, right-click and select Properties.
- Ensure that the Startup type is set to Automatic, and that the Service status is running.
- Under the Recovery tab, configure the settings for 1st failure, 2nd failure, and Subsequent failures to Restart the Service.
These checks guarantee that network discovery and file sharing functionalities are fully operational across your network.
Error 0x35 Microsoft Solution and Support Guidance
While Microsoft doesn’t offer a dedicated fix tool for this issue, their general support articles recommend enabling SMB features, configuring LAN Manager settings, and ensuring all discovery services are running—steps we’ve already covered. If these fixes don’t resolve the problem, consider running the Network Troubleshooter or resetting your TCP/IP stack using:
netsh int ip reset
Run this command from an elevated Command Prompt and reboot your system afterward.
Conclusion
Error 0x35, or “The Network Path Was Not Found,” may seem isolated to a particular device even in a smoothly functioning network. By carefully inspecting and configuring SMB support, local security policies, and NetBIOS settings, while verifying critical Windows network services, you can resolve these issues in Windows 10 and Windows 11. If you continue to experience connectivity problems, consider revisiting each step or consulting additional Microsoft resources focused on network troubleshooting.
Visit Our Post Page: Blog Page