Modern users often need to update drivers or diagnose wireless connection issues. In such situations, the first step is identifying the installed hardware. Many computer owners become confused when the standard symbols in the operating system interface don't provide complete information about device modelsWithout the exact chipset name, finding the right software becomes a guesswork, which can lead to installing incompatible versions.
There are several proven methods for obtaining comprehensive information about a network interface. Some of them don't require installing additional software and are available immediately after turning on the machine. Other methods involve using specialized utilities or the command line for in-depth diagnostics. The choice of a specific method depends on the level of detail you need and whether the driver is currently running.
In this article, we'll take a detailed look at all available options, from simple graphical interfaces to advanced system queries. You'll learn to distinguish between physical and virtual adapters and understand where to find critical data for system upgrades. Knowing the exact chipset model (for example, Realtek RTL8822BE or Intel AX200) is the only guaranteed way to avoid conflicts when installing drivers.
Using Windows Device Manager
The most common and accessible tool for viewing your computer's configuration is the built-in Device Manager. This system component provides a structured list of all connected hardware, including hidden and virtual components. To access it, simply right-click the Start button and select the appropriate item from the context menu, or use a keyboard shortcut. Win + X.
In the window that opens, find the "Network Adapters" section and expand its contents. Here you'll see a list of all network interfaces installed on your PC. They usually have the words "Network Adapters" in their names. Wireless, Wi-Fi, 802.11 or names of manufacturers such as Intel, Realtek, Qualcomm AtherosThis line contains the required name of your module.
- 📌 Click
Win + R, enterdevmgmt.mscand press Enter to quickly launch. - 📌 Look for devices labeled "Wireless" or "802.11" in the list.
- 📌 If the device is marked with a yellow exclamation mark, the driver was not installed correctly, but the model name will still be visible.
Sometimes the list may only show basic names, such as "Microsoft Wi-Fi Direct Virtual Adapter Driver." These are virtual interfaces created by the operating system for internet sharing or screen projection. The actual physical module will have a more complex alphanumeric designation. If you see only virtual adapters, the driver for the underlying device may be missing entirely or disabled in the BIOS.
Viewing information via the command line
For more technically savvy users or in cases where the graphical interface is unstable, the command line is the ideal solution. This method allows you to obtain information even if the drivers are not working correctly, but the underlying system recognizes the device. You can launch the terminal by searching for the keyword cmd or a combination Win + R and entering the command cmd.
The main tool here is the utility netsh, which manages Windows network settings. Entering this command will give you a detailed report on wireless interfaces. This is one of the most reliable ways to find the name, as it accesses the system's network configuration tables directly, bypassing the graphical interface.
netsh wlan show interfaces
After entering the command, the system will display a text box where you should look for the line "Name." This will indicate the exact name of your adapter. You can also see the connection status, radio type (e.g., 802.11ac or 802.11ax), and the current channel. This information is extremely useful for diagnosing connection speed or stability issues.
⚠️ Attention: If the message "WLAN AutoConfig Service is not running" appears when you enter the command, this means the system service responsible for Wi-Fi is disabled. In this case, you need to start the service.
WlanSvcvia the "Services" menu (commandservices.msc).
Additionally, you can use the command ipconfig /all, which will list all network interfaces with their MAC addresses and descriptions. Although the output is less structured and Wi-Fi-specific, it's also possible to find the physical adapter description (Description) in the list of wireless Ethernet adapters. This is a good cross-checking method.
Identification via Network Properties and PowerShell
A more powerful alternative to the classic command line is PowerShell. It offers advanced scripting capabilities and detailed hardware data retrieval. To launch, enter PowerShell in Windows search. The command for getting information about network adapters is concise, but produces structured results.
Get-NetAdapter | Where-Object {$_.InterfaceDescription -like"Wireless" -or $_.InterfaceDescription -like"Wi-Fi"}
This query will filter the list and display only wireless interfaces if they are correctly detected by the system. The "InterfaceDescription" column will display the full device name. The advantage of PowerShell is the ability to copy the data to the clipboard for further analysis or searching for drivers on another device.
Another graphical way is through the "Network Settings". By clicking Win + I, go to "Network and Internet" → "Wi-Fi" → "Change adapter settings" (or "Advanced network settings"). In the classic Control Panel window that opens, double-click the wireless network icon. In the status bar that appears, click "Properties" and then "Configure."
In the hardware properties window that opens, the first tab, "General," will display the model name at the top. This is the same interface as Device Manager, but accessible through the network settings. Here, in the "Details" tab, you can also find the hardware ID (Vendor ID and Device ID), which is key to finding drivers for unknown devices.
- 📌 Use PowerShell to quickly copy technical data.
- 📌 You can go directly to the driver tab through the adapter properties.
- 📌 Hardware ID (VEN_ and DEV_) helps find the driver if the model name is illegible.
What to do if the adapter is not detected anywhere?
If neither Device Manager nor PowerShell sees the Wi-Fi module, it may be physically disabled. Check to see if the hardware switch on the laptop case (often Fn+F2 or a separate slider) is pressed. It's also worth checking the BIOS/UEFI and ensuring the Wireless LAN Controller is set to Enabled.
Using third-party diagnostic utilities
When built-in Windows tools don't provide a complete answer or work with errors, specialized programs come to the rescue. Utilities like AIDA64, HWiNFO or Speccy Scan the system more deeply than standard OS tools. They read data directly from the chipset registers, providing information even about components for which drivers are not installed.
For example, in the free version Speccy Simply go to the "Network" section. It will show not only the model name, but also the current temperature (if supported), MAC address, and driver version. These programs often show the actual connection speed and antenna type, which is useful for assessing signal quality.
Another powerful tool is HWiNFOWhen launching, select "Summary-only" mode for a quick report. In the "Network" section, you'll see a detailed description of the adapter, including supported Wi-Fi standards. This is especially useful when buying a used laptop or PC, as you need to ensure it has a modern module with Wi-Fi 6 support.
| Program | License type | Scanning depth | Installing drivers |
|---|---|---|---|
| AIDA64 | Paid (Trial) | Maximum | No |
| Speccy | Free | Average | No |
| HWiNFO | Free | High | No |
| DriverPack Solution | Free | Average | Automatic |
It is also worth mentioning comprehensive driver managers such as Driver Booster or DriverPackThey don't just show the name but also immediately offer to install the appropriate software version. However, be careful with such programs: they can install additional unnecessary software. It's best to use them only for identification and download the driver from the official website.
Analysis of the physical device and documentation
If software methods are unavailable (for example, the system won't boot or the hard drive is faulty), a physical inspection is the only option. For desktop PCs with a USB adapter, simply look at the sticker on the device's case. It always contains a model number that can be searched. It's usually a combination of letters and numbers, for example, TL-WN722N or AC1200.
Laptops and internal PCIe cards are more complicated. Partial disassembly of the case is often required. The module's board (usually an M.2 or Mini-PCIe card) is marked. If you remove the laptop's back cover, you'll find a small board connected to the antennas (black and white wires). It will have a sticker with the model and MAC address.
You can also find information in the computer's documentation or on the box. Laptop specifications on the manufacturer's website always indicate the model of the installed wireless module. However, there's a caveat: the laptop manufacturer may have used different components in different batches. Therefore, if you're looking for a driver, it's better to focus on the specific laptop model rather than the general specifications of the laptop model.
⚠️ Attention: Before opening your laptop or desktop computer, be sure to unplug the device and remove the battery (if removable). Static electricity can damage sensitive electronics.
A visual inspection also helps determine whether the adapter is removable or soldered to the motherboard. In modern Ultrabooks, modules are often directly soldered, making replacement impossible without a soldering station. In such cases, knowing the exact model is critical, as software repair may be the only option.
Troubleshooting unknown devices
A common situation: Device Manager shows an "Unknown Device" with a yellow triangle. Windows can't find the driver, and you don't know what kind of hardware it is. In this case, identifying the device by hardware ID can help. This is a universal key that every digital device connected to your PC has.
Open the properties of the unknown device and go to the Details tab. Select Hardware IDs from the drop-down list. You will see lines like PCI\VEN_8086&DEV_24FD...We are interested in the values after VEN_ (Vendor ID - manufacturer code) and DEV_ (Device ID - device code).
By entering these codes into a search engine or on specialized PCI ID database websites, you will know the exact manufacturer and model. For example, the code 8086 belongs to Intel, and 10EC — Realtek. Knowing the exact ID, you can find drivers even for very old or rare models that aren't automatically detected.
☑️ Steps to follow when the device is unknown
After the driver is successfully installed, the device will receive its normal name, and Wi-Fi will work. If the driver installs but the device still doesn't work, there may be a problem with the antenna or physical connection. In such cases, knowing the model helps determine whether the adapter has any known hardware defects.
Frequently Asked Questions (FAQ)
Can a virus hide the name of my Wi-Fi adapter?
Theoretically, yes, some types of malware can block access to system utilities or disguise network devices to hide their activity or prevent antivirus updates. However, most often, the problem lies in driver failure or a disabled WLAN service. Running an antivirus scan and booting into Safe Mode will help rule out this possibility.
Why is the adapter called "Microsoft Wi-Fi Direct Virtual Adapter"?
This isn't your physical adapter, but a virtual interface created by the system to establish a direct connection between devices (for example, for screen projection or internet sharing). Your actual adapter will have a different name, usually indicating the brand (Intel, Realtek, Broadcom).
How can I find out the adapter model if Windows won't boot?
In this case, software methods within the OS are unavailable. The only options left are a physical inspection of the board (removing the laptop's lid) or examining the documentation/stickers on the device's case. You can also boot from a LiveUSB (a flash drive containing the operating system) and run diagnostics from there.
Does the adapter name affect internet speed?
The name itself doesn't matter, but it does indicate technical specifications. For example, adapters marked AX or Wi-Fi 6 support higher speeds and perform better in busy networks than older models N or GKnowing the model, you understand the potential of your equipment.