Users frequently need to accurately identify a wireless network module. This is typically necessary to find up-to-date drivers, check support for modern communication standards, or diagnose connection issues. Built-in Windows operating system tools often display only the general chipset or manufacturer name, concealing the specific hardware revision.
Knowing the exact equipment ID Hardware ID This prevents the installation of incompatible software. This is especially important for laptop owners, where vendors often use modified versions of standard modules. Without accurate model information, attempts to update drivers can lead to network instability or complete module inoperability.
In this article, we'll explore proven methods for identifying your adapter model, from simple graphical interfaces to in-depth diagnostics using system utilities. You'll learn to distinguish between marketing names and actual technical specifications, which is critical for properly setting up a home or office network.
Using Windows Device Manager
The most accessible tool for primary diagnosis is the standard one. device ManagerThis system component provides basic information about all connected hardware. To access the desired menu, right-click the Start button and select the appropriate item from the context menu. Alternatively, use the command devmgmt.msc in the Run dialog box.
In the window that opens, find the "Network Adapters" section and expand it. This will display a list of all network interfaces, including wired and wireless. Wi-Fi modules typically have the words "Network Adapters" in their names. Wireless, Wi-Fi or 802.11However, the name can be generic, for example, simply "Dual Band Wireless AC" without specifying a specific chip manufacturer.
For more detailed information, right-click the adapter and select "Properties." Go to the "Details" tab. In the "Property" drop-down list, select "Hardware IDs." Here you will see lines like PCI\VEN_8086&DEV_3165. Code VEN denotes the manufacturer, and DEV — a specific device. This information is the key to finding the exact model online.
⚠️ Important: If the adapter name in Device Manager shows "Unknown Device" with a yellow exclamation point, this means drivers are missing. In this case, the model can only be identified by the VEN and DEV codes.
Defining a model via the command line
For users who prefer a text-based interface or work with remote machines, the command line is the ideal solution. cmd Allows you to query the system for detailed network configuration. Run the terminal as administrator to gain full access to system data.
Enter the command netsh wlan show drivers and press Enter. The system will display a comprehensive report on the wireless network driver. We are interested in the "Manufacturer" and "Description" fields. The exact chipset model is often listed here, for example, Intel(R) Dual Band Wireless-AC 7260 or Realtek RTL8821AE.
Additionally, you can use the command wmic nic get name, manufacturerIt will display a table of all network controllers and their manufacturers. This method is useful when you need to quickly scan a system without delving into deep menu settings. The results may be less detailed, but often contain the brand name of the card.
☑️ Checking drivers
Analysis via PowerShell
A more modern analogue of the command line is the shell. PowerShellIt provides powerful tools for querying registry and WMI information. Open PowerShell and enter the command Get-NetAdapter | Where-Object Status -Eq 'Up'This will filter only active network interfaces.
To get detailed information about a Wi-Fi adapter, use the cmdlet Get-NetAdapter with the extension parameter. Command Get-NetAdapter -Name "Wi-Fi" | Select-Object Name, InterfaceDescription, DriverVersion will display the interface name, description, and driver version. The interface description often contains the full hardware specification.
If standard methods do not produce results, you can turn to the WMI class. Command Get-WmiObject Win32_NetworkAdapter | Where-Object {$_.NetEnabled -eq $true} will show active adapters. In the properties PNPDeviceID contains the same hardware identifier that we were looking for in the Device Manager, but in a more readable format.
What to do if PowerShell blocks scripts?
If you receive an error about the script execution policy when running commands, this means there is a restriction on the system. Run the command Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser to allow local script execution. This is safe for a standard user.
Using specialized software
When built-in Windows tools prove insufficiently informative, third-party utilities come to the rescue. Programs like CPU-Z, AIDA64 or HWiNFO They can read data directly from hardware registers. They display not only the model but also the current connection speed, signal strength, and supported protocols.
The utility deserves special attention HWiNFOWhen running in "Sensors Only" or "Summary" mode, it details the characteristics of each PC component. In the Network section, you'll find the full adapter name, the module's BIOS version (if applicable), and even the chip's real-time temperature.
Also worth mentioning is the free program WirelessInfoIt's designed specifically for analyzing wireless connections. The utility displays the MAC address, SSID of the current network, encryption type, and, most importantly, the exact adapter model and connection interface (PCIe, USB).
| Program | License type | Level of detail | Complexity |
|---|---|---|---|
| device Manager | Built-in | Base | Low |
| PowerShell | Built-in | Average | Average |
| HWiNFO | Freeware | High | Average |
| AIDA64 | Paid (Trial) | Maximum | High |
Search by VEN and DEV identifiers
If software methods don't provide a definitive answer, the most reliable "old-fashioned" method remains—searching by hardware codes. As mentioned earlier, you can find strings in the device properties VEN_XXXX And DEV_YYYYThe four characters after VEN are the manufacturer code, and the ones after DEV are the device code.
For example, code VEN_8086 belongs to the company Intel, A VEN_10EC — Realtek. Knowing these codes, you can access specialized databases, such as PCI Database or Device HuntBy entering four-digit values there, you will get the exact name of the chipset.
This method is indispensable when working with old laptops or exotic assemblies, where the drivers have long been removed from the manufacturer's website. The VEN code always starts with the 0x prefix in hexadecimal, but in Device Manager it appears simply as a number. Do not confuse this with the subsystem code (SUBSYS) that comes next.
⚠️ Please note: Database site interfaces are subject to change, and some resources may contain advertising. Be careful when clicking links and downloading files. Use only trusted sources to search for code information.
Nuances for USB and external adapters
The situation is slightly different with external Wi-Fi modules connected via a USB port. The system often detects them as composite devices. In Device Manager, they may appear under "USB Controllers" or "Network Adapters" with a name like "802.11n USB Wireless LAN Card."
To find out the actual model, look at the physical sticker on the adapter body. It often indicates the chipset, for example, MediaTek MT7612U or Ralink RT5370This information is critical, as the same adapter housing may be equipped with different chips in different batches.
You can also use the utility USBDeviewIt displays all USB devices ever connected. Find your adapter by VID (Vendor ID) and PID (Product ID). These parameters are similar to VEN and DEV, but are used in the USB protocol. They can be used to accurately determine the device's revision.
Frequently Asked Questions (FAQ)
Why does the system display Generic Wi-Fi Adapter instead of the name?
This happens when Windows can't find a suitable driver and installs the default Microsoft driver. It provides basic functionality but doesn't unlock the full potential of the hardware. You should download the driver from the laptop or chipset manufacturer's website.
Is it possible to update the Wi-Fi adapter model using software?
No, the model is a physical characteristic of the hardware. A software update (firmware) can improve stability or add new features, but it won't transform an old adapter into a new one. Changing the name in the registry is possible, but this is only a cosmetic change.
How do I know if my adapter supports 5GHz?
The model name often includes a prefix Dual Band or AC (for example, 802.11ac). The most accurate way to check is with the command netsh wlan show drivers, in the "Supported Radio Types" line. The 5 GHz band should be listed there.
Where can I find a driver if the laptop manufacturer's website no longer exists?
Use the hardware identifier (VEN/DEV). Find the chipset manufacturer (Intel, Realtek, Atheros) and download a generic driver from their official website. This will work better than the laptop brand's driver.