What Does “Default Gateway Is Not Available” Mean?

“The default gateway is not available” means your computer has lost its connection to the device that routes your internet traffic, almost always your router. When this happens, your computer can still communicate with other devices on your local network, but it can’t reach anything on the internet. The error typically appears in the Windows Network Troubleshooter after you run a diagnostic on a dropped connection.

What a Default Gateway Actually Does

Think of your default gateway as the single road out of a small town. Every device on your home network (your laptop, phone, smart TV) sits inside that town. When you try to load a website, send an email, or stream a video, your computer checks whether the destination is inside the local network or outside it. If it’s outside, the request gets forwarded to the default gateway, which is usually your Wi-Fi router. The router then passes that traffic along to your internet service provider and out to the wider internet.

Your computer identifies the gateway by its IP address, commonly something like 192.168.1.1 or 192.168.0.1. When that address becomes unreachable, whether because of a driver glitch, a power-saving setting, or a router hiccup, Windows reports the gateway as “not available” and your internet access stops.

Why This Error Happens

Several things can knock out the connection between your computer and its gateway. The most common culprits are:

  • Network adapter drivers. A Windows Update can install a new driver version that doesn’t play well with your hardware, or an existing driver can become corrupted over time.
  • Antivirus interference. McAfee products in particular are known to interfere with network configuration and trigger this error. Other security software with deep network-level filtering can cause it too.
  • Power management. Windows can turn off your network adapter to save energy, especially on laptops. When it powers the adapter back on, the gateway connection sometimes fails to re-establish properly.
  • Wi-Fi interference. If you’re on a 2.4 GHz wireless connection, neighboring routers on the same channel, microwave ovens, and other devices competing for the same frequency can cause intermittent drops that look like a gateway failure.
  • Router problems. Your router itself may have frozen, overheated, or lost its connection to your ISP.

Start With the Simple Fixes

Before diving into settings, restart both your computer and your router. Unplug the router for 30 seconds, plug it back in, and wait a couple of minutes for it to fully boot. This clears temporary errors in the router’s memory and forces your computer to request a fresh network connection. It sounds basic, but it resolves this error more often than any other step.

If you’re on Wi-Fi, try plugging in with an Ethernet cable. If the error disappears on a wired connection, the problem is specific to your wireless setup, which narrows your troubleshooting to Wi-Fi drivers, interference, or power management.

Stop Windows From Turning Off Your Adapter

This is one of the most common causes of the error appearing intermittently, especially on laptops. Windows aggressively powers down network adapters to save battery, and sometimes the adapter doesn’t wake up cleanly.

To disable this, open Device Manager (search for it in the Start menu), expand “Network Adapters,” right-click your Wi-Fi or Ethernet adapter, and select Properties. Go to the Power Management tab and uncheck “Allow the computer to turn off this device to save power.” Click OK. If your gateway errors have been happening after your computer sleeps or sits idle, this fix alone often stops them.

Fix or Roll Back Your Network Driver

If this error started after a Windows Update, the update likely installed a new network driver that isn’t working correctly. In Device Manager, right-click your network adapter, select Properties, and go to the Driver tab. If “Roll Back Driver” is available (not grayed out), click it to restore the previous version.

If the error didn’t start after an update, or if rolling back isn’t an option, try updating the driver instead. Right-click the adapter in Device Manager and choose “Update driver,” then select “Search automatically for drivers.” If Windows doesn’t find anything newer, visit the manufacturer’s website for your laptop or network adapter and download the latest driver directly. This is more reliable than the automatic search.

Reset Your Network Stack

Windows maintains internal network settings that can become corrupted. Resetting them forces the operating system to rebuild its network configuration from scratch. Open Command Prompt as an administrator (search for “cmd,” right-click, and select “Run as administrator”), then enter these commands one at a time, pressing Enter after each:

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

Restart your computer after running all five. The first two commands reset the core networking components that Windows uses to manage connections. The last three release your current IP address, request a new one from your router, and clear any stale website address records.

If you’d rather skip the command line, Windows 10 and 11 have a built-in reset tool. Go to Settings, then Network & Internet, then Advanced Network Settings, and click Network Reset. Hit “Reset now” and your computer will restart with all network adapters reinstalled and settings returned to their defaults. You’ll need to reconnect to your Wi-Fi network afterward.

Check for Antivirus Conflicts

If you’re running McAfee or another security suite with network filtering features, try temporarily uninstalling it to see if the error goes away. You can remove McAfee through the Programs and Features panel: press Windows+R, type “appwiz.cpl,” and press Enter, then find McAfee in the list and uninstall it. If the error stops, the antivirus was interfering with your network configuration. Windows Defender remains active whenever third-party antivirus is removed, so your computer isn’t unprotected during this test.

Reduce Wi-Fi Interference

If your gateway drops are intermittent and you’re on Wi-Fi, interference could be the cause. The 2.4 GHz band has only 11 channels in the United States, and if your router shares a channel with a neighbor’s router, the two signals compete. Microwave ovens also emit signals on the 2.4 GHz frequency and can disrupt your connection while they’re running.

Log into your router’s admin page (usually by typing 192.168.1.1 or 192.168.0.1 in a browser) and try switching to a less crowded Wi-Fi channel, typically channel 1, 6, or 11 on the 2.4 GHz band. Better yet, if your router supports 5 GHz, connect to that band instead. The 5 GHz frequency has shorter range but far less interference from neighboring networks and household electronics.

Set Your Gateway Address Manually

If your computer keeps losing its automatically assigned gateway address, you can lock it in manually. Open Control Panel, go to Network and Sharing Center, click “Change adapter settings” on the left, then double-click your network adapter. Click Properties, select “Internet Protocol Version 4 (TCP/IPv4),” and click Properties again.

Switch from “Obtain an IP address automatically” to “Use the following IP address” and enter values that match your network. For a typical home setup, that might look like: IP address 192.168.1.25, subnet mask 255.255.255.0, default gateway 192.168.1.1. For DNS servers, you can use Google’s public DNS at 8.8.8.8 and 8.8.4.4. The gateway address should match your router’s address, which you can find printed on a sticker on the router itself or in its documentation.

Setting a static IP prevents Windows from occasionally fumbling the automatic assignment process, which can leave the gateway field blank and trigger the error.