Determining the exact model of a wireless adapter is often necessary when searching for drivers, troubleshooting connection stability issues, or planning a computer system upgrade. Many users encounter a situation where the operating system only reports a generic device name, concealing the actual hardware revision or chip manufacturer. This creates difficulties when selecting specialized software, especially for older or rare laptop models.
There are several reliable methods for identifying hardware that don't require installing complex additional software. Windows system tools provide fairly deep access to information about connected devices, allowing you to obtain data about VEN (Vendor ID) And DEV (Device ID)These codes are unique identifiers in the PCI device registry and allow you to find the driver even if the standard installation fails.
In this article, we'll cover all available methods in detail, from simple visual checks to using the command line. You'll learn to distinguish between software and hardware limitations of your adapter and understand how to interpret the resulting data to troubleshoot network issues. This knowledge will help you accurately determine whether your module supports modern standards. Wi-Fi 6 or maybe it's time to think about purchasing new equipment.
Checking through Windows Device Manager
The most accessible tool for primary diagnostics is the built-in device ManagerIt provides basic information about all components installed on the system. To access it, right-click the Start button and select the appropriate item from the context menu, or use the keyboard shortcut Win + X and select the desired tool from the list.
In the window that opens, find the "Network Adapters" section and expand it. The name of your wireless module will be displayed here. However, Windows often installs the standard Microsoft driver, and the device may appear as "Wireless Network Adapter" or with an exclamation mark. In this case, go to the "Details" tab in the device properties and select "Hardware IDs" from the list.
β οΈ Important: If the device list shows "Unknown device" with a yellow triangle, this means the driver is not installed or is not working correctly. In this case, identifying the driver using the VEN and DEV codes is the only way to find the required software.
The resulting lines of code look something like this: PCI\VEN_8086&DEV_0083The first four characters after VEN indicate the manufacturer, and then DEV β for a specific device. Knowing these values, you can accurately determine the chip model, even if the name in Device Manager is truncated or unreadable. This is especially important for USB adapters, which may be detected by the system as composite devices.
Using the command line for detailed diagnostics
For more advanced users and system administrators, the command line is a great tool. It provides a structured report on network status and adapter characteristics, often containing more detail than the graphical interface. Launch the command line as administrator by entering cmd in Windows search.
The basic command to get driver and model information is netsh wlan show driversRunning this command will display a detailed report, including the driver name, vendor, version, and, most importantly, a hardware description. The "Description" field typically specifies the exact chip model, for example, Intel(R) Dual Band Wireless-AC 7260.
netsh wlan show drivers
Alternatively, you can use the command ipconfig /all, which will display the physical address (MAC address) and description of network adapters. Although it's less informative regarding driver versions, it's useful for quickly checking whether an interface is active. If an adapter is disabled, either software- or physically, it may not appear in the output of this command, which is a diagnostic indicator.
Analysis via System Information and PowerShell
System Information utility (msinfo32) provides an in-depth look at your computer's configuration. It can be launched from the Run window (Win + R). In the menu tree, navigate to "Components" β "Network" β "Adapter." All network interfaces, including virtual ones, are displayed here.
In the right pane of the window, find the "Adapter Type" line. For Wi-Fi modules, it will list the model name and often the connection interface type. PowerShell offers even more flexibility using WMI (Windows Management Instrumentation). The command allows you to display data in a convenient tabular format.
Get-NetAdapter | Where-Object {$_.InterfaceDescription -like "wireless"} | Select-Object Name, InterfaceDescription, Status
Using PowerShell is especially effective when performing remote administration or automating data collection from multiple computers. A script can not only display a model, but also check connection status, link speed, and errors. It's a powerful tool for diagnostics complex network environments where standard tools may not be sufficient.
Why might an adapter not show up in PowerShell?
If the adapter isn't visible in PowerShell or Device Manager, it may be disabled in the BIOS/UEFI or have a hardware problem. Also, check if it's blocked by a physical switch on the laptop case.
Identifying a model by appearance and markings
If software methods fail (for example, the system won't boot or the adapter is burned out), physical inspection remains. In laptops, wireless modules are most often implemented in the format Mini PCIe or M.2 (NGFF)To access them, you need to remove the back cover of the laptop, having first disconnected the battery.
The sticker on the module itself always indicates the full model, serial number, and MAC address. Popular manufacturers, such as Intel, Qualcomm Atheros, Realtek And Broadcom, label their products according to standards. For example, Intel modules are often labeled "Intel Centrino" or "Intel Wireless-AC."
For USB adapters, the information is printed on the device's body. If the sticker has worn off, you can try searching for the model by VID and PID using specialized USB device utilities, such as USBDeview, even if the drivers are not installed. This will provide the codes needed to search hardware databases.
β οΈ Caution: Before opening your laptop, be sure to ensure the warranty is no longer valid, as breaking the seals may result in denial of service. Also, be sure to discharge static electricity before touching internal components.
Specialized software for equipment identification
Third-party utilities often provide a more user-friendly interface and additional technical information that is difficult to find in standard Windows tools. Programs like CPU-Z, HWiNFO or AIDA64 scan all computer buses and provide comprehensive data about each component.
In the "Network" section of these programs, you can see not only the adapter model but also the current connection speed, signal strength, channel used, and security standard. This is useful for analyzing connection quality and choosing the optimal location for the router. Some utilities also display the module's temperature, which is important for diagnosing overheating.
Using specialized software also allows you to save the report in text or HTML format, which is convenient for sharing information with technical support. Automatic driver updates using such programs (such as DriverPack Solution or Snappy Driver Installer) can resolve missing software issues, although this method should be used with caution.
Table of popular manufacturers and their identifiers
To quickly navigate manufacturer codes, it's helpful to have reference information on hand. Below is a table of the most common VEN codes you might encounter during diagnostics. Knowing these codes helps you quickly understand what equipment you're dealing with, even before searching online.
| Manufacturer | VEN Code | Typical module series | Peculiarities |
|---|---|---|---|
| Intel | 8086 | Centrino, Wireless-AC, Wi-Fi 6E | High stability, excellent driver support |
| Realtek | 10EC | RTL88xx, RTL87xx | Budget solutions, often found in USB adapters |
| Broadcom | 14E4 | BCM43xx | Used in many Apple and Dell laptops |
| Qualcomm Atheros | 168C | AR9xx, QCA9xx | Popular in ASUS gaming routers and laptops |
| MediaTek (Ralink) | 148F | MT76xx | Often found in budget laptops and TV set-top boxes |
Understanding the exact chip installed in your device helps predict its behavior. For example, modules Realtek may require more frequent manual adjustment of power saving, while Intel It's renowned for its out-of-the-box compatibility. If you're having trouble finding networks or experiencing slow speeds, knowing the model allows you to find specific patches or registry settings.
βοΈ Steps to follow when searching for a driver
Frequently Asked Questions (FAQ)
Is it possible to increase Wi-Fi speed by replacing the module in a laptop?
Yes, if your laptop allows for module replacement (it's not soldered onto the board) and has an available M.2 or Mini PCIe slot. Replacing an old 802.11n module with a modern Wi-Fi 6 module can significantly improve connection speed and stability, provided your router also supports the new standards.
Why doesn't my computer see my Wi-Fi adapter after reinstalling Windows?
Most likely, the system is missing the necessary drivers. Microsoft's default drivers may not support all features or a specific chip model. You'll need to download the driver from another device and transfer it to your computer, or use an Ethernet cable to initially install updates.
What does "Code 43" mean in Device Manager for Wi-Fi?
Code 43 indicates that the device has reported problems. This could be caused by a driver failure, physical damage to the module, or a resource conflict. Try completely removing the device from the Device Manager, restarting the laptop, and allowing the system to reinstall the driver.
How do I know if my module supports 5GHz?
In the command line, enter netsh wlan show driversFind the line "Supported Radio Types." If 802.11a or 802.11ac/ax is listed alongside 802.11n/g/b, then 5 GHz band support is present.