Getting ERR_CONNECTION_RESET? Try These Fixes Now!

Last week, while submitting the payment page, my browser suddenly stopped loading, and an ERR_CONNECTION_RESET error appeared on the screen.

This error occurs when the connection between your browser and the website server is interrupted. The good news is that this error is easy to fix. Let's see how to fix it.

Quick Fix

Resetting the network sockets is the best solution. Type "cmd" in the search bar and open the Command Prompt as "Run as administrator."

Type the command given below in CMD and press Enter:

netsh winsock reset

After the command runs successfully, a success message will appear; subsequently, restart your computer. This solution works in most cases.

Why This Error Happens 

This occurs due to the following reasons:
  • Network Change: Your internet connection has been disconnected, or it has switched from Wi-Fi to another network.
  • Corrupt Browser Cache: It is possible that old cache files in your browser are interfering with the connection.
  • Antivirus/Firewall blocking: Your security software is blocking the website.
  • Faulty DNS Settings: Your Internet Service Provider's (ISP) DNS server is not responding properly.

Step-by-Step Solution to Fix ERR_CONNECTION_RESET

1. Flush Your DNS Cache

This is the most common solution. Type 'cmd' in your Windows Search and open the Command Prompt as "Run as Administrator".

Type the command given below there, and press Enter.

ipconfig /flushdns

After this, you should receive a success message stating: "Successfully flushed the DNS Resolver Cache."

2. Reset TCP/IP Settings

If the network settings are stuck, it will be necessary to reset the IP. Enter the following in Command Prompt (Run as Administrator):

netsh int ip reset

3. Clear Chrome Cache

Open your Chrome browser and press the Ctrl + Shift + Delete shortcut to open the "Clear browsing data" window. Select "All time" for the time range. Check only "Cached images and files," and then clear the data.

Additional Fix 

If the problem still persists, temporarily disable your VPN or antivirus software and check again. Additionally, restart your Wi-Fi router by turning it off for 30 seconds and then turning it back on.

Tested On

  • Windows 10 & 11
  • Google Chrome / Microsoft Edge / Brave
  • Wi-Fi

Common Mistakes to Avoid

  • Do not just restart the browser; restart the entire PC and the router.
  • Opening Command Prompt without Administrator privileges.
  • Allow the VPN to run in the background while troubleshooting.

FAQs

1. Does this error still appear when the website server is down?

A: Yes, if there is an issue with the server itself, you may still see a "Site can't be reached / Connection reset" error. To confirm this, try opening the same site using mobile data.

2. Do I need to delete and reinstall my browser?

A: In most cases, there is no need for this. Simply flushing the DNS and clearing the cache resolves 90% of the problems.

Conclusion

In most cases, resetting Winsock and flushing the DNS resolves the ERR_CONNECTION_RESET error. If the problem persists, it is likely related to your network or your ISP.

Comments

Popular posts from this blog

DNS_PROBE_FINISHED_NXDOMAIN Not Going Away? Do This Now!

Still Getting ERR_SSL_PROTOCOL_ERROR? Do This Now!

ERR_CONNECTION_TIMED_OUT Not Going Away? Do This Now!