How to accurately determine the Wi-Fi adapter model on any device

Are you trying to update drivers, set up a wireless network, or simply want to know the specifications of your Wi-Fi adapter—but don't know how to identify its exact model? This task only seems simple at first glance. In practice, users encounter dozens of "unidentified" devices in the task manager, encrypted chipset names, and no markings on the adapter itself. In this article, we'll look into it. all working methods — from software utilities to physical inspection of the hardware — that will help identify your Wi-Fi module down to the revision level.

The peculiarity of the problem is that manufacturers often hide the real names of models under general codes (for example, Qualcomm Atheros AR9485WB-EG instead of the usual TP-Link TL-WN725N). And in laptops, Wi-Fi modules can be soldered directly onto the motherboard without any external markings. We'll show you how to get around these difficulties—with examples. Windows 10/11, macOS, Linux and even Android-devices.

Method 1: Windows Device Manager

The most obvious, but not always accurate, method. Device Manager will show the chipset name, but often without specifying the adapter manufacturer or brand. Here's how to use it:

  1. Click Win + X and select "device Manager».
  2. Expand the branch "Network adapters».
  3. Find the device with the words Wireless, Wi-Fi or 802.11 in the title.

Typical examples of what you will see:

  • 🔹 Intel(R) Dual Band Wireless-AC 8265 — here is both the model and the manufacturer.
  • 🔹 Realtek RTL8821CE 802.11ac PCIe Adapter - only chipset, no brand name.
  • 🔹 Qualcomm Atheros QCA61x4A — a family of chips, not a specific adapter model.

The main disadvantage of the method: you will learn chipset name, but not always model of the adapter itselfFor example, a chip RTL8188EU can be found in dozens of different USB dongles from TP-Link, Edimax and no-name manufacturers. Accurate identification will require additional steps (see the section on physical examination).

📊 What brand of Wi-Fi adapter do you have?
Intel
Realtek
Qualcomm Atheros
Broadcom
Other/I don't know

Method 2: Command Prompt and PowerShell

For those who prefer console commands, there are several universal methods for obtaining information about a Wi-Fi adapter. These work even if the Windows graphical interface is glitchy.

Method 1: Command netsh

netsh wlan show drivers

Look for the line "Name» (Name) - the chipset name will be there. For example:

Name: Intel(R) Wi-Fi 6 AX200 160MHz

Method 2: Command wmic

wmic nic where "NetEnabled='true'" get Name, Manufacturer

This command will list all network devices with their manufacturer. A Wi-Fi adapter usually has this in its name. Wireless or 802.11.

Method 3: PowerShell (for Windows 10/11)

Get-NetAdapter | Where-Object {$_.MediaType -eq "Native 802.11"} | Select Name, InterfaceDescription

The most informative option: will show and trade name (if any), and chipset description.

☑️ Check via command line

Completed: 0 / 4

A critical detail: if the adapter is disabled in the BIOS or is not physically connected, the commands will not see it. In this case, check the BIOS settings (section Advanced → Onboard Devices) or reinstall the module (for laptops).

3. Method: Specialized utilities

Standard Windows tools don't always provide complete information. For a more thorough diagnosis, use these programs:

Utility What does it show? Download link Supported OS
HWiNFO Chipset model, manufacturer, supported standards (802.11a/b/g/n/ac/ax), current connection speed Official website Windows, DOS
AIDA64 Detailed information about the driver, firmware version, PCI ID Official website Windows, Android
Speccy Simplified information about network devices (suitable for beginners) Official website Windows
lshw (Linux) Model, driver, connection bus (PCI/USB) Installed via package manager Linux (Debian, Ubuntu, etc.)

Sample report from HWiNFO for the adapter Intel AX200:


Adapter: Intel Wi-Fi 6 AX200 160MHz

Driver: 22.120.0.9 (2023-05-10)

PCI Device: 8086:2723 (Rev 003)

Supported Modes: 802.11a/b/g/n/ac/ax

