How to Fix ERR_PROXY_CONNECTION_FAILED Error in Browsers?

The ERR_PROXY_CONNECTION_FAILED error commonly occurs when your browser is unable to establish a connection through a proxy server you’ve configured or that has been configured by your network. This error is most often caused by incorrect proxy settings, which might include an incorrect address or port for the proxy server.

ERR_PROXY_CONNECTION_FAILED Error Code
ERR_PROXY_CONNECTION_FAILED Error Code

Other causes for this issue include network connectivity problems, a corrupted browser cache or cookies, or interference from firewall or security software. It’s crucial for users to ensure their internet connection is stable and that the proxy settings are correctly configured.

Users should also consider clearing their browser cache and cookies, disabling any interfering firewall or security software temporarily, and checking for any incorrect proxy settings as initial steps towards resolving this error.

In this guide, we will show you several methods you can use to resolve the ERR_PROXY_CONNECTION_FAILED error code with relative ease.

1. Disable Automatic Proxy Detection

The first thing you should do is disable the automatic detection of proxy settings in Windows. This prevents unintended changes to the proxy settings on your PC in case you have configured any.

  1. Open the Settings app by pressing the Win key + I.
  2. Navigate to the Network and Internet > Proxy menu.
    Navigating to Proxy Settings
    Navigating to Proxy Settings
  3. Turn off the Automatically detect settings option using the toggle.
    Disabling Automatic Proxy Detection
    Disabling Automatic Proxy Detection
  4. Check to see if this resolves the issue.

2. Reset DNS Cache

An inconsistency in the DNS cache can also cause your computer’s proxy server to stop working, usually when your PC can’t reach the proxy server because the DNS server is unable to resolve the request.

Resetting the DNS cache may help to isolate the issue.

  1. Open the Start Menu and search for Command Prompt. Click Run as administrator.
    Opening Command Prompt as Admin
    Opening Command Prompt as Admin
  2. In the command prompt window, type ipconfig /flushdns and press Enter.
    Flushing DNS Cache
    Flushing DNS Cache
  3. Check to see if the error code persists.

3. Disable Third-Party Extensions

Third-party extensions added to your web browser can trigger the ERR_PROXY_CONNECTION_FAILED error code, especially when using a VPN-like extension.

These services change your browser’s proxy settings to enable their use. To solve this problem, try disabling the third-party extension.

You can verify if the problem persists without third-party extensions by opening an incognito or private window in your browser, as extensions are usually disabled in this mode. If the problem is resolved, find the problematic extension with these steps:

  1. Click the More menu in the top-right corner of your browser.
  2. Select Settings from the dropdown menu.
    Opening Chrome Settings
    Opening Chrome Settings
  3. Use the search bar to search for proxy.
    Searching for Proxy in Chrome
    Searching for Proxy in Chrome
  4. If an extension has modified the proxy settings, you’ll receive a message.
  5. Click Disable or remove the third-party extension by selecting Manage.
  6. Afterwards, confirm if the issue has been resolved.

4. Reset TCP/IP Stack

The Transmission Control Protocol (TCP) and Internet Protocol (IP) are essential for communicating with other devices on the internet. A damaged TCP/IP stack in Windows could lead to the ERR_PROXY_CONNECTION_FAILED error code.

Resetting the TCP/IP stack may correct this issue.

  1. Search for Command Prompt in the Start Menu.
  2. Select Run as administrator.
    Opening Command Prompt as Admin
    Opening Command Prompt as Admin
  3. Type the following commands one at a time in the command prompt window:
    netsh winsock reset netsh int tcp reset
    Resetting TCP/IP
    Resetting TCP/IP
  4. Restart your computer thereafter.
  5. See if the error code persists.

5. Remove Proxy Settings

If you encounter the ERR_PROXY_CONNECTION_FAILED error without intentionally adding a proxy server to your PC, it’s possible that a third-party app has injected proxy settings. Alternatively, if the proxy server you use is experiencing an outage, removing the proxy settings may resolve the issue.

Below are two methods for removing a proxy server from your PC. Be aware that not all proxy settings may be reflected in the Settings app, requiring you to use the Windows Registry.

5.1. Using the Settings App

  1. Press the Windows key + I to open the Settings app.
  2. Go to Network and Internet > Proxy.
    Navigating to Proxy Settings
    Navigating to Proxy Settings
  3. Click Edit next to the Use setup script.
    Editing Proxy Script Settings
    Editing Proxy Script Settings
  4. Turn off the script using the toggle.
  5. Click Edit next to Use a proxy server.
    Editing Manual Proxy Settings
    Editing Manual Proxy Settings
  6. Toggle it off as well.
  7. If the Set up option is displayed instead, it indicates no proxy server has been configured via the Settings app.

5.2. Using the Windows Registry

  1. Press Win key + R to open the Run box.
  2. Type regedit and press Enter to launch the Registry Editor.
    Opening Registry Editor
    Opening Registry Editor
  3. Navigate to the following path in the Registry:
    HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings
    Navigating to Internet Settings Path
    Navigating to Internet Settings Path
  4. Double-click on the ProxySettingsPerUser key in the right pane. Change its value to 1.
    ProxySettingsPerUser Registry Key
    ProxySettingsPerUser Registry Key
  5. If the key is not present, create a new DWORD (32-bit) Value named ProxySettingsPerUser, and set its value to 1.

6. Reset Browser Settings

If none of the above methods fix the error code, consider resetting your browser. At this point, a browser configuration inconsistency is likely causing the issue, and a reset should address this.

  1. Open the More menu in the top right corner and go to Settings.
    Opening Chrome Settings
    Opening Chrome Settings
  2. In the search bar, type Reset Settings.
    Resetting Chrome Settings
    Resetting Chrome Settings
  3. Click on the option that appears to reset your browser settings.
  4. After this, the problem should no longer occur.
ABOUT THE AUTHOR

Kevin Arrows


Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.