How to Test a Wi-Fi Adapter: From Basic Diagnostics to In-Depth Testing

Wireless internet has become an integral part of life, but what should you do if the connection suddenly drops, the speed drops, or the adapter isn't detected by the system at all? Wi-Fi card Problems can be rooted in both software glitches and hardware malfunctions. This article will help you figure out how to independently check the adapter's functionality. Windows 10/11, macOS or Linuxwithout resorting to the services of a service center.

We will look at diagnostic methods - from the simplest (checking indicators and drivers) to advanced (analysis of system logs and testing in Live mode). We'll pay special attention to common mistakes users make when troubleshooting and explain how to avoid them. If you're unsure whether the adapter or the router is the problem, here you'll find checklists for both.

1. Visual inspection and basic check

Before delving into system settings, make sure the problem isn't just a surface issue. Start with a physical inspection of the device:

  • 🔍 Indicators on the bodyLaptops often have an LED that indicates the Wi-Fi status. If it's not lit or is flashing abnormally (such as red), this could indicate a hardware failure. PCIe adapters For PCs, indication is less common, but some models (for example, TP-Link Archer T6E) are equipped with LED backlighting.
  • 🔌 Connecting antennas: For external adapters (especially USB or PCIe) Check that the antennas are securely fastened. A damaged cable or connector can cause signal loss. If the antennas are detachable, try twisting them slightly; sometimes the connection is lost due to oxidation.
  • 💻 Switches on the body: On some laptops (eg. Lenovo ThinkPad or Dell Latitude) there is a hardware Wi-Fi switch or a key combination (usually Fn + F2 or Fn + F12). Make sure the adapter is not physically disconnected.

If everything looks fine visually, but there is no connection, proceed to software diagnostics. Please note: On devices with dual-boot (for example, Windows + Linux) the adapter may work in one OS and not be detected in another - this is almost always a problem with the drivers, not the hardware.

⚠️ Attention: On some laptops (especially business-class ones), the Wi-Fi adapter may be disabled in the BIOS/UEFI. If you recently updated the motherboard firmware or reset the settings, check the section Advanced → Onboard Devices Configuration.
📊 What type of Wi-Fi adapter do you have?
Built into the laptop
PCIe card for PC
USB adapter
M.2 module (NGFF)
Don't know

2. Check in Device Manager (Windows)

device Manager — the first diagnostic tool for Windows. It will show whether the adapter is recognized by the system and whether there are any conflicts. To open it:

  1. Click Win + X and select device Manager.
  2. Expand the branch Network adapters.
  3. Look for devices with names like Wireless, Wi-Fi, 802.11ac or model number (for example, Intel AX200, Qualcomm Atheros QCA61x4).

What could go wrong:

  • The device is missing: If the branch Network adapters If the Wi-Fi list is empty or there is no mention of Wi-Fi, the adapter is not detected. Reasons: disabled in the BIOS, physically damaged, or not connected (relevant for PCIe/M.2 kart).
  • ⚠️ Yellow triangle with an exclamation mark: Driver error. The error code can be found in the device properties (tab General). Common codes:
    • Code 10 — the device does not start (often resolved by reinstalling the driver).
    • Code 28 - no drivers.
    • Code 43 - hardware failure or conflict with other devices.
  • 🔄 The device is disabled: Right click → Engage.

Check if the adapter is listed|Make sure it is enabled|Write down the error code (if any)|Update the driver (right-click → Update driver)

-->

If the adapter is detected but the internet isn't working, proceed to the next section. If it's not listed, see section on hardware failures.

3. Command line: deep diagnostics

Command line tools allow you to obtain detailed information about the adapter and network status. We'll cover the key commands for Windows, but similar utilities are also available in Linux/macOS (For example, iwconfig or networksetup).

Open Command line as administrator and run:

netsh wlan show drivers

Please pay attention to the lines:

  • Radio type: It must be 802.11n/ac/ax (depending on the standard of your adapter). If here 802.11g — the driver is out of date.
  • Hosted network support: Yes means that the adapter can operate in access point mode (useful for diagnostics).

The following command will show all available networks and their connection status:

netsh wlan show interfaces

Key parameters in the output:

Parameter Meaning What does it mean?
State Connected/Disabled Current connection status.
SSID Name of your network If this is empty, the adapter does not see the network.
Transfer speed (Mbps) For example, 866.7 Actual connection speed. If it's significantly lower than the maximum for your standard (for example, 300 Mbps for 802.11n), there may be interference or a problem with the router.
Channel For example, 149 If the channel is higher than 14, your adapter supports it. 5 GHzIf the connection is only to 2.4 GHz, check your router settings.

