6 Solutions for ‘Default Gateway is Not Available’ Error
The “Default gateway is not available” error occurs when Windows is unable to establish a connection with the network router’s gateway. This typically indicates an issue with the router’s functionality. Restarting your router can often resolve the problem.
The “default gateway is not available” error can be extremely frustrating as it completely disrupts your internet connection.
In this article, we will guide you through the troubleshooting process and provide solutions to resolve this problem. Please follow along to resolve the issue and regain access to your internet connection.
What causes default gateway is not available error?
How to Fix ‘The Default gateway is not available’ error?
Now that we have discussed some of the possible causes of the issue, let’s proceed with the different methods you can use to resolve the problem. We have a total of six solutions for you to try, so let’s dive into each one step-by-step:
- Change Network Adapter Power Settings
- Disable Third-Party Antivirus or Firewall
- Reset IP Settings
- Change Network Drivers
- Change DNS Server
- Perform Clean Boot
1. Change Network Adapter Power Settings
The first step in resolving the issue is to ensure that Windows does not put the network adapter on your system to sleep. To accomplish this, follow the instructions below:
- Open up the Device Manager.
- Expand the Network adapters list.
- Right-click on your network adapter and choose the Properties option.
- Go to the Power Management tab.
- Now uncheck the Allow the computer to turn off this device to save power checkbox.
- Click the OK button.
- See if that resolves the issue.
2. Disable Third-Party Antivirus or Firewall
Another potential cause of the error message is a third-party security program installed on your computer. Third-party antivirus programs, in particular, are known to sometimes interfere with various aspects of your system, including blocking network access.
To troubleshoot this, you should try turning off the third-party antivirus program on your system to see if that resolves the issue. If disabling the antivirus program resolves the problem, you may consider uninstalling or replacing it with a different security solution to ensure smooth network connectivity without any conflicts.
3. Reset IP Settings
You can resolve the problem mentioned above by simply resetting your IP. By doing this, your computer can essentially request a new IP address from your router. To proceed, you need to release your current IP address so that a new one can be assigned to your system. Follow the instructions below to accomplish this:
- Search for the Command Prompt. On the left-hand side, click on the Run as administrator option provided.
- Once the Command Prompt window is open, type in the following commands one by one and then hit Enter:
netsh int ip reset C:\resetlog.txt netsh winsock reset ipconfig /flushdns
- With that done, close the command prompt window and go ahead restart your computer.
- After your PC boots up, see if the problem is still there.
4. Update Network Drivers
If your network drivers are incompatible or corrupted, they can encounter difficulties connecting to your network router, resulting in the mentioned issue. To resolve this problem, you have to update your network drivers.
- Open up the Device Manager
- Expand the Network adapters list.
- Right-click on your network adapter driver and from the drop-down menu, choose the Update driver option.
- Then, on the follow-up screen, choose the Browse my computer for driver software option.
- After that, click on the Let me pick from a list of available drivers on my computer option.
- Uncheck the Show compatible hardware checkbox.
- Then, from the list of drivers shown, choose a different driver from the one currently installed for your network adapter. Click Next.
- Once the driver has been installed, see if the problem goes away.
- In case it does not, you can try reinstalling the network driver.
- For that, right-click on your driver and from the drop-down menu, choose the Uninstall device option.
- With that done, go ahead and restart your computer so that it can be installed automatically by Windows.
- Check if the error message is gone.
5. Change DNS Server
The Domain Name System (DNS) server plays a crucial role in resolving domains into IP addresses. By default, your computer uses a DNS server provided by your Internet Service Provider (ISP). However, this default DNS server can sometimes be unreliable, leading to issues. In such cases, it is recommended to change the DNS server to a more reliable alternative. Follow the instructions below to change the DNS server:
- Right-click on the network icon on your taskbar
- Choose the Network and Internet settings option.
- Click on the Advanced network settings option.
- Click the More network adapter options option.
- Right-click on your network adapter and from the drop-down menu, choose Properties.
- Double click on the Internet Protocol Version 4 (TCP/IPv4) option.
- Choose the Use the following DNS server addresses option and provide either Google’s or Cloudflare’s IP addresses:
Google: 8.8.8.8 8.8.4.4 Cloudflare: 1.1.1.1 1.0.0.1
- With that done, click the OK button. See if the problem goes away.
6. Perform Clean Boot
A clean boot starts up Windows with only the essential services running in the background. This means that all third-party applications will be disabled on startup. If the problem disappears during a clean boot, you can enable the services one by one to identify the culprit. Follow the instructions below to perform a clean boot and proceed with the troubleshooting steps:
- Open up the Run dialog box by pressing Windows key + R on your keyboard.
- In the Run dialog box, type in msconfig and hit Enter.
- On the System Configuration window, switch to the Services tab.
- There, go ahead and tick the Hide all Microsoft services checkbox.
- After that, click on the Disable all button and follow it up by clicking Apply.
- With that done, switch to the Startup tab and click on the Open Task Manager option.
- On the Task Manager window, select the provided apps one by one and click the Disable button at the bottom.
- Then, go ahead and restart your computer to perform a clean boot. See if the problem goes away in clean boot.