Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Internet»How To Fix ERR_CONNECTION_RESET

How To Fix ERR_CONNECTION_RESET

AnupBy AnupApril 26, 2022
err_connection_reset

The ERR_CONNECTION_RESET issue occurs when the TCP Session between your computer and the website is abruptly closed. This error can affect a specific website, browser, device, or multiple ones at the same time as well.

The way to resolve this error is to fix whatever underlying issue (usually packet drop, proxy, or cache/cookie store) is leading the TCP connection to end in the first place.

We’ve detailed other possible causes, as well as all the solutions, in the article below.

Table of Contents

  • What causes ERR_CONNECTION_RESET?
  • How to Fix This Error?
    • Check Internet Connection
    • Use Windows Network Diagnostic Tools
    • Clear Cookies and Cache
    • Check Antivirus Blacklist
    • Temporarily Disable Proxy
    • Disable IPv6
    • Reset Network Configuration
    • Update / Reinstall Network Adapter
    • Contact ISP for Support
  • Related Questions
    • How to Fix ERR_CONNECTION_RESET in Phone?
    • How to Fix ERR_CONNECTION_RESET on Android?
    • What Can I Do as the Webmaster?
    • How to Fix ERR_CONNECTION_RESET on Only One Website?

What causes ERR_CONNECTION_RESET?

You’ll encounter this error if your computer receives a TCP RST (reset) packet, leading the TCP connection to close. As for why this happens, the main reason is often a poor internet connection, but it can also happen if the port is closed or the server is down.

In addition to these, this error can also occur due to the following reasons:
  • Corrupt browser cache or cookie store
  • Antivirus blacklist
  • Proxy
  • Problematic network configurations
  • Outdated network drivers

How to Fix This Error?

Let’s start with some general fixes first. Press F5, or click on the reload button to refresh the page. Many users have reported that the page loaded after multiple refreshes, so don’t hold back.

Next, power off your device, router, and modem. Wait for about a minute, and then turn them back on.

These few steps alone can fix the ERR_CONNECTION_RESET error in a lot of cases, so please try them before moving on to the solutions below.

Check Internet Connection

Try loading a few other sites. If they don’t load either, your internet connection is likely the issue. You can confirm this by performing a ping test and checking the packet loss.

ping tool

If there’s a lot of packet loss, a line of TCP connection can end up transmitting the same packet multiple times. But if the server has already sent all the packets, it sends a FIN packet to end the session, thus closing the connection.

To remedy this, you can either move closer to the router to get a stronger signal or, even better, use an Ethernet cable.

But if the connection seems fine, try the solutions below instead.

Use Windows Network Diagnostic Tools

Windows has built-in troubleshooters for dealing with network adapter and connection-related issues such as ERR_CONNECTION_RESET. You can use these tools with the following steps:

  1. Right-click the Network icon from the taskbar and select Troubleshoot problems.
  2. Select All Network Adapters and press Next.
    troubleshoot-all-network-adapters
  3. Follow the on-screen instructions to resolve any issues found.
  4. Alternatively, press Windows + I, and select Update and Security > Troubleshooters > Additional Troubleshooters.
    windows-additional-troubleshooters
  5. Run the Internet Connections troubleshooter.
  6. Select Help me connect to a specific web page.
    help-me-connect-to-a-specific-web-page
  7. Enter the site’s address and follow the on-screen instructions.

Clear Cookies and Cache

Often, a corrupt cache and cookie store is what leads to this error. So, clearing them is a common fix for this issue. Do note that it may be wise to back them up before you do so.

clear browser cache cookies

Alternatively, if you don’t want to clear the cookies/cache, you can achieve the same end result by using Incognito/InPrivate mode or using a different browser altogether.

Check Antivirus Blacklist

A very common scenario is that the site you’re trying to visit is blacklisted by your antivirus. According to user reports, AVAST and AVG are particularly notorious for this. So, here’s how you can check and whitelist the site:

  1. Launch your Antivirus app.
  2. In the Settings section, go to Firewall or Exceptions or a similar option and check if the domain is blacklisted. If so, add or remove it from the list and save the changes.
    antivirus-exceptions-exclusions-whitelist
  3. Try loading the website; it should load properly now.

Temporarily Disable Proxy

If you’re using a proxy server, we recommend temporarily disabling it to ensure it’s not what’s causing the ERR_CONNECTION_RESET error. Additionally, if you’re using any plugins or extensions in your browser that uses a proxy, you should disable them as well. Here are the steps to do so:

  1. Press Win + R, type inetcpl.cpl, and press Enter.
  2. Switch to the Connections tab and click on LAN Settings.
  3. Deselect all the options and press OK.
    Disable-proxy-control-panel
  4. Launch Chrome and enter chrome://extensions/ into the address bar.
  5. Turn off or uninstall extensions that use proxies.
    Google-Chrome-Disable-Extensions