The advantage of utilities: they show PCI ID or USB ID — unique device identifiers. These can be used to find the exact model even if the name is truncated in the system. For example, PCI\VEN_168C&DEV_003E matches the chip Qualcomm Atheros QCA9377, which is used in adapters Dell DW1820A And AzureWave AW-CE123H.

How to find a model by PCI ID?

Open Device Manager → Adapter Properties → Details tab → select Hardware IDs. Copy the first line (e.g., PCI\VEN_8086&DEV_2723) and enter it into a search engine along with the words "Wi-Fi adapter model."

4. Method: Physical inspection of the adapter

If software methods do not produce results, there remains disassemble the device and check the markings on the module itself. This applies to:

  • 🖥️ Built-in Wi-Fi modules in laptops (M.2, NGFF format).
  • 🔌 USB adapters with a plastic case.
  • 📱 Smartphones and tablets (disassembly required).

For laptops:

  1. Turn off the device and remove the battery.
  2. Remove the bottom cover (you may need a screwdriver) Torx T5 or Phillips #00).
  3. Find the Wi-Fi module - it is usually connected to the connector M.2 2230 (key A+E) and covered with a metal screen.
  4. The sticker or the chip itself will have markings such as:
    • Intel Wireless-AC 9560.160MHz
    • Broadcom BCM4352 802.11ac
    • AzureWave AW-CB161NF (QCA6174A)

For USB adapters:

Disassemble the case (carefully pry up the plastic clips with a knife or pick). The board will have markings, such as:

  • RTL8188EUS → adapter on the base Realtek RTL8188EU (For example, TP-Link TL-WN725N v3).
  • AR9271 → chip Qualcomm Atheros, is used in Alfa AWUS036NHA.
⚠️ Please note: Disassembling the device may void the warranty. If the adapter is under warranty, first try software solutions or contact a service center.

Method 5: macOS and Linux

On macOS And Linux Wi-Fi adapter information can be obtained through the terminal. These systems often provide more detailed information than Windows.

For macOS:

system_profiler SPNetworkDataType

Look for the block Wi-FiCard Type And Chipset Model. Example output:


Card Type: AirPort Extreme (0x14E4, 0x173)

Chipset Model: Broadcom BCM43xx 1.0 (7.77.111.1)

For Linux (Ubuntu/Debian):

lspci -knn | grep -iA3 net

For USB adapters:

lsusb

Example for adapter TP-Link TL-WN822N:


Bus 001 Device 003: ID 2357:010c TP-Link 802.11ac NIC

To find out the chipset model by code 2357:010c, enter in the terminal:

lsusb -s 001:003 -v | grep -E "iManufacturer|iProduct"

6. Method: Mobile devices (Android/iOS)

On smartphones and tablets, the Wi-Fi module is soldered onto the motherboard, so software methods are the only option.

For Android:

  1. Install the application DevCheck or AIDA64.
  2. Go to the section "Net» → «Wi-Fi».
  3. Search for lines Chipset or Driver.

Typical chipsets found in Android devices:

  • 📱 Broadcom BCM4339 (used in Samsung Galaxy S6).
  • 📱 Qualcomm WCN3680B (found in Xiaomi Redmi Note 8 Pro).
  • 📱 Mediatek MT6628 (budget smartphones on Helio P22).

For iPhone/iPad:

Apple doesn't provide direct information about the Wi-Fi chipset, but you can find out the platform model:

  1. Go to Settings → General → About.
  2. Remember device model (For example, iPhone 13,2).
  3. Find the specifications for this model online (eg. iPhone 12 Pro uses a chip Apple/USI WF0W).
⚠️ Note: On iOS, it's impossible to obtain detailed Wi-Fi module information without jailbreaking. The data is limited to the protocol version (e.g., "Wi-Fi 6 (802.11ax)").

7. Method: Search by device characteristics

