A laptop's Wi-Fi module is one of the most vulnerable components, often failing due to overheating, mechanical damage, or software glitches. If your laptop suddenly stops connecting to wireless networks, don't rush to blame the router or ISP: in 40% of cases, the problem lies with the adapter itself. But how can you distinguish a hardware malfunction from a software bug? This article will help you conduct a comprehensive diagnosis without calling a service center.
We will consider all possible testing methods - from basic (checking the module's inclusion in the BIOS) to advanced (testing through Linux Live USB and analysis of system logs). We will pay special attention to typical errors such as code 10 or 43 We'll also discuss how to check the physical condition of a module if the laptop is disassembled. At the end of the article, you'll find an FAQ with answers to frequently asked questions and a module compatibility chart for popular brands.
Before starting diagnostics, make sure the problem isn't with the router. Try connecting to the network from another device (smartphone, tablet). If the internet works, move on to checking the laptop. If not, first reboot the router or contact your ISP.
1. Checking the physical activation of the Wi-Fi module
The most common, yet mundane, reason for a lack of Wi-Fi is a disabled module. Many laptops have a hardware button or key combination for turning wireless adapters on and off. Users often accidentally press it, especially on models Lenovo, HP or Acer.
How to check:
- 🔍 Inspect your keyboard: look for a key with an antenna icon (usually
F2,F12or combination withFn). On models ASUS This could be a separate button on the end of the case. - 💡 Look at the indicators: if there is an LED with an image of an antenna near the touchpad or on the front panel, it should light up or blink when Wi-Fi is active.
- 🔄 Restart your laptop: Sometimes the module freezes and becomes unresponsive. Restarting it resets the state.
If the button doesn't work or is missing, check the BIOS/UEFI settings. Go to the menu (usually by F2, Del or Esc when loading) and find the section Advanced → Wireless or Onboard Devices. Make sure the parameter Wireless LAN or WLAN installed in Enabled.
2. Diagnostics via Windows Device Manager
If the module is physically turned on, but the networks are still not visible, check its status in Device ManagerThis is the main tool for diagnosing software problems. Open it via Win + X → Device Manager or by team devmgmt.msc on the menu Execute (Win + R).
Find the section in the list Network adaptersThere should be an item with names like:
- 📡 Intel Wireless-AC 9560 (or another model from Intel)
- 📡 Qualcomm Atheros QCA61x4 (often found in budget laptops)
- 📡 Broadcom 802.11ac (found in MacBook and some Dell)
- 📡 Realtek RTL8822CE (popular in laptops ASUS And Acer)
Please note the icons next to the adapter name:
- ⚠️ Yellow triangle with an exclamation mark — driver error (codes 10, 43, etc.).
- 🔴 Red cross — the device is turned off manually.
- 🔄 Arrows in a circle — Windows is trying to install the driver.
If there is no adapter at all, this may mean:
- 🔌 The module is not physically connected (the cable or contact has come loose).
- 🖥️ Disabled in BIOS (see previous section).
- 🔧 Manual driver installation is required.
Update the driver via the context menu | Remove the device and restart the PC | Check the error code in the adapter properties | Download the driver from the laptop manufacturer's website -->
3. Checking via the command line (CMD)
The command line allows you to get detailed information about the status of your Wi-Fi adapter, even if it is not displayed in the graphical interface. Open CMD as administrator (Win + X → Command Prompt (Administrator)) and run the following commands:
1. Checking the list of network adapters:
netsh wlan show drivers
Look for the lines:
Radio type— it should be802.11n,802.11acor802.11ax(Wi-Fi 6).Hosted network support—Yes(if you plan to distribute Wi-Fi).Type—Native Wi-Fi Driver(if the driver is correct).
2. Checking available networks:
netsh wlan show networks mode=bssid
If the list is empty, but other devices see the networks, the problem is with the adapter or driver. If the networks are visible but you can't connect, check your router settings (e.g. WPA3 may not be supported by older adapters).
3. Connection diagnostics:
ping 8.8.8.8
If you can ping but can't access websites, there's a DNS issue. If you can't ping, check your IP settings:
ipconfig /all
Look for an adapter Wireless network and parameters IPv4 address, Main gatewayIf the address starts with 169.254.x.x — DHCP is not working.
4. Testing in Safe Mode and via Live USB
If Wi-Fi is not working normally but appears in Safe Mode with Networking, the problem lies in a driver or software conflict. To enter Safe Mode:
- Click
Win + R, entermsconfig. - Go to the tab
Loading, select your OS and check the boxSafe mode→Net. - Restart your laptop.
If Wi-Fi works in Safe Mode:
- 🛠️ The problem is in third-party software (antiviruses, VPN, network management programs).
- 🔄 Try rolling back the system to a restore point.
- 🔧 Reinstall the driver manually by downloading it from the manufacturer's website.
Advanced diagnostics via Linux Live USB:
If Wi-Fi doesn't work even in safe mode, check it through LinuxDownload the distribution Ubuntu or Linux Mint, write it to a flash drive (Rufus or BalenaEtcher) and boot from it. In Linux, run:
lspci | grep -i wirelessiwconfig
sudo lshw -C network
If the adapter is detected and shows networks, the problem is with Windows (drivers, settings). If not, the problem is hardware.
What to do if Linux also doesn't see Wi-Fi?
This is almost certainly a hardware issue. Possible causes:
1. The antenna cable has come loose (a common problem after disassembling a laptop).
2. The module itself burned out (for example, due to a power surge).
3. The motherboard is damaged (less common, but possible).
In this case, it is necessary to disassemble the laptop for visual inspection or replace the module.
5. Visual inspection and contact testing
If software methods do not help, you will have to disassemble the laptop and check the physical condition of the module. In 60% of cases, non-working Wi-Fi is due to loose antenna wires or oxidized contacts.Before disassembling:
- 🔌 Turn off the laptop and disconnect the battery (if removable).
- 🛠️ Prepare a screwdriver (usually a Phillips one is needed)
PH00orPH0). - 📸 Take a photo of the location of the screws and cables before disconnecting.
How to find a Wi-Fi module:
- 📍 It is usually located under the cover on the back of the laptop (for example, on Lenovo ThinkPad or Dell Latitude).
- 📍 In ultrabooks (for example, MacBook Air or HP Spectre) may require complete disassembly.
- 📍 The module looks like a small board with two antenna wires (black and white/gray).
What to check:
- 🔌 Antenna contacts: they must be tightly connected to the connectors
MAINAndAUX(don't get confused!). - 🔍 Module status: are there any blackened components, swollen capacitors or signs of oxidation.
- 🔧 Fastening: the module must be fixed with a screw (sometimes it falls out during transportation).
6. Replacing the Wi-Fi module: compatibility and selection
If diagnostics reveal a faulty module, you can replace it yourself. The key is to select a compatible model. Key parameters:
| Parameter | What to consider | Examples |
|---|---|---|
| Form factor | M.2 2230 (the most common), M.2 1216 (in compact laptops), Mini PCIe (obsolete). | Intel AX200 (2230), Broadcom BCM94360 (1216). |
| Wi-Fi standard | Wi-Fi 5 (802.11ac) or Wi-Fi 6 (802.11ax). 5 is sufficient for an office, but 6 is better for a home with many devices. | Wi-Fi 5: up to 1.3 Gbps, Wi-Fi 6: up to 2.4 Gbps. |
| Bluetooth support | Many modules combine Wi-Fi and Bluetooth (for example, Intel AX210). If your laptop uses a separate BT module, you can get the option without it. | Qualcomm QCA61x4A (Wi-Fi only), Intel 9260 (Wi-Fi + BT 5.0). |
| BIOS compatibility | Some laptops (especially Lenovo And HP) block unsupported modules at the BIOS level. Check the list of supported devices on the manufacturer's website. | For example, Lenovo ThinkPad T480 officially supports only Intel 8265/9260. |
Popular replacement models:
- 🚀 Intel AX200/AX210 — the best choice for modern laptops (Wi-Fi 6, low power consumption).
- 💰 Realtek RTL8822CE — a budget option for office PCs (but may get hot).
- 🍏 Broadcom BCM94360 - For MacBook (requires adapter to connect to M.2).
After replacement:
- Install the driver from the module manufacturer's website (not the laptop's!).
- Check the work in
Device Manager. - Update BIOS if the new module is not detected.
7. Common mistakes and their solutions
Let's look at the most common Wi-Fi module errors and how to fix them:
Error 10 ("The device cannot start")
- 🔧 Cause: driver conflict or registry corruption.
- 🛠️ Solution:
- Remove the device in
Dispatcher→Action → Update Configuration. - Launch
sfc /scannowin CMD (administrator). - Install the driver manually, after removing the old one Display Driver Uninstaller (DDU).
- Remove the device in
Error 43 ("Windows has stopped the device because of errors")
- 🔧 Cause: usually related to drivers Realtek or overheating.
- 🛠️ Solution:
- Roll back the driver to the previous version.
- Check the temperature of the module (you can touch the case next to it - if it is hot, it needs to be cleaned of dust).
- Turn off power saving for the adapter in
Properties → Power Management.
The network is visible, but does not connect.
- 🔧 Reasons:
- Incorrect password or security type (for example, the router is configured to
WPA3, and the adapter only supportsWPA2). - IP address conflict (try manually setting the IP in the adapter settings).
- Blocking MAC address in router.
- Incorrect password or security type (for example, the router is configured to
Wi-Fi works, but it keeps dropping out.
- 🔧 Reasons:
- Interference from other devices (microwaves, wireless mice).
- Automatically switch to 5 GHz if the signal is weak (disable
802.11a/n/acin the router settings). - Power saving (turn off)
Allow the device to turn off to save powerin the adapter properties).
⚠️ Attention: If after replacing the module the laptop does not turn on or displays an error1802: Unauthorized network card(typical for Lenovo), this means that the module is not whitelisted in the BIOS. Solutions:
- Find a modified BIOS (risky!).
- Purchase a module from the official compatibility list.
- Contact the service center to flash the BIOS.
FAQ: Frequently asked questions about checking the Wi-Fi module
Is it possible to check the Wi-Fi module without disassembling the laptop?
Yes, in 90% of cases software methods are sufficient:
- Check in
Device Manager. - Testing through
CMD(commandsnetsh wlan show drivers). - Boot into safe mode or with Linux Live USB.
Disassembling is only necessary if software tests show that the module is not detected at all.
How can I find out the Wi-Fi module model if it is not detected by the system?
Methods:
- 🔍 Check the sticker on the module itself (disassembly required).
- 📄 Find the specifications of your laptop on the manufacturer's website (section
WirelessorCommunications). - 🔧 Use utilities like AIDA64 (will show the model even if the driver is not installed).
For Lenovo And Dell You can enter the serial number on the official website - there will be information about the components.
Is it worth buying a Wi-Fi module from AliExpress?
It is possible, but there are risks:
- ✅ Pros: 2-3 times cheaper (for example, Intel AX200 costs ~1,500 ₽ versus ~3,000 ₽ in Russian stores).
- ❌ Cons:
- Probability of counterfeiting (especially for modules Broadcom).
- Long delivery time (2-4 weeks).
- There is no guarantee of compatibility (the form factor may not fit).
Can a virus affect the operation of a Wi-Fi module?
Yes, but extremely rare. Possible scenarios:
- 🦠 The virus modifies network settings (for example, by changing DNS to malicious ones).
- 🔧 Malware is blocking network ports (checked via
netstat -anoin CMD). - 📡 The virus can disable network services (for example,
WLAN AutoConfig).
What to do:
- Scan the system Kaspersky Virus Removal Tool or Dr.Web CureIt.
- Check startup (
msconfig → Startup). - Reset network settings with the command
netsh winsock reset.
If the problem persists after cleaning, look for the cause in the drivers or hardware.
How do I check if my laptop supports Wi-Fi 6?
Methods:
- 🔍 Check the model specifications on the manufacturer's website (search
802.11axorWi-Fi 6). - 🖥️ In
Device ManagerOpen the adapter properties → tabAdditionallyLook for parameters likeWireless Modeor802.11ax. - 📡 Run the command
netsh wlan show driversand find the lineRadio type- there should be one there802.11ax.
AttentionEven if the module supports Wi-Fi 6, the router must also support it. Otherwise, the connection will be via Wi-Fi 5 (maximum 1.3 Gbps).