How to Fix the “ERR_CONNECTION_RESET” Error

What Is the Net ERR_CONNECTION_RESET Error?

Before you can view a website, your browser must establish a connection. It sends a request, and if the website responds, data starts transferring. That data is then displayed as a web page, just like the one you’re reading now. However, sometimes the connection fails to be established, resulting in the “ERR_CONNECTION_RESET” error. There are multiple reasons why this issue might occur. Luckily, if you understand what could be causing it, troubleshooting becomes much easier.

This error code is specific to Google Chrome, but other browsers display similar messages. For instance,

  • Firefox shows “The connection was reset.” A connection reset happens when your browser fails to establish a connection with a website. This means the server is unable to send data to your browser, essentially interrupting the communication.
  • In Chrome, the error message typically appears as: “This site can’t be reached. The connection was reset.”

In this tutorial on Outbyte, the issue will be described, together with its probable causes and finally some actionable steps towards repair.

What Causes Failed to Load Resource: NET::ERR_CONNECTION_RESET?

This error can result from several factors, such as:

  • A poor or unstable internet connection.
  • Incorrect proxy or network settings.
  • Outdated or conflicting antivirus and firewall software.
  • Corrupt browser cache or cookies.
  • Malware or viruses affecting network activity.
  • Outdated network drivers.

Identifying the cause is essential for applying the right solution.

err connection reset

People also ask

Read about other popular Browser Errors:

PR_Connect_Reset_Error in Firefox

SSL_ERROR_RX_RECORD_TOO_LONG Error in Firefox

Error Code 224003 in browser

How to Fix ERR_HTTP2_PROTOCOL_ERROR

ERR_CONNECTION_REFUSED Error

Status_Access_Violation Error


How to Deal with ERR_CONNECTION_RESET Error

If you see the ERR_CONNECTION_RESET error, start by checking your internet connection. Visit a few other websites to confirm if they’re loading correctly. Even if they work, try resetting your router by unplugging it, waiting a minute, and plugging it back in. Once your connection is restored, check if the error persists.

If the issue isn’t resolved, move on to the fixes outlined below. Since this error is mostly browser-related, the solutions are similar for both macOS and Windows.

Fix #1: Disconnect Your VPN

Even though VPNs provide privacy and access to region-locked content, sometimes they conflict with your network. Disable it temporarily and try to access the website.

Example for NordVPN:

  • Open the NordVPN app.
  • Disconnect the server.
  • Pause VPN for a selected duration.

If the error persists, proceed to the next solution.

Fix #2: Reboot Your Router

The quickest method of resolving many network issues is restarting your router.

  • Unplug the power plug on your router.
  • Wait 10 to 30 seconds.
  • Plug it in again, then reconnect.

Next, if it is not working, open the website with another device using the same network. If a problem still persists, then it is time to contact your Internet Service Provider.

Fix #3: Reset Your TCP/IP Configuration

Resetting your TCP/IP settings has been known to sort out underlying network problems.

  • Open up Command Prompt as an administrator.
  • Type the following commands one at a time, pressing Enter after each:
  • netsh int ip reset
  • netsh winsock reset
  • Restart your device to apply the changes.
err connection reset Firefox

Fix #4: Change Your DNS Server

In the case of a network issue, the DNS server can be changed. Many users would recommend using either Cloudflare, Google DNS, or OpenDNS.

  1. Press Ctrl + X and select Network Connections.
  2. Click your connection type on the left-most side such as Wi-Fi or Ethernet, then click Change adapter options on the right.
  3. Right-click your active connection and then select Properties.
  4. Scroll to Internet Protocol Version 4 (TCP/IPv4) and ensure it’s checked. Then click Properties.
  5. Select Use the following DNS server addresses and enter one of these options:
    • Cloudflare: 1.1.1.1 and 1.0.0.1
    • Google DNS: 8.8.8.8 and 8.8.4.4
    • OpenDNS: 208.67.222.123 and 208.67.220.123
  6. To skip restarting your computer, check Validate settings upon exit; otherwise, click OK and reboot.

Check if this resolves the issue in Google Chrome.

Change Your DNS Server to fix the error

Fix #5: Clear Browser Cache and Cookies

The browser cache or cookies could also be corrupted and cause the error. Clear your browser data by going into your browser’s settings and clicking remove cookies and cached files.

Clear Browser Cache and Cookies to fix the error