Disable IPv6

Many users have reported that they resolved this error by disabling IPv6. So, we recommend you try this quick fix before modifying the other network configurations below. Here are the steps to do so:

  1. Press Win + R, type ncpa.cpl, and press Enter.
  2. Right-click the active Network Connection and select Properties.
  3. Uncheck the box next to Internet Protocol Version 6 (TCP/IPv6).
    Disable-IPv6
  4. Press OK, then check if the page loads after the changes.

Reset Network Configuration

As your current network configuration could be the reason behind this error, we recommend resetting the settings with the following steps:

  1. Press Win + R, type cmd, and press CTRL + Shift + Enter.
  2. Type the following commands and press Enter after each:
    ipconfig /flushdns
    netsh winsock reset

    ipconfig-flushdns-netsh-winsock-reset
  3. Reboot your PC and check if the error is resolved.

Update / Reinstall Network Adapter

Just as with any other driver, it’s a good idea to update your network adapter drivers regularly, as an outdated one often results in various connection issues. You can update or, if need be, reinstall the network adapter with the following steps:

  1. Press Win + R, typedevmgmt.msc, and press Enter.
  2. Expand the Network Adapters section.
  3. Right-click the Network Adapter, select Update Driver and follow the on-screen instructions.
    Device-manager-update-network-driver
  4. If this doesn’t help, try the Uninstall Device option instead. The device will be reinstalled the next time you boot.

Contact ISP for Support

One user reported that his PC was having difficulty getting the certificate from the website to validate for HTTPS. The reason behind the authentication issue was that his modem was set up behind double NAT. The ISP was able to resolve this by simply setting the modem into bridge state.

There are other similar cases where you may not be able to diagnose the actual issue by yourself. As such, if the ERR_CONNECTION_RESET error is still not resolved, we recommend contacting your ISP for support.

Related Questions

How to Fix ERR_CONNECTION_RESET in Phone?

Most of the solutions listed in the guide above are applicable for resolving this error in phones as well. Specifically, we recommend restarting the browser, clearing the cache, and disabling any proxies, as these are most likely to be helpful.

How to Fix ERR_CONNECTION_RESET on Android?

As this ties into the previous question, we recommend you read it and try those fixes first. But in addition to them, you should also check the Data Saver settings in your browser.

One user also reported fixing this error on android by disabling his private DNS, and then turning it back on.

What Can I Do as the Webmaster?

If you’re the web admin, we recommend ensuring that the issue isn’t stemming from the hosting provider’s end. For instance, there have been many cases where a spam filter used by the service provider ended up causing this error.

How to Fix ERR_CONNECTION_RESET on Only One Website?

If you’re facing this error on a specific website only, this is likely because the site’s cache or cookies stored on your PC are corrupt. You can resolve this by clearing them via the browser settings.

fix
Anup

I used to be a travel writer. Then I took an arrow in the knee.

Related Posts

How-To-Restrict-Internet-Access

How to Restrict Internet Access to a Specific Device?

June 19, 2022
how-to-backup-gmail

How to Backup Your Gmail the Right Way

June 19, 2022
Err_connection_timed_out

12 Ways on How to Fix Err_connection_timed_out

June 19, 2022
delete cookies for one site

How to Delete Cookies for One Site?

June 15, 2022
view saved passwords firefox

How to View Saved Passwords on Firefox

June 13, 2022
can't save google images

Why Can’t I Download or Save Images From Google? How to Fix it

June 11, 2022
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
best skateboarding games

10 Best Skateboarding Games Ever Created

June 19, 2022
does graphics card affect fps

How Does Your Graphics Card Affect Your Gaming FPS?

June 19, 2022
best-incremental-games

Best Incremental Games of All Time

June 19, 2022
You may also like
bios time

How to Change Time on BIOS Settings

June 19, 2022
how-to-connect-dual-monitors-to-docking-station

How to Connect Dual Monitors to Docking Station

June 19, 2022
dock-station-not-detecting-monitor,-monitor-docking-station-no-signal

Docking Station Not Detecting Monitors? Here’s How to Fix It

June 19, 2022
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

October 25, 2021
Facebook Twitter Pinterest
  • Home
  • About Us
  • Privacy Policy
  • Affiliate Disclosure
© 2022 TechNewsToday.

Type above and press Enter to search. Press Esc to cancel.