Modern users often need to accurately identify network equipment, especially when updating drivers or diagnosing connection issues. The standard display in the operating system interface doesn't always include the full technical name of the device, showing only a generic designation like "Wireless Network." This can be confusing if you're searching for a specific model to download software from the manufacturer's website.
Lack of knowledge of the exact markings network card This often leads to installing incorrect driver versions, which can cause internet instability or even complete loss of signal. In some situations, such as when building a gaming PC or setting up a server, it's critical to understand the exact chip installed on the board to ensure maximum throughput and support for modern encryption standards.
There are many methods to obtain this information, from simple graphical interfaces to advanced console commands that provide comprehensive data about hardware IDWe'll cover all available options, from basic Windows settings to analyzing your physical hardware, so you can choose the most suitable one for your situation.
Using Device Manager to find hardware
The most obvious and accessible way to find information about a network interface is to use the built-in system tool, Device Manager. This method doesn't require installing any additional software and works on all versions of the Windows operating system, from XP to the latest version 11. To launch the utility, simply press a key combination. Win + R and enter the command devmgmt.msc, or find the corresponding item in the context menu of the "Start" button.
In the window that opens, find the "Network Adapters" section and expand its contents. All active and hidden network devices will be listed here, including wired Ethernet controllers and wireless modules. A wireless adapter typically has the words "Wireless," "Wi-Fi," "802.11," or the names of popular chip manufacturers, such as Intel, Realtek, Qualcomm Atheros or Broadcom.
If the list shows a device with an exclamation point or marked as "Unknown device," this indicates that drivers are missing. In this case, the full model name may be hidden, but you can still find it in the properties. Double-click the device, go to the "Details" tab, and select "Hardware IDs" from the list. Copy the top line (e.g., PCI\VEN_8086&DEV_08B1) and by entering it into a search engine, you can easily find the exact model name.
⚠️ Attention: If after reinstalling Windows you only see "Microsoft Wi-Fi Direct Virtual Adapter" in the list, this means the physical adapter driver is not installed, and the system is only displaying virtual interfaces. In this case, identifying the model by hardware ID is the only quick way to find the required driver without internet access.
Device Manager also allows you to manage power and adapter settings, which is useful for fine-tuning. However, for detailed technical information, such as the firmware version or the exact chip revision, this tool may not be sufficient, and more in-depth diagnostic methods will be required.
Getting detailed information via the command line
For users who prefer a text-based interface or need precise data for scripts, the Windows command line is the ideal solution. netsh (Network Shell) provides access to a comprehensive database of network configurations. To open the console with administrator rights, click Win + X and select "Windows PowerShell (Admin)" or "Terminal".
Enter the command netsh wlan show drivers and press Enter. The system will display a detailed report about the wireless network driver, with the "Driver Name" and "Vendor" listed in the first line. Below that, you'll find the "Description" line, which contains the full commercial name of your Wi-Fi adapter, as well as information about supported operating modes and encryption types.
netsh wlan show drivers
An alternative option is to use the command ipconfig /all, which will list all network interfaces with their MAC addresses and descriptions. Find the "Wireless LAN Adapter" section, and the device name will be listed in the "Description" line. This method is especially useful if you need to quickly copy the physical address (MAC) for filtering on a router.
Why is the command line more reliable than the graphical interface?
The command line directly accesses the system registry and driver APIs, bypassing graphical shells that can truncate long names or obscure technical details for ease of user understanding. Furthermore, the console allows you to save a report to a text file for later analysis.
Analysis via PowerShell and system utilities
PowerShell is a more powerful alternative to the classic command line, allowing you to retrieve structured data as objects. You can use a cmdlet to display information about network adapters. Get-NetAdapter, which will display the name, status, connection speed, and description of the device. To see the Wi-Fi module specifically, you can filter the output by name or type.
Another effective way is to use the utility wmic (Windows Management Instrumentation Command-line). By entering the command wmic nic get name, macaddress, you'll get a list of all network cards with their MAC addresses. This is especially convenient, as the output is generated as a simple table, making it easy to identify wireless adapters by their distinctive names or lack of cable association.
Advanced users will be interested in displaying properties via PowerShell with detailed status of the PnP device. Command Get-PnpDevice -Class Net will show all devices of the "Network" class, their current status (whether the device is working properly) and a friendly name, which often coincides with the marketing name of the model.
- 🔹 Get-NetAdapter — shows the basic status and name of the adapter in the modern format.
- 🔹 wmic nic get name — a classic WMI query that works even on very old systems.
- 🔹 Get-PnpDevice - provides information about the equipment status and error codes, if any.
⚠️ Note: The PowerShell interface and available commands may vary depending on your operating system version and the version of the .NET Framework installed. If the command fails, make sure you're using the latest version of PowerShell and running the console as an administrator.
Using third-party software
If the built-in Windows tools seem too complicated or don't provide enough information, specialized utilities can come to the rescue. Programs like CPU-Z, AIDA64 or HWiNFO scan the system and provide comprehensive data about every component of the computer, including the vendor, device, revision, and subsystem of the network adapter.
One of the most popular and lightweight programs is CPU-ZBy going to the "Mainboard" or "Network" tab (depending on the version), you can see information about the chipset and integrated devices. A more specialized utility WifiInfoView NirSoft's tool not only displays the adapter's name but also provides detailed statistics on available networks, channels, and signal levels, making it indispensable for diagnostics.
Also worth mentioning are driver packs and utilities from manufacturers, such as Intel PROSet or Realtek LAN UtilityThey are often installed along with drivers and offer a convenient interface for managing connection profiles, viewing events, and updating software directly from the program, bypassing the device manager.
| Program | License type | Main function | Size |
|---|---|---|---|
| CPU-Z | Free | System Information | ~3 MB |
| AIDA64 | Paid (Trial) | Full diagnostics | ~50 MB |
| WifiInfoView | Free | Wi-Fi network analysis | ~1 MB |
| HWiNFO | Free | Sensor monitoring | ~8 MB |
Using third-party software is justified when a thorough analysis of connection stability or resource conflicts is required. However, for a simple task like "finding the name," the built-in tools are sufficient, preventing the system from being overloaded with unnecessary processes.
Physical identification and inspection of equipment
In situations where the operating system fails to boot or the network adapter is not detected by software, the only reliable method is physical inspection. For desktop PCs, this involves removing the side panel of the case and visually inspecting the expansion card inserted into the PCI or PCI-Express slot. The card's PCB or sticker usually contains the model number, for example, TP-Link Archer T4E or Asus PCE-AC51.
If we're talking about a laptop or an integrated M.2 module, the situation is complicated by the need to partially disassemble the device. The module is a small, coin-sized circuit board connected to antennas by thin wires. A QR code and the model name are often printed on its surface, but in some cases, laptop manufacturers use OEM adapters, the markings of which may differ from those of their retail counterparts.
You can also find information on the device's box or in the warranty card, which always lists the exact model of the components. If you purchased a pre-assembled computer, check the specifications on the manufacturer's website or the invoice—it often lists the full part number of the installed network card.
⚠️ Attention: Opening a laptop or desktop PC yourself may void the warranty if the screws are sealed. If the device is under warranty, it's best to limit the repair to software diagnostics or contact a service center.
Search Method Comparison Table
To help you choose the best method, we've prepared a summary table comparing the methods considered based on key parameters: complexity, required access rights, and the depth of information obtained.
| Method | Complexity | Admin rights required | Informativeness |
|---|---|---|---|
| device Manager | Low | No | Average |
| Command line | Average | Yes | High |
| PowerShell | High | Yes | Very high |
| Third-party software | Low | No | Maximum |
Frequently Asked Questions (FAQ)
Why is the adapter called "Unknown device" in Device Manager?
This occurs when the operating system doesn't have a driver installed for the given hardware. Windows recognizes the physical presence of the device by its ID, but doesn't know how to properly interact with it. You need to find a driver by the hardware ID or use the driver disc included with your motherboard or laptop.
Can the adapter name change after a Windows update?
The hardware name itself does not change, but Windows may update the display name if it installs a newer generic driver from Microsoft that interprets the device data differently. However, Hardware ID remains unchanged in any case.
How do I know if my adapter supports 5GHz?
Use the command netsh wlan show drivers in the command line. Find the line "Supported radio module types." If there are values starting with 802.11a or 802.11ac/ax, then 5 GHz band support is present.
Does the adapter name affect internet speed?
The name doesn't directly affect the device, but it does indicate its class. Older models (such as those with 802.11n) physically can't deliver the speeds offered by modern standards (802.11ac/ax). Therefore, knowing the model is important for understanding the potential maximum speed.