Default Gateway Is Not Available: What It Means and How to Fix It

Appears on: Windows 10, Windows 11. "Default gateway is not available" is the result Windows Network Diagnostics reports when your PC has an IP address but cannot communicate with the router. You appear connected to Wi-Fi or Ethernet, but no traffic can reach the internet because the path to the gateway is broken.

What "default gateway not available" actually means

The default gateway is your router's LAN IP — typically 192.168.1.1 or 192.168.0.1. Every packet destined for the internet (anything outside your local subnet) is sent to this address first. When Windows can't reach that IP, all internet traffic fails even if the network adapter is "connected". This can happen with a valid IP address assigned — the adapter has an address but can't route through it. Causes range from driver bugs to corrupted TCP/IP state to IP address conflicts.

Most likely causes (ranked)

  1. Faulty Wi-Fi adapter driver — common with Intel and Realtek drivers on Windows 10/11
  2. Corrupted TCP/IP or Winsock stack — often caused by incomplete Windows Updates
  3. IP address conflict — another device on the network shares the same IP
  4. Static IP misconfiguration — manually set IP is in the wrong subnet
  5. Router issue — router stopped responding to ARP requests on its LAN interface

How to fix Default Gateway Is Not Available

Step 1: Disable and re-enable the network adapter

Control Panel → Network and Sharing Center → Change adapter settings → right-click your Wi-Fi or Ethernet adapter → Disable → wait 10 seconds → right-click → Enable. This resets the adapter's connection state and often clears temporary driver issues without a full reboot.

Step 2: Reset TCP/IP stack and Winsock

Open Command Prompt as administrator:

netsh int ip reset
netsh winsock reset
ipconfig /flushdns

Restart your computer after running all three. This clears corrupted network configuration that persists across adapter restarts.

Step 3: Confirm IP settings are set to automatic (DHCP)

Control Panel → Network and Sharing Center → Change adapter settings → right-click adapter → Properties → Internet Protocol Version 4 (TCP/IPv4) → Properties. Select Obtain an IP address automatically and Obtain DNS server address automatically. A static IP in the wrong subnet will prevent gateway communication.

Step 4: Update or roll back the network driver

Device Manager (Win+X → Device Manager) → Network Adapters → right-click your adapter → Update driver. If the issue appeared after a Windows Update, try Properties → Driver → Roll Back Driver. For persistent issues, download the latest driver directly from the manufacturer's website (Intel, Realtek, Qualcomm) rather than relying on Windows Update.

Step 5: Run Windows Network Reset

Settings → Network & internet → Advanced network settings → Network reset → Reset now. This reinstalls all network adapters and resets Winsock, TCP/IP, DNS client, and firewall rules to defaults. Requires a restart. You'll need to reconnect to Wi-Fi networks afterwards.

Frequently Asked Questions

What does "default gateway not available" actually mean?

The default gateway is your router's LAN IP — the address your PC sends all internet-bound traffic to. "Not available" means Windows can't reach that IP. Your adapter may show as connected with a valid IP, but no packets can leave the local network because the route to the router is broken.

Why does this error keep coming back after fixing?

Recurring errors that temporarily fix themselves are almost always a faulty network driver — particularly common with certain Intel and Realtek Wi-Fi drivers on Windows 10/11. Download the latest driver directly from the chip manufacturer's website. If it's router-side, restart the router and check for firmware updates.

Related Guides

More From This Section