If the adapter is built into a laptop, system unit, or motherboard, its model can be found in the device documentation:

  • 📄 On the manufacturer's website in the section Specifications (look for the block Wireless LAN).
  • 📄 In the user manual (PDF file, usually available on the model's support page).
  • 📄 On a sticker under the laptop battery (sometimes the Wi-Fi module model is indicated).

Examples:

  • Laptop Lenovo ThinkPad T480 → Wi-Fi module: Intel Dual Band Wireless-AC 8265.
  • Motherboard ASUS ROG Strix B550-F → Wi-Fi: Intel Wi-Fi 6 AX200.
  • Laptop HP Pavilion 15-eg0004ur → Wi-Fi: Realtek RTL8822CE.

If documentation is not available, use search by device model:

[Laptop/Motherboard Model] + "Wi-Fi Module" site:support.[manufacturer].com

Common problems and solutions

When identifying a Wi-Fi adapter model, users encounter common difficulties. Let's look at them:

  1. The adapter is not displayed in the system.:
    • Check if it is included in BIOS (chapter Advanced → Onboard Devices → Wireless LAN).
    • Make sure it is physically connected (for laptops, check the antenna cables).
    • Try connecting to a different USB port (for external adapters).
  2. The adapter name is truncated or incomplete.:
    • Use PCI ID or USB ID for searching (see the section about physical examination).
    • Check your driver version - sometimes updating it will solve the display problem.
  • The system displays "Unidentified device":
    • Install the driver manually by downloading it from the laptop/motherboard manufacturer's website.
    • Try the utility DriverPack Solution (Please pay close attention to additional software during installation!).
    • ⚠️ Note: On some laptops (e.g. Dell Latitude or HP EliteBookWi-Fi modules may be blocked at the BIOS level for non-genuine adapters. In this case, the system will not detect the module after replacing it.

      FAQ: Answers to frequently asked questions

      Is it possible to determine the Wi-Fi adapter model without disassembling the laptop?

      Yes, in 90% of cases software methods are sufficient:

      1. Check it out device Manager (Windows) or system_profiler (macOS).
      2. Use utilities like HWiNFO or AIDA64.
      3. Find documentation for your laptop on the manufacturer's website.

      Disassembling is only required if the adapter is not detected by the system or you want to know the exact revision (for example, for firmware).

      How do I find out what Wi-Fi adapter my smartphone has?

      On Android use applications DevCheck or AIDA64 - they will show the chipset model (for example, Qualcomm WCN3990). On iPhone It is impossible to know the exact model of the module, but you can determine the supported standard (Wi-Fi 5/6/6E) in the settings.

      Why does Device Manager show "Network Controller" instead of Wi-Fi?

      This means the driver is not installed. Solutions:

      1. Download the driver from the laptop/motherboard manufacturer's website (section Support → Drivers).
      2. Use PCI ID (see in the device properties) to search for the driver on sites like PCI IDs Repository.
      3. As a last resort, install the universal driver from Intel, Realtek or Qualcomm (select by chipset).

    How to distinguish Wi-Fi 5 from Wi-Fi 6 by adapter model?

    Be guided by the chipset name:

    • 🔹 Wi-Fi 5 (802.11ac): Intel 8265/9260, Qualcomm QCA6174, Realtek RTL8821CE.
    • 🔹 Wi-Fi 6 (802.11ax): Intel AX200/AX210, Qualcomm QCNFA765, Mediatek MT7921.
    • 🔹 Wi-Fi 6E: any chipsets with 6 GHz support (eg. Intel AX211).

    For exact specifications, please visit the chipset manufacturer's website.

    Is it possible to find out which antennas are compatible with the adapter based on its model?

    Yes, but you need to take into account:

    • 📡 Connector type: most adapters (eg. Intel 9260) antennas with a connector are suitable IPEX MHF4.
    • 📡 Number of antennas: chipsets 2×2 MIMO (For example, Qualcomm QCA6174) require two antennas.
    • 📡 Frequency rangeWi-Fi 6E requires antennas that support 6 GHz.
    • For specific recommendations, look for the chipset datasheet (for example, on the website Intel Ark).