Have you turned on your laptop or PC, but the list of available networks is empty? Or is your adapter stubbornly ignoring your router, even though other devices connect without issue? This situation is familiar to many: The Wi-Fi adapter doesn't see the network., and the causes can be either software glitches or hardware malfunctions. Most often, the problem can be resolved within 10 minutes, but sometimes a more in-depth diagnosis is required.
In this article, we'll cover all possible scenarios: from a simple disconnected module to driver conflicts and physical damage to the antenna. You'll learn how to check the adapter's functionality, update drivers manually, reset network settings, and even diagnose your router. And if all else fails, we'll provide a checklist for contacting a service center.
Important: The instructions are suitable for Windows 10/11, macOS (including Sonoma), Linux (Ubuntu/Debian), and external USB adapters. (TP-Link, D-Link, ASUS etc.). For older OS versions (Windows 7/8), additional steps may be required—please check in the comments.
1. Check basic settings: Is the adapter enabled?
Before you dig deeper, make sure the problem isn't something basic. The Wi-Fi module may be disabled. both physically (using a button on the case) and software-wise – through the system or BIOS.
- 🔄 Wi-Fi button on a laptop: On some models (Lenovo, HP, Acer) there is a separate key or combination (for example,
Fn + F2) to turn the module on/off. Check the indicator light—if it's not lit, press the button. - 🖥️ Airplane mode: In Windows, go to
Settings → Network & Internet → Airplane ModeOn . macOS - to the menu bar (airplane icon). On Linux - with the commandrfkill listin the terminal. - ⚙️ BIOS/UEFI: It's rare, but it happens that Wi-Fi is disabled at the firmware level. Go to the BIOS (usually
Del,F2orEscwhen loading) and find the sectionAdvanced → Wireless LAN(the name may differ).
If the adapter is external (USB), try reconnecting it to a different port—sometimes the problem is a faulty connector. Also, check if the indicator light on the adapter itself is lit (for example, TP-Link TL-WN725N the blue LED should flash).
2. Driver diagnostics: update, rollback, or reinstall
In 70% of cases, the problem lies in the drivers — they could have crashed after a Windows update, conflicted with other software, or simply become outdated. Let's check this step by step:
- Checking the adapter status: Open
device Manager(Win + X → Device Manager), find the sectionNetwork adapters. If there is a Wi-Fi module near yours (for example, Qualcomm Atheros, Intel Wireless-AC) there is an exclamation mark - the driver is not working properly. - Driver update: Right-click on the adapter →
Update driver → Automatic searchIf Windows does not find updates, download them manually from the website of the laptop or adapter manufacturer (for example, for Realtek RTL8821CE — from the website Realtek). - Driver rollbackIf the problem appears after an update, revert to the older version: right-click →
Properties → Driver → Roll Back Driver. - Uninstall and reinstall: Uninstall the device in the device manager, then click
Action → Update hardware configurationWindows should install the driver automatically.
For Linux Update drivers via terminal:
sudo apt update && sudo apt install --reinstall firmware-Realtek # For Realtek adapters
sudo dkms install -m rtl8821ce -v 5.5.2.1 # Example for a specific model
How to find out the model of a Wi-Fi adapter in Linux?
In the terminal, enter the command lspci | grep -i network (for PCI adapters) or lsusb (for USB). In the output, find the line with Network controller - this is your adapter.
3. Reset network settings and services
If the drivers are OK but networks still aren't showing up, reset your network settings. This can help with IP conflicts, DHCP failures, or corrupted configuration files.
- 🔧 Windows: Open
Settings → Network & Internet → Status → Network resetAfter rebooting, all settings (including saved Wi-Fi passwords) will be reset to factory defaults. - 🍎 macOS: Remove the configuration file:
sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plistsudo rm /Library/Preferences/SystemConfiguration/preferences.plistThen restart your Mac.
- 🐧 Linux (Ubuntu/Debian):
sudo systemctl restart NetworkManagersudo nmcli networking off && sudo nmcli networking on
Also check the operation of the services:
- In Windows:
Win + R → services.msc, findWLAN AutoConfig ServiceAndNetwork List Service- both must be included. - In Linux:
sudo systemctl status wpa_supplicant(must have statusactive (running)).
4. Checking the router and broadcast channel
If the adapter is not visible specific networkIf your router works fine, but other devices connect normally, the problem may be with your router settings. Here's what to check:
| Router parameter | What to do | The cause of the problem |
|---|---|---|
| Operating mode (802.11) | Install 802.11b/g/n/ac (or ax for Wi-Fi 6) |
The adapter does not support the selected standard (for example, older devices do not see 802.11ac) |
| Broadcast channel | Change the channel to 1, 6 or 11 (for 2.4 GHz) or any in the range 36-48 (for 5 GHz) | Channel congestion or interference from other networks |
| Channel width | Install 20 MHz for 2.4 GHz or Auto for 5 GHz |
Too wide a band (40/80 MHz) may not be supported by the adapter. |
| Hiding the SSID | Disable the option Hide SSID or Hide network |
Some adapters cannot connect to hidden networks. |
To change your router settings, go to its web interface (usually at 192.168.0.1 or 192.168.1.1, login/password — admin/admin or indicated on the sticker). If you don't know how to do this, use the instructions for your model (TP-Link, Keenetic, ASUS and others).
5. Hardware problems: antenna, connectors, overheating
If software methods do not help, it may be due to physical malfunction adapter. Here are typical symptoms and solutions:
- 📡 Damaged antennaOn laptops, Wi-Fi antennas often run under the screen. If you've recently dropped the device or replaced the display, check the cables for damage (this may require disassembly).
- 🔌 Oxidized contacts: For external USB adapters (TP-Link, D-Link) Over time, the contacts oxidize. Clean them with an eraser or alcohol.
- 🔥 Overheat: If the adapter gets too hot, it may shut off. Check the temperature with HWMonitor (Windows) or
sensors(Linux). - ⚡ Insufficient nutritionUSB adapters sometimes require additional power. Try connecting them through a powered USB hub.
To diagnose hardware problems:
- Connect the adapter to another device. If it works there, the problem is with your PC or laptop.
- Check the adapter in Safe Mode (Windows) or from a Live CD (Linux). If networks appear, the software is to blame.
- Use utilities like Wi-Fi Analyzer (Android) or inSSIDer (Windows) to see if the adapter is visible any networks (even other people's).
Has the adapter been tested on another device?
Are the contacts clean (for USB adapters)?
Is there any physical damage to the antenna?
Have you tried connecting via a powered USB hub?-->
6. Conflicts with other software and security settings
Sometimes the Wi-Fi adapter does not see the network due to third-party programs or overly strict security settings. Common culprits:
- 🛡️ Antiviruses/Firewalls: Kaspersky, Avast, ESET or built-in Windows Defender may be blocking network connections. Temporarily disable them and check the connection.
- 🔒 VPN/Proxy: Services like NordVPN or ProtonVPN Sometimes they conflict with Wi-Fi. Disable the VPN and restart the adapter.
- 📋 Group Policies (Windows Pro/Enterprise): In the Local Group Policy Editor (
gpedit.msc) check the sectionComputer Configuration → Administrative Templates → Network → Network Connections. ParameterDisable connection to infrastructure networksmust be disabled. - 🔄 Dual drivers: If you installed the drivers manually, there may be conflicting versions left in the system. Remove all through
Control Panel → Programs and Featuresand install it again.
For Linux check if it is blocking ufw (firewall) network connections:
sudo ufw status # View rules
sudo ufw disable # Temporarily disable
7. When should I contact the service center?
If you've tried all the methods and the adapter still doesn't detect the network, you may need professional help. Here are the signs: hardware failure:
- 🚨 The adapter is not detected in
Device Manager(chapterOther deviceswith an exclamation mark). - 🔌 The indicator on the USB adapter does not light at all (even when connected to another PC).
- 🔥 The adapter gets very hot or smells like burning.
- 📉 In Linux team
dmesg | grep -i firmwareshows firmware loading errors.
Repair cost:
| Type of malfunction | Approximate price (₽) | What are they doing? |
|---|---|---|
| Replacing the Wi-Fi module in a laptop | 1 500–4 000 | Installing a new module (eg. Intel AX200) |
| Antenna repair | 1 000–2 500 | Soldering or replacing the antenna cable |
| Reflashing the adapter | 800–1 500 | Updating the firmware via a programmer |
| Cleaning contacts (USB/PCI-e) | 500–1 000 | Ultrasonic cleaning or connector replacement |
Before visiting the service:
- Make a backup copy of your data (if the repair requires disassembling the laptop).
- Check if the mechanics have original spare parts for your model.
- Check the warranty - if the device is under warranty, repairs may be free.
FAQ: Frequently Asked Questions
❓ Why does the adapter see networks but not connect to mine?
Possible reasons:
- Incorrect password (check case).
- The router is configured to
WPA3, and the adapter only supportsWPA2(change the encryption type in the router settings). - MAC address restriction (disable filtering in the router or add the MAC address of your adapter to the whitelist).
❓ Can a virus block Wi-Fi?
Yes, some viruses (eg. Trojan.Win32.NetFilter) modify network settings or drivers. Run a full system scan. Dr.Web CureIt! or Kaspersky Virus Removal Tool, then reset the network settings as described in section 3.
❓ Why does the adapter only work near the router?
This is a sign of a weak signal. Possible solutions:
- Change the channel on your router to a less busy one (use Wi-Fi Analyzer for analysis).
- Install a repeater or mesh system (for example, TP-Link Deco).
- Replace the antennas on your router with more powerful ones (for example, 9 dBi).
- Check if the router is located in a metal cabinet or behind a thick wall.
❓ How can I test the adapter on another device without installing the OS?
Use Linux Live CD/DVD (For example, Ubuntu or Linux Mint):
- Download the ISO image from the official website.
- Write it to a flash drive using Rufus or BalenaEtcher.
- Boot from the flash drive (select boot from USB in BIOS).
- In Live mode, check if the system sees Wi-Fi networks.
If networks appear, the problem is with your host OS. If not, the adapter is faulty.
❓ Can I use my smartphone as a Wi-Fi adapter?
Yes, using the function USB-ethernet (on Android) or Modem mode (on iPhone):
- On Android:
Settings → Network & Internet → Hotspot & Tethering → USB Tethering. - On iPhone:
Settings → Tethering & Personal Hotspot → Allow Others to Use → USB-Only.
Cons: high latency (not suitable for gaming), fast battery drain.