You turn on your laptop, and the list of available networks is empty. Or even worse: the Wi-Fi icon has a red X through it, and next to it, it says "No connections available." This situation is familiar to many, but the causes and solutions can vary dramatically. In some cases, a driver error is to blame, in others, a physical failure of the adapter, and sometimes the problem lies in the router settings or even the operating system.
This article will help diagnose the problem systematically — from the simplest checks to complex technical manipulations. We'll break it down Windows 10/11, macOS And Linux, and we will also give recommendations for laptops of different brands (ASUS, HP, Lenovo, Dell). Important: Some steps require administrator rights or access to the device's internals. If you're unsure, it's best to contact a service center.
Let's start with the most obvious: In 90% of cases, the problem can be solved using software without disassembling the laptop.However, if the adapter is physically damaged (for example, after a fall or liquid spill), the module will need to be replaced. Read on to find out how to tell the difference.
1. Basic check: router, buttons and modes
Before you dig into your laptop settings, make sure the problem isn't with the signal source. Here's minimum checklist, which will save you hours of diagnostics:
- 🔌 Is the router turned on? Check the indicators on the case - at least one LED should be lit (usually
PowerorWi-Fi). If everything goes out, check the power supply (socket, power supply, power button). - 📶 Is Wi-Fi activated on the router? On some models (TP-Link, Zyxel) there is a separate button
Wi-Fi On/Offon the back panel. Press it once. - 🔄 Reboot your router. Unplug the power cord for 30 seconds, then plug it back in. Wait 2-3 minutes for the device to boot up.
- 📱 Check other devices. Can your smartphone, tablet, or second laptop see the network? If not, the problem lies with your router or ISP.
If other devices connect normally, but the laptop doesn't, proceed to the next step. If Wi-Fi isn't detecting any devices:
- 🛠️ Check it out router settings (login via cable or phone at the address
192.168.0.1or192.168.1.1). Make sure that in the sectionWirelessmode is onEnable Wirelessand the correct frequency is selected (2.4 GHzor5 GHz). - 📡 It is possible that the router is operating in the mode
802.11ac(5 GHz), and your laptop only supports802.11n(2.4 GHz). Try changing the standard in the settings.
⚠️ Attention: On some laptops (Lenovo ThinkPad, Dell Latitude) there is a hardware Wi-Fi switch on the case or a key combination (for example, Fn + F2). If the Wi-Fi indicator on the keyboard is not lit, press this combination.
2. Diagnosing a Wi-Fi adapter in Windows
If the router is working, but the laptop still doesn't see the network, it's time to check network adapter. IN Windows 10/11 This is done through the Device Manager.
Open the menu Win + X and select device ManagerFind the section in the list. Network adaptersThere should be devices with names like:
Intel(R) Wi-Fi 6 AX200Qualcomm Atheros QCA61x4Realtek RTL8821CEBroadcom 802.11ac
If the light next to the adapter is on yellow exclamation mark — the driver is not working properly. If the adapter none at all - this could mean:
- 🔌 The adapter is disabled in BIOS/UEFI.
- 💻 The driver is not installed or is corrupted.
- 🛠️ Physical failure of the Wi-Fi module.
To enable the adapter:
- Right click on it →
Activate the device(if there is such a clause). - If the adapter is disabled in BIOS, restart the laptop, hold down
F2/Del/Esc(depending on the model) and find the sectionAdvanced→WirelessorOnboard Devices. Set valueEnabled.
☑️ Checking the Wi-Fi adapter in Windows
3. Updating and reinstalling drivers
Driver errors are the most common reason why a laptop loses Wi-Fi. This can be resolved by updating or completely reinstalling the software.
Method 1: Automatic update
- IN
Device ManagerRight-click on the adapter →Update driver→Automatic search. - If Windows finds an update, install it and restart your laptop.
Method 2: Manual installation from the manufacturer's website
Automatic search doesn't always find the latest drivers. It's best to download them from the official website:
| Laptop brand | Support link | How to find a driver |
|---|---|---|
| ASUS | https://www.asus.com/support |
Enter your laptop model → section Driver & Tools → Wireless |
| HP | https://support.hp.com |
Enter the serial number → Drivers → Net |
| Lenovo | https://pcsupport.lenovo.com |
Select a model → Drivers & Software → Networking: Wireless LAN |
| Dell | https://www.dell.com/support |
Enter service tag → Drivers and downloads → Net |
Method 3: Uninstall and clean install
If updating doesn't help, try completely uninstalling the driver and reinstalling it:
- IN
Device ManagerRight-click on the adapter →Remove device→ check the boxRemove the driver software for this device. - Restart your laptop. Windows will attempt to install the driver automatically.
- If the network does not appear, install the driver manually (downloaded in advance from the manufacturer's website).
⚠️ Attention: After uninstalling the driver, your laptop may lose internet access via cable. Download the driver to another computer and transfer it to a flash drive.
wmic nic get name, manufacturer
This will show all network devices and their manufacturers.-->
4. Check Windows services and network settings
Sometimes the problem is not in the driver, but in system services, responsible for wireless connections. Check the following:
WLAN AutoConfig Service
- Click
Win + R, enterservices.mscand pressEnter. - Find a service
WLAN AutoConfig Service(WLAN AutoConfig). - Right click →
Properties→ make sure thatLaunch typecostsAutomatically, and the service itselfIn progressIf not, launch it.
Reset network settings
If the services are running, but Wi-Fi still doesn't see the network, try resetting the network stack:
- Open
Command prompt as administrator(right click on "Start" →Windows Terminal (Administrator)). - Run the following commands one by one:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns - Restart your laptop.
Checking the power saving mode
Windows may disable your Wi-Fi adapter to save battery power. To fix this:
- Open
device Manager→ Find your Wi-Fi adapter. - Right click →
Properties→ tabPower management. - Uncheck the box
Allow the computer to turn off this device to save power.
5. Diagnostics on macOS and Linux
Users MacBook and laptops with Linux also encounter Wi-Fi problems, but the checking algorithm is different.
For macOS (Monterey, Ventura, Sonoma):
- 🔍 Check it out Wi-Fi menu in the upper right corner. If the icon is gray, the adapter is disabled. Click on it and select
Turn on Wi-Fi. - 🛠️ Open
System Preferences→Net→ selectWi-Fi→ clickAdditionally. Make sure it's in the list.Preferred networksthere are no conflicting connections. - 🔄 Reset
SMC(For MacBook with a chip Intel):- Turn off your MacBook.
- Clamp
Shift + Control + Option(left side of the keyboard) + power button for 10 seconds. - Release the keys and turn on the laptop.
For Linux (Ubuntu, Debian, Fedora):
- 🐧 Check if the adapter is recognized with the command:
lspci | grep -i wirelessor for USB adapters:
lsusb - 📡 Make sure the kernel module is loaded:
lsmod | grep iwlwifi(for adapters Intel) or
rtl8xxxu(For Realtek). - 🔧 If the adapter is not recognized, manual driver installation may be required. For example, Realtek RTL8821CE:
sudo apt install git dkmsgit clone https://github.com/tomaspinho/rtl8821ce
cd rtl8821ce
chmod +x dkms-install.sh
sudo ./dkms-install.sh - 🔌 The antenna cable has become disconnected. A common problem after disassembling a laptop or dropping it. Solution: disassemble the laptop and reconnect the cable (experience required!).
- 💥 The Wi-Fi module burned out. This can happen after power surges or liquid spills. Solution: replace the module (cost: 1,500 to 5,000 rubles, depending on the model).
- 📡 Problems with antennas. If your laptop detects networks but won't connect, or the signal is very weak, the antenna may be damaged. Have it checked by a specialist.
- Connect to laptop external USB Wi-Fi adapter (costs from 500 ₽). If it works, the problem is in the built-in module.
- Test your laptop on a different router or network (for example, at a cafe). If the same problem occurs everywhere, the hardware is to blame.
- Launch Linux Live CD (For example, Ubuntu). If Wi-Fi doesn't work there either, it's a hardware problem.
- 🔧 Replacing the Wi-Fi module. For most laptops (HP Pavilion, Lenovo IdeaPad) it's not difficult - you need to unscrew the bottom cover and replace the board. For MacBook or Dell XPS complete disassembly may be required.
- 💻 Using an external adapter. If you don't want to disassemble your laptop, buy a USB adapter (we recommend TP-Link TL-WN823N or ASUS USB-AC56).
- Check for updates via
System Settings → Software Update. - Reset
NVRAM:- Turn off your MacBook.
- Turn on by pressing and holding immediately
Option + Command + P + Rfor 20 seconds.
- If that doesn't help, reinstall macOS in recovery mode.
Recovery(Command + Rwhen loading). - 🔧 You disassembled your laptop but couldn't reconnect the antenna cable.
- 💥 If the laptop was dropped, got wet, or was subjected to impacts, hidden damage may occur.
- 🔍 Diagnostics show that the Wi-Fi module is not detected by the system (
The device is not recognizedVDevice Manager). - 📡 The laptop sees networks, but does not connect to any of them (even with the correct password).
- Diagnostics - from 500 to 1,500 ₽.
- Wi-Fi module replacement - from 2,000 to 6,000 ₽ (including work).
- Liquid Damage Repair - From 5 000 ₽ (depending on the extent of damage).
- Make a backup copy of important data.
- Write down your laptop model and serial number (usually on a sticker on the bottom).
- If possible, take pictures of the errors on the screen.
- Check that the password is correct (sometimes the keyboard layout gets confused).
- Delete the network in Windows/macOS settings and reconnect.
- Change the security type on your router
WPA3onWPA2-PSK(in the router settings). - Temporarily disable your firewall and antivirus.
- 📶 Weak signal - try moving the router closer or using a repeater.
- 🔋 Power saving - disable this option
Allow the device to turn off to save power(see section 4). - 🔄 Channel conflict - change the Wi-Fi channel in the router settings (for example, from
Autoon6or11). - 🛠️ Adapter overheating - clean your laptop from dust (especially relevant for HP Pavilion And Acer Aspire).
- Open
Settings → Update & Security → Recovery. - Click
Revert to a previous version of Windows(available for 10 days after update). - If the option is not available, try restore the system through
Control Panel → Recovery → Open System Restore. - 🔌 Ethernet cable. Connect your laptop to the router via
LAN port(if there is one). - 📱 USB tethering. Connect your smartphone via USB and turn it on
Modem modein the phone settings. - 📡 External 4G modem. Buy a USB modem (for example, Huawei E3372) and insert the SIM card with the Internet tariff.
- 💻 Bluetooth tethering. Turn on your phone
Bluetooth hotspotand connect the laptop. - In Windows: Open
device Manager→Network adapters. The adapter name will contain the brand (Intel, Realtek, Broadcom) and model. - In Linux: Run the command:
lspci -knn | grep -iA3 net - By laptop model: Find the specifications on the manufacturer's website (section
SpecificationsorTechnical Details). - Physical examination: If you disassemble a laptop, the adapter is usually labeled (for example,
Intel Wireless-AC 9560).
⚠️ Attention: On some Linux distributions (eg. Arch Linux) manual configuration may be requiredNetworkManagerorwpa_supplicantIf you are unsure, use graphical utilities likenm-connection-editor.
6. Hardware problems: what to do if the drivers are not to blame
If you have tried all software methods and Wi-Fi still does not work, the problem may be ironHere are typical hardware faults:
How to check for hardware failure?
If a module malfunction is confirmed, you have two options:
What does a Wi-Fi module look like in a laptop?
It is usually a small coin-sized board connected to the motherboard via a connector. M.2 2230 or NGFFThe module has two antenna connectors (black and white wires). See photo for an example: [description of appearance].
7. Features for different laptop brands
Manufacturers often use unique Wi-Fi management solutions, which can complicate diagnostics. Let's look at the nuances for popular brands.
| Brand | Common problems | Solution |
|---|---|---|
| ASUS | Conflict with the utility ASUS Wireless Radio Control. |
Uninstall the program via Control Panel → Programs or update it from the ASUS website. |
| HP | The adapter is disabled after updating the BIOS. | Roll back the BIOS to the previous version or reset the settings (F10 when loading). |
| Lenovo | Problems with Lenovo Vantage or Lenovo Settings. |
Reinstall the utilities from the official website or reset their settings. |
| Dell | Wi-Fi disappears after hibernation. | Disable hibernation using command powercfg /h off (as administrator). |
| Acer | Conflict with Acer Quick Access. |
Uninstall the program or update to the latest version. |
For laptops Apple (MacBook Air/Pro) issues are common after updating macOS. If Wi-Fi is lost after the upgrade:
8. When to contact the service center
Not all problems can be solved on your own. Contact a specialist if:
Repair cost:
Before visiting the service:
⚠️ Attention: Some services may offer to "flash" the Wi-Fi module instead of replacing it. This is a risky procedure that can permanently damage the adapter. Insist on warranty repairs (if your laptop is under warranty) or a module replacement.
FAQ: Frequently asked questions about laptop Wi-Fi issues
My laptop sees networks but won't connect—what should I do?
If networks are displayed, but the connection is lost or asks for a password endlessly:
The Wi-Fi works, but it keeps dropping out. What's wrong?
Reasons for unstable connection:
After a Windows update, my laptop stopped detecting Wi-Fi. How can I roll back?
If the problem appeared after the update:
If rolling back doesn't help, uninstall the current Wi-Fi driver and install the version from the laptop manufacturer's website (see section 3).
Is it possible to connect a laptop to the Internet without Wi-Fi?
Yes, there are several ways:
How do I find out what Wi-Fi adapter my laptop has?
There are several ways: