The 0x80070035 “Network Path Not Found” error in Windows 11 usually appears when trying to access shared folders, network drives, or another PC. It’s often caused by network discovery issues, firewall settings, or SMB configuration problems.
Here’s how to fix it step by step.
✅ 1. Make Sure Both PCs Are on the Same Network
- Check both devices are connected to the same Wi-Fi or LAN
- Try pinging the other PC:
- Press Windows + R, type
cmd - Enter:
ping COMPUTER-NAME
- Press Windows + R, type
If it fails, the devices aren’t communicating properly.
✅ 2. Turn On Network Discovery & File Sharing
- Go to Settings → Network & Internet → Advanced network settings
- Click Advanced sharing settings
- Turn on:
- Network discovery
- File and printer sharing
👉 Do this on both computers.
✅ 3. Check the Shared Folder Path
Make sure you’re using the correct format:
\\ComputerName\SharedFolder
Or try using the IP address:
\\192.168.1.10\SharedFolder
✅ 4. Enable SMB 1.0 (If Needed)
Some older devices require SMB:
- Press Windows + R, type:
optionalfeatures
- Find SMB 1.0/CIFS File Sharing Support
- Enable it and restart your PC
⚠️ Only enable this if necessary (older NAS or devices).
✅ 5. Check Windows Defender Firewall
- Open Windows Security
- Go to Firewall & network protection
- Click Allow an app through firewall
- Ensure these are checked:
- File and Printer Sharing
- Network Discovery
✅ 6. Reset Network Settings
- Go to Settings → Network & Internet
- Click Advanced network settings
- Select Network reset
- Restart your PC
✅ 7. Restart Key Services
- Press Windows + R, type:
services.msc
- Restart:
- Function Discovery Provider Host
- Function Discovery Resource Publication
- SSDP Discovery
- UPnP Device Host
✅ 8. Disable Antivirus (Temporarily)
Some third-party antivirus programs block network sharing.
- Disable it briefly and test again
✅ 9. Clear Credentials
- Open Control Panel → Credential Manager
- Remove stored Windows credentials related to the network PC
- Reconnect and enter login details again
💡 Pro Tips
- Set your network to Private, not Public
- Ensure both PCs are in the same Workgroup
- Update network drivers if issues persist
✅ Final Thoughts
Error 0x80070035 is usually caused by simple network settings or permissions. By enabling sharing, checking firewall rules, and verifying paths, you can quickly restore access between devices on Windows 11 24H2.
If it still doesn’t work, the issue may be router-related or tied to outdated drivers.