[Solved] Fix 0x80070035 Windows - 5 Minute Method

Verified & Tested Updated March 02, 2026

Quick Summary

The error code 0x80070035 on Windows typically occurs when there's an issue with network connectivity, specifically with the Workgroup or network name, preventing the system from accessing shared resources or connecting to the network. This error can happen when trying to access a shared folder, map a network drive, or join a network, and it indicates that the system cannot find the network path or the network is not reachable.

Common Causes

  • Network Configuration Issue: Incorrect network settings or configuration can lead to this error, especially if the Workgroup name is mismatched between devices on the network.
  • Firewall or Antivirus Interference: Overly restrictive firewall settings or antivirus software can block the necessary network connections, resulting in this error.
  • Network Discovery and File Sharing Issues: If Network Discovery and File Sharing are not properly enabled or configured, it can prevent devices from seeing each other on the network, leading to the 0x80070035 error.
  • DNS or Network Driver Problems: Issues with DNS resolution or outdated/corrupted network drivers can also cause connectivity problems, manifesting as this error.

Step-by-Step Fixes

Method 1: Check and Adjust Network Settings Show Steps ↓

To start troubleshooting, ensure that your network settings are correctly configured. Check your network Workgroup name and ensure it matches across all devices on the network. You can do this by right-clicking on Computer or This PC and selecting Properties, then looking for the Workgroup name under Computer name, domain, and workgroup settings.

Method 2: Disable Firewall and Antivirus Temporarily Show Steps ↓

Temporarily disable any firewall and antivirus software to see if they are interfering with your network connections.

  1. Go to Control Panel > System and Security > Windows Defender Firewall.
  2. Click on Turn Windows Defender Firewall on or off on the left side.
  3. Select Turn off Windows Defender Firewall for both private and public networks.
Repeat similar steps for your antivirus software.

Method 3: Enable Network Discovery and File Sharing Show Steps ↓

Ensure Network Discovery and File Sharing are enabled.

  1. Open File Explorer.
  2. Click on Network on the left side.
  3. If you don't see any devices, click on Network and Sharing Center and then Change advanced sharing settings.
  4. Under Network discovery, select Turn on network discovery.
  5. Also, under File and printer sharing, select Turn on file and printer sharing.

Method 4: Update Network Drivers Show Steps ↓

To update your network drivers,

  1. Press Windows key + X and select Device Manager.
  2. Expand the Network Adapters section.
  3. Right-click on your network adapter and select Update driver.
  4. Click on Search automatically for updated driver software and follow the prompts.
Restart your computer after updating.

Method 5: Perform a System File Checker Scan Show Steps ↓

In some cases, corrupted system files can cause this error. To scan and fix corrupted system files,

  1. Open Command Prompt as an administrator.
  2. Type the command sfc /scannow and press Enter.
  3. Let the scan complete and then restart your computer.


Related Fixes