Routing & Switching

Default Gateway Is Not Available: The Fix That Usually Works

G Gurpreet Singh September 22, 2026 7 min read
Four stages from PC to internet with the router box marked red as not answering while the PC and switch are working
Default gateway is not available means Windows cannot reach your router at its own address. The adapter in your PC has stopped answering, not the router. Untick the power saving option in the adapter's Power Management tab first, which fixes it on most laptops.
Key takeaways

  • The message comes from the Windows troubleshooter and points at your own network adapter, not the internet.
  • Fix one: untick "Allow the computer to turn off this device to save power" in Device Manager, Power Management.
  • Fix two: uninstall the adapter driver and reboot. Update driver usually does nothing.
  • Fix three: turn off Fast Startup. If the fault returns after every shutdown but a restart clears it, this is the cause.
  • A static IP proves the problem is DHCP. Use a router reservation rather than leaving a static address in place.
  • If every device in the house fails at once, the router's DHCP server is the place to look instead.

Default gateway is not available is what the Windows network troubleshooter reports when your PC cannot reach the router at its own address. The internet is usually fine. The router is usually fine. The network adapter in your machine has stopped answering, and on a laptop the reason is almost always power saving.

That matters because the message reads like an internet outage and sends people to the router first. If every other device in the house is still online, the router is not the problem.

What the message actually means

Four lines explaining the default gateway message, showing that Windows cannot reach the router address, that the fault sits between the PC and the router, and that the adapter is the usual culprit
The troubleshooter is describing your own network card, not the connection beyond it.

Your default gateway is the router. Every packet destined for anywhere outside your own network goes to it first, which is why Windows checks it before anything else.

When the troubleshooter reports that the gateway is not available, it has sent traffic to the router’s address and received nothing back. That is a narrow finding. It rules out the internet, because Windows never got far enough to test it, and it rules out a dead cable, because a dead cable produces no link at all and a different message.

What is left is the path between your machine and the router, and almost all of that path is inside your machine. The network adapter, its driver, and whatever Windows has done to its power state.

The quickest confirmation is another device. If a phone on the same WiFi is browsing normally while the laptop shows this message, the fault is on the laptop and nothing you do to the router will change it.

The fixes, in order

Five fixes in sequence: turn off adapter power saving, uninstall and reinstall the driver, disable Fast Startup, reset the TCP IP stack, and remove antivirus network filters
Work down. Step one is the answer on most laptops and takes about a minute.

Turn off power saving on the adapter. Open Device Manager, expand Network adapters, right click yours, Properties, then the Power Management tab. Untick “Allow the computer to turn off this device to save power”. Do this for the wireless adapter and the wired one.

Windows powers the adapter down to save battery and sometimes fails to wake it cleanly. The machine stays on, the adapter is asleep, and the gateway becomes unreachable. This single checkbox is the fix for a large share of these reports.

Uninstall the driver rather than updating it. In Device Manager, right click the adapter and choose Uninstall device. Leave the box about deleting the driver software unticked, then reboot. Windows reinstalls a clean copy on startup.

Choosing Update driver usually reports that the best driver is already installed and does nothing. Uninstalling forces the rebuild, which is what actually clears a corrupted driver state.

Turn off Fast Startup. Control Panel, Power Options, Choose what the power buttons do, Change settings that are currently unavailable, then untick Turn on fast startup.

Fast Startup is not a real shutdown. Windows hibernates the kernel and restores it next time, which means it also restores the adapter state, including a broken one. If your fault returns after every shutdown but a Restart clears it, this is why.

Reset the network stack. Open Command Prompt as administrator and run these, then reboot.

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

This clears a corrupted TCP/IP configuration and any stale DHCP lease. It also resets some settings you may have changed deliberately, which is why it sits at step four rather than step one.

Remove third party security network filters. McAfee, Norton and some VPN clients install filter drivers that sit between Windows and the adapter. When one of those breaks after an update, this is exactly the symptom. Uninstall the suite properly using the vendor’s own removal tool, because a normal uninstall often leaves the filter behind.

Why it keeps coming back

Five recurring causes ranked by frequency: adapter power management, Fast Startup restoring a stale state, Windows Update replacing a driver, security software filters, and duplicate DHCP leases
A fault that returns on a schedule has a different cause from one that happened once.

