How to Find Your Wi-Fi Adapter Model: A Complete Guide

The problem of finding drivers or configuring specific network settings often comes down to one simple but critical question: what specific hardware is installed in the system? Standard names like "Wireless Network Adapter" or "802.11n USB Wireless LAN Card," which Windows assigns to devices by default, rarely contain useful information for finding the latest software. Without a precise identifier vendor And models The user risks downloading an incompatible driver, which can lead to unstable network operation or complete module failure.

There are many ways to obtain this information, ranging from built-in operating system tools to physical inspection of the board. The choice of method depends on whether the device is at least partially operational, whether the operating system is installed, and whether the command line is accessible. In this article, we'll cover all possible options, from the simplest graphical interfaces to in-depth technical diagnostics via the registry and terminal.

This issue is especially relevant for laptop owners after reinstalling the OS or for Linux users, where automatic driver installation does not always work perfectly. Knowing the exact Chipset ID allows you to find universal drivers that often work more reliably than the factory versions from the laptop manufacturer.

Using Windows Device Manager

The most obvious and accessible method, which doesn't require installing additional software, is the standard Device Manager. However, many users stop at the first step, seeing the generic name. To get real information, you need to delve deeper into the hardware properties. Open the Start menu, right-click, and select "Device Manager," or enter devmgmt.msc in the Run window.

In the window that opens, find the "Network adapters" section. If the driver is installed, you will see the model name, for example, Intel(R) Wi-Fi 6 AX200 or Realtek RTL8822BEIf the driver isn't installed, the device may appear as "Unknown Device" with a yellow exclamation point. In this case, the default name won't help, and you'll need to use the device IDs.

Double-click the device, go to the "Details" tab, and select "Hardware IDs" from the drop-down list. Here you will see lines like PCI\VEN_8086&DEV_2723&SUBSYS...The key parameters are VEN (Vendor ID - manufacturer identifier) ​​and DEV (Device IDβ€”device identifier). These codes can be used to accurately identify the chipset, even if the system erroneously identifies the device itself.

⚠️ Important: If there are no wireless devices listed in the "Network Adapters" list, and an unknown device appears in the "Other Devices" section, this almost always means a missing driver. Don't try to search for a driver by the "Unknown Device" name; use only the VEN and DEV codes.

To search for a model, copy the first line of codes and paste it into a search engine. The PCI ID database will instantly match hexadecimal codes to a specific chip name. This is especially useful for Chinese USB dongles, which have no markings and whose drivers are long out of date.

Diagnostics via the command line and PowerShell

For those who prefer the speed and precision of text commands, CLI (Command Line Interface) tools provide more detailed information than the GUI. The command line allows you to list all network interfaces with their actual driver names, which is often hidden in the GUI.

Launch Terminal as administrator. Enter the command netsh wlan show driversThis command will output a detailed report about the wireless network driver. The "Description" line often lists the full adapter model, and the "Manufacturer" line lists the vendor. You can also see the supported radio module types and the driver version.

netsh wlan show interfaces

An even more powerful tool is PowerShell. Get-NetAdapter Displays a list of all adapters, but for Wi-Fi, it's better to use filtering. Enter the command:

Get-NetAdapter | Where-Object {$_.InterfaceDescription -like "wireless" -or $_.InterfaceDescription -like "wifi"} | Select-Object Name, InterfaceDescription, DriverVersion

This script will filter out unnecessary Ethernet ports and virtual adapters, leaving only physical Wi-Fi modules. In the column InterfaceDescription The exact model will be indicated. If the system cannot read the data via netsh, try the command wmic nic get name, manufacturer, which accesses WMI (Windows Management Instrumentation) directly.

πŸ“Š How do you most often search for information about equipment?
device Manager
Command line
Third-party software
Looking inside the case

Using PowerShell is especially effective on Windows 10 and 11, where cmdlets provide structured output. You can save the output to a file by adding | Out-File info.txt, to analyze it later or send it to a specialist for diagnosis.

Specialized software for identification

When built-in Windows tools fail or display incorrect data, third-party utilities come to the rescue. These programs have their own databases and can read information directly from hardware registers, bypassing standard operating system APIs.

One of the most popular and lightweight utilities is HWiNFO or AIDA64In the "Network" -> "Windows Network" or "Wi-Fi" section, you can see not only the model, but also the current connection speed, signal strength, MAC address, and even the chip temperature (if the sensor is supported). The utility Wireless Info from NirSoft.

Another powerful tool is PCI-ZThis portable, no-installation program specializes in PCI/PCI-E devices. It instantly reads VEN and DEV codes and automatically retrieves the device name from an online database, eliminating the need for manual searching.

Program Type Information Platform
HWiNFO Full diagnostics Model, Chipset, Temperature Windows
PCI-Z Portable utility VEN/DEV codes, Name Windows
lshw Console utility Full configuration Linux
Wireless Info Network analyzer SSID, Model, Channels Windows

It's important to download such software only from the developers' official websites. There are many counterfeit versions of driver packs online that contain malware. HWiNFO And NirSoft have an impeccable reputation in the community.

Model definition in Linux operating system

