A Wi-Fi adapter is a key component responsible for wireless internet connection, but its malfunction is often disguised as a problem with the router or ISP. If a laptop or PC suddenly loses connection to the network, while other devices are working reliably, the adapter should be checked first. In 80% of cases, the problem can be resolved with software solutions, ranging from updating drivers to resetting network settings.
This article will help diagnose a Wi-Fi adapter on Windows 10/11, Linux, or macOS without any special equipment. We'll address both physical faults (damaged contacts, overheating) and software issues (driver conflicts, OS errors). We'll pay special attention to built-in adapters (For example, Intel AX200 or Qualcomm Atheros) and external USB modules of the type TP-Link TL-WN725N.
Before taking your equipment to a service center, complete all the inspection steps in this guide—it will save you time and money. And if the adapter does fail, you'll know exactly what needs replacing.
1. Visual inspection and physical connection check
Start with a basic diagnosis - often the problem lies in mechanical damage or loose connections. If you have external USB adapter (For example, ASUS USB-AC56 or Tenda U3), remove it and inspect it:
- 🔍 USB connector contacts — are they bent, or are there any signs of oxidation or carbon deposits? Try connecting the adapter to a different port.
- 🔥 Overheating of the case - If the adapter is hot to the touch, this may indicate a short circuit or a faulty controller.
- 📶 Antennas (if any) - check if they have broken off or if there are any cracks in the soldering areas.
For built-in adapters (in laptops or PC motherboards) you will need to disassemble the device. On most laptops, the Wi-Fi module is located under a small cover on the back panel (usually marked as WLAN or Wi-Fi). Please note:
- 🔌 Connecting antenna cables - they must be tightly fixed in the connectors
MHF4orIPEX. - 💥 Swollen capacitors — a sign of failure of the power supply circuits (relevant for old adapters).
- 🔄 Traces of corrosion — especially if the laptop has been exposed to moisture.
⚠️ Attention: If you're unsure of your disassembly skills, it's best to contact a service center. Incorrectly removing the Wi-Fi module can damage the antenna cables or connector.M.2/Mini PCIeon the motherboard.
After a visual inspection, plug the adapter back in and check if the Wi-Fi indicator lights up (if present). A lack of a light signal often indicates complete failure of the controller or power supply problems.
2. Checking the adapter's activation in the system
Even if the adapter is physically functional, it may be disabled at the OS or BIOS level. Let's start with the simplest thing - checking the status in Device Manager (Windows) or System report (macOS/Linux).
For Windows 10/11:
- Click
Win + Xand select device Manager. - Expand the branch
Network adapters. - Look for devices with names like Wireless, Wi-Fi, 802.11ac or model number (for example, Intel Wi-Fi 6 AX201).
If the following light is lit next to the adapter name: yellow exclamation mark, this means there is a problem with the driver. Red down arrow (↓) — the adapter is disabled. Right-click on the device and select Engage.
For macOS:
- Open
About This Mac → System Report → Networks → Wi-Fi. - Check the status
AirPort Card Status(for older Macs) orWi-Fi status.
For Linux (Ubuntu/Debian):
lspci | grep -i network
iwconfig
If the command output iwconfig If your adapter is not present, it means it is not recognized by the system.
⚠️ Attention: On some laptops (especially Lenovo And HP) The Wi-Fi adapter may be disabled in the BIOS. To check this, reboot the device, enter the BIOS (usually by pressingF2,DelorEsc) and find the optionWireless LAN SupportorWLAN Radio ControlShe should be able toEnabled.
3. Diagnostics via command line (Windows)
The command line allows you to get detailed information about the adapter's status and identify hidden errors. Open it as administrator (Win + X → Command Prompt (Administrator)) and run the following commands:
1. Checking the list of network devices:
netsh interface show interface
Look for the line with Wi-Fi or Wireless network. In the column State should be Connected or Disabled (if the adapter is disabled by software).
2. Driver and controller test:
netsh wlan show drivers
Please note the parameters:
Radio type— it should be802.11n/ac/ax(depending on the standard of your adapter).Hosted network support—Yes(important for distributing Wi-Fi from a PC).WPS support— not critical, but useful for diagnostics.
3. Checking supported standards and channels:
netsh wlan show all
In the section Wireless LAN support Information about your adapter should be displayed. If it's blank or shows an error, the driver wasn't installed correctly.
4. Reset network settings (if the adapter is not detected):
netsh winsock resetnetsh int ip reset
ipconfig /flushdns
After executing these commands reboot your PC.
Checking interfaces|netsh interface show interface
Driver test|netsh wlan show drivers
Reset network settings | netsh winsock reset
Clear DNS cache|ipconfig /flushdns-->
4. Testing the signal and connection speed
If the adapter is detected by the system, but the Internet is unstable, check signal level And data transfer rate. Weak signal (below -70 dBm) or low speed (less 10 Mbps in standard 802.11n) may indicate problems with antennas or interference.
Verification methods:
- 📊 Via Task Manager (Windows):
- Click
Ctrl + Shift + Esc. - Go to the tab
Performance → Wi-Fi. - Look at the graphs
Upload/download speedAndSignal level.
- Click
- Scan the airwaves for congested channels (for example, channel 6 in the range
2.4 GHzoften clogged). - Compare your network signal strength with neighboring access points.
iwconfig wlan0 | grep Signal
iwlist wlan0 scanning | grep -A 5 "ESSID:"
Where wlan0 — the name of your Wi-Fi interface (may differ).
| Signal level (dBm) | Connection quality | Possible problems |
|---|---|---|
from -30 to -50 |
Excellent | No |
from -50 to -60 |
Good | Rare breaks are possible under high load |
from -60 to -70 |
Average | Low speed, frequent connection breaks |
from -70 to -80 |
Weak | Constant disconnections, inability to connect |
below -80 |
Absent | The adapter does not see the network or is out of range |
If the signal is weak, try:
- 📍 Move closer to the router.
- 🔄 Switch the router to a less loaded channel (for example, from 6 to 1 or 11 in the range
2.4 GHz). - 🆙 Update your router firmware (sometimes older software versions limit transmission power).
- Open device Manager (
Win + X). - Find your Wi-Fi adapter in the section
Network adapters. - Right click →
Update driver→Search for drivers on this computer. - Select
Select a driver from the list...and install the latest version.
5. Check drivers and update software
Outdated or corrupted drivers are one of the most common reasons for Wi-Fi not working. Even if Device Manager no errors, the driver may not work correctly.
How to update a driver manually (Windows):
If Windows doesn't find updates, download the driver from the manufacturer's official website:
- Intel: Intel Driver & Support Assistant
- Qualcomm Atheros: Official website (drivers are often distributed by laptop model).
- Realtek: Support page (search by adapter model, for example, RTL8821CE).
- Broadcom: Drivers are often supplied through the laptop manufacturer (Dell, HP and others).
- Open
device Manager. - Right-click on the adapter →
Properties → Driver → Roll Back Driver. - If the button is inactive, remove the device (
Remove device) and restart your PC - Windows will try to install the driver again. - 🖥️ External USB adapter: Connect it to another PC/laptop. If it works, the problem is in your system settings.
- 🔄 Bootable USB flash drive with Linux: create a LiveUSB with Ubuntu or Linux Mint and check if the system sees the adapter. If so, the problem is with Windows.
- 🍎 MacOS/Linux on the same PC: if you have MacBook or a PC with dual boot, boot into another OS and check Wi-Fi.
- Damage to antenna cables (often frayed when opening the cover).
- Failure of the controller (for example, after a power surge).
- Power supply problems (faulty capacitor on the board).
- Disassemble the laptop and find the Wi-Fi module.
- Carefully disconnect and reconnect the antenna connectors (they are usually labeled
MAINAndAUX). - Check the integrity of the cables - they should not be bent or torn.
- 🆕 New adapters (for example, Wi-Fi 6E on old Windows 10).
- 🔧 USB adapters connected to a hub without separate power supply.
- 🖥️ Virtual machines (for example, VirtualBox or VMware), where the adapter is not forwarded to the guest OS.
- Check the adapter model in Device Manager (For example, Realtek RTL8822BE).
- Check the manufacturer's website to see if it is supported by your OS version.
- For USB adapters, please note the version
USB(For example,USB 3.0may not work in the portUSB 2.0at full speed). - 🔌 USB ports: If the adapter is connected to a hub, try moving it directly to the port on the motherboard.
- 📡 Other wireless devices: Disconnect your Bluetooth mouse, keyboard, or headphones—they may interfere with the range.
2.4 GHz. - 🔧 Antiviruses and firewalls: temporarily disable Kaspersky, Avast or built-in
Windows Defender- They sometimes block network connections. - In the VM settings, enable
USB Controllerand add the adapter to the list of devices. - For VirtualBox use
USB 2.0/3.0 expansion. - IN VMware Check that the adapter is not captured by the host system.
- 🔌 Hardware Wi-Fi button/switch on the laptop case is turned off (relevant for Lenovo, HP, Acer).
- 📡 The antennas are disconnected — disassemble the laptop and check the cable connections to the Wi-Fi module.
- 🆕 The driver is installed but does not work - try rolling it back or installing the version from the laptop manufacturer's website (not the adapter's!).
- 🔄 The router is configured to a hidden SSID. — check if another device (for example, a phone) can see the network.
- Check if the PC is receiving
IP addressfrom the router: in the command line, enteripconfig /all(Windows) orifconfig(Linux/macOS). If the address is like169.254.x.x— problem with DHCP. - Restart your router and PC.
- Try connecting to a different network (for example, from your phone in hotspot mode).
- Reset network settings:
netsh int ip reset(Windows) orsudo networksetup -setdhcp Wi-Fi(macOS). - Disable VPN or proxy servers if configured.
- Connect to the router via cable and check the internet speed on Speedtest.net - this will be the standard.
- Connect via Wi-Fi and repeat the test. If the speed is lower by 30% or more, the problem lies with the adapter or router settings.
- Check the connection standard in
Task Manager → Wi-Fi(Windows) orOption+click on the Wi-Fi icon(macOS). For example,802.11acmust issue up to866 Mbps, A802.11n— to300 Mbps. - Make sure your router supports the same standard as your adapter (e.g. Wi-Fi 6 will not work at full speed with the router Wi-Fi 5).
- Switch from
2.4 GHzon5 GHz(less interference). - Change the channel width in the router settings to
40 MHzor80 MHz. - Update the router firmware.
- ✅ Software problems (drivers, settings) - yes, according to the instructions in this article.
- ✅ Poor antenna contact - you can reconnect the cables yourself (carefully!).
- ⚠️ Damaged tracks or chips - soldering is required, it is better to contact a service center.
- ❌ Controller failure — the adapter must be replaced.
- 🖥️ For PC (PCIe):
- TP-Link Archer TX3000E (Wi-Fi 6, up to
2400 Mbps). - ASUS PCE-AX58BT (Bluetooth + Wi-Fi 6).
- TP-Link Archer TX3000E (Wi-Fi 6, up to
- 💻 For laptop (M.2):
- Intel Wi-Fi 6 AX200 (universal, supports
160 MHz). - Qualcomm Atheros QCNFA765 (for gaming laptops).
- Intel Wi-Fi 6 AX200 (universal, supports
- 🔌 External USB:
- TP-Link TL-WN823N (budget,
300 Mbps). - ASUS USB-AX56 (Wi-Fi 6,
1800 Mbps).
- TP-Link TL-WN823N (budget,
- Compatibility with your OS (especially for Linux).
- Availability of drivers for your version of Windows/macOS.
- Form factor (eg.
M.2 2230orM.2 1216for laptops).
For Linux: Most adapters require proprietary drivers. Install them via the terminal:
sudo apt updatesudo apt install firmware-iwlwifi # For Intel
sudo apt install firmware-realtek # For Realtek
For macOS: Driver updates come through Software update (Apple menu → System Preferences). If the adapter stopped working after updating macOS, try resetting it NVRAM:
sudo nvram -c
sudo shutdown -r now
⚠️ Attention: Never install drivers from third-party sites (like driverpack.io). They often contain malware or outdated versions that can permanently disable the adapter.
What should I do if Wi-Fi disappears completely after updating the driver?
If the adapter has disappeared from Device Manager After updating the driver, perform a rollback:
If this does not help, download the driver from the official website and install it manually via Update driver → Select driver from computer.
6. Testing on another device or OS
If all the previous steps fail, test the adapter on another computer or with a different operating system. This will help determine whether the problem is iron or software.
Testing methods:
If the adapter does not work on any device, it physically defective and requires replacement. For built-in modules in laptops, this may be due to:
How to test antenna cables:
7. Checking hardware compatibility and conflicts
Sometimes a Wi-Fi adapter conflicts with other hardware or isn't supported by your system. This applies to:
How to check compatibility:
Equipment conflicts:
For virtual machines:
FAQ: Frequently asked questions about checking your Wi-Fi adapter
My laptop can't see any Wi-Fi networks, but the adapter is detected in the system. What's the problem?
Possible reasons:
My Wi-Fi adapter connects to the network, but the internet isn't working. What should I do?
Sequence of actions:
How to test a Wi-Fi adapter for maximum speed?
To find out the actual speed of the adapter:
If the speed is slow, try:
Is it possible to repair a Wi-Fi adapter yourself?
It depends on the type of breakdown:
For built-in modules in laptops, repair is often unprofitable - it is easier to buy a new adapter (for example, Intel AX200 or Broadcom BCM94360) and replace it. The cost of such a module ranges from 1,500 to 4,000 rubles.
Which Wi-Fi adapter should I buy for replacement?
Recommendations for selection:
Before purchasing, please check: