Modern users rarely think about hardware until they encounter a connection issue. However, when a laptop stops detecting wireless networks or data transfer speeds drop to a crawl, the first step to a solution is equipment identificationWithout the exact model name, it's impossible to find the latest drivers, which are often key to stable network operation. Knowing the exact chip installed in the system helps avoid errors when downloading software from manufacturers' websites.
There are many ways to obtain this information, ranging from built-in operating system tools to specialized software. Windows provides several levels of access to hardware data, each with its own advantages. Some methods provide only a general overview, while others reveal detailed technical specifications. In this article, we'll examine all available options so you can choose the most suitable for your situation.
Understanding your network hardware is a skill that saves hours of internet research. It often happens that automatic driver installation via the update center doesn't work, and then manual search becomes the only alternative. We'll look at how to bypass the limitations of standard interfaces and access hidden network interface information.
Using Device Manager to Find
The most obvious and frequently used method is to access the Device Manager. This is a system utility that displays all connected peripherals. To get there, right-click the Start button and select the appropriate item from the menu, or enter devmgmt.msc in the Run dialog box. In the window that opens, you need to find the section Network adapters and reveal its contents.
In the list, you will see the name of your wireless module. It usually contains the manufacturer's marking, for example: Intel, Realtek or Qualcomm Atheros, followed by the chip model. If the device is working correctly, there won't be any warning signs next to it. However, if the driver isn't installed, the device may appear as "Unknown Device" with a yellow exclamation point, making the task more difficult.
⚠️ Note: If the wireless module is missing from the list of network adapters or is hidden, go to the "View" menu and enable the "Show hidden devices" option. This will help you detect previously connected or software-disabled adapters.
For more detailed information, right-click on the adapter name and select "Properties." Go to the "Details" tab. Here, you can select the "Hardware ID" parameter from the drop-down list. Lines like PCI\VEN_8086&DEV_24F3 contain manufacturer and device codes that allow you to find the driver even without the model name. This universal method search when standard names are unreadable or truncated.
Getting information via the command line
For those who prefer a text-based interface or need quick access to information without unnecessary windows, the command line is ideal. Run cmd as administrator. Enter the command netsh wlan show drivers and press Enter. The system will display a detailed report about the current wireless network driver.
In the command output, you'll find the "Manufacturer" and "Description" lines, which clearly indicate the model of your adapter. This method is useful because it shows the exact device that's currently being used for connecting to Wi-Fi, eliminating confusion with virtual adapters or Bluetooth modules. The driver version and development date are also displayed.
netsh wlan show drivers
Another powerful tool is the utility wmicBy entering a query wmic nic where "NetEnabled=true" get name, manufacturer, you'll get a list of all active network cards, including their manufacturer. This is especially useful on computers with multiple network interfaces and you need to quickly filter out unnecessary ones. The results can be copied to the clipboard for further analysis.
Analysis via PowerShell and system reports
PowerShell offers more flexible options for collecting system information. Open a PowerShell terminal and enter the command Get-NetAdapter | Where-Object {$_.Status -eq "Up"}This will display all active adapters. For detailed Wi-Fi information, you can use the command Get-NetAdapter | Select-Object Name, InterfaceDescription, DriverVersion.
An alternative method is to generate a full system report. In PowerShell, enter Get-ComputerInfo, but be prepared for a large volume of output. A more targeted request Get-PnpDevice -Class Net Shows all devices of the network class installed in the system. Here you can see not only active but also disabled devices, as well as their operating status.
Using scripts allows you to automate the data collection process. For example, you can create a simple script that will only display the name and MAC address of a wireless adapter. This is useful for system administrators during remote diagnostics. Data accuracy In PowerShell, the value is often higher than in standard property windows, since the information is taken directly from WMI (Windows Management Instrumentation).
PowerShell Secrets
The `Get-WmiObject Win32_NetworkAdapter` command provides access to low-level properties of the adapter, including the PNPDeviceID, which corresponds to the hardware ID in Device Manager.
Diagnostic software and utilities
If the built-in Windows tools seem insufficiently informative, third-party utilities come to the rescue. CPU-Z, familiar to most enthusiasts, has a tab displaying information about network interfaces. It shows not only the name but also the supported communication standards. It works similarly. HWiNFO, providing comprehensive information about each component of the computer.
Specialized utilities from chipset manufacturers, such as Intel PROSet or Realtek Diagnostic Utility, can also determine the adapter model. However, installing them requires prior knowledge of at least the approximate make of the device. For unknown devices, universal scanners like AIDA64 or Everest (although the latter is already outdated).
The advantage of third-party software is the convenient way it presents data. Often, the model name in such programs is clickable and leads to the driver download page. Furthermore, they can display chip temperature and signal strength in real time, which is not available in the standard Device Manager. This makes them indispensable for deep diagnostics connection problems.
Physical identification and marking of equipment
In situations where the operating system fails to boot or the adapter isn't detected by software, the only option is a physical inspection. For laptops, this may mean removing the bottom cover. Internal Wi-Fi modules are typically in Mini PCIe or M.2 (NGFF) format. The module's sticker always indicates the exact model number, for example, Intel Dual Band Wireless-AC 8265.
For USB adapters, it's simpler: the information is printed on the device's casing. If the sticker wears off, you can carefully open the casing (if it's not sealed) and look for the markings on the main chip. Search by chip number (for example, RTL8812BU) often provides more information than searching by the brand of the USB whistle itself, since many brands use the same Chinese OEM solutions.
Before removing the laptop cover, be sure to disconnect the battery. This will prevent accidental short circuits and damage to the device. Security In this case, the speed of receiving information is more important.
| Search method | Necessary rights | Data accuracy | Complexity |
|---|---|---|---|
| device Manager | User | Average | Low |
| Command Prompt (CMD) | Administrator | High | Average |
| PowerShell | Administrator | Very high | High |
| Physical examination | No | Absolute | High |
Troubleshooting adapter name display issues
Sometimes the adapter is displayed in the system as "Standard Wi-Fi Module" or "Wireless LAN Adapter." This means that the Microsoft generic driver is installed, which does not recognize the specific model. In this case, knowing the exact name is impossible without using the hardware ID method described above. The generic driver provides minimal functionality but does not allow you to take full advantage of your device. network card.
A common cause of incorrect display is a driver version conflict or registry corruption. In this situation, completely removing the device from Device Manager and then rebooting can help. The system will attempt to redetect the hardware and set the correct name. If this fails, you'll need to manually install the driver found by the hardware ID.
⚠️ Note: Driver interfaces and menu item names may vary depending on the Windows version (10, 11) and laptop manufacturer. If you cannot find the described option, check the official documentation for your device model.
It's also worth checking your BIOS/UEFI. In some cases, the wireless module may be disabled at the BIOS level, causing it to completely disappear from the system. You can enter the BIOS when the computer boots (usually by pressing F2, Del, or F10). In the section Advanced or Security you need to find the item related to WLAN or Wireless and make sure that it has the status Enabled.
☑️ Check adapter status
Frequently Asked Questions (FAQ)
Why does the adapter name say "Unknown device"?
This means the system lacks a driver for this hardware. Windows sees the physical connection but doesn't know how to use it. You need to find a driver based on the hardware ID.
Is it possible to find out the model of a Wi-Fi adapter if it is not connected to the Internet?
Yes, you can. All the methods described (Device Manager, CMD, PowerShell) work locally and don't require network access. In this case, you'll have to download the drivers on another device.
Does the adapter name affect internet speed?
The name itself doesn't matter, but it does indicate the model's technical specifications. Older adapters (such as those using the 802.11n standard) physically can't provide the speeds available with modern models (802.11ac/ax).
How to update the driver knowing the adapter name?
Enter the model name into a search engine, add the word "driver" and the name of your OS. Download the file only from the manufacturer's official website (Intel, Realtek, TP-Link, etc.), avoiding dubious sources.