Fix Windows Error 0x800704CF - Network Location Unreachable

KitsuneGuide Watch on YouTube ↗

It is incredibly frustrating when your browser works perfectly, but Windows insists you are offline and won't let you open the Store or map your drives. This 0x800704CF error usually happens because Windows has tripped over a corrupted network configuration or is misidentifying your connection profile. We are going to reset your network stack and get your machine talking to the network again.

Why this happens

This error occurs when the Windows network stack gets corrupted or the Network Profile is incorrectly set to Public, preventing your PC from communicating with local network resources.

What you'll need

You will need administrative access to your computer to run the network reset commands.

Steps

  1. 01
    Open your 'Settings' menu, go to 'Network & Internet', and select 'Properties'. Under 'Network Profile', ensure it is set to 'Private' rather than 'Public'.
  2. 02
    Right-click your 'Start' button and select 'Terminal (Admin)' or 'Command Prompt (Admin)'.
  3. 03
    Type netsh winsock reset and press Enter to reset the Winsock catalog, which handles your network traffic protocols.
  4. 04
    Type netsh int ip reset and press Enter to reset your TCP/IP stack to its default configuration.
  5. 05
    Type ipconfig /flushdns and press Enter to clear out any stale or corrupted DNS cache entries.
  6. 06
    Restart your computer to apply these changes and test your connection again.

Still not working?

If you are still seeing the error after a reboot, verify that any third-party firewall or antivirus software is not blocking your local network access. If you are specifically trying to reach a work-mapped drive, ensure your VPN is active and connected before attempting to browse the network path, as these drives often require an encrypted tunnel to be visible.

Frequently asked questions

Will resetting my network settings delete my saved Wi-Fi passwords?

Yes, running netsh winsock reset and the associated commands will remove your saved Wi-Fi networks. You will need to re-enter your Wi-Fi password once you reconnect.

Is this error a sign that my network card is failing?

It is unlikely. This error is almost always a software-level configuration issue rather than a hardware failure.

Does this fix affect my personal files or installed programs?

No, these steps only reset the network communication layers of Windows. Your files, installed apps, and data remain completely untouched.