Many users are familiar with the situation where a device shows a wireless network connection, but browser pages fail to load. A yellow triangle with an exclamation point or the message "No internet access" often appears in the lower right corner of the screen, and a detailed examination of the network status reveals the problem: DNS server is unavailableThis means that a computer or smartphone cannot translate a website's human-readable domain name into the digital IP address needed to route data packets.
The causes of this problem can vary widely, from a temporary outage with your ISP to incorrect network card settings on your device. Often, the culprit is the device itself. router, which has stopped transmitting requests correctly, or the DNS cache has become overflowing with invalid entries. It's important to understand that the physical communication channel may be functional, but the internet's "address book" has stopped functioning correctly.
In this article, we will examine in detail the algorithms for diagnosing and restoring network performance for various operating systems. In 80% of cases, the problem is resolved by simply changing the DNS addresses in the adapter settings to public Google or Cloudflare servers. Don't panic if your internet connection suddenly goes down: following these instructions step by step will help you regain access to the global network in just a few minutes.
Diagnostics and initial testing of equipment
Before delving into complex operating system settings, it is necessary to rule out trivial hardware failures. Often router It simply freezes due to overheating or a software conflict, stopping to respond correctly to device requests. First, perform a full reboot of the entire hardware chain: unplug the modem and router from the power outlet, wait 15-20 seconds, and then plug them back in, allowing them to fully boot up (usually 1-2 minutes).
If the "DNS server not responding" error persists after rebooting your equipment, it's worth checking whether the problem is localized to one device or affects the entire network. Connect your smartphone or tablet to Wi-Fi: if the internet works, your provider and router are working properly, and you need to check the specific computer's settings. If the network doesn't work anywhere, it's worth contacting your provider's technical support, as there may be maintenance or a line failure.
⚠️ Note: If your ISP uses MAC address binding, after replacing your router or resetting it to factory settings, you may need to re-authorize your account or call your operator to update your data.
It is also worth paying attention to antivirus software. Some firewalls Security systems may block DNS requests, mistaking them for an attack attempt. Try temporarily disabling network protection in your antivirus and checking if websites are accessible. If you can connect to the internet, you'll need to add your browser to the exceptions list or reset your firewall settings.
Reset network settings and clear cache in Windows
The Windows operating system has powerful built-in tools for diagnosing and repairing network components. The DNS cache often accumulates erroneous or outdated entries, which prevent modern versions of websites from displaying correctly. To force a clear of this data, you need to launch the command prompt with administrator privileges. This can be done by finding "cmd" in the Start menu, right-clicking, and selecting the appropriate option.
In the black window that opens, enter a sequence of commands that will reset the current TCP/IP settings and clear the cache. Press Enter to execute each command, and it's recommended to restart the computer after completing the entire series. These actions can resolve many software conflicts caused by improper system shutdowns or driver failures.
Below is a list of basic commands to reset network settings:
- 🔄
ipconfig /flushdns— clears the local DNS resolver cache, deleting all stored records. - 🔌
ipconfig /release— releases the current IP address received from the DHCP server. - 📡
ipconfig /renew— requests a new IP address from the router again. - 🛠️
netsh int ip reset— resets TCP/IP stack settings to factory values.
After completing these procedures, the system should receive updated network parameters. If the "DNS server is unavailable" error persists, the problem may lie with the static address settings that were previously manually configured. In this case, check the IPv4 protocol properties in the Network Connections control panel and ensure that the option to obtain addresses automatically is selected.
☑️ Quick Network Reset Checklist
Manually changing DNS addresses to public servers
The most effective solution is often to switch from your provider's DNS servers, which can be unstable, to reliable public alternatives. Major tech companies like Google and Cloudflare offer free DNS resolution services with high response times and phishing protection. Switching to these addresses allows you to bypass local restrictions and speed up web page loading.
To change the settings in Windows 10 or 11, go to the Network and Control Panel, select your Wi-Fi connection, and click "Properties." In the list of protocols, find "Internet Protocol Version 4 (TCP/IPv4)," select it, and click "Properties" again. In the window that opens, select "Use the following DNS server addresses" and enter your preferred values.
The table below shows the addresses of the most stable and fastest DNS services at the moment:
| Service | Preferred DNS | Alternative DNS | Peculiarities |
|---|---|---|---|
| Google Public DNS | 8.8.8.8 | 8.8.4.4 | High speed, global availability |
| Cloudflare | 1.1.1.1 | 1.0.0.1 | Focus on privacy and security |
| OpenDNS | 208.67.222.222 | 208.67.220.220 | Parental control option |
| Quad9 | 9.9.9.9 | 149.112.112.112 | Blocking malicious domains |
After entering the new addresses, be sure to click "OK" in all open windows to save the changes. The system may require you to reconnect to the wireless network. If the internet works after changing the DNS but intermittently drops out, try swapping the primary and secondary addresses or choosing a service from a different provider.
⚠️ Caution: When using a corporate network or specific software (e.g., 1C or banking clients), manually changing DNS may disrupt the operation of internal resources. In such cases, consult your system administrator.
Setting up DNS on Android and iOS mobile devices
The "DNS server not responding" issue is also common on smartphones, especially when connected to public or home Wi-Fi networks. On devices Android DNS settings can be changed in two ways: for a specific Wi-Fi network or globally for all connections (starting with Android 9). For local settings, select your network name from the list of available networks and select "Edit network" or "Manage IP settings."
In the menu that opens, change the IP settings from "DHCP" to "Static" (or "Manual"). Scroll down to the "DNS 1" and "DNS 2" fields. Enter the addresses there, for example, 1.1.1.1 and 8.8.8.8, and save the changes. The phone will reconnect to the network with the new settings. On an iPhone, the process is similar: go to Settings → Wi-Fi, tap the blue "i" icon next to the network name, and under "DNS Setup," select "Manual."
What to do if a static IP conflicts with a router?
If you manually assigned an IP address (e.g., 192.168.1.50) and the router has already assigned this address to another device, a conflict will occur. In this case, change the last digit of the IP address to any number between 2 and 254, leaving the first three parts (192.168.1) unchanged.
To change your DNS globally on Android (version 9 and above), use the "Private DNS" feature. It's located in the "Connections" or "Network & Internet" section. Select the "Private DNS provider hostname" option and enter the address. dns.google or 1dot1dot1dot1.cloudflare-dns.comThis will encrypt DNS requests and increase connection security, preventing ISP eavesdropping.
Checking network adapter drivers
Outdated, corrupted, or malfunctioning network card drivers are a common cause of an unstable connection. Even if the device appears in Device Manager and the Wi-Fi icon is lit, the software may be malfunctioning. Open Device Manager (right-click the Start button), find the "Network Adapters" section, and locate your wireless device (usually listed as "Wireless," "Wi-Fi," or "802.11," or brands such as Intel, Realtek, or Broadcom).
Try reinstalling the driver without uninstalling the software. To do this, right-click the adapter and select "Uninstall device," then click "Action" → "Scan for hardware changes" in the top menu. The system will redetect the device and attempt to install the default driver. This often resolves compatibility issues after major Windows updates.
If standard methods don't help, you need to download the latest driver version from the official website of the laptop or motherboard manufacturer. Important: You'll need to use a different device with a working internet connection or a wired connection, as Wi-Fi may not work. After installing the new driver, be sure to restart your computer.
DNS settings inside the router
If the DNS error occurs on all devices in your home, it's a good idea to configure reliable DNS addresses directly in your router settings. This way, the router will automatically forward requests through fast servers and provide ready-made responses to all connected devices. To access the router control panel, enter the gateway address (usually 192.168.0.1 or 192.168.1.1) in your browser and log in.
Interfaces of different models (TP-Link, ASUS, Keenetic, MikroTik) differ, but the logic is the same. Look for the "WAN," "Internet," "Global Network," or "DNS" sections. There you'll be able to switch DNS retrieval from automatic (from your provider) to manual. Enter Google (8.8.8.8) or Cloudflare (1.1.1.1) addresses there and save the settings, after which the router will reboot.
This method is especially useful for devices where it's difficult to change network settings manually: smart TVs, consoles, and IoT gadgets. They will automatically use your router's fast DNS. Some routers also have a "DNS Rebind Protection" feature, which sometimes needs to be disabled if it blocks access to local resources.
⚠️ Note: Router interfaces and menu names may change with firmware updates. If you can't find the setting you need, refer to the instructions on the manufacturer's official website for your model.
Frequently Asked Questions (FAQ)
Why does the DNS error only appear on one website?
If other websites open normally but one particular one is unavailable, the problem likely isn't your connection. It's possible the site is blocked by your ISP, its server is undergoing maintenance, or its domain name has been changed. Try accessing the site from a mobile internet connection (3G/4G) to check.
Can a virus cause a DNS server error?
Yes, some types of malware (hijackers) change DNS settings, redirecting your traffic to phishing sites. If you see ads where they shouldn't be, or DNS addresses are changed to unknown IP addresses, run a full system scan using antivirus software and the Malwarebytes utility.
Is it safe to use Google's DNS?
Using public DNS servers from large companies is safe and often more reliable than servers from smaller providers. However, keep in mind that Google receives information about which domains you visit. For maximum anonymity, it's best to use encrypted services like Cloudflare or Quad9.
What should I do if the Internet connection is completely lost after changing the DNS?
Return to the network adapter settings and select the "Obtain DNS server address automatically" option. If this doesn't help, reset the network with the command netsh winsock reset in the command prompt as administrator and restart the computer.