Software⏱️ 3 min read📅 2026-06-11

How to Fix: Error code: ERR_NAME_RESOLUTION_FAILED

Error code ERR_NAME_RESOLUTION_FAILED occurs when resolving Reddit's domain name. Try setting a static DNS server or resetting Windows' Winsock settings.

Quick Answer: Try setting a static DNS server like 8.8.8.8 and 8.8.4.4, or reset Windows' Winsock settings by executing netsh winsock reset on the command prompt.

The error code ERR_NAME_RESOLUTION_FAILED is a common issue that affects users trying to access websites on their computers. This error occurs when the computer is unable to resolve the domain name of the website, making it impossible to connect to the website's server.

This error can be frustrating for users who rely on accessing popular websites like Reddit for information and entertainment. Fortunately, there are steps you can take to troubleshoot and fix this issue.

💡 Why You Are Getting This Error

  • The primary reason for ERR_NAME_RESOLUTION_FAILED is a problem with the DNS (Domain Name System) resolution process. The DNS server plays a crucial role in translating domain names into IP addresses that computers can understand. If the DNS server is not functioning correctly, it can cause this error.
  • Another possible cause of ERR_NAME_RESOLUTION_FAILED is a misconfigured or outdated network settings on your computer. This can include issues with your router, modem, or internet service provider's (ISP) DNS servers.

🔧 Proven Troubleshooting Steps

Resolving DNS Settings

  1. Step 1: Step 1: Open the Command Prompt as an administrator and type the following command: `netsh int ip set dns `. Replace `` with one of your static DNS servers, such as `8.8.8.8` or `8.8.4.4`. Press Enter to apply the changes.
  2. Step 2: Step 2: Restart your computer to ensure that the new DNS settings take effect.

Resetting Winsock

  1. Step 1: Step 1: Open the Command Prompt as an administrator and type the following command: `netsh winsock reset`. Press Enter to reset the Winsock configuration.
  2. Step 2: Step 2: Restart your computer to apply the changes.

✨ Wrapping Up

If you have tried both of these methods and are still experiencing issues, it may be worth contacting your ISP or network administrator to see if there are any broader DNS resolution issues affecting your area. In the meantime, try resetting your router's DNS settings or using a third-party DNS service like Google Public DNS (8.8.8.8 and 8.8.4.4) to see if that resolves the issue.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions