How to Fix ‘This Site Can’t Be Reached’ Error in Chrome

2 min read

Understanding the ‘This Site Can’t Be Reached’ Error in Chrome

The “This Site Can’t Be Reached” error in Chrome is a common issue that many users encounter. It often stems from connectivity problems, DNS settings, or network configurations. This guide will help you resolve this error using a variety of methods across Windows, macOS, Linux, Android, and iOS platforms.

Quick Fixes to Try First

  • Check your internet connection to ensure it’s active.
  • Restart your router or modem.
  • Clear your browser cache by going to chrome://settings > Privacy and Security > Clear Browsing Data.
  • Try opening the site in Incognito Mode (Windows: Ctrl + Shift + N, Mac: Command + Shift + N).

Common Causes of the Error

The “This Site Can’t Be Reached” error can be caused by:

  • Internet connectivity issues
  • Incorrect DNS settings
  • Firewall or security software blocking access
  • Issues with the website’s server

Checking Internet Connection

Start by ensuring that your internet connection is stable.

  1. Check if other devices can connect to the internet.
  2. If you’re using Wi-Fi, try switching to a wired connection or vice versa.
  3. Restart your router or modem.

Flushing DNS Cache

Flushing the DNS cache can resolve issues related to outdated IP addresses. Follow these steps according to your operating system:

Windows

  1. Press Windows + R to open the Run dialog.
  2. Type cmd and press Enter.
  3. In the Command Prompt, type ipconfig /flushdns and press Enter.

macOS

  1. Open Terminal from Applications > Utilities.
  2. Type dscacheutil -flushcache; sudo killall -HUP mDNSResponder and press Enter.
  3. You may need to enter your admin password.

Linux

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

Resetting TCP/IP and Winsock (Windows Only)

Resetting TCP/IP and Winsock might help rectify the issue:

  1. Open Command Prompt as Administrator (Windows + X, then select Command Prompt (Admin)).
  2. Type netsh int ip reset and press Enter.
  3. Type netsh winsock reset and press Enter.
  4. Restart your computer.

Changing DNS Servers to Google DNS

Switching to Google DNS can improve the reliability of your connection.

Windows

  1. Go to Control Panel > Network and Sharing Center.
  2. Click on Change adapter settings.
  3. Right-click on your network connection and select Properties.
  4. Select Internet Protocol Version 4 (TCP/IPv4) and click Properties.
  5. Select Use the following DNS server addresses and enter 8.8.8.8 and 8.8.4.4.
  6. Click OK to save changes.

macOS

  1. Open System Preferences and select Network.
  2. Choose your network connection and click Advanced.
  3. Navigate to the DNS tab.
  4. Click the + button and enter 8.8.8.8 and 8.8.4.4.
  5. Click OK and then Apply.

Linux

  1. Edit the file /etc/resolv.conf using a text editor.
  2. Add the lines: nameserver 8.8.8.8 and nameserver 8.8.4.4.
  3. Save the file and restart your network service.

Conclusion

By following these troubleshooting steps, you should be able to resolve the “This Site Can’t Be Reached” error in Chrome. Ensure to start with the quick fixes and proceed to more advanced solutions if the issue persists. For further assistance, refer to the official Google Chrome Help Center.