You turn on your laptop, and instead of the usual list of networks, there's nothing there, or a stubborn "No internet connection" message. This situation is familiar to every second user, but the reasons can be radically different: from the banal disabled Wi-Fi adapter to physical damage to the antenna inside the case. In this article, we will analyze all possible scenarios - from simple to complex, including cases where the laptop “sees” the network but does not connect, or when the Wi-Fi indicator is on but there is no internet.
It is important to understand: the problem may lie in the laptop itself (Lenovo ThinkPad, HP Pavilion, ASUS ROG — it doesn’t matter), and in the router (TP-Link, Keenetic, MikroTik). We won't offer "magic buttons", but we'll go through system logs, Device Manager We'll even crack the case if necessary. Ready? We'll start with the most obvious and gradually work our way up to more exotic cases.
1. Checking basic settings: router and laptop
Before digging deeper, make sure the problem isn't just on the surface. Start with the router:
- 🔌 Power and cables: Check that the router is plugged into the network, the indicators are steady (not blinking), and the cable from the provider is firmly seated in the port
WAN/InternetOn some models (for example, Zyxel Keenetic) ports are highlighted in blue - if the color changes to orange, this is an error signal. - 📶 Wi-Fi operating mode: Go to the router's web interface (usually at
192.168.1.1or192.168.0.1) and check if Wi-Fi hotspot is enabled. Sometimes the network is automatically disabled after a firmware update. - 🔒 MAC address filtering: If the "whitelist" of devices is enabled in the router settings, your laptop may be blocked. See the section
Wireless → MAC Filter.
Now let's move on to the laptop:
- ✈️ Airplane mode: click
Win + Aand make sure that Airplane mode is turned off. On some laptops (for example, Dell XPS) There is a separate physical button to turn off Wi-Fi - check it. - 🔄 Reboot: It's trivial, but it works: reboot both your laptop and your router. This will clear temporary errors in DHCP server and network protocols.
⚠️ Attention: If you're connecting to a public network (at a cafe or airport), check if it requires browser authentication. Some networks block traffic until you enter your login and password on the welcome page.
2. Diagnosing the network adapter in Windows
If basic checks don't help, it's time to look into device Manager. Click Win + X and select the appropriate item. In the section Network adapters find the device with the words Wireless, Wi-Fi or 802.11 (For example, Intel Wi-Fi 6 AX200 or Qualcomm Atheros QCA61x4).
Here's what can go wrong:
- 🚫 Adapter disabled: If there is a down arrow next to the name, right-click and select "Enable."
- ⚠️ Yellow exclamation mark: This indicates a driver error. Try updating it automatically (right-click → "Update driver") or downloading it from the laptop manufacturer's website.
- 🔄 Driver conflict: If the adapter is displayed as "Unidentified device", remove it from the system (right-click → "Uninstall device"), then restart the laptop - Windows should reinstall the driver.
For in-depth diagnostics, open Command line as administrator and run:
netsh wlan show drivers
Please pay attention to the lines:
Radio type— it should be802.11n/ac/ax(if specified802.11g, the adapter is outdated and may not support modern networks).Hosted network support- IfYes, the adapter can work as an access point.
Make sure the adapter is enabled in Device Manager|
Check for exclamation marks|
Update the driver through the manufacturer's official website|
Run the command netsh wlan show drivers-->
3. Problems with network settings in Windows
Even if the adapter works, the settings TCP/IP or DNS may get confused. Open Control Panel → Network and Internet → Network and Sharing Center and check:
- 🌐 Automatic IP acquisition: Click on your network → “Properties” → “Internet Protocol Version 4 (TCP/IPv4)” → make sure that “Obtain an IP address automatically” and “Obtain DNS server address automatically” are checked.
- 🔧 Manual settings: If you have a static IP (for example, on an office network), check that the information you entered is correct. Even a single digit error will result in a connection failure.
If you have a connection but the internet isn't working, try changing your DNS. In the same IPv4 settings, enter:
Preferred DNS server: 8.8.8.8
Alternate DNS server: 1.1.1.1
Then run the following in the command line:
ipconfig /flushdnsipconfig /release
ipconfig /renew
| Symptom | Possible cause | Solution |
|---|---|---|
| The laptop doesn't see any networks. | The adapter is disconnected or faulty | Check Device Manager, physical Wi-Fi button |
| The network is visible but does not connect. | Incorrect password or security type | Make sure you are entering the correct password, check the encryption type (WPA2/WPA3) |
| There is a connection, but no internet | DNS or IP address issues | Reset TCP/IP settings with the command netsh int ip reset |
| The network connects but keeps disconnecting. | Interference from other devices or weak signal | Change the Wi-Fi channel in your router settings to 5 GHz (if supported) |
4. Hardware faults: antenna, adapter, contacts
If software solutions don't help, the problem may be hardware. The most common issues are:
- 📡 Wi-Fi Antennas: In laptops, they're located under the top cover (near the screen hinges) and connected to the adapter with thin cables. If the laptop has been dropped or subjected to vibration, the contacts may have come loose.
- 🔌 M.2 slot for Wi-Fi module: on many models (ASUS ZenBook, MSI Modern) the adapter is connected via a connector
M.2 2230If it is not seated tightly, the connection will be interrupted. - 🔥 Adapter overheating: During long-term operation, some modules (for example, Intel 7260) overheat and shut down. Check the temperature with HWMonitor.
How to check the hardware:
- Disconnect the laptop from the power supply and remove the back cover (on some models, it is enough to remove the bottom panel).
- Find the Wi-Fi module - usually it's a small board with two antenna wires (black and white).
- Carefully disconnect and reconnect the antennas. If the contacts are oxidized, clean them with an eraser.
- If the adapter is removable (for example, Broadcom BCM4352), remove it and reinsert it, making sure the latch clicks into place.
⚠️ Attention: On laptops Apple MacBook (2018 and newer) The Wi-Fi module is soldered to the motherboard. Repairing it yourself without a soldering station could result in complete failure of the device.
What does a typical Wi-Fi module in a laptop look like?
It is usually a small board about the size of a fingernail, with a type marking Intel Wireless-AC 9560 or Qualcomm QCA9377. Two thin coaxial cables (antennas) are connected to it - black (main) and auxiliary (usually white or gray). On some models (Dell Latitude) the module can be covered with a metal screen to protect against interference.
5. Software conflicts
Sometimes Wi-Fi stops working after installing new software or updating Windows. This could be due to:
- 🛡️ Antiviruses and firewalls: programs like Kaspersky, Avast or ESET NOD32 may be blocking network connections. Try temporarily disabling protection or adding the network to the exceptions list.
- 🖥️ VPN clients: if you use OpenVPN, NordVPN or ProtonVPNThey may be redirecting all traffic through their servers. Disable your VPN and check your connection.
- 🔄 Windows Updates: After major updates (for example, upgrading from Windows 10 to 11), adapter settings may become invalid. Roll back to the previous version or install the driver manually.
To identify a conflict:
- Boot your laptop into Safe Mode with Networking (hold while loading
F8orShift + Restartin Windows 10/11). - If Wi-Fi works in Safe Mode, third-party software is to blame. Disable startup programs one by one (
Ctrl + Shift + Esc → Startup).
Pay special attention Windows services:
Win + R → services.msc
Make sure that the following are running:
WLAN Automatic Configuration Service(startup type:Automatically)Network connectionsDNS client
6. Router-level issues: channels, standards, interference
Sometimes a laptop won't connect to Wi-Fi due to incompatibility with the router settings. Go to the router's web interface (usually at 192.168.1.1 or 192.168.0.1) and check:
- 📡 Network operating mode: if the router is configured only for
802.11ac(5 GHz), and your laptop only supports802.11n(2.4 GHz), connection will be impossible. Switch the router to mixed mode (802.11b/g/n/ac). - 🔢 Wi-Fi channel: If the automatic channel is selected, the router may constantly change it, which leads to disconnections. Fix the channel manually (for example,
6or11for 2.4 GHz). - 🔒 Security type: if it is enabled in the router
WPA3, and the laptop does not support it, switch toWPA2-PSK. - 📶 Transmission power: in some routers (for example, ASUS RT-AX88U) You can adjust the signal strength. If it's too low, the laptop may not be able to connect to the network.
To diagnose interference, use applications like Wi-Fi Analyzer (Android) or NetSpot (Windows/macOS). They will show which channels are occupied by neighboring networks and help you choose the freest one.
⚠️ Attention: Router settings may reset after a firmware update. If you recently updated your router's firmware, check all settings again—especiallySSID,passwordAndsecurity mode.
7. Exotic cases: from BIOS to viruses
If all the previous steps did not help, let's consider rare but possible causes:
- 🖥️ BIOS/UEFI settings: on some laptops (Lenovo Legion, MSI GS66) The Wi-Fi adapter can be disabled at the BIOS level. Go to the settings (press during boot)
F2,DelorEsc) and find the optionWireless LAN Support- she must be in positionEnabled. - 🦠 Viruses and malware: some Trojans (for example, DNSChanger) change network settings. Scan the system. Malwarebytes or Dr.Web CureIt!.
- ⚡ Power supply: The Windows power plan settings may disable the Wi-Fi adapter to save battery power. Go to
Control Panel → Power Options → Change plan settings → Change advanced power settingsand find the itemWireless Network Adapter Settings— installMaximum performance. - 🔄 IP address conflict: If there are two devices on the network with the same IP, connection will be impossible. Run in the command line
arp -aand check for duplicates.
It will help with the most persistent problems reset Windows network settings:
netsh winsock resetnetsh int ip reset
ipconfig /flushdns
nbstat -R
Once completed, restart your laptop.
8. When to contact the service center
If you've tried everything, but your laptop still won't connect to Wi-Fi, the problem likely requires professional attention. Contact a service center if:
- 🔧 The Wi-Fi adapter is not detected by the system even after reinstalling the drivers.
- 🔥 The laptop overheats and disconnects Wi-Fi under load (may indicate a faulty northbridge or chipset).
- ⚡ After a fall or impact, not only Wi-Fi disappeared, but also Bluetooth (often they use one module).
- 📡 Antennas are physically damaged (cables are torn or connectors are torn off).
The cost of repair depends on the problem:
- Wi-Fi module replacement: from 1,500 to 5,000 rubles (depending on the adapter model).
- Soldering work (for example, replacing antenna connectors): from 3,000 rubles.
- BIOS diagnostics and reflashing: from 2,000 rubles.
Before visiting the service:
- Make a backup copy of your data.
- Write down the model of your laptop and Wi-Fi adapter (you can find out through
device Manager). - Prepare a receipt (if the laptop is under warranty).
FAQ: Frequently asked questions about laptop Wi-Fi issues
My laptop connects to Wi-Fi, but the internet isn't working. What's wrong?
There are several reasons:
- 🔌 Problems with the provider: Check if the internet works on other devices.
- 📡 DHCP Failure: in the command line, run
ipconfig /release, thenipconfig /renew. - 🔒 MAC blocking: Some routers distribute Internet only to authorized devices.
If nothing helps, try connecting to a different network (for example, from your phone in hotspot mode).
The Wi-Fi works, but the speed is very slow. How can I speed it up?
Try:
- 📶 Switch to range
5 GHz(if the router supports it). - 🔄 Change the Wi-Fi channel in the router settings (use Wi-Fi Analyzer, to find a free one).
- 🖥️ Disable background Windows updates (
Settings → Update & Security → Advanced Options → Delivery Optimization).
The laptop only doesn't see one network, but it sees the others. Why?
Possible reasons:
- 🔒 The network is hidden (the option is enabled in the router settings)
Hide SSID). Connect manually viaControl Panel → Network and Internet → Manage wireless networks. - 📡 The network operates in the range
5 GHz, and your adapter only supports2.4 GHz. - 🚫 Your laptop is blocked by MAC address in the router settings.
Wi-Fi stopped working after a Windows update. What should I do?
Algorithm of actions:
- Roll back the adapter driver to the previous version (
Device Manager → Adapter Properties → Driver → Roll Back Driver). - Download the latest driver from the laptop manufacturer's website (not from the Microsoft website!).
- If it doesn't help, roll back to the previous Windows build (
Settings → Update & Security → Recovery).
Is it possible to connect an external Wi-Fi adapter if the built-in one is broken?
Yes, this is a temporary solution. Buy a USB adapter (for example, TP-Link TL-WN823N or ASUS USB-AC56) and connect it to your laptop. Please note:
- ⚡ USB 2.0 limits speed to
300 Mbps. - 🖥️ Some adapters require driver installation.
- 📡 External antennas provide a more stable signal than built-in ones.