When a Lenovo laptop suddenly stops detecting wireless networks or refuses to connect to a known router, it can be frustrating for any user. This is a common problem that often occurs after an operating system update or a sudden hardware reset. In most cases, the issue stems not from hardware failure, but from a software conflict or network protocol configuration error.
Before taking your device to a service center, it's worth performing a self-diagnosis, which resolves the issue in 80% of cases. We'll cover the main causes of communication module failure, methods for forced reboots of network components, and the intricacies of driver configuration for ThinkPad and IdeaPad devices. Understanding the root cause of the problem will help prevent a recurrence.
Checking physical condition and flight modes
The first step should always be a basic check of the hardware condition. On many models Lenovo There are physical switches or key combinations that can accidentally activate Airplane Mode. This software blocks all radio modules, including Bluetooth and Wi-Fi.
Carefully inspect the edges of the case for a slide switch. If there isn't one, try pressing a key combination. Fn + F5 (or the key with the antenna icon). A quick access menu should appear on the screen, where the wireless indicator will glow red or gray if the module is disabled.
⚠️ Note: On some Yoga series Ultrabooks, the switch may be combined with the keyboard lock button or located on the side, hidden by a case. Make sure the switch is not physically blocked.
It's also worth ruling out router issues. If only your laptop isn't connecting to the network, while your smartphone and tablet are working properly, then the signal source is functioning properly. If all devices are down, the problem lies with your ISP or the router itself.
Diagnosing wireless adapter drivers
The most common reason why a laptop Lenovo won't connect to Wi-Fi, is incorrect driver operation. This can occur after an automatic Windows update, when the system installs a generic driver instead of the original one.
To check the device's status, open 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. If you see a device with a yellow exclamation point or the message "Unknown Device," the driver is corrupted or missing.
Try resetting your device. Right-click on the name of your adapter (the name often includes brands). Intel, Realtek or Qualcomm Atheros) and select "Uninstall device." In the window that appears, check the box next to "Delete the driver software for this device," if available.
devmgmt.msc
After uninstalling, restart your laptop. The system will attempt to automatically find and install the standard driver. If this doesn't help, download the latest software version for your specific model from the manufacturer's official website.
Power and energy saving settings
The Windows operating system often aggressively optimizes power consumption, which results in the Wi-Fi module being disabled to conserve battery life. As a result, the laptop may not detect networks or constantly lose connection.
To fix this, return to Device Manager, find your adapter, and go to "Properties." The "Power Management" tab contains a key setting. Uncheck "Allow the computer to turn off this device to save power."
It's also worth checking the power plan in the Control Panel. Go to Control Panel → Power Options → Change plan settings → Change advanced power settingsIn the list that opens, find "Wireless Network Adapter Settings" and set it to Maximum Performance mode.
⚠️ Note: Disabling power saving may slightly increase battery consumption, but it will ensure a stable connection in areas with weak signal.
☑️ Nutrition Checklist
Reset network settings and TCP/IP protocols
Accumulated errors in the TCP/IP protocol stack or incorrect DNS settings can prevent connection even with a properly functioning driver. In this case, a full reset of network settings to factory defaults is required.
The easiest way is to use a built-in Windows function. Go to Settings → Network & Internet → Advanced network settings → Network resetThe system will warn you that the computer will restart and all saved Wi-Fi passwords will be deleted.
For a more thorough cleanup, you can use the command line. Launch Terminal as administrator and enter the commands to flush the DNS and Winsock caches one after the other.
ipconfig /flushdnsnetsh winsock reset
netsh int ip reset
After running the commands, be sure to restart your laptop. This often resolves the "Can't connect to this network" error.
What to do if resetting doesn't help?
If resetting the settings doesn't work, try temporarily disabling your antivirus or firewall. Third-party security software sometimes blocks network connections, considering them suspicious.
IP address conflicts and static settings
A common problem in home and office networks is IP address conflicts. If another device on the network has been assigned the same address as your laptop, the connection will be blocked. Manually assigned static IP addresses can also cause problems if they don't match the router's range.
You can check the current settings via the command line by entering the command ipconfig /allPay attention to the "IPv4 Address" and "Default Gateway" lines. If the address begins with 169.254.xx, this means the laptop has not received an address from the router (DHCP).
To fix this, you need to set up automatic address retrieval. Go to Control Panel → Network Connections, select your adapter, click "Properties," and find "Internet Protocol Version 4 (TCP/IPv4)." Make sure the "Obtain IP Automatically" and "DNS" boxes are checked.
| Parameter | Recommended value | Description |
|---|---|---|
| Obtain an IP automatically | Included | The router will issue the address itself. |
| Obtain DNS automatically | Included | Use your provider's DNS |
| Alternative DNS | 8.8.8.8 | Google DNS (backup) |
WLAN AutoConfig Service
In the Windows operating system, a special service is responsible for managing wireless connections. If this service is stopped or its startup type is changed, the laptop will not be able to initiate a connection, even if the drivers are working properly.
Open the Run window (Win+R) and enter the command services.mscIn the list of services, find "WLAN AutoConfig." Make sure its status is "Running" and its startup type is set to "Automatic."
If the service is stopped, click the "Start" button. If it doesn't start or stops immediately, Windows system files may be corrupted or there may be a conflict with other network software.
How to check the integrity of system files?
Launch Command Prompt as administrator and enter sfc /scannow. The system will check for and repair any corrupted files found.
Frequently Asked Questions (FAQ)
Why does my Lenovo laptop see neighboring networks but not mine?
This may be related to the frequency range. If your router only operates at 5 GHz and your laptop's network card only supports 2.4 GHz, the network won't be displayed. Also, check to see if your network is hidden (SSID Broadcast disabled).
What should I do if Wi-Fi is lost after updating Windows 10/11?
The update may have replaced the driver with an incompatible one. Go to Device Manager, select the adapter, go to the driver properties, and click "Roll Back Driver." If the button is grayed out, download the driver from the Lenovo website using a different device or an Ethernet cable.
Can antivirus software block Wi-Fi connections?
Yes, some network protection features in third-party antiviruses (Kaspersky, ESET, Avast) can block connections to new or public networks. Try temporarily disabling your antivirus's firewall to test.
How do you know if your laptop's Wi-Fi module is burned out?
If there's no "Network Adapters" section in Device Manager, or an unknown device isn't detected even after reinstalling the drivers and resetting the BIOS, there's a high probability that the module is physically faulty. In modern laptops, it's often soldered to the motherboard.
Will resetting BIOS help if Wi-Fi doesn't work?
In rare cases, BIOS settings can block the operation of integrated devices. Resetting the BIOS to factory settings (Load Optimized Defaults) can restore control of the module if it was accidentally disabled at the firmware level.