How to Fix ERR_CONNECTION_RESET Error in Chrome: 7 Quick Ways

Encountering connection errors like ERR_CONNECTION_RESET in Google Chrome is an irritating experience for website visitors.

If you receive the error message ERR_CONNECTION_RESET, it means that your Internet browser cannot connect to the server of the destination website. Typically indicates a client connection problem.

Fortunately, fixing the ERR_CONNECTION_RESET error is relatively easy. This tutorial will explain the possible causes of this error and offer seven quick ways to fix it.

Error codeERR_CONNECTION_RESETbug typeConnection errorbug variationsCan’t access this site
This website is not available
The connection has been restored
Hmmm… this page cannot be accessedCauses of the errorIncorrect internet settings
Network device problems
VPN, antivirus or firewall interference
Outdated browser cache
faulty proxy

What causes the ERR_CONNECTION_RESET error?

In the Google Chrome browser, the ERR_CONNECTION_RESET error message looks like this:

If you use other browsers, such as Mozilla Firefox, Microsoft Edge, or Internet Explorer, you might get a similar message, such as “Your connection has been reset” or “Hmmm… this page can’t be reached.”

In most cases, the ERR_CONNECTION_RESET error is caused by a problem with your Internet connection (from the client) rather than a problem with the destination website (from the server).

Here are some of the possible causes of this error on the client side:

  • Problems with the network device. The network device or router may have problems, such as overheating. An overheated router can slow down or even kill your internet connection.
  • VPN interference. The purpose of is to increase privacy and freedom on the web. Unfortunately, sometimes VPN servers can have problems that can negatively affect your Internet connection.
  • Antivirus or firewall interference. Antivirus and firewall programs protect your computer from viruses and malware. However, they can sometimes misidentify safe web pages as threats, blocking the connection.
  • Outdated browser cache. The browser cache elevates the browsing experience by increasing loading speed and applying customization. Unfortunately, an outdated cache can cause connection problems instead.
  • Faulty proxy. A proxy helps Internet users remain anonymous by hiding their IP addresses. However, proxies are not immune to problems: a bad proxy can cause you to lose your internet connection.
  • Incorrect or corrupt TCP/IP configuration. Correct TCP/IP configuration allows computers to connect to the Internet. If they are misconfigured or corrupted, you may encounter connection problems.

A client-side error like ERR_CONNECTION_RESET is not difficult to resolve since you can fix it yourself. All you have to do is correct your computer settings or remove potential obstacles from your Internet connection, you don’t have to wait for the website owner to fix their server problems.

7 Methods to Fix ERR_CONNECTION_RESET Error

In this section, we will explore seven methods to resolve the ERR_CONNECTION_RESET error. We will explain each technique step by step.

1. Check if the website works

ERR_CONNECTION_RESET is usually a client error, but in some cases it can be caused by the website itself. So first, check if the website works for other people to find out if there is a problem with your device.

To check if the website works worldwide, use an online website server checker like the tool from WebsitePlanet.

All you have to do is enter the URL into the tool and press Enter.

If the website’s server is down, you will have no choice but to wait for its administrators to fix the problem. If you are the owner, contact your provider to inform them of the server crash.

However, if you find that the web page is still working for everyone else, continue to the next method.

2. Disconnect the VPN

Using a VPN has many benefits, such as protecting your privacy and being able to access region-locked content. However, VPNs are not perfect, they can cause network connection issues from time to time.

If you use a VPN, it’s worth temporarily disconnecting from it and trying to access the problematic website again.

Disconnecting from a VPN can be done through your VPN client. For example, this is how you do it with a NordVPN:

  • Open the NordVPN client.
  • Make sure you are connected to a server and select Disconnect.
  • Select how long you want to pause the VPN connection.

If the error message persists, try the other methods.

3. Reboot the network device

Many problems with network connections can be resolved simply by restarting the network device or router. It is one of the fastest and easiest methods, so it is worth trying whenever you have problems with the Internet.

All you have to do is unplug the power cable from your router and wait at least 10-30 seconds before plugging it back in.

If the problem persists, try opening the website with another device that is properly connected to the same network. If the error message continues to appear, try contacting your Internet provider.

