Default Gateway Is Not Available: 7 Fixes for Windows (2026)

by Marcus Reed Updated Apr 12, 2026

Default Gateway Not Available Fix

The "Default gateway is not available" error in Windows means your computer has lost its connection path to the router. The default gateway is your router's IP address—it is the door your computer uses to reach the internet. When that door becomes unavailable, you lose all internet connectivity even though you may still appear connected to WiFi.

This error is almost exclusively a Windows problem and is most commonly caused by power management settings, network driver issues, or IP configuration conflicts. This guide provides 7 targeted fixes, starting with the most effective.

Key Takeaways
  • The "default gateway" is your router's IP address (e.g., 192.168.1.1).
  • This error means Windows cannot reach the router, cutting off all internet access.
  • The #1 cause is Windows power management turning off the network adapter.
  • Outdated or incorrect network drivers are the #2 cause, especially after Windows updates.
  • This error is almost never caused by the router itself—it is a Windows-side issue.

What Causes "Default Gateway Is Not Available"?

CauseFrequencyFix
Windows power management disabling the adapterVery commonFix 1
Outdated/buggy network driverCommonFix 2
IP address conflictModerateFix 3
Third-party antivirus interferenceModerateFix 4
Corrupted TCP/IP stackOccasionalFix 5
Wrong IP configuration (DHCP issue)OccasionalFix 6
Router-side issueRareFix 7

Fix 1: Disable Network Adapter Power Management

This is the most common cause. Windows aggressively powers down the WiFi adapter to save battery, and sometimes it does not power it back up correctly.

  1. Press Win + XDevice Manager.
  2. Expand Network adapters.
  3. Right-click your WiFi adapter (Intel, Realtek, Qualcomm, etc.) → Properties.
  4. Click the Power Management tab.
  5. Uncheck "Allow the computer to turn off this device to save power".
  6. Click OK.

Also adjust the Windows power plan:

powercfg /setacvalueindex SCHEME_CURRENT 19cbb8fa-5279-450e-9fac-8a3d5fedd0c1 12bbebe6-58d6-4636-95bb-3217ef867c1a 0
powercfg /setactive SCHEME_CURRENT

Fix 2: Update or Roll Back the Network Driver

Windows Update sometimes installs a generic or buggy driver that breaks WiFi connectivity. You may need to install the correct driver from the manufacturer.

Update the Driver

  1. Open Device Manager → Network adapters.
  2. Right-click your WiFi adapter → Update driver → Search automatically.
  3. If that does not help, visit your laptop manufacturer's support page and download the latest WiFi driver for your exact model.

Roll Back the Driver

If the problem started after a recent Windows Update:

  1. Device Manager → Network adapters → right-click WiFi adapter → Properties.
  2. Click the Driver tab → Roll Back Driver.
  3. If the button is grayed out, the previous driver version is not available.

Fix 3: Reset TCP/IP and Renew IP Configuration

A corrupted TCP/IP stack or stale IP configuration can make the gateway unreachable. Open Command Prompt as Administrator and run:

netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /flushdns
ipconfig /renew

Restart your computer after running these commands.

Fix 4: Temporarily Disable Third-Party Antivirus

Security software like McAfee, Norton, Avast, and Kaspersky can interfere with network connections. Their "network shield" or "firewall" components sometimes block or modify gateway traffic.

Temporarily disable your third-party antivirus to test. If the gateway error resolves, add an exception for your network adapter or switch to Windows Defender (which rarely causes this issue).

Fix 5: Set a Static IP Address and Gateway

If DHCP is assigning incorrect settings, manually configuring your IP and gateway eliminates the variable:

netsh interface ip set address name="Wi-Fi" static 192.168.1.100 255.255.255.0 192.168.1.1
netsh interface ip set dns name="Wi-Fi" static 1.1.1.1
netsh interface ip add dns name="Wi-Fi" 8.8.8.8 index=2

Replace 192.168.1.1 with your actual router IP (check other devices or the router label).

Fix 6: Reset Network Settings

If individual fixes have not worked, a full network reset reinstalls all adapters and clears all configurations:

  1. Open Settings → Network & Internet → Advanced network settings → Network reset.
  2. Click Reset now.
  3. Your PC will restart and reinstall all network adapters.
  4. Reconnect to WiFi after the restart.

Fix 7: Restart or Reset the Router

While this error is usually Windows-side, a frozen or overloaded router can stop responding to gateway requests. Power-cycle the router by unplugging it for 30 seconds. If the problem persists with all devices, a factory reset may be needed.

Understanding the Default Gateway

Your network configuration has three critical components:

ComponentExamplePurpose
IP Address192.168.1.105Your device's unique address on the local network
Subnet Mask255.255.255.0Defines the network boundaries
Default Gateway192.168.1.1The router's address—the exit point to the internet

You can verify your gateway with:

ipconfig | findstr "Default Gateway"

If this shows blank or 0.0.0.0, your device has no gateway configured, which means DHCP failed or your adapter is not properly connected.

Pro Tip: If this error keeps recurring, the most permanent fix is to update the WiFi driver directly from the chipset manufacturer (Intel, Realtek, Qualcomm) rather than using the Windows Update driver. The manufacturer's driver is almost always more stable and includes fixes for known issues that the generic Windows driver does not have.

Frequently Asked Questions

What does "default gateway is not available" mean in simple terms?

It means your computer cannot find or reach your router. Since the router is the path to the internet, losing the connection to it means no internet access. Think of it as losing the road between your house and the highway.

Why does this error keep coming back?

The most common reason is Windows power management repeatedly turning off the WiFi adapter. Disabling this feature (Fix 1) usually stops the recurrence permanently. If it persists, a driver update from the manufacturer (Fix 2) is the next step.

Is this error specific to Windows?

The exact error message "default gateway is not available" is Windows-specific (from the Windows Network Diagnostics tool). However, the underlying issue (losing the connection to the router) can happen on any OS, just with different error messages.

Can a VPN cause this error?

Yes. VPN clients modify routing tables and can interfere with the default gateway configuration. Disconnect the VPN, and if the error resolves, check the VPN's "split tunneling" settings or update the VPN client.

Does this error mean my router is broken?

Almost never. This is a Windows-side issue in 95%+ of cases. If other devices connect to the router fine, the router is not the problem. Focus on the Windows fixes in this guide.

Will resetting my PC fix this?

A Windows reset is extreme overkill. Start with Fix 1 (power management) and Fix 2 (driver update). If those do not help, try Fix 6 (network reset) which only resets network components, not your entire system.

About Marcus Reed

Marcus is a network technician and tech writer who has configured thousands of routers across major ISPs including Comcast, AT&T, and Spectrum. He brings hands-on expertise to RouterHax's troubleshooting guides and brand-specific setup tutorials. Marcus is passionate about making networking accessible to everyone.

Promotion for FREE Gifts. Moreover, Free Items here. Disable Ad Blocker to get them all.

Once done, hit any button as below