Fix Windows Error 0x800704CF - Network Location Unreachable

You are seeing error 0x800704CF and Windows is telling you that you are offline, even though your browser and other apps are connecting just fine. This usually happens because your network profile is misconfigured or your local network stack has cached corrupted routing data.

KitsuneGuide Watch on YouTube ↗

Why this happens

Your computer is struggling to identify the network environment or has stale connection entries blocking access to local resources like mapped drives or the Windows Store.

What you will need

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

Steps

  1. 01
    Open the Settings app, go to Network and Internet, and click on Properties.
  2. 02
    Under Network Profile, change the setting from Public to Private and test if your apps or drives reconnect.
  3. 03
    If the error persists, right-click the Start button and select Terminal (Admin) or Command Prompt (Admin).
  4. 04
    Type netsh winsock reset and press Enter to reset the Winsock catalog.
  5. 05
    Type netsh int ip reset and press Enter to reset your TCP/IP stack configuration.
  6. 06
    Type ipconfig /flushdns and press Enter to clear the local DNS resolver cache.
  7. 07
    Restart your computer to apply the network stack changes and verify the connection.

Still not working?

If you are attempting to access a corporate mapped drive and the error persists after these steps, your machine likely requires an active VPN connection to see the server location. Ensure your company VPN client is launched and authenticated before trying to access the network drive again. If the issue remains, check your device manager to ensure your network adapter drivers are not disabled or reporting a hardware error.

Frequently asked questions

Will resetting the network stack delete my files or passwords?

No, these commands only reset your network configuration settings and will not touch your personal files, saved passwords, or browser data.

Does this fix affect other applications?

It resets your global network settings, which can resolve connectivity issues for the Windows Store, mapped network drives, and local network discovery features simultaneously.