A sudden, unexpected failure of your laptop to connect to a wireless network can catch you at the most inopportune moment. You're trying to send an important document or end a video conference, and the network icon displays a yellow triangle or cross. This is a common issue, most often caused by a software driver glitch or a router settings conflict, rather than a physical hardware failure.
In most cases, restoration of functionality Wi-Fi module It takes no more than 15 minutes and doesn't require in-depth technical knowledge. We'll examine the root causes, from simple switches to complex IP address conflicts, and offer a step-by-step action plan. The key is to proceed consistently, eliminating potential issues one by one.
Before panicking, it's worth checking the obvious. Make sure the router's lights are on and other devices (such as a smartphone) are successfully connected to the internet. If the problem is limited to your computer, you should look for the problem in its configuration.
Diagnostics of hardware switches and airplane mode
The most common, yet often overlooked, cause is a physically disabled wireless module. Many laptop models, especially business-class ones, have dedicated keys or key combinations for quickly turning Wi-Fi on and off. Accidentally pressing such a key locks the adapter at the hardware level, and the software settings stop working.
Pay attention to your keyboard. Look for an antenna or airplane icon on the function keys (usually F1-F12). You often need to hold down a key to activate them. Fn and press the corresponding function button. If the indicator on the housing goes out or turns red, the module is turned off.
It's also worth checking the system's "Airplane Mode." In Windows 10 and 11, it can be enabled automatically or by user error. In this mode, the operating system forcibly disables all wireless interfaces to comply with airline regulations, but forgets to re-enable them after landing.
☑️ Quickly check your Wi-Fi status
Check your connection status via the taskbar. Click the network icon in the lower-right corner of the screen. If you see the "Airplane Mode" button and it's highlighted, click it to deactivate it. Sometimes briefly toggling this mode on and off helps—this reboots the network stack.
⚠️ Note: On some Lenovo and HP laptops, the Wi-Fi switch may be located on the side of the case as a physical slider. Carefully inspect the edges of the device.
Analysis and updating of network drivers
If the buttons are all ok, but the laptop still won't connect to Wi-Fi, the problem most likely lies in driversA driver is a program that allows the operating system to "understand" the language of your network adapter. If the file is corrupted, outdated, or incorrectly installed after a Windows update, communication with the router will be impossible.
First, you need to open the Device Manager. Right-click the Start button and select the appropriate item from the menu. In the window that opens, find the "Network Adapters" section. Expand it and find the device whose name includes the words Wireless, Wi-Fi, 802.11 or brand names like Intel, Realtek, Qualcomm.
If the adapter is visible but doesn't work, try rolling it back or reinstalling it. Right-click the device and select "Uninstall device." Don't worry, this won't break your system. After uninstalling, click "Action" -> "Scan for hardware changes" in the menu, and Windows will attempt to reinstall the driver. This often resolves the issue.
In more complex cases, manual installation will be required. If you can connect your laptop to the internet via an Ethernet cable or share your smartphone's internet connection via USB, download the latest driver from the laptop manufacturer's official website. Using drivers from third-party aggregator sites may result in the installation of incompatible software.
What should I do if the adapter disappears from the list?
If there's no "Network Adapters" section in Device Manager, or the adapter itself has disappeared, try performing a static discharge. Turn off the laptop and unplug the charger. If the battery is removable, remove it. Press the power button for 30 seconds. Reassemble and turn it on. This often brings the adapter back to life.
Network card and protocol settings
Sometimes the driver is working properly, but the adapter settings in Windows are corrupted. This can happen after installing VPN clients, virtualization software, or system optimizers. First, check whether the IPv4 protocol itself is enabled.
Go to Control Panel -> Network and Internet -> Network and Sharing CenterOn the left, select "Change adapter settings." Find your wireless connection, right-click it, and select "Properties." In the list, make sure the checkbox next to Internet Protocol version 4 (TCP/IPv4).
You should also check your power settings. Windows may mistakenly disable the adapter to save power, after which it can't wake it up. In Device Manager, double-click your Wi-Fi adapter, go to the Power Management tab, and uncheck "Allow the computer to turn off this device to save power."
An important parameter is the wireless network operating mode. In the adapter properties (Configure button -> Advanced tab), find the item Wireless Mode or 802.11n/ac ModeMake sure the "Auto" mode or the highest standard supported by your router (e.g., 802.11ac) is selected. Forcing this mode to be restricted may prevent connection to modern routers.
Reset Windows network settings
If manual manipulations don't help, you can use the built-in hard reset tool. This function returns all network components to factory settings, deletes saved passwords, and resets the TCP/IP stack. This is a drastic, but often effective, method.
To reset your computer, open Settings (the gear icon in the Start menu) and go to Network & Internet. At the very bottom of the Status page, find the "Network reset" link. Click "Reset now" and confirm. Your computer will restart in 5 minutes.
After rebooting, you'll need to re-enter your Wi-Fi password. This method is especially useful when the system has accumulated "garbage" from old connections or when static IP address conflicts arise.
An alternative reset method is via the command line. Launch the command line as administrator and enter the following commands one by one, pressing Enter after each:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
After running these commands, be sure to restart your laptop. These commands flush the DNS cache, reset Winsock sockets, and renew the IP address, which often resolves the "Connected but no internet" issue.
Conflicts between the router and the provider
The laptop isn't always to blame. Problems can also be with the access point. A router is also a mini-computer, and its memory can run out, the DHCP address distribution process can freeze, or a software glitch can occur.
The first step if you suspect the router is the problem is to reboot it. Unplug the power cord, wait 10-15 seconds, and then plug it back in. Wait for it to fully boot up (usually 1-2 minutes). If the laptop connects after this, the problem was a temporary hardware failure.
It's also worth checking your router's MAC address filtering settings. If someone at home accidentally (or intentionally) blacklists your laptop's MAC address, the connection will be blocked immediately, even with the correct password. You can access your router settings through a browser by entering the gateway address (often 192.168.0.1 or 192.168.1.1) in the address bar.
| Symptom | Probable cause | Solution |
|---|---|---|
| The laptop doesn't see the network. | The SSID is hidden or the router is far away. | Connect manually or move closer |
| "Unable to connect" | Incorrect password | Forget the network and re-enter the password |
| "No internet access" | DHCP or ISP error | Reboot the router |
| Constant breaks | Interference or overheating | Change the Wi-Fi channel |
⚠️ Note: Router interfaces from different manufacturers (Asus, TP-Link, Keenetic, MikroTik) vary significantly. The general setup principles are the same, but the menu item names may vary.
Diagnostics via command line
For users who prefer precision, the command line is a great tool. It allows you to get detailed information about the stage at which the connection is lost. Open the command line (cmd) and enter the command ipconfig /all.
Find your wireless adapter in the information. Pay attention to the lines "IPv4 Address" and "Default Gateway". If the address begins with 169.254.x.x, then the laptop was unable to obtain an address from the router (DHCP issue). If the address is correct (e.g., 192.168.xx), try pinging the gateway with the command ping 192.168.1.1 -t (replace IP with your gateway).
If you can ping but the internet isn't working, the problem is with your ISP or DNS settings. If there's no ping, the problem lies with the connection between the laptop and the router. The command netsh wlan show profiles will show a list of all saved networks, which is useful for checking whether the adapter "sees" any networks at all.
How to check channel frequency?
In the command line, enter netsh wlan show interfaces. Find the "Channel" line. If the value there is higher than 11 and you have older devices, there may be problems. It's best to set channels 1, 6, or 11 in your router settings.
Frequently Asked Questions (FAQ)
Why does my laptop connect to Wi-Fi but there is no internet?
Most often, this means there's a connection between the laptop and the router, but the router doesn't have access to the external network. Check if the WAN/Internet indicator on the router is lit. It's possible your ISP is down, your account is out of money, or the PPPoE/L2TP settings on the router itself are corrupted.
Can antivirus block Wi-Fi?
Yes, some third-party antiviruses and firewalls have a "Network Protection" feature that may mistakenly block connections to new or public networks. Try temporarily disabling your antivirus to check.
What should I do if the Wi-Fi icon is missing?
If the icon has disappeared completely, the WLAN AutoConfig service has most likely stopped. Click Win + R, enter services.msc, find the "WLAN AutoConfig" service, start it and set the startup type to "Automatic".
Will replacing the antenna in my laptop help?
Replacing the antenna (the wires leading to the module) only makes sense if the laptop only sees networks in close proximity to the router (within 1 meter). If the laptop doesn't see the network at all or displays a connection error, the problem is software or the module itself, not the antenna.