How to Fix ERR_INTERNET_DISCONNECTED in Chrome

2 min read

Understanding the ERR_INTERNET_DISCONNECTED Error in Chrome

Encountering the ERR_INTERNET_DISCONNECTED error can be frustrating, especially when you’re trying to browse the web using Chrome. This error indicates that your browser is unable to connect to the internet. It can occur due to various reasons, including network connection issues, incorrect settings, or firewall restrictions.

Quick Fixes to Try First

Before diving into detailed troubleshooting, try these quick fixes to resolve the chrome no internet issue:

  • Ensure your Wi-Fi or Ethernet cable is properly connected.
  • Restart your router and modem.
  • Reboot your computer or device.
  • Check airplane mode settings and disable if enabled.

Solution 1: Check Your Internet Connection

Windows

  1. Press Windows + I to open the Settings menu.
  2. Navigate to Network & Internet.
  3. Check if the status displays “Connected.”
  4. If not, select Network troubleshooter to diagnose and fix the issue.

macOS

  1. Click the Apple menu and select System Preferences.
  2. Choose Network, then check the status of your connection.
  3. If disconnected, click Assist Me and follow the instructions.

Linux

  1. Open the Terminal and type nmcli d to check your network status.
  2. Ensure your network interface shows as connected.
  3. If not, use sudo nmcli networking on to enable networking.

Solution 2: Reset Network Adapter

Windows

  1. Press Windows + X and select Device Manager.
  2. Expand Network adapters.
  3. Right-click your network adapter and select Uninstall device.
  4. Restart your computer, and Windows will automatically reinstall the adapter.

Solution 3: Flush DNS

Windows

  1. Press Windows + R to open the Run dialog.
  2. Type cmd and press Ctrl + Shift + Enter to run as administrator.
  3. Enter ipconfig /flushdns and press Enter.

macOS

  1. Open Terminal from Applications > Utilities.
  2. Type sudo killall -HUP mDNSResponder and press Enter.
  3. Enter your password if prompted.

Solution 4: Disable Proxy Settings

Windows

  1. Open Settings and go to Network & Internet > Proxy.
  2. Ensure that Use a proxy server is turned off.

macOS

  1. Open System Preferences and select Network.
  2. Click Advanced, then go to the Proxies tab.
  3. Uncheck all proxy protocols and click OK.

Solution 5: Check Firewall Settings

Windows

  1. Open Control Panel and select System and Security.
  2. Click on Windows Defender Firewall.
  3. Select Allow an app or feature through Windows Firewall.
  4. Ensure Google Chrome is checked.

macOS

  1. Open System Preferences and select Security & Privacy.
  2. Navigate to the Firewall tab and click Firewall Options.
  3. Ensure Chrome is allowed to receive incoming connections.

Solution for Android and iOS

For mobile devices, resolving the chrome offline error often involves a few straightforward steps:

  1. Ensure your device is connected to a Wi-Fi network or has mobile data enabled.
  2. Toggle airplane mode on and off to reset the connection.
  3. Restart your device.

Conclusion

By following these steps, you should be able to resolve the chrome internet error and get back online. If the issue persists, consult the official Google Chrome Help for more detailed guidance. Regular maintenance of your network settings and keeping your software up-to-date can prevent such errors in the future.