If the team netsh wlan show interfaces returns an error Failed to execute command, this could mean:

  • Service WLAN AutoConfig disabled (check in services.msc).
  • The adapter is faulty or not detected by the system.

4. Testing connection speed and stability

Even if the adapter is detected and connected to the network, this doesn't guarantee its full functionality. Let's check two key parameters: speed And stability connections.

Step 1: Measuring Speed

Use services like Speedtest.net or Fast.com. Important:

  • 📶 Check your speed in close proximity to your router (to eliminate interference).
  • 🔄 Run the test 3-5 times and average the results. A difference of more than 30% between measurements may indicate adapter instability.
  • 📊 Compare the results with other devices on the same network. If the speed on your phone is 2-3 times faster, the problem is with the adapter or its drivers.

Step 2: Monitoring Packet Loss

Packet loss (packet loss) is a key indicator of problems. You can check them via the command line:

ping -n 50 8.8.8.8

In the results, pay attention to the line Losses = X%:

  • 0% — the perfect result.
  • 1–5% - acceptable, but it's worth checking the network load.
  • 5–20% — critical. Causes: interference, faulty adapter, or router.
  • >20% — the adapter is practically inoperable.

If the loss is high, test with another device. If the problem persists, the router or ISP is to blame. If it only affects one device, the adapter or its driver is to blame.

What to do if the speed is low only on 5 GHz?

If the adapter connects to the 5 GHz network, but the speed is lower than expected (for example, 150 Mbps instead of 866 Mbps), check:

1. Channel width in the router settings: it should be 40 MHz or 80 MHz (not 20 MHz).

2. Wi-Fi standard: If the router operates in 802.11n mode, and the adapter supports 802.11ac/ax, enable the corresponding mode on the router.

3. Interference: 5 GHz channels can overlap with radar (DFC) or neighboring networks. Use utilities like Wi-Fi Analyzer (Android) or inSSIDer (Windows) to analyze channel load.

5. Check compatibility and update drivers

About 40% of Wi-Fi adapter issues are driver-related. Manufacturers regularly release updates that fix compatibility issues and add support for new standards (e.g., Wi-Fi 6E) or optimizing energy consumption.

How to update the driver:

  1. Open device Manager, find your adapter in the section Network adapters.
  2. Right click → Update driverAutomatic search.
  3. If Windows reports that the driver is up to date, but problems persist, download it manually from the manufacturer's website:
    • For Intel: Intel support page.
    • For Qualcomm Atheros or Killer Networking: official website.
    • For Realtek: Drivers are often supplied via Windows Update, but look for current versions on the laptop manufacturer's website (for example, ASUS, HP).

What to do if Wi-Fi stops working after updating the driver:

  • 🔙 Roll back the driver: in Device Manager select Properties → Driver → Roll Back Driver.
  • 🧹 Uninstall the driver completely and restart your PC - Windows will install the basic version automatically.
  • 🛠️ Check compatibility: Some adapters (eg. Broadcom) require additional utilities to work correctly.
⚠️ Attention: On laptops with Killer Networking (found in devices Dell Alienware, MSI) conflicts with Windows drivers often occur. Use only official drivers from the laptop manufacturer's website, not generic ones from Qualcomm.

6. Checking for hardware faults

If you've tried all the software methods and the adapter still isn't working, there may be a hardware issue. Here's how to check:

Method 1: Testing on another OS

Install Linux Live USB (For example, Ubuntu or Linux Mint) and check if the adapter is detected. If it works in Linux, the problem is with the Windows drivers. If not, the hardware is faulty.

Method 2: Connecting an external adapter

Buy or borrow an inexpensive one USB Wi-Fi adapter (For example, TP-Link TL-WN725N). If it works, your built-in adapter is faulty.

Method 3: Diagnostics with a multimeter (for experienced users)

If you are knowledgeable about electronics, you can check the adapter's power supply:

  • For PCIe/M.2 cards: measure the voltage on the contacts 3.3V And GND (the pinout diagram is in the adapter datasheet).
  • For USB adapters: Check the integrity of the cable and connector.

Typical hardware faults:

  • 🔥 Overheat: Adapters (especially M.2) may overheat due to poor heat dissipation. Check the temperature using HWMonitor.
  • Nutritional problems: Insufficient voltage on the line PCIe or USB (relevant for powerful adapters like ASUS PCE-AX58BT).
  • 📡 Damage to antennasOn laptops, antennas are often located under the screen. If they are pinched or damaged during disassembly, the signal will be lost.
