How to Fix ERR_NETWORK_CHANGED Error in Chrome

2 min read

Understanding the ERR_NETWORK_CHANGED Error in Chrome

The ERR_NETWORK_CHANGED error in Chrome typically occurs when your internet connection changes unexpectedly. This can be due to various reasons like switching networks, changes in DNS settings, or interference from VPNs. Fortunately, there are several solutions to tackle this issue and restore your browsing experience.

Quick Fixes to Try First

  • Refresh the Page: Simply press F5 (Windows/Linux) or Cmd + R (Mac) to reload the page.
  • Restart Chrome: Close and reopen your browser to see if the issue persists.
  • Reboot Your Computer: Sometimes a simple restart can resolve the network change error.

Resetting Network Adapter

Windows

  1. Press Windows + X and select Network Connections.
  2. Click on Change adapter options.
  3. Right-click your network adapter and select Disable.
  4. Wait a few seconds, then right-click and select Enable.

macOS

  1. Go to System Preferences > Network.
  2. Select your network and click the Minus (-) button to remove it.
  3. Click the Plus (+) button to add it back using the same settings.

Linux

  1. Open a terminal and type sudo ifconfig [interface] down to disable the adapter.
  2. Reactivate it with sudo ifconfig [interface] up.

Flushing DNS

Flushing your DNS can resolve the ERR_NETWORK_CHANGED error by clearing old cache data that might be causing the issue.

Windows

  1. Open the Command Prompt by pressing Windows + R, typing cmd, and hitting Enter.
  2. Type 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.

Linux

  1. Open Terminal.
  2. Type sudo systemd-resolve --flush-caches and press Enter.

Disabling VPN During Browsing

VPNs can cause network changes leading to this error. Temporarily disabling your VPN can help.

  • Windows: Right-click the VPN icon in the system tray and select Disconnect.
  • macOS: Go to System Preferences > Network, select your VPN, and click Disconnect.
  • Linux: Use the network manager or terminal command specific to your VPN.

Router and Modem Restart

  1. Unplug your router and modem from the power source.
  2. Wait for at least 30 seconds.
  3. Plug them back in and allow them to fully restart.

Additional Steps for Specific Platforms

Android

  1. Open Settings and select Network & Internet.
  2. Tap on Wi-Fi and toggle it off and then back on.

iOS

  1. Open Settings and go to Wi-Fi.
  2. Toggle the Wi-Fi switch off and then back on.

Conclusion

By following the above steps, you should be able to fix the ERR_NETWORK_CHANGED error in Chrome across different platforms. Remember to check your network connections and settings regularly to prevent this issue from recurring. For more detailed troubleshooting, visit Google Chrome Help.