Every Windows user is familiar with the situation where a warning icon with an exclamation point appears on the screen, and the system persistently reports that there is no internet access. It's especially frustrating when other devices, such as smartphones or tablets, are downloading content through the same router. This is a classic conflict between the physical connection and the operating system's logical settings.
The problem can be hidden in a variety of places, from a simple IP addressing issue to a conflicting version of the wireless adapter drivers. Windows is often unable to determine the exact cause on its own, displaying only a general error message. However, by consistently eliminating potential sources of the problem, it's possible to restore network connection literally in a few minutes without reinstalling the system.
In this article, we'll walk you through a series of steps to restore your network access. We'll cover everything from simple router power cable checks to complex registry and command line manipulations. It's important not to panic and take things step by step, as the solution is often obvious.
Diagnostics of the physical layer and router status
Before delving into the depths of Windows settings, you need to make sure the problem is truly with your computer and not the access point. Sometimes a router can freeze or lose connection to the ISP, even though the WiFi signal itself is still broadcast. In this case, the computer can see the network, but can't access the internet.
Pay attention to the indicators on the router. If the WLAN or WiFi light is on, but the WAN (or Internet) light is off or flashing red, the problem is with your ISP or the modem settings. Try rebooting the router: unplug it for 10-15 seconds, then plug it back in. This solves up to 60% of frozen router issues. network protocols.
⚠️ Important: If the WAN indicator on the router doesn't light after rebooting, the problem may be related to a broken ISP cable or maintenance on the line. In this case, adjusting your computer settings won't help—you'll need to call technical support.
It's also worth checking whether Airplane Mode or MAC address filtering is enabled on your router. If you accidentally blocked your PC in the router's security settings, it will still connect to WiFi, but it will be blocked. Make sure that Airplane Mode isn't enabled on your computer itself, as it disables all wireless modules.
Run the built-in troubleshooter
Windows has a built-in diagnostic tool that experienced users often overlook, and quite unnecessarily. In recent versions of the operating system, this module can now flush the DNS cache, reinstall the adapter driver, and check for the presence of an IP address. This is the fastest way to obtain basic information.
To run diagnostics, right-click the network icon in the system tray (near the clock) and select "Troubleshoot." The system will run a series of tests. If it prompts you to reset the adapter or fix any errors, agree. The system often reports that it can't fix the problem automatically, but you can find clues in the logs, such as an incorrect connection. DNS server.
Sometimes the built-in wizard requires administrator privileges to make changes. If the system reports a problem but can't resolve it, proceed to manual configuration methods. Don't rely solely on automated scripts, as they don't always have access to specific corporate network settings or complex home internet configurations.
Reset network settings and restart services
If the automatic diagnostics don't help, you'll need to perform a full network reset. In Windows 10 and 11, you can do this through the settings menu. Go to Start → Settings → Network & InternetAt the very bottom of the Status page, you'll find a "Network Reset" link.
This operation will delete all saved WiFi passwords, reset adapters to factory defaults, and reinstall network components. The computer will then reboot. This is a radical but effective method that eliminates the effects of viruses or incorrect manual settings.
A more gentle but effective method is to restart network services via the command prompt. Open the command prompt as administrator and enter the following commands one by one, pressing Enter after each:
net stop WlanSvcnet start WlanSvc
ipconfig /release
ipconfig /renew
ipconfig /flushdns
These commands stop the wireless network service, release the current IP address, request a new one from the router, and flush the DNS cache. Often, it's a "stuck" IP address or an outdated DNS cache entry that prevents the computer from recognizing that the internet is available.
☑️ Network Reset Checklist
Checking and updating WiFi adapter drivers
One of the most common reasons a computer reports no internet connection is a malfunctioning wireless adapter driver. This can occur after a Windows update, when the system automatically installs a "generic" driver that doesn't work reliably with your specific hardware model.
Go to Device Manager (click Win + X and select the appropriate item. Find the "Network Adapters" section. If you see a device with a yellow exclamation mark or an unknown device, the driver is corrupted. Even if there are no signs, try uninstalling the adapter driver (right-click → Uninstall device), and then select "Action → Scan for hardware changes" from the Device Manager menu. The system will attempt to install the driver again.
⚠️ Important: Before uninstalling the driver, make sure you have access to the driver installation file on a flash drive or other device if automatic reinstallation fails. Otherwise, you may be left without WiFi altogether.
The best way is to download the latest driver from the official website of your laptop or motherboard manufacturer. Search for the exact model name (for example, Intel Wireless-AC 9560 or Realtek RTL8822BEInstalling the manufacturer's original software often solves energy-saving issues that can cause the adapter to "go to sleep" and not wake up.
How can I find the exact adapter model without internet access?
If the driver isn't installed and the model is unknown, open Device Manager and go to Properties of the unknown device → Details → Hardware IDs. Copy the top line (e.g., VEN_8086&DEV_24FD) and enter it into the search bar on your smartphone—this will reveal the exact chip model.
Configuring TCP/IP protocols and DNS servers
Sometimes a computer gets the correct IP address but can't resolve domain names. This is a classic DNS issue. If you can access a website by IP (for example, 8.8.8.8 in the browser), but you can't open it google.com, then you need to register static DNS servers.
To do this, go to Control Panel → Network and Internet → Network and Sharing Center → Change adapter settingsRight-click "Wireless Network" → "Properties." Find "Internet Protocol Version 4 (TCP/IPv4)" in the list, select it, and click "Properties."
In the window that opens, select “Use the following DNS server addresses” and enter:
- 🌐 Preferred DNS: 8.8.8.8 (Google)
- 🌐 Alternative DNS: 1.1.1.1 (Cloudflare)
Also in this window, make sure the "Obtain an IP address automatically" box is checked if your router assigns addresses via DHCP. Manually assigning an IP address may cause a conflict if that address is already taken by another device on the network. TCP/IP must be active and have no checkmarks in any other lines of the list except the necessary ones.
Conflict Analysis and Error Table
In complex cases, the system may display specific error codes or messages that require a customized approach. Below is a table of common Windows messages and their probable causes.
| Error message | Probable cause | Solution method |
|---|---|---|
| Unidentified network | DHCP or driver problem | Reset TCP/IP, check driver |
| Limited (yellow triangle) | No response from the router | Reboot the router, check the cable |
| No internet access | Incorrect DNS or gateway | Registering static DNS (8.8.8.8) |
| Windows cannot detect other computers | Network discovery is disabled | Setting up sharing in Network Center |
Antivirus software or firewalls often cause conflicts, blocking the connection because they consider the network public and unsafe. Try temporarily disabling your third-party antivirus and checking if the internet connection is working. If the problem resolves, add your home network to the trusted list in the security settings.
Questions and Answers (FAQ)
Why is there internet on my phone but not on my computer?
This indicates that the problem is localized in the operating system or PC hardware. The router is working properly and is providing internet access. Most likely, the TCP/IP settings are incorrect, the WiFi adapter driver is out of date, or a conflicting IP address is set.
Can a virus block the internet?
Yes, some types of malware change proxy server settings in your browser or system, redirecting traffic or blocking it entirely. Check your proxy settings: Settings → Network & Internet → ProxyIn the "Manual proxy setup" section, the switch should be off.
What should I do if the WiFi icon is missing?
If the icon has disappeared completely, it means Windows isn't detecting the wireless adapter. Check to see if it's physically disabled (either by the switch on the laptop or by pressing the Fn+F key combination). If the adapter has disappeared from Device Manager, it may be faulty or have a loose connection inside the laptop.
How to reset all network settings with one command?
Open Command Prompt as Administrator and enter: netsh winsock reset And netsh int ip resetAfter running the commands, be sure to restart your computer. This will restore the Windows network stack to its original state.