FacebookTwitterLinkedIn

How to Fix Error Code 0x80070035 "The network path was not found"

How to Fix Error Code 0x80070035 "The network path was not found" on Windows 11

Windows allows users to share files between devices on a local network. Unfortunately, some users get Error Code 0x80070035 when mapping or accessing a network drive, accessing a shared folder, or a network location. If you’re getting this error, the methods in this article will help you fix it.

Error Code 0x80070035

Error code: 0x80070035

The network path was not found

What Causes Error Code 0x80070035?

Users report getting Error Code 0x80070035 after typing in the address or accessing a network drive, shared folder, or network location. When researching the causes of this error, we found that it can occur due to several reasons described below.

  • The address was entered incorrectly. You may have entered the address incorrectly. Double-check the address to make sure it’s correct.
  • The sharing feature is not enabled. The file-sharing feature may not be enabled on your system. You can enable it by following the instructions in Method 1.
  • A firewall or anti-virus program is blocking access. Your firewall or anti-virus program may restrict access to your network. Temporarily disable your firewall or anti-virus program and check it you can access your network drive.
  • Misconfigured network settings. Your network settings may not be configured to allow file sharing on your local network. Several methods below will help you configure your system to allow file sharing.
  • The name of the host computer is too long. You may get Error Code 0x80070035 because the host computer's name is too long. Changing the name to a shorter one will fix the issue.

Before trying our fixes, here are some things you can try:

  • Temporarily disable your anti-virus software.
  • Change your host computer’s name and remap the drive(s) you couldn’t access.
  • Delete your local area connection and create a new one. Then, remap the drive(s) you couldn’t access.
  • Update your network adapter driver.

Video Tutorial on How to Fix Error Code 0x80070035

Table of Contents:

Method 1. Enable Network Discovery and File Sharing

To access a network driver, you have to configure your Network Sharing Center to allow network discovery and file sharing. The guide below will show you how to do it.

1. Hold down Windows+R keys to open Run.

Type in control.exe /name Microsoft.NetworkAndSharingCenter in Run and click OK

2. In the Run dialog, type in:

control.exe /name Microsoft.NetworkAndSharingCenter

3. Click OK.

Click Change advanced sharing settings

4. Click Change advanced sharing settings.

Tick Turn on network discovery and Turn on file and printer sharing

5. Tick Turn on network discovery.

6. Tick Turn on file and printer sharing.

7. Click Save changes.

[Back to Table of Contents]

Method 2. Enable SMB 1.0/CIFS File Sharing Support

File sharing requires SMB 1.0/CIFS File Sharing Support to be enabled. You can check if it’s enabled and enable it if it’s not by following the guide below.

1. Hold down Windows+R keys to open Run.

Type in appwiz.cpl in Run and click OK

2. In the Run dialog, type in appwiz.cpl and click OK.

Click Turn Windows features on or off

3. Click Turn Windows features on or off in the left pane.

Mark the SMB 1.0/CIFS File Sharing Support checkbox and click OK

4. Mark the SMB 1.0/CIFS File Sharing Support checkbox and click OK. Windows will apply the necessary changes.

Click Restart now

5. Click Restart now when prompted.

[Back to Table of Contents]

Method 3. Enable NetBIOS over TCP/IP

Many users fixed Error Code 0x80070035 by enabling NetBIOS over TCP/IP.

1. Hold down Windows+R keys to open Run.

Type in ncpa.cpl in Run and click OK

2. In the Run dialog, type in ncpa.cpl and click OK.

Right-click your network adapter and click Properties

3. Right-click your network adapter and click Properties.

Select Internet Protocol Version 4 (TCP/IPv4) and click Properties

4. Select Internet Protocol Version 4 (TCP/IPv4) and click Properties.

Click Advanced

5. Click Advanced in the General tab.

Select the WINS tab, tick Enable NetBIOS over TCP/IP, and click OK

6. Select the WINS tab, tick Enable NetBIOS over TCP/IP, and click OK.

[Back to Table of Contents]

Method 4. Set the TCP/IP NetBIOS Helper Service to Start Automatically

The Windows operating system has several services facilitating communication between computers and file sharing on a network. If the TCP/IP NetBIOS Helper is disabled, the network path may not be detected. This guide will show you how to enable the TCP/IP NetBIOS Helper service if it’s disabled.

1. Hold down Windows+R keys to open Run.

Type in services.msc in Run and click OK

2. In the Run dialog, type in services.msc and click OK.

Right-click TCP/IP NetBIOS Helper and click Properties

