A modern computer is unimaginable without access to the global network, and most often we rely on a wireless connection. However, sometimes the operating system stops detecting networks, speeds drop to unacceptable levels, or drivers stop working after an update. In such situations, the first step to solving the problem is identifying the installed hardware. Accurate knowledge of the model network interface allows you to find a compatible driver, check support for modern standards like Wi-Fi 6, and eliminate hardware conflicts.
Users often encounter a situation where the device is displayed as "Unknown Device" or simply "Wireless Adapter," which provides no useful information. This is especially true for laptops, where manufacturers can install modules from different vendors into the same model, depending on the batch. Understanding how to obtain this technical information is a basic skill for anyone involved in PC servicing.
In this guide, we'll cover all available methods: from built-in Windows tools to specialized software. We won't use complex terminals unless necessary, but we'll cover them for completeness. Identification by VEN and DEV codes is the most reliable method Find a driver if standard search methods fail. Let's start with the simplest and most accessible tool, which is included with every system.
Using Windows Device Manager
The most obvious and quick way to obtain hardware information is to use the System Manager. This tool is built into the operating system and doesn't require any additional software. To open it, right-click the Start button and select the appropriate item from the menu, or use the keyboard shortcut. Win + XIn the window that opens, find the "Network adapters" section and expand it.
In the list you will see all network interfaces, including wired and virtual ones. Wireless module Typically contains the words "Wireless," "Wi-Fi," or "802.11" in the name, or manufacturer names like Intel, Realtek, or Qualcomm Atheros. If the device is working correctly, its full name will be listed. However, if the driver isn't installed, you may see an "Unknown Device" entry with a yellow exclamation point.
For an unknown device, right-click it and select "Properties." Go to the "Details" tab. In the "Property" drop-down list, select "Hardware IDs." You'll see lines containing codes. VEN (Vendor ID) and DEV (Device ID). These digital identifiers are unique to each chip and allow you to find the driver even without the model name.
⚠️ Attention: If the "Network Adapters" section in the Device Manager is missing altogether or is empty, this may indicate a serious failure of the chipset drivers or a physical disconnection of the module inside the laptop case.
Getting information via the command line
For those who prefer a text interface or need more detailed statistics, the command line is a great tool. It allows you to display a list of equipment in text format, which is easy to copy and analyze. Launch the terminal as administrator by entering cmd in Windows search and selecting the appropriate item.
To get a list of all network adapters with details, use the command netsh wlan show interfacesThis will only display information about wireless interfaces, including their status, the SSID of the connected network, and, importantly, the radio type and driver name. If you need more general information about all devices, the following command will do. wmic nic get name, manufacturer.
The command output may contain technical terms such as PHY type or Channel, which indicate the current operating mode. For example, you might see that the adapter is operating in 802.11ac mode, confirming its support for the 5 GHz band. This is useful if you want to ensure your computer is taking advantage of the capabilities of a modern router.
netsh wlan show drivers
This specific command will display the driver version, vendor, and supported authentication types. This is critical when troubleshooting connection issues with corporate networks or specific security protocols.
Why do you need a command line if you have a GUI?
The command line allows you to access hidden driver parameters and logs that are not displayed in the graphical interface, which is indispensable for in-depth diagnostics.
PowerShell Analysis for Advanced Users
PowerShell provides even more powerful system management tools than the classic command line. It lets you not only view the name of a WMI object, but also access its properties. Open PowerShell and enter the command Get-NetAdapterIt will display a list of all adapters, their status and MAC addresses.
To get the specific WiFi adapter, you can filter the output. Use the command Get-NetAdapter | Where-Object {$_.InterfaceDescription -like "wireless" -or $_.InterfaceDescription -like "wifi"}This will allow you to isolate the desired interface if there are many in the system, including virtual ones from VPNs or hypervisors.
To get detailed information about the driver of a specific adapter, use the command Get-NetAdapter -Name "AdapterName" | Select-Object DriverVersion, DriverDateThis helps you quickly check whether the installed driver version is too old or, conversely, a beta version causing instability.
- 🔍 PowerShell commands allow you to script network status checks on multiple computers.
- ⚡ With the help of
Get-NetAdapterStatisticsYou can see the number of packet errors sent and received. - 🛠️ PowerShell gives you access to adapter power saving settings, which often affects connection stability.
Third-party hardware diagnostic utilities
When built-in tools are insufficient or fail to correctly identify a device, specialized programs come to the rescue. These utilities can read information directly from the registry and ACPI tables, providing the most complete hardware description possible. One of the most popular and free is HWiNFO or AIDA64.
In such programs, information is structured by category. Find the "Network" section, then the "Wi-Fi" subsection. This will list not only the model name but also the supported standards, connection speed, current channel, and even the signal strength in dBm. This is much more informative than the barren list in Device Manager.
Another useful utility is Wireless Info Or the control panel built into some drivers (for example, Intel PROSet). They can display connection history and detailed technical specifications of the chip. Using such software is especially useful when selecting new hardware to compare the stated specifications with the actual ones.
| Program | License type | Depth of analysis | Complexity |
|---|---|---|---|
| device Manager | Built-in | Basic | Low |
| PowerShell | Built-in | Average | High |
| HWiNFO | Free / Paid | Maximum | Average |
| AIDA64 | Paid (Trial) | Maximum | Average |
⚠️ Attention: Download diagnostic tools only from the developers' official websites. Versions from third-party portals may contain malicious code disguised as useful tools.
Model determination by physical marking
If software methods fail (for example, the adapter is burned out or is not detected at all), the only option left is a physical inspection. This is especially true for desktop PCs with PCIe cards or laptops that the user is willing to disassemble. printed circuit board The module is always marked.
Laptops most often use M.2 or Mini PCIe form factors. After removing the back cover, you'll see a small board connected to the antennas (black and white wires). The sticker will indicate the manufacturer (Intel, Broadcom, Realtek) and model number, for example, Intel AC 9560 or Realtek RTL8822BE.
For USB adapters, things are simpler: the information is printed on the device's casing. However, a USB dongle also contains a chip, and sometimes the markings on the casing refer to the packaging brand, not the chipset manufacturer. In such cases, only software detection or disassembling the casing can help.
☑️ What to check during a physical examination
Search for drivers by ID
Knowing the exact model or codes VEN And DEV, you can find drivers even for very old or exotic hardware. The codes are hexadecimal numbers. For example, VEN_8086 points to Intel, and VEN_10EC — on Realtek.
Entering these codes into a search engine along with the word "driver" will take you to specialized hardware databases. This is the most reliable way to find software for network cards that aren't automatically detected. After installing the driver, the device should display correctly in the system and operate reliably.
It's important not to confuse the system's bit depth (32-bit or 64-bit) with the Windows version. Windows 7 drivers may not be compatible with Windows 10/11, although the system often attempts to use them in compatibility mode. Always try to download the latest available version from the manufacturer's website.
Frequently Asked Questions (FAQ)
Why doesn't my computer detect my WiFi adapter after reinstalling Windows?
Most likely, the system is missing the necessary drivers. After a clean installation, Windows uses basic drivers, which may not support your specific module. You'll need to download the driver from another device and install it manually.
Can an antivirus block a WiFi adapter?
Yes, some firewall features in antivirus software can block connections to new networks or flag an adapter as a threat if its behavior appears suspicious. Try temporarily disabling the firewall for diagnostic purposes.
How do I know if my adapter supports 5GHz?
In Device Manager, under the "Advanced" tab, look for the "Preferred Band" or "Wireless Mode" option in the adapter's properties. If 802.11a/n/ac/ax are listed, then 5 GHz support is present. The word "Dual Band" in the model name also indicates this.
What should I do if my adapter shows error code 10 or 43?
This indicates a device failure. Try completely removing the device from the Device Manager (right-click -> Uninstall device) and restarting the computer. If that doesn't help, check the module contacts inside the laptop.