Error 0x80070035

What Is Error Code 0x80070035

Error code 0x80070035: “The network path was not found” is a common Windows networking error that occurs when trying to access shared folders or network drives. It indicates that Windows cannot locate the network path specified, even though the target device or folder may appear to be visible on the network.

This error is often caused by issues with network configuration, firewall settings, or SMB (Server Message Block) protocol access being blocked or disabled.

Affected Windows Versions

  • Windows 11

  • Windows 10

  • Windows 8.1

  • Windows 7

  • Windows Server 2012 / 2016 / 2019 / 2022

Common Situations Where 0x80070035 Occurs

  • Accessing a shared folder on another PC via network

  • Opening a mapped network drive that was previously working

  • Using IP address or hostname to connect to a shared resource

  • Network discovery is enabled, but path access fails

  • After a Windows update, firewall or SMB settings change

How to Fix Error Code 0x80070035 on Windows

1. ✅ Enable Network Discovery and File Sharing

  1. Go to Control Panel > Network and Sharing Center.

  2. Click Change advanced sharing settings.

  3. Under Private network, make sure:

    • Network discovery is ON

    • File and printer sharing is ON

  4. Click Save changes.

2. 🔄 Use IP Address Instead of Hostname

Sometimes DNS resolution fails. Try accessing the folder like this:

\\192.168.1.10\SharedFolder

Replace 192.168.1.10 with the actual IP of the target computer.

3. 🔐 Check Firewall Settings

  • Ensure Windows Defender Firewall or third-party firewalls are not blocking File and Printer Sharing.

  • Go to Control Panel > Windows Defender Firewall > Allow an app or feature and make sure File and Printer Sharing is allowed on private networks.

4. ⚙️ Enable SMB 1.0 (If Required)

Some older systems use SMBv1, which is disabled by default in newer Windows versions.

  1. Go to Control Panel > Programs > Turn Windows features on or off

  2. Check SMB 1.0/CIFS File Sharing Support

  3. Click OK and restart the PC

⚠️ Note: Use SMBv1 only if necessary, as it is outdated and less secure.

5. 🛠️ Flush DNS and Reset Network Stack

Open Command Prompt as Administrator, and run:

ipconfig /flushdns
nbtstat -R
nbtstat -RR
netsh int ip reset
netsh winsock reset

Then restart your PC.

6. 🧱 Add Credentials to Windows Credential Manager

  1. Go to Control Panel > Credential Manager > Windows Credentials

  2. Click Add a Windows credential

  3. Enter the network path, username, and password of the remote system

Was this helpful?

0 / 0

Leave a Reply 0

Your email address will not be published. Required fields are marked *