⚠️ Attention: If you suspect a malfunction M.2 or PCIe If the adapter in your laptop is loose, don't rush to replace it. First, check to see if it's loose from the slot: sometimes reconnecting the module is enough to restore contact.

7. Alternative diagnostic methods

If the standard methods don't help, try these:

Method 1: Windows logs

Open View events (eventvwr.msc) and go to Windows Logs → SystemFilter events by keywords:

  • WLAN-AutoConfig — Wi-Fi service errors.
  • Netwtw04 or Netwtw06 - problems with drivers Intel.
  • athw10x — adapter errors Qualcomm Atheros.

Method 2: Stress Test

Use the utility AIDA64 (chapter Network → Wi-Fi Test) to check stability under load. If the connection breaks within 10-15 minutes of testing, the adapter is faulty or overheating.

Method 3: Check on another device

Extract M.2 or PCIe adapter and install it in another PC/laptop. If the problem persists, the adapter is faulty. USB adapters It is enough to connect them to another port or device.

FAQ: Frequently asked questions about testing Wi-Fi adapters

My adapter is detected but won't connect to the network. What's wrong?

There may be several reasons:

  • 🔑 Incorrect password: Make sure you're entering the correct security key. Some routers are case-sensitive.
  • 📡 Incompatible router settings: For example, the adapter only supports WPA2-PSK, and the router is configured to WPA3Try changing the encryption type in your router settings.
  • 🔄 IP conflict: Run in command line:
    ipconfig /release
    

    ipconfig /renew

  • 🛠️ Service failure: Restart the service WLAN AutoConfig:
    net stop wlansvc & net start wlansvc
How do I check if my adapter supports Wi-Fi 6 (802.11ax)?

There are several ways:

  1. Check the adapter model in Device Manager and check its specifications on the manufacturer's website. Adapters with support Wi-Fi 6 usually have in the name AX (For example, Intel AX200, Killer AX1650).
  2. In the command line, run:
    netsh wlan show drivers | find "Radio type"

    If the output contains 802.11ax, the adapter supports Wi-Fi 6.

  3. Use the utility Wi-Fi Inspector from Xirrus (shows supported standards).

Important: Even if the adapter supports Wi-Fi 6, for its full operation you need a router that supports this standard.

Is it possible to test a Wi-Fi adapter on a laptop without an operating system?

Yes, there are two ways:

  • 🔧 Use a Live Linux distribution: Boot from a flash drive Ubuntu or Kali Linux and run the command:
    lspci | grep -i wireless

    If the adapter is detected, it is working properly.

  • 🖥️ Connect to another device: Extract M.2 module (if it is removable) and install it in another laptop/PC. For PCIe cards will require a test bench.

Please note: Some adapters (eg. Broadcom) may require proprietary drivers that are not included in the Live distribution by default.

Why does the adapter work fine, but the speed is lower than other devices?

Possible reasons:

  • 📶 Limitation by standard: For example, your adapter only supports 802.11n (max 300 Mbps), and the router operates in the mode 802.11ac (up to 1300 Mbps).
  • 🔋 Energy saving: In the adapter settings (in Device Manager → Properties → Power Management) a power saving mode may be enabled, limiting performance.
  • 📡 Interference or weak signal: Check the signal level in netsh wlan show interfaces (parameter Signal). If it's below 60%, try moving closer to the router or changing the channel.
  • 🔧 Router settings: Make sure the channel width is set to 40 MHz or 80 MHz (and not 20 MHz), and the operating mode is 802.11ac/ax (and not 802.11n).
How do I know how many antennas my Wi-Fi adapter has and if they are all working?

Number of antennas (MIMO) affects the speed and stability of the connection. You can check this as follows:

  1. Check the specifications for your adapter model on the manufacturer's website. For example, Intel AX200 supports 2x2 MIMO (2 antennas), and Killer AX16502x2 or 1x1 depending on the modification.
  2. IN Linux execute:
    iw list | grep "TX antennas"

    The output will show the number of transmitting antennas (for example, TX antennas: 2).

  3. IN Windows The number of antennas can be found out through utilities like Wi-Fi Info View from NirSoft.

If the adapter supports 2x2 MIMO, but the speed is low, one of the antennas may be faulty. In this case, the adapter will operate in the 1x1, losing up to 50% of throughput.