In the Linux world, driver issues are often more complex, so knowing the exact adapter model is crucial. Fortunately, the terminal provides comprehensive diagnostic tools. Most distributions come with pre-installed utilities for working with PCI and USB devices.

The basic command to view PCI devices (internal cards) is lspciTo filter only network cards, use:

lspci | grep -i network

Or a more specific command for wireless interfaces:

lspci | grep -i wireless

If the adapter is connected via USB (whistle), the command will help lsusbIt will display a list of all USB devices. Look for a line containing the words "Wireless," "WiFi," "802.11," or brand names like Realtek, MediaTek, Ralink.

To obtain detailed information about the driver and interface status, use the utility iwconfig or more modern ip link. Team lshw -C network (list hardware) will output a nice tree of devices with the logical name (for example, wlan0), serial number and product name.

⚠️ Note: In some Linux distributions, the commands lspci or lsusb may require superuser privileges to display full information. If the output appears truncated, try adding sudo in front of the team.

If the device is detected but does not work, it is often necessary to look at the kernel logs. The command dmesg | grep -i firmware or dmesg | grep -i wifi This will show you what errors occur when attempting to load the module. This will help you determine if the firmware for a specific chipset is missing.

Physical identification and marking

If the operating system fails to load or the device isn't detected at all (the computer doesn't respond to the connection), the only reliable method left is physical inspection. This is especially true for desktop PCs with PCI-E cards and laptops, where the module may be accessible without complete disassembly.

For internal cards (PCI-E), simply remove the side cover of the case. The PCB board has markings on it, usually near the connector or on a metal strip. Look for markings like "Model: T4E4," "P/N: ...," or chipmaker logos. Often, the largest black chip (the chipset) has the manufacturer's logo stamped on it, for example, Broadcom, Qualcomm Atheros or Intel.

In laptops, the situation is more complicated. Wi-Fi modules are usually small form factor boards M.2 (NGFF) or Mini PCIe, located under the bottom cover. To see the markings, you often have to unscrew several screws and remove the plastic panel. The module's sticker always indicates the Part Number (P/N) and model.

What to do if the markings are erased?

If the sticker is illegible, look for the number on the printed circuit board itself (usually in small print on the PCB, such as the FCC ID). Using the FCC ID, you can find the device's documentation in the Federal Communications Commission database, which will indicate the exact internal structure.

For USB adapters, the markings are often located on the casing. If the casing is sealed (solid), the model can only be identified by the VID/PID codes, which are read by the system even without drivers (see the section on Device Manager). Disassembling such devices is not recommended, as this will compromise the integrity of the casing.

Table of popular vendors and their designations

Understanding abbreviations and manufacturer codes significantly speeds up the search process. Below is a table of the most common Wi-Fi chipset vendors and their characteristic designations, which can be found in device names or VEN codes.

Vendor VEN Code (Hex) Characteristic designations Peculiarities
Intel 8086 AX200, AC7260, Centrino High stability, often found in laptops
Realtek 10EC RTL88xx, RTL87xx Popular in USB adapters, cheap
Broadcom 14E4 BCM43xx, BCM943xx Used by Apple, Dell, HP
Qualcomm Atheros 168C AR9xxx, QCA6174 Good support in Linux
MediaTek (Ralink) 148F MT76xx, RT5370 Budget solutions, old USB dongles

Knowing the code 10EC, you immediately understand that you are dealing with Realtek. Code 8086 always points to IntelThis allows you to ignore marketing names used by laptop manufacturers (such as "HP Wireless Module") and search for drivers directly on the chip manufacturer's website.

β˜‘οΈ Steps to follow when the adapter is unknown

Completed: 0 / 5

Frequently Asked Questions (FAQ)

Is it possible to find out the model of a Wi-Fi adapter if the drivers are not installed?

Yes, you can. Even without drivers, the operating system reads the hardware identifiers (VEN and DEV) through the BIOS/UEFI. In Device Manager, such a device will be marked with a yellow triangle as "Unknown Device," but the codes will be available in the "Details" -> "Hardware IDs" tab.

Why does the system display only one adapter, but physically there could be two?

Modern laptops often have two modules: one for Wi-Fi (usually 2.4/5 GHz) and one for Bluetooth, although they can be physically combined on a single board (a combo module). Additionally, a virtual adapter (Microsoft Wi-Fi Direct Virtual Adapter) may be activated, which is not a physical device.

How can I find out the adapter model if Windows won't boot?

In this case, only physical methods will help: examining the markings on the board, searching for the laptop model in the specifications on the manufacturer's website, or using a bootable Live USB flash drive with Linux (for example, Ubuntu or Mint), which will load the basic drivers and allow you to run the command lspci.

Does the driver version affect model detection?

No, the model is hardcoded into the hardware. However, different driver versions may display the name differently in the system. Older drivers may simply call the device "802.11n Adapter," while newer ones correctly display "Intel Wi-Fi 6 AX201".

Where can I find a driver if I only know the VEN and DEV codes?

There are specialized PCI ID databases, for example, the website pci-ids.ucw.cz or devicehunt.comBy entering the code there, you'll get the exact device name. After that, it's best to search for the driver on the chip manufacturer's official website (Intel, Realtek), rather than on driver aggregator sites.