Fix #6: Check Proxy Settings

The error could be because a proxy server feature is enabled in your network. This should be disabled in the name of troubleshooting.

  1. First, open the search bar with the magnifying glass icon or with Windows + S.
  2. Type in Internet Options and select the result.
  3. Click on the LAN Settings in the Connections tab of the pop-up window.
  4. Uncheck Use a proxy server for your LAN If checked.
  5. Click OK and then verify whether the error is solved or not.
  6. Click OK and check if the error has been resolved.
how to fix err connection reset

Fix #7: Reset TCP/IP Settings

Changes to your IP may trigger at times an ERR CONNECTION RESET error. To reset your network settings to:

  1. Press Win + X and choose either Command Prompt (Admin) or Windows PowerShell (Admin).
  2. Enter the following, one at a time, hitting Return after each:
netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

Restart your computer and try loading the webpage again

Fix #8: Disable Antivirus and Firewall Temporarily

Antivirus or firewall software may block safe websites mistakenly. If you’re certain the site is secure, try disabling these programs briefly:

  • Go to Settings > Privacy & Security.
  • Select Virus & Threat Protection > Manage Settings.
  • Turn off Real-time protection.
  • Go to Firewall & Network Protection and turn off Microsoft Defender Firewall for all profiles: domain, private, and public.

Remember to re-enable your antivirus and firewall afterwards. It is not advisable to keep them off for longer than necessary because it risks your system.

Fix #9: Adjust Maximum Transmission Unit (MTU)

An incorrect MTU setting can cause connection issues. Configuring the right MTU ensures data passes through your router without problems. Here’s how:

  1. Identify your network name.
  2. Press Windows + R, type ncpa.cpl, and press Enter.
  3. Use these commands based on your connection type (replace the network name as needed):
    • For Ethernet:
      netsh interface ipv4 set subinterface "Local Area Connection" mtu=1472 store=persistent
    • For Wi-Fi:
      netsh interface ipv4 set subinterface "Wireless Network Connection" mtu=1472 store=persistent
  4. Restart your computer and router to apply the changes.
Adjust Maximum Transmission Unit

FAQs

What does ERR_CONNECTION_RESET mean?

It means your browser could not establish a stable connection to the site’s server, probably due to either a network or software problem.

Can antivirus software be involved in this?

Yes, sometimes over-aggressive antivirus or firewall settings block websites and result in this error.

How to Do a TCP/IP Reset

Run these through the Command Prompt as an administrator: netsh int ip reset, then netsh winsock reset. Restart your device.

Does it delete the passwords if I clear my browser’s cache?

No, the cache doesn’t delete the saved password, but, on the other hand, cookies can remove it from the website.

Is this error browser-specific?

No, it might pop up for any browser. However, testing using another browser should help determine if it is browser-related.

Don’t forget to share this post!
About The Author
Position: Author

Riley Reed is a tech writer specializing in troubleshooting Windows errors and system performance optimization. Riley enjoys helping users solve common PC problems and improve their overall computing experience. With a focus on practical tips and performance improvements, Riley ensures readers can keep their systems running smoothly and securely.

Outbyte PC Repair Outbyte PC Repair
Take the bull by the horns: identify and resolve performance issues that might be affecting your PC.
Outbyte AVarmor Outbyte AVarmor
With its powerful engine, Outbyte AVarmor identifies and removes viruses, malware, and spyware threats from your PC.
Outbyte Driver Updater Outbyte Driver Updater
Manually searching for drivers can be quite tiresome, as finding correct driver versions may be difficult for a casual user.
Camomile Camomile
Free CPU Optimization App. CPU optimization and longer battery life for your computer.
People About Us
See what Outbyte users are saying about our software.
Recent articles
Feb 21, 2025
Summary The Kyocera ECOSYS M2635dw printers driver is a critical software that provides smooth communication between your printer and operating system. Absence of the driver means that the entire function of...
Yuri Thomopsov
Feb 21, 2025
Microsoft Outlook is the most widely used email client in the majority of organizations, where emails, attachments, calendars, and notes are stored in PST files. PST files are sometimes damaged due to...
Riley Reed
Feb 20, 2025
About Bluetooth Hands-Free driver The driver for the Microsoft Bluetooth Hands-Free Audio device enables Bluetooth audio from one’s device to other headsets or in-car audio and phone systems through...
Yuri Thomopsov