3. In the Services window, find TCP/IP NetBIOS Helper.

4. Right-click TCP/IP NetBIOS Helper and click Properties.

Open the Startup type drop-down menu and select Automatic

5. Open the Startup type menu and select Automatic.

Click Apply

6. Then, click Apply.

Click Start and click OK

7. Click Start in the Service status section.

8. Click OK to close the Properties window.

[Back to Table of Contents]

Method 5. Modify LAN Manager Authentication Level

Your local security policy may trigger Error Code 0x80070035 and prevent you from accessing your network drive. Modifying your local security policy can fix the error.

1. Hold down Windows+R keys to open Run.

Type in secpol.msc in Run and click OK

2. In the Run dialog, type in secpol.msc and click OK.

Expand Local Policies and select Security Options

3. In the Local Security Policy window, expand Local Policies and select Security Options.

Right-click Network security: LAN Manager authentication level and click Properties

4. Right-click Network security: LAN Manager authentication level and click Properties.

Open the drop-down menu and select Send LM & NTLM-use NTLMv2 session security if negotiated

5. Open the drop-down menu and select Send LM & NTLM-use NTLMv2 session security if negotiated.

Click Apply and click OK

6. Click Apply and click OK.

[Back to Table of Contents]

Method 6. Remove Terminal Server Licenses From an RDP Client

Your Windows Registry may contain misconfigured or outdated registry keys that may prevent the network path from being found. Deleting the HardwareID and Store registry keys may fix Error Code 0x80070035.

1. Hold down Windows+R keys to open Run.

Type in regedit in Run and click OK

2. In the Run dialog, type in regedit and click OK.

Click File and click Export

3. In the toolbar, click File and click Export.

Name the file registry_backup, and click Save

4. Select where to save the file, name the file registry_backup, and click Save.

5. Then, navigate to:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSLicensing

Right-click the HardwareID key and click Delete

6. Expand the MSLicensing key.

7. Right-click the HardwareID key and click Delete.

Click Yes to delete the key and its subkeys

8. Click Yes to delete the key and its subkeys.

Right-click the Store key and click Delete

9. Then, right-click the Store key and click Delete.

Click Yes to delete the key and its subkeys

10. Click Yes to delete the key and all its subkeys.

11. Close the Registry Editor and restart your PC.

[Back to Table of Contents]

Method 7. Enable Insecure Guest Logons

If you want to use anonymous access to connect NAS or other computers, you have to enable the insecure guest logon policy. The AllowInsecureGuestAuth key specifies whether the SMB client will allow insecure guest logons to an SMB server.

1. Hold down Windows+R keys to open Run.

Type in regedit in Run and click OK

2. In the Run dialog, type in regedit and click OK.

Click File and click Export

3. In the toolbar, click File and click Export.

Name the file registry_backup, and click Save

4. Select where to save the file, name the file registry_backup, and click Save.

5. Then, navigate to:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters

Right-click Parameters, select New, and click DWORD (32-bit) Value

6. In the right pane, locate AllowInsecureGuestAuth. If there’s no AllowInsecureGuestAuth value, you need to create it.

7. Right-click the Parameters key in the left pane, select New, and click DWORD (32-bit) Value.

Name the new value AllowInsecureGuestAuth

8. Name the new value AllowInsecureGuestAuth.

Right-click AllowInsecureGuestAuth and click Modify

9. Right-click AllowInsecureGuestAuth and click Modify.

Set the AllowInsecureGuestAuth value data to 1 and click OK

10. Set the Value data to 1 and click OK.

11. Close the Registry Editor and restart your PC.

Did this article help you fix Error Code 0x80070035? Let us know in the comments below. If you know another way to fix this error, please share it with others in the comments.

[Back to Top]

▼ Show Discussion

About the author:

Rimvydas Iliavicius

Rimvydas is a researcher with over four years of experience in the cybersecurity industry. He attended Kaunas University of Technology and graduated with a Master's degree in Translation and Localization of Technical texts. His interests in computers and technology led him to become a versatile author in the IT industry. At PCrisk, he's responsible for writing in-depth how-to articles for Microsoft Windows. Contact Rimvydas Iliavicius.

Our guides are free. However, if you want to support us you can send us a donation.

About PCrisk

PCrisk is a cyber security portal, informing Internet users about the latest digital threats. Our content is provided by security experts and professional malware researchers. Read more about us.

Malware activity

Global malware activity level today:

Medium threat activity

Increased attack rate of infections detected within the last 24 hours.