Home › Knowledgebase › KB-354

How to fix and troubleshoot 'Default Gateway Not Available' errors on Windows 10/11

Summary

This guide helps you troubleshoot and resolve: How to fix and troubleshoot 'Default Gateway Not Available' errors on Windows 10/11. Follow the steps below to fix the issue.

Quick Tip: Need immediate assistance? 💻 Open a Ticket

Common Causes

The 'Default Gateway Not Available' error typically occurs when your Windows computer loses its communication path to the router. Because the gateway is the "doorway" your device uses to access the internet, this error results in a total loss of connectivity, even if your Wi-Fi signal appears strong.

Quick Fix Steps

Before moving into deeper system configurations, try these rapid solutions which resolve the majority of gateway conflicts for our small business clients.

  1. Power Cycle: Turn off your computer and unplug your router from the power outlet. Wait 30 seconds, plug the router back in, and restart your PC.
  2. Check Physical Connections: If you are using a wired connection, ensure the Ethernet cable is firmly seated in both the PC and the router.
  3. Toggle Network Adapter:
    • Right-click the network icon in the system tray and select Network and Internet settings.
    • Select Change adapter options.
    • Right-click your active connection (Wi-Fi or Ethernet) and select Disable.
    • Wait 10 seconds, right-click again, and select Enable.

Detailed Instructions

Update Network Adapter Drivers

Outdated or corrupted drivers can cause the network card to miscommunicate with the gateway.

  1. Right-click the Start button and select Device Manager.
  2. Expand the Network adapters section.
  3. Right-click your network controller (e.g., Intel Ethernet or Realtek Wireless) and select Update driver.
  4. Choose Search automatically for updated driver software.

Disable Power Management for the Network Card

Windows sometimes turns off the network adapter to save power, which can drop the gateway connection.

  1. Return to Device Manager.
  2. Right-click your network adapter and select Properties.
  3. Navigate to the Power Management tab.
  4. Uncheck the box labelled Allow the computer to turn off this device to save power.
  5. Click OK and restart your computer.

Reset TCP/IP Stack and DNS

If the internal network configuration has become corrupted, you can reset the network stack using the Command Prompt.

  1. Type cmd in the Windows search bar.
  2. Right-click Command Prompt and select Run as administrator.
  3. Type the following commands one by one, pressing Enter after each:
    • netsh winsock reset
    • netsh int ip reset
    • ipconfig /release
    • ipconfig /renew
    • ipconfig /flushdns
If you are unable to connect to the internet via Wi-Fi to download drivers, ensure you are following the steps in our guide on How to connect to Wi-Fi first.

Troubleshooting Advanced Settings

Manually Assigning a Static IP

If the DHCP server on your router is failing to assign an address, manually setting the gateway may restore access.

  1. Open Control Panel > Network and Sharing Centre > Change adapter settings.
  2. Right-click your connection and select Properties.
  3. Select Internet Protocol Version 4 (TCP/IPv4) and click Properties.
  4. Select Use the following IP address and enter an IP compatible with your network (e.g., 192.168.1.50).
  5. Enter your router's IP address in the Default gateway field (usually 192.168.1.1 or 192.168.0.1).
  6. Click OK and test the connection.
Incorrectly entering static IP details can lead to IP conflicts on your network, which may disconnect other devices in your office. If you are unsure of your network's IP range, please Open a Ticket for assistance.

Disable Third-Party Antivirus/Firewalls

Some aggressive security software may analyse network packets and mistakenly block the gateway communication.

Still Having Issues?

Need more help? If the issue persists after trying these steps, please open a support ticket and our team will assist you.

💻 Open a Ticket