4. Clear browser cache

Google Chrome stores data in its cache to slow down loading speeds and deliver personalized web experiences to users. Sometimes the information in the browser cache may be out of date, causing connectivity issues.

For in Google Chrome, follow these steps:

  1. Navigate to the three dots menu -> More tools -> Clear browsing data.
  2. In the range dropdown Weatherchoose Since ever.
  3. Make sure all browsing data is selected, including browsing history, cookies and other site data, as well as cached images and files.
  1. click on Delete data.

5. Disable antivirus and firewall

Having an antivirus and a firewall is essential to keep your computer protected. However, some firewall and antivirus software may incorrectly block perfectly safe websites.

If you’re sure the website you’re trying to access is safe, try temporarily disabling your antivirus and firewall to see if the connection reset error is resolved.

The steps to disable the firewall and antivirus will be specific depending on the software you use. Check its documentation if you don’t know how to do it.

For users of Windowshere’s how to disable the built-in antivirus and firewall programs:

  1. Opens Settings -> Privacy and security.
  2. click on Protection against viruses and threats.
  3. In Antivirus settings and threat protectionChoose Manage settings.
  4. turn off the real-time protection.
  1. go to Firewall and network protection.
  2. Open each network profile (domain network, private network and public network) and turn off the Microsoft Defender Firewall.

After trying this method, don’t forget to turn your antivirus software and firewall back on. If you leave it disabled for a long time, your computer will be vulnerable to viruses and malware.

6. Disable proxy server access

Proxies protect your privacy on the web by hiding your real IP address. Unfortunately, a proxy can also have problems, such as overloading or a dead server.

If you use a proxy, try temporarily disabling your connection to it. Here we explain how to do it through the Internet configuration of Windows:

  1. go to Control Panel -> Network and Internet -> Internet Options.
  2. open the tab connections.
  3. Choose the option of LAN settings.
  4. Uncheck the option Use a proxy server for the LAN.
  5. Brand Detect settings automatically.
  1. click on To accept.

Here’s how to change proxy settings on a device macOS:

  1. go to System Preferences -> Network.
  2. Select your active internet connection.
  3. click on Advanced -> Proxies.
  4. in the tab Select a protocoluncheck all protocols and click okay.

7. Reset TCP/IP settings

TCP/IP is one of the most important elements that allow a computer to connect to the Internet. If the TCP/IP settings are incorrect or corrupted, the data your computer sends to the network will not be transferred, causing the connection reset error.

So if all else fails, try resetting your TCP and IP settings. This action will revert all changes to the default settings.

Here’s how to reset TCP/IP network settings on an operating system Windows via the command line:

  1. press the keys Windows + R, write cmd and click To accept. As an alternative, you can also open the menu of Start and search Symbol of the system.
  2. The window will appear symbol of the system.
  1. Type each of the following commands at the command prompt and press Enter one by one. Don’t run them all together.

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

This is how you reset TCP/IP on macOS:

  1. go to System Preferences -> Network.
  2. Select your active internet connection.
  3. Opens Advanced -> TCP/IP.
  4. click on New DHCP lease.

conclusion

The ERR_CONNECTION_RESET error message means that your browser was unable to establish a connection with the web server. In short, the web page did not load because the server cannot send data to your browser.

In this tutorial, we have explored seven ways to fix the ERR_CONNECTION_RESET error:

  1. Check if the website is working. Although rare, a server issue could be causing this error. Use a website checker tool to find out if it’s down for everyone else.
  2. Disconnect the VPN. A VPN can sometimes interfere with network connections. Temporarily disable it using your VPN client.
  3. Reboot the network device. Restarting the router can fix many internet problems. Unplug the power cable from your router and plug it back in after 10-30 seconds.
  4. Clear the browser cache. An outdated browser cache can cause connectivity issues. Try clearing the cache and other browser data through Google Chrome settings.
  5. Disable antivirus and firewall. Some antivirus and firewall programs may mistakenly identify…
See also  WordPress Debug: Complete Guide for Beginners
Loading Facebook Comments ...
Loading Disqus Comments ...