Fixing it once and having it return a week later is the common experience, and the repeat tells you which cause you actually have.

If it returns after every shutdown but a restart clears it, that is Fast Startup. A Restart performs a genuine reboot while Shut Down does not, so the difference between the two is the diagnosis.

If it returns after the laptop sleeps, that is adapter power management, and possibly the USB power settings too if you are using a dock or a USB Ethernet adapter.

If it returns after a Windows Update, Windows replaced your working driver with its own. Reinstall the manufacturer’s driver, then set Windows to stop installing device drivers automatically through the Device installation settings.

If it happens at the same time each day, suspect a DHCP lease expiring and being renewed badly. Check the router for two devices holding the same address, and give this machine a DHCP reservation so it always gets the same one.

If it happens to several devices at once, then it is not the adapter after all, and the router’s DHCP server is the place to look.

Narrowing it down in two minutes

Five patterns that point at different causes: WiFi only points at the wireless power plan, Ethernet only at the driver or port, both at router DHCP, after sleep at Fast Startup, and one network only at a stale profile
The pattern of when it happens narrows the cause faster than any single test.

Before working through the list, notice which conditions produce the fault. It usually cuts the possibilities in half.

WiFi fails but Ethernet works. The wireless adapter specifically. Start with its power management, then its driver. On laptops also check the power plan: under Advanced settings, Wireless Adapter Settings, set Power Saving Mode to Maximum Performance.

Ethernet fails but WiFi works. The wired adapter or the port. Try a different port on the router and a known good cable before assuming the driver, because it costs thirty seconds.

Both fail together. The adapters are unlikely to break simultaneously, so look outward: an IP conflict, the router’s DHCP server, or a security suite filtering both.

Only on one particular network. The saved profile has gone stale. Forget the network in Windows settings and join it again from scratch.

There is one useful test worth knowing. Set a static IP temporarily, using an address outside your router’s DHCP range with the router as the gateway. If everything works on a static address, the fault is in DHCP rather than the adapter. Set it back to automatic afterwards, because a static address is a diagnostic and not a fix.

If you get as far as testing addresses, our guide to how DHCP hands out addresses explains what should be happening.

Questions people ask

Quick answers panel covering adapter power saving, uninstalling rather than updating the driver, turning off Fast Startup, and using a static IP only as a test
Four things that settle this on most machines.

Why does restarting fix it for a while?

A restart reinitialises the adapter and requests a fresh address, which clears the symptom without clearing the cause. If a restart is your routine, the underlying problem is still there and one of the five fixes above will stop it returning.

Is my router or my PC at fault?

Check a second device on the same network. If the phone and the tablet are fine, it is the PC. If everything in the house fails at once, restart the router and look at its DHCP settings. This one check saves more time than anything else here.

Should I set a static IP permanently?

No. It works, which is why people are tempted, but it hides a DHCP problem rather than solving it and creates a conflict the day something else is given the same address. If you want a fixed address, set a DHCP reservation on the router instead so the router stays in charge of who has what.

Does this only happen on Windows?

The wording is Windows specific, because the message comes from its troubleshooter. The underlying fault, a machine that cannot reach its own gateway, happens on any operating system. It is more common on Windows because Fast Startup and aggressive adapter power management are Windows features.

Is it worth updating the network driver from the manufacturer?

Yes, and get it from the laptop maker rather than the chipset vendor. Dell, HP and Lenovo ship drivers tuned for their own hardware, and a generic Intel or Realtek driver sometimes behaves differently on a specific machine. Install it after uninstalling the existing one rather than over the top.

Can a faulty cable cause this message?

Rarely, but a partially damaged cable can. If the link negotiates but drops packets, Windows may see the gateway as unreachable while the port light stays on. Swapping the cable takes thirty seconds and rules it out, which is worth doing before reinstalling anything.

If the light on the router itself is also wrong, start there instead, using our guide to what an orange router light means.

GU
Written by

Gurpreet Singh

Hey! I"m Gurpreet Singh and I Have 7+ Years of experience in the Network & Security Domain as well as the Cloud Infra Domain. I am Certified with Cisco ( CCNA ), CheckPoint ( CCSA ), 1xAWS, 3xAZURE, and 3xNSE. So I love to share my tech knowledge with you.

Leave a Reply

Your email address will not be published. Required fields are marked *