Many people are familiar with the situation when a laptop or desktop PC refuses to connect to a wireless network. This can happen suddenly: you were working, the connection was interrupted, and now the WiFi icon shows a red cross or a yellow triangle with an exclamation point. Don't panic, as in most cases the problem lies in software glitches or incorrect hardware settings, which can be corrected on your own.
Before looking for complex solutions, it's worth analyzing the current state of the system. Users often forget basic things, such as whether the physical switch on the laptop is turned on or whether airplane mode is enabled in the operating system. Software glitch Network services or an outdated adapter driver are also common culprits for lack of access.
In this article, we'll take a detailed look at the main reasons why your computer can't see the network or obtain an IP address. We'll walk you through diagnostic steps, from simple checks to manually configuring TCP/IP protocol settings. Understanding the nature of the problem will help you quickly recover. Internet connection without calling a specialist.
Physical causes and equipment condition
The first thing to rule out is hardware issues. If your computer can't detect any wireless networks, the problem may be with the communication module itself. Laptops often have a mechanical WiFi switch on the side of the case or a key combination with an antenna icon. Make sure the indicator light is on and not blinking or completely off.
⚠️ Attention: If you're using an external USB adapter, try reconnecting it to a different port. Sometimes USB ports can temporarily lose power or be blocked by the power-saving system.
Distance to the router plays a critical role. A 2.4 GHz signal penetrates walls better but has a lower speed, while a 5 GHz signal is faster but has a worse barrier-to-wire performance. If you're far from the access point, signal level may not be sufficient for a stable connection, even if the network is listed.
- 📡 Check if the WiFi indicator on the laptop case or adapter is lit.
- 🔌 Reconnect the USB antenna to the USB 2.0 port if using an external module.
- 📏 Move closer to the router to prevent signal attenuation through walls.
- 🔋 Make sure your laptop isn't in power saving mode, which disables the adapter.
It's also worth checking to see if your router is overheating. If it's in a closed area or exposed to direct sunlight, it may become unstable. In such cases, a simple power cycle can help: unplug the router from the power outlet for 10-15 seconds, then plug it back in. This will clear any temporary errors in the device's memory.
Software failures and network card drivers
If the hardware appears to be fine, the problem is most likely software-related. The driver is the intermediary between the operating system and the device. If it's corrupted, outdated, or conflicts with Windows updates, connecting will be impossible. Device Manager will display the adapter's status: if it shows a yellow exclamation point, the driver needs to be updated or reinstalled.
To check, open device Manager via search or command devmgmt.mscFind the "Network Adapters" section and look at the name of your wireless module (the words "wireless" are often found there). Wireless, 802.11 or brand names like Realtek, Intel, Atheros). If the device is missing or marked with an error, right-click and select "Update driver" or "Uninstall device" and then reboot.
Sometimes resetting the network stack settings helps. In Windows 10 and 11, this can be done through network settings or the command prompt. Commands netsh winsock reset And netsh int ip reset Allows you to return system files to their original state, eliminating conflicts that arose after installing viruses or incorrect software.
How to reinstall the WiFi driver correctly?
Download the latest driver from the official website of the laptop manufacturer or the motherboard manufacturer on the other device. Uninstall the current adapter in Device Manager. Restart the computer. Install the downloaded driver. If the driver is not found, Windows may attempt to install it automatically through Windows Update, but it's better to use the official source.
It's important to note that antivirus programs can block the connection. If you recently installed a new security suite, try temporarily disabling its firewall. Firewall may misclassify your home network as a public one and block data exchange.
IP address and DNS server settings
A common reason why a network is found but the internet isn't working is an IP address conflict or incorrect DNS settings. The computer should automatically obtain a unique address from the router. If the IPv4 protocol properties contain static data that doesn't match your network, the connection will fail.
To check, go to Control Panel → Network and Internet → Network and Sharing CenterClick on the name of your connection, then “Properties.” Find it in the list. Internet Protocol version 4 (TCP/IPv4) and open the properties. Make sure the "Obtain an IP address automatically" and "Obtain DNS server address automatically" boxes are checked.
| Parameter | Value for automatic tuning | Possible error |
|---|---|---|
| IP address | Receive automatically | Static address outside the router's range |
| Subnet mask | Automatically | Invalid mask (for example, 255.255.0.0 instead of 255.255.255.0) |
| DNS server 1 | Automatically (or 8.8.8.8) | The provider's server is unavailable |
| Main gateway | Automatically | Invalid router address |
If automatic configuration doesn't help, you can specify public DNS servers from Google or Yandex. This often solves the problem when pages don't open, even though Skype or Telegram works. Enter the preferred DNS server address in the field. 8.8.8.8, and in the alternative - 7.7.7.7.
☑️ Check TCP/IP settings
Problems with the router and MAC address filter
Sometimes the source of the problem isn't the computer, but the router itself. The router may limit the number of devices that can be connected or block new devices based on their MAC address. The MAC address is a unique identifier for a network card, which can be found in the command line by entering the command ipconfig /all.
Access your router settings via a browser (usually 192.168.0.1 or 192.168.1.1). Find the "Wireless" section and check the list of connected clients. If MAC Filtering is enabled, make sure your computer isn't blacklisted or has been whitelisted.
⚠️ Attention: Router interfaces vary across different manufacturers (Asus, TP-Link, Keenetic, MikroTik). Menu item names may vary, but the filtering logic remains the same.
It's also worth checking the type of security and encryption. Older computers may not support modern encryption standards. WPA3 or even WPA2/AES in some modes. If you have a very old adapter, try temporarily (just to test!) changing the security type to WPA/WPA2 Mixed in your router settings. Don't forget to reset the security type back to strong after testing.
Another hidden issue is DHCP table overflow. The router assigns addresses from a pool, for example, from 192.168.1.100 to 192.168.1.200. If you have many smart devices (light bulbs, sockets, phones), there may not be enough space. Expand the address range in the router's DHCP server settings to ensure there's enough for everyone.
Windows services and system conflicts
The Windows operating system manages network connections through special services. If the Connection Manager or WLAN AutoConfig service is stopped, WiFi will not work. This often happens after system optimizers or virus activity.
To check the status of services, click Win + R, enter services.msc and press Enter. Find "WLAN AutoConfig" in the list. Make sure the startup type is set to "Automatic" and the service is running. If it is stopped, click "Start."
Other network services, such as those associated with virtual machines (VirtualBox, VMware) or VPN clients, can also conflict. They create virtual adapters that can hijack or block the physical adapter. Try temporarily disabling virtual adapters. Network connections (team ncpa.cpl) and check the WiFi operation.
Windows system files may also be corrupted. Run Command Prompt as administrator and enter the command sfc /scannowThe system will check the integrity of files and attempt to repair damaged areas, which may restore the functionality of network components.
Network reset and extreme measures
If none of the above helps, there's a radical but effective solution: a complete network reset. Windows 10 and 11 have a built-in feature that removes all network adapters and resets all network settings to factory defaults. Afterward, the computer will restart, and you'll have to re-enter your WiFi password.
You can find this option in Settings → Network & Internet → Advanced network settings → Network resetClick the "Reset Now" button. This will also clear the DNS cache, reset Winsock, and delete saved WiFi profiles, which often resolves mysterious issues that have been lingering for weeks.
⚠️ Attention: After resetting your network, all saved WiFi passwords will be deleted. Make sure you know your wireless network password to reconnect.
In extreme cases, if the problem can't be resolved with software, the WiFi module itself may be faulty. This is especially true for laptops that have been subjected to shock or overheating. In this case, the simplest solution is to purchase an external USB WiFi adapter, which will instantly resolve the issue without disassembling the computer.
Why does the computer see the network, but says "Unable to connect"?
Most often, this indicates an incorrect password, incompatible encryption type, or IP address conflict. The issue could also be that the router isn't assigning an address (the DHCP pool has run out) or is blocking the device by MAC address. Try "Forgetting" the network in the WiFi settings and reconnecting.
How do I know if my antivirus is blocking WiFi?
Temporarily disable your antivirus's real-time protection and firewall for 5-10 minutes. If internet access is restored, add your network to the trusted list in your antivirus settings or change the network type from "Public" to "Private" in Windows.
Can a virus disable WiFi?
Yes, some malware blocks access to network settings or changes proxy server settings, redirecting traffic. Scan your computer with an antivirus scanner, such as Dr.Web CureIt! or Malwarebytes.
What should I do if my WiFi driver disappeared after a Windows update?
Windows updates sometimes replace working drivers with generic ones that aren't compatible with your hardware. Visit the laptop manufacturer's website, download the driver for your model (using your phone or another PC), and install it manually, after first deleting the current driver in Device Manager.