How to test your laptop's Wi-Fi module yourself: from simple tests to in-depth diagnostics

If your laptop suddenly loses connection to Wi-Fi networks, the problem may be due to software glitches or a physical malfunction. Wi-Fi moduleBefore taking your device to a service center or buying a new adapter, it's worth checking its functionality yourself. In 80% of cases, problems can be resolved without disassembling the laptop—just properly diagnosing the source of the problem.

In this article you will find 7 proven methods Wi-Fi module tests—from basic (checking the adapter's BIOS activation) to advanced (testing antenna cables and analyzing system logs). These instructions are suitable for any laptop: ASUS, Lenovo, HP, Acer, Dell, as well as for operating systems Windows 10/11, Linux And macOSWe'll pay special attention to typical mistakes users make during diagnostics—this will save you time.

1. Checking the physical condition of the Wi-Fi module

Before delving into system settings, make sure the problem isn't due to mechanical damage. Wi-Fi module It can be disabled by hardware, for example, due to an accidental key press on the keyboard or a broken antenna cable.

Most laptops have one hardware Wi-Fi switch (or its combination with the key Fn). Usually it is one of the function keys. F1-F12 with an antenna icon. Try clicking:

  • 🔄 Fn + F2 (on laptops Lenovo, Dell)
  • 🔄 Fn + F12 (on HP, ASUS)
  • 🔄 Separate slide switch on the body (found on older models) Sony Vaio or Toshiba)

If the Wi-Fi indicator (usually a blue or orange LED next to the touchpad) does not light up after you press it, it may indicate:

  • ⚡ No power to the module (problem with the motherboard or cable)
  • 📡 Damaged antenna cables (a common problem after laptop drops)
  • 🔧 Disabling the module in BIOS/UEFI

2. Diagnostics in Windows Device Manager

If the hardware switches don't help, the next step is to check Device ManagerHere you can see whether the Wi-Fi module is recognized by the system and whether there are any driver conflicts.

Open Device Manager:

  1. Click Win + X and select "Device Manager".
  2. Expand the "Network adapters" branch.

Your Wi-Fi module should appear in the list. Its name usually contains one of the following words:

  • 📌 Wireless (For example, Intel Wireless-AC 9560)
  • 📌 Wi-Fi (For example, Qualcomm Atheros QCA61x4A Wi-Fi)
  • 📌 Network Controller (if the driver is not installed)

Please note the icons next to the adapter name:

IconWhat does it mean?Solution
⚠️ Yellow triangleDriver conflict or device is disabledUpdate the driver or enable the adapter (right-click → "Enable")
❌ Red crossThe device is disabledRight-click → "Activate"
🔄 Blue arrowThe device has been disabled by the user.Right-click → "Activate"
🖥️ Gray iconThe driver is not installedInstall the driver from the manufacturer's website

If there is no Wi-Fi adapter in the list at all, this may mean:

  • 🔌 The module is not physically connected to the motherboard (check after disassembling).
  • 🔧 Disabled in BIOS/UEFI (see next section).
  • 💻 Motherboard southbridge failure (requires repair).
📊 What is the brand of your laptop?
ASUS
Lenovo
HP
Dell
Acer
Apple
Another

3. Checking BIOS/UEFI settings

Sometimes the Wi-Fi module is disabled at the BIOS level. This can happen after a factory reset, a firmware update, or due to a virus. To check:

Restart your laptop and enter BIOS/UEFI:

  • 🔄 On most laptops, there is a key F2, Del or Esc when loading.
  • 🔄 On Lenovo - button Novo Button (next to the power connector).
  • 🔄 On HPF10 or Esc → F10.

In the BIOS, find the section related to network devices. The names may vary:

  • 📡 Wireless LAN Support (tab Advanced)
  • 📡 Onboard Wi-Fi (tab System Configuration)
  • 📡 Network Stack Configuration (on some ASUS)

Make sure the setting is set to EnabledIf the option is missing, it may mean:

  • 🔧 Your BIOS version does not support Wi-Fi control (update firmware).
  • 🔌 The module is not detected by the BIOS (connection problem or malfunction).
⚠️ Attention: Changing BIOS settings may cause system instability. If you are unsure about what you're doing, write down your current settings before making any changes or consult a specialist.

Find the network settings section | Make sure Wi-Fi is enabled | Check the BIOS version (may require an update) | Save changes before exiting (F10)

