How to Fix ERR_CONNECTION_RESET Error?

The “ERR_CONNECTION_RESET” error typically occurs when your browser fails to establish a connection with the destination site, causing the page to stop loading abruptly. While other sites may work, specific ones will not load due to this issue.

The most common cause is network misconfigurations, such as incorrect proxy settings or registry modifications by certain programs. Additionally, this error can be triggered by antivirus or firewall software mistakenly blocking the connection.

1. Change Your DNS Server

Basically, DNS acts like a phonebook for the internet, translating website names into IP addresses. If your default DNS server is having issues, using a different one like Google’s or Cloudflare’s can provide a more reliable connection path, potentially bypassing the connectivity problems that are causing the error. This simple tweak could be the key to smoother browsing.

  1. Press and hold the Windows Key, then press I to open the Windows Settings app.
  2. Navigate to Network & Internet within Windows Settings.
  3. Click on the option named Change Adapter Settings.
  4. Right-click on your Network Adapter and select Properties.
  5. Double-click on Internet Protocol Version 4 (TCP/IPv4).
  6. Select the option Use the following DNS server addresses.
  7. Enter “8.8.8.8” in the Preferred DNS server field and “8.8.4.4” in the Alternate DNS server field.
    Changing the DNS Server  
  8. Press the Windows Key and press X, then choose Command Prompt (Admin) or PowerShell (Admin).
  9. Type the following command to refresh the DNS servers:
ipconfig /flushdns

2. Reset LAN Proxy Settings

When LAN proxy settings are misconfigured, they may interfere with your computer’s ability to reach certain websites as the traffic could be improperly routed through a non-existent or problematic proxy server. By reverting to default, or no proxy settings, your internet connection makes a direct attempt to communicate with the desired site, clearing the pathway and possibly eliminating the error in the process.

  1. Press and hold the Windows key, then press the R key to open the Run dialog.
  2. Type inetcpl.cpl and press Enter to open the Internet Properties.
  3. In the Internet Properties window, go to the Connections tab and click on LAN Settings.
  4. Make sure all options are unchecked and click OK.
    Unchecking Proxy Settings
  5. Restart your computer and check if the issue has been resolved.

3. Reset Your Network Configuration

By clearing out old configurations that may have been changed by software or become corrupted, this process reinstates all your network-related settings to their default state. This ensures that any previous errors or misconfigurations no longer interfere with your ability to connect to websites, potentially resolving the error.

  1. Press the Windows Key and press X, then choose Command Prompt (Admin) or PowerShell (Admin).
  2. Type the following commands one by one to reset your network settings.
    netsh winsock reset
    netsh int ip reset
    ipconfig /release
    ipconfig /renew
    netsh interface ipv4 reset
    netsh interface ipv6 reset
    ipconfig /flushdns
  3. Restart your computer and check if the issue has been resolved.

4. Change Your MTU (Maximum Transmission Unit)

If the MTU value is too high, data packets may be too large to pass efficiently through your router or internet connection, leading to delays or blocked transmission. On the other hand, setting the ideal MTU value ensures data packets are optimally sized, which can improve your connection stability and reduce the likelihood of encountering the error.

  1. Determine the correct name of your network by pressing the Windows + R keys, typing ncpa.cpl, and pressing Enter.
    Finding Your Network Name
  2. If you are using an Ethernet connection, use the following command (replacing “Local Area Connection” with your network name):
    netsh interface ipv4 set subinterface "Local Area Connection" mtu=1472 store=persistent
    For a wireless connection, use the following command (replacing “Wireless Network Connection” with your network name):
    netsh interface ipv4 set subinterface "Wireless Network Connection" mtu=1472 store=persistent
  3. Restart both your computer and router.

5. Disable Antivirus Protection and Firewall

As a test, you might consider temporarily disabling your firewall and antivirus, including real-time scanning if supported by your antivirus software. Typically, you can disable protection by right-clicking on the antivirus icon in the system tray near the clock. After turning it off, restart your browser and test the connection. If disabling your antivirus and firewall solves the problem, you should uninstall and then reinstall your antivirus and firewall software.

6. Use a VPN

If none of the above methods and suggestions work for you, it may be necessary to use a VPN. VPNs can help bypass restrictions imposed by your Internet Service Provider or by the website if they have restricted or blocked your access. Therefore, using a VPN can be a good first step. If accessing the website is successful with a VPN, your IP address might be blocked.

This can occur if your ISP uses a DHCP server that dynamically assigns your IP to avoid conflicts. To get a new IP address, try restarting your router. If this does not help, contact your ISP and explain the situation; they may change your IP or investigate any issues with your overall connection.

ABOUT THE AUTHOR

Muhammad Zubyan


Muhammad Zubyan is a certified Google IT Support Professional with over 7 years of extensive experience. He has worked on more than 1500 computers, gaining valuable insights that enable him to detect and troubleshoot any complicated root cause of Windows-related issues and errors. In addition to managing Appuals as a Senior Editor, he is currently developing his own Game Optimization program that caters to both gamers and casual users alike.