Fix: 'DNS_PROBE_FINISHED_BAD_CONFIG' Error: A Complete Networking Guide

Encountering the 'DNS_PROBE_FINISHED_BAD_CONFIG' error can be incredibly frustrating. This common networking issue occurs when your browser is unable to reach the internet because of a misconfiguration in your DNS (Domain Name System) settings. Whether it's a glitch in your router, an outdated network driver, or an incorrect IP setting, this guide provides a step-by-step walkthrough to get you back online.

Step 1: Restart Your Router and Computer

The simplest solution is often the most effective. A temporary glitch in your router's memory or your computer's network stack can trigger DNS errors. Unplug your router from the power source, wait for 30 seconds, and plug it back in. While the router reboots, restart your computer to refresh the system processes.

Step 2: Flush DNS and Reset TCP/IP Stack

Over time, your computer's DNS cache can become corrupted or outdated, leading to the 'Bad Config' error. Resetting the network stack via the Command Prompt is a powerful fix.

  • Type cmd in the Windows search bar, right-click it, and select Run as Administrator.
  • Type ipconfig /release and press Enter.
  • Type ipconfig /flushdns and press Enter.
  • Type ipconfig /renew and press Enter.
  • Type netsh int ip set dns and press Enter.
  • Type netsh winsock reset and press Enter.

Restart your PC after completing these commands to apply the changes.

Step 3: Change DNS Servers Manually

If your Internet Service Provider's (ISP) DNS servers are unstable, you can switch to a more reliable public DNS like Google or Cloudflare. This is one of the most successful fixes for this specific error.

  • Go to Control Panel > Network and Internet > Network and Sharing Center.
  • Click Change adapter settings on the left.
  • Right-click your active connection (Wi-Fi or Ethernet) and select Properties.
  • Select Internet Protocol Version 4 (TCP/IPv4) and click Properties.
  • Select Use the following DNS server addresses.
  • For Preferred DNS server, enter 8.8.8.8.
  • For Alternate DNS server, enter 8.8.4.4 (Google DNS).
  • Check Validate settings upon exit and click OK.

Step 4: Update Your Network Adapter Drivers

An outdated or incompatible network driver can cause communication breakdowns between your hardware and the web. To update your drivers:

  • Right-click the Start button and select Device Manager.
  • Expand Network adapters.
  • Right-click your primary network controller (e.g., Intel Dual Band Wireless or Realtek PCIe) and select Update driver.
  • Choose Search automatically for drivers and follow the prompts.

Step 5: Disable Web Protection or Antivirus Temporarily

Sometimes, third-party antivirus software or specialized 'Web Protection' features can interfere with your DNS resolution. Disable your third-party antivirus or firewall temporarily to see if the error clears. If it does, you may need to add your browser to the software's 'Allow List' or reset the security software's networking settings.

Step 6: Reset Your Browser to Default Settings

Browser extensions, especially VPNs or Proxy switchers, can sometimes mess with your DNS configuration. If you only see this error in one browser (like Chrome), go to the Settings menu, search for Reset settings, and select Restore settings to their original defaults. This will disable all extensions and clear temporary data that might be causing the conflict.


💡 Pro Tip: Keep your software updated to avoid these issues in the future.


Category: #Internet