Wi-Fi connection issues can arise for dozens of reasons, from a simple router shutdown to serious hardware issues with the adapter. But how can you tell if it's your own fault? Wi-Fi moduleIs it a problem with your adapter, drivers, Windows settings, or external interference? This article will help you systematically check its functionality without resorting to service centers.
We will analyze diagnostic methods for both built-in modules (in laptops and motherboards) and external USB adapters from TP-Link, ASUS, D-Link and other brands. We will pay special attention Hidden Windows 10/11 errors that block Wi-Fi for no apparent reasonAll instructions are suitable for devices based on Intel, Qualcomm Atheros, Broadcom, Realtek And Mediatek.
Before you begin testing, make sure the problem isn't with your router: reboot it, check the indicators, and try connecting from another device (smartphone, tablet). If the internet works on other devices, your adapter or its software is to blame.
1. Checking the physical condition of the adapter
Start with a visual inspection. For external USB adapters (TP-Link TL-WN725N, ASUS USB-AC53 etc.) check:
- 🔌 Integrity of the body - Cracks or chips may indicate internal damage after a fall.
- 🔥 Overheat — if the adapter is hot to the touch after 10–15 minutes of operation, this is a sign of a faulty chip or capacitors.
- 💡 Indicators — On most models, a blue/green LED should be lit or flashing. Its absence indicates a malfunction.
For built-in adapters in laptops (Intel AX200, Qualcomm QCA61x4) you'll need to disassemble the device. If you're unsure of your skills, it's best to contact a service center. However, indirect signs of a malfunction can be identified without opening it:
- 📶 Antenna wires — often come loose from the connectors when dropped. Symptom: Wi-Fi only works near the router.
- 🔧 Mounting the module - If the adapter is not secured with a screw, it may shift and lose contact with the motherboard.
⚠️ Please note: Not all laptops allow easy access to the Wi-Fi module. In models Apple MacBook (2018 and newer) and some Dell XPS The adapter is integrated into the motherboard - replacing it requires soldering.
2. Diagnostics via Windows Device Manager
The fastest way to check if the system recognizes the adapter is to open device ManagerTo do this:
- Click
Win + Xand select "Device Manager". - Expand the tab
Network adapters. - Find the device with the names Wireless, Wi-Fi, 802.11ac or brand name (Intel, Realtek etc.).
What could go wrong:
- ❌ The device is missing — the adapter is not detected (driver problem, physical damage, or BIOS disablement).
- ⚠️ Yellow triangle with an exclamation mark — driver error (the error code can be seen in the device properties).
- 🔄 Gray arrow icon — the adapter is disabled manually.
| Error code | Cause | Solution |
|---|---|---|
10 |
The device cannot start | Reinstall the driver or update the BIOS |
28 |
No drivers | Download from the adapter manufacturer's website |
43 |
Windows has stopped the device due to errors. | Roll back the driver or reset network settings |
45 |
The device is disabled in the system | Enable via context menu |
If the adapter displays correctly but Wi-Fi isn't working, proceed to the next section. If the device isn't working at all, check:
Check the connection (for USB/PCIe adapters)|Enable the adapter in BIOS/UEFI (section Advanced → Onboard Devices)|Try a different USB port (for external adapters)|Make sure the adapter is not disabled by a hardware switch (on some laptops)
-->
3. Testing via Command Line
Command line (CMD) allows you to get detailed information about the adapter and network status. Run it as administrator (Win + X → Command Prompt (Administrator)) and execute the commands in order:
1. Checking the list of network interfaces:
netsh interface show interface
Look for the line with Wi-Fi or Wireless network. In the column State should be Connected (if you are connected to the network) or Disabled (if not). Status Disabled means software shutdown.
2. Driver and chipset diagnostics:
netsh wlan show drivers
Please pay attention to the lines:
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- IfNo, there may be problems connecting to some routers.
3. Checking available networks:
netsh wlan show networks mode=bssid
If the network list is empty but other devices see them, the adapter is faulty or blocked by the driver. If networks are visible but connection is impossible, there's an authentication issue (password, security type).
4. Stress test the adapter using specialized utilities
Standard Windows tools don't always show the adapter's actual status. For a more thorough diagnosis, use third-party utilities:
1. WiFi Analyzer (Android) or NetSpot (Windows/macOS)
These programs scan the air and show:
- 📊 Signal level in dBm (normal: from
-50to-70dBm). - 🔄 Channels and interference - if your router is operating on a congested channel (for example,
6or11in the 2.4 GHz range), the adapter may lose packets. - 🚀 Connection speed — compare with your provider’s tariff.
2. HWiNFO or AIDA64
These utilities show the adapter's technical specifications:
- 🔧 Chipset model (For example, Intel Wi-Fi 6 AX200).
- 📡 Supported standards (
802.11a/b/g/n/ac/ax). - 🔥 Temperature — the norm is up to
70°C, above indicates overheating.
3. Ping-Test to check stability
Open CMD and run:
ping -t 8.8.8.8
If packets are lost (Requests have expired) or delay (time=...) jumps from 10 ms to 1000+ ms — the adapter is unstable. Reasons:
- 🔌 Lack of food (relevant for USB adapters without an external power supply).
- 📶 Interference from other devices (microwaves, cordless phones).
- 🔄 Outdated router firmware.
⚠️ Attention: In utilities like AIDA64 Wi-Fi adapter information may be displayed incorrectly if the driver is installed incorrectly. Always check the chipset model against the official documentation.
5. Test on another device or OS
If the adapter is external (USB or PCIe), the most reliable test is to connect it to another PC or laptop. This will help rule out issues with a specific system. Algorithm:
- Connect the adapter to another device with Windows/Linux/macOS.
- Check if it is defined in
Device Manager(or equivalent for another OS). - Try connecting to Wi-Fi.
Results:
- ✅ Works everywhere — the problem is in the source PC (drivers, settings, device conflict).
- ❌ Doesn't work anywhere — the adapter is faulty.
- ⚠️ Works on Linux/macOS, but not on Windows - driver conflict (a common problem with Realtek chipsets).
For testing on Linux (Ubuntu/Debian) run in terminal:
lspci | grep -i network # for PCIe adapterslsusb | grep -i network # for USB adapters
iwconfig
If the adapter is displayed but does not connect, check the chipset support in the Linux kernel (some newer models Intel AX210 require manual installation of drivers).
How to check the adapter on a MacBook
On macOS, open System Preferences → Network → Wi-Fi → Advanced. Tab Wi-Fi will show a list of available networks and adapter parameters. For detailed information, use System report (Apple Menu → About This Mac → System Report → Network → Wi-Fi).
6. Hardware diagnostics (multimeter and oscilloscope)
If software methods fail and the adapter isn't detected on any device, it's time to check the hardware. To do this, you'll need:
- 🔧 Multimeter (to check the voltage at the contacts).
- 🔍 magnifying glass (to inspect the soldering).
- 💻 USB tester (for external adapters).
What to check:
- Nutrition: On USB adapters, measure the voltage between
VCC (+5V)AndGNDIt must be.4.75–5.25VDeviations indicate problems with the port or cable. - Integrity of tracks: Inspect the board for microcracks (especially near the antenna connector).
- Capacitors: Swollen or leaking capacitors are a common cause of unstable operation.
For built-in adapters in laptops:
- Check it out antenna wires for a break (use a multimeter in continuity mode).
- Make sure that M.2 connector (for modern adapters) not damaged.
⚠️ Caution: Repairing the board yourself requires SMD soldering skills. Incorrect soldering may permanently damage the adapter. For chips Broadcom And Qualcomm EEPROM reflashing is often required, which is impossible without a programmer.
7. When it's time to take the adapter to a service center
There are signs that make DIY repairs pointless or dangerous:
- 🔥 Warranty adapter - Opening the case will void the warranty.
- 💥 Burnt elements - blackened microcircuits or melted tracks.
- 📡 Antenna problems — if the signal disappears with the slightest movement of the laptop (the antenna cable needs to be replaced).
- 🔄 Unidentified chipset - when no OS detects the adapter model.
Repair cost:
| Type of malfunction | Average price (rubles) | Repair period |
|---|---|---|
| Replacing the antenna cable | 800–1 500 | 1–2 days |
| Resoldering the chipset | 2 000–5 000 | 3-5 days |
| Replacing the adapter (laptop) | 1 500–4 000 | Day 1 |
| EEPROM firmware | 1 000–3 000 | 2-3 days |
For external USB adapters (TP-Link, ASUS) repairs are often unprofitable - it is cheaper to buy a new one (from 500–1,500 rubles). The exception is premium models (ASUS PCE-AX58BT), where replacing antennas or chipsets is justified.
FAQ: Frequently asked questions about testing Wi-Fi adapters
My adapter is detected, but the Wi-Fi speed is very slow. What's wrong?
The reasons may be different:
- 📶 Congested channel - change the channel on the router in the settings (for example, from
6on1in 2.4 GHz). - 🔌 Lack of food — for USB adapters use USB hub with external power supply.
- 🔄 Obsolete standard - if your adapter only supports
802.11n(up to 300 Mbps), and the router works in802.11ac(up to 1 Gbps), the speed will be limited.
Check your speed through Speedtest.net and compare with the provider's tariff.
The adapter works, but it disconnects periodically. How do I fix it?
A common problem is related to:
- ⚡ Energy saving - disable the option in
Device Manager → Adapter Properties → Power Management(uncheckAllow shutdown...). - 🔥 Overheating - Use a laptop cooling pad.
- 🔄 Driver conflict - remove all old versions of drivers via Display Driver Uninstaller (DDU) and install the latest ones from the manufacturer's website.
Can I use a Wi-Fi adapter with a TV or set-top box?
Yes, but there are some nuances:
- 📺 For Smart TV (Samsung, LG, Sony) only adapters with support will work
MiracastorWi-Fi Direct(For example, TP-Link Archer T4U). - 🎮 For consoles (Xbox, PlayStation) Manufacturer-certified adapters are required. Uncertified adapters may not work.
- ⚠️ USB adapters may not receive enough power from the TV ports - use a USB hub with an external power supply.
How to check the adapter for viruses?
Viruses rarely attack the adapters themselves, but they can:
- 🕵️ Change DNS - check your network settings (
Control Panel → Network → Change adapter settings → IPv4). - 🔄 Block traffic — scan the system Malwarebytes or Kaspersky Virus Removal Tool.
- 📡 Create hidden networks - check the list of saved networks in
netsh wlan show profiles.
If the adapter is detected as an unknown device (VID_PID=0000) - this could be a sign of infection rootkit-virus.
Is it possible to repair an adapter with physical damage yourself?
Depends on the type of damage:
- ✅ A broken antenna wire - you can solder it yourself (you need a soldering iron)
30Wand flux). - ✅ Oxidized contacts - clean with alcohol and cotton wool.
- ❌ Cracks on the chipset — professional equipment is required (infrared soldering).
- ❌ Burnt elements — without a diagram and experience, repair is impossible.
For laptops Lenovo, HP And Acer It is often easier to buy a new adapter (price from 1,000 rubles), than to repair the old one.