-->

4. Testing drivers and software conflicts

Incorrect or outdated drivers are one of the most common causes of Wi-Fi not working. Even if the adapter appears fine in Device Manager, the driver may not be working correctly.

How to check:

  1. Open Device Manager → Network Adapters.
  2. Right-click on your Wi-Fi module → “Properties” → “Driver” tab.
  3. Please note the driver date and version. If it's older than 1-2 years, it's worth updating.

Driver update methods:

  • 🔄 Automatically: Click "Update driver" → "Search automatically". Windows will try to find the current version.
  • 🔄 Manually: Download the driver from the official website of the laptop manufacturer (not from the website Intel or Qualcomm, unless it is a separately purchased module!).
  • 🔄 Via utilities: Programs like Driver Booster or Snappy Driver Installer may help, but it is best to use them only if other methods have not worked.

If Wi-Fi doesn't work after updating the driver, try:

  • 🔄 Roll back the driver (Driver tab → Roll Back).
  • 🔄 Remove the device and restart the laptop (Windows should install the driver automatically).
  • 🔄 Check for conflicts with other software (for example, VPNs or antiviruses may block network adapters).

Critical error: If you see the message "The device cannot start (Code 10)" in the adapter properties on the "Events" tab, this indicates driver incompatibility or a hardware failure. In 50% of cases, a complete driver reinstallation, removing old versions, can help. Display Driver Uninstaller (DDU).

5. Checking the module's operation via the command line

Command line (CMD) allows you to obtain detailed information about the Wi-Fi adapter's status and network connections. This method is useful if the Windows graphical interface doesn't display the adapter or displays errors.

Open CMD as administrator and run the commands:

netsh wlan show drivers

This command will show:

  • 📡 Radio type (802.11n/ac/ax — supported Wi-Fi standard).
  • 📡 Support Hosted Network (needed for Wi-Fi distribution).
  • 📡 Driver Status (Running - works, Stopped — disabled).
netsh wlan show interfaces

Here's what to pay attention to:

  • 📌 State — it should be connected (if connected to the network) or disconnected.
  • 📌 Radio type - if this is empty, the driver does not recognize the adapter.
  • 📌 Channel And Signal - if the signal 0%, the problem may be in the antennas.

If the commands return an error "The WLAN AutoConfig service is not running", execute:

net start WlanSvc
⚠️ Attention: If after entering netsh wlan show drivers you see a message "No wireless interfaces", this means the system isn't detecting the Wi-Fi adapter. This could be due to the adapter being disabled in the BIOS, a faulty module, or a missing driver.
What to do if the netsh command doesn't work?

If the teams netsh return the error "Invalid syntax" or "Service not responding", try:

1. Restart the WLAN service manually: net stop WlanSvcnet start WlanSvc.

2. Check the integrity of system files: sfc /scannow.

3. Run Windows troubleshooting: Settings → Update & Security → Troubleshoot → Internet Connections.

6. Testing antennas and physical connections

If all software methods do not help, the problem may lie in antenna cables or by itself Wi-Fi moduleTo check, you will need to partially disassemble the laptop.

How to check antennas:

  1. Turn off your laptop and remove the battery (if it is removable).
  2. Remove the back cover (on most laptops it is held in place with screws).
  3. Locate the Wi-Fi module - usually a small board with two antenna wires (black and white/gray).
  4. Carefully disconnect and reconnect the antenna cables. They should fit snugly, without any play.

Signs of antenna problems:

  • 📉 The Wi-Fi signal constantly disappears or is very weak (1-2 bars).
  • 🔄 The laptop "sees" the network, but cannot connect (error "Failed to connect").
  • 📡 The connection speed is limited (for example, instead of 300 Mbps - 54 Mbps).

If the problem persists after checking the antennas, try:

  • 🔧 Connect an external USB Wi-Fi adapter - if it works, then the built-in module is faulty.
  • 🔧 Replace the Wi-Fi module with a known working one (matching the connector: M.2 2230, M.2 1216 or Mini PCIe).
⚠️ Attention: When disassembling your laptop, be careful with the antenna cables—they are fragile and easily torn. If the cable is damaged, it will need to be replaced (a new one costs between 200 and 800 rubles, depending on the model).

7. Testing on other operating systems

If you have the ability to boot your laptop from Live USB (For example, Ubuntu or Linux Mint), this will help to avoid problems with WindowsMany Wi-Fi modules are supported by Linux out of the box, so if the adapter works, the problem lies in the drivers or Windows settings.

How to check Wi-Fi in Linux:

  1. Boot from Live USB (select "Try without installing").
  2. Open Terminal (Ctrl + Alt + T) and enter:
lspci -knn | grep -iA3 net

This command will display all network devices. Look for lines with:

  • 📡 Network controller - this is your Wi-Fi module.
  • 📡 Kernel driver in use — the driver used.

If the module is detected but does not work, try loading the driver manually:

sudo modprobe <driver_name>

For example, for modules Intel:

sudo modprobe iwlwifi

For macOS (on MacBook):

  • Open System Preferences → Network.
  • If Wi-Fi is disabled, tap Turn Wi-Fi On.
  • If the adapter is not showing up, reset it NVRAM (Turn off your Mac, then turn it on while holding down Option + Command + P + R for 20 seconds).

Common errors when diagnosing a Wi-Fi module

Many users make the same mistakes, which delay the diagnostic process. Here's what it's not worth doing:

  • 🚫 Ignore the Wi-Fi hardware switch. Even if you are sure it is on, check again - sometimes switches break and get stuck in position Off.
  • 🚫 Install drivers from unofficial sources. This could lead to conflicts or virus infections. Always download drivers from the laptop manufacturer's website.
  • 🚫 Neglect checking BIOS. In 10% of cases, Wi-Fi is disabled there, but users forget to check it.
  • 🚫 Disassembling a laptop without experience. If you're unsure of your skills, it's best to contact a service center—damage to antennas or connectors could make the problem worse.
  • 🚫 Reset BIOS settings unnecessarily. This may result in the loss of other important settings (such as hard drive operating mode).

Many people also mistakenly believe that if a laptop doesn't detect the network, the problem is definitely with the module. In fact, there may be other causes:

  • 📡 The router is operating in the mode 802.11ac, and your adapter only supports 802.11n (check your router settings).
  • 📡 Airplane mode is enabled in Windows (Win + A → check the airplane icon).
  • 📡 Antivirus or firewall is blocking network connections (temporarily disable protection for testing).

FAQ: Answers to Frequently Asked Questions

My laptop can't see any Wi-Fi networks, but Bluetooth works. What's the problem?

Wi-Fi and Bluetooth are often combined into one module (for example, Intel AX200), but they work independently. If Bluetooth works but Wi-Fi doesn't, the following could be the cause:

  • Disabled Wi-Fi antennas (Bluetooth uses a separate antenna).
  • The problem is with the driver of the Wi-Fi part of the module.
  • Hardware failure of the Wi-Fi chip (occurs after overheating).

Try updating your driver or checking your antenna cables.

Wi-Fi stopped working after a Windows update. What should I do?

Windows updates sometimes reset or corrupt drivers. Solutions:

  1. Roll back the driver: Device Manager → Network Adapters → Right-click on the adapter → Properties → Driver → Roll Back Driver.
  2. Uninstall the current driver and install the version from the laptop manufacturer's website (not from the Microsoft website!).
  3. Roll back to a previous version of Windows: Settings → Update & Security → Recovery → Go back to the previous version.
The laptop sees networks but won't connect. It says "Unable to connect to the network."

This error may be related to:

  • Incorrect password (check the case!).
  • Router settings (disable WPS, check the security mode - it should be WPA2-PSK).
  • IP address conflict (in the command line, run ipconfig /releaseipconfig /renew).
  • Problem with DHCP (try manually entering the IP address in the adapter settings).
How can I find out the Wi-Fi module model if it is not detected by the system?

If the module is not displayed in the Device Manager, you can determine its model:

  • Physically - by disassembling the laptop and looking at the markings on the module (for example, Intel Wireless-AC 9260).
  • Through AIDA64 or HWiNFO (these programs sometimes detect devices even without drivers).
  • By laptop model - find the specifications on the manufacturer's website (section "Wireless communication").
Should I buy an external USB Wi-Fi adapter instead of repairing the built-in one?

It depends on your needs:

  • Yes, if: You need temporary Wi-Fi access, or you don't want to disassemble your laptop.
  • No, if: you care about portability (a USB adapter takes up a port) or high speed (external adapters are often limited) USB 2.0 and do not support Wi-Fi 6).

For continuous use, it is better to repair or replace the built-in module.