It's impossible to imagine a modern computer without the ability to connect to the global network, and this function is most often performed by a built-in or external wireless module. However, users often encounter situations where it's necessary to accurately identify the installed hardware, for example, to find up-to-date drivers or diagnose connection speed issues. Understanding how to view a Wi-Fi adapter is the first step to properly setting up a home network or troubleshooting technical issues.
There are many methods for obtaining comprehensive information about a network interface, ranging from simple built-in operating system utilities to third-party software. In this article, we'll examine each available method in detail so you can choose the most convenient option and obtain accurate data about your hardware.
It's important to note that correctly identifying your device helps avoid errors when installing software that may be incompatible with your specific controller model. Knowing the exact specifications will also be helpful when upgrading your system or purchasing a new router to ensure maximum compatibility and data transfer speed.
Checking through Device Manager
The fastest and most reliable way to find out which Wi-Fi adapter is installed on your computer is to use the standard Windows tool called Device Manager. This system component provides access to all installed hardware and allows you to manage its drivers without installing additional software. To launch the utility, right-click the Start button and select the appropriate item from the menu or enter the command devmgmt.msc in the execution line.
Once the window opens, find the "Network Adapters" section and expand its contents by clicking the arrow or double-clicking. The list that opens will display all network interfaces, including wired Ethernet cards and wireless modules. The device you're looking for will usually have the words "Network Adapters" in its name. Wireless, Wi-Fi, 802.11 or names of well-known chip manufacturers such as Realtek, Intel, Qualcomm Atheros.
Double-clicking the adapter's name will open a properties window. The "General" tab displays the device's status and a message about its operation. More detailed information, including the driver version and release date, can be found in the "Driver" tab.
⚠️ Important: If your adapter is marked with a yellow exclamation mark or appears as "Unknown Device" in the device list, this indicates a driver issue or hardware failure that requires attention.
Sometimes multiple network cards may appear in the list if additional hardware or virtual adapters are installed in the system. To avoid confusion, look for manufacturer names and the presence of keywords indicating wireless connectivity.
Using the command line for diagnostics
For those who prefer working with console commands or need more detailed technical information, using the Windows command line is an excellent solution. This method provides a structured report on network status and adapter characteristics, often containing more information than the graphical interface.
To use this method, open a command prompt with administrator rights or use PowerShell. Enter the command netsh wlan show interfaces and press Enter. The system will display a detailed report, including the adapter name, description, GUID, physical address (MAC address), connection status, and supported operating modes.
netsh wlan show interfaces
In the resulting report, pay attention to the "Description" line, which usually contains the exact chip model name. The radio type information is also useful, as it will tell you whether your adapter supports the standards. 802.11n, 802.11ac or the newest Wi-Fi 6.
An alternative way to obtain information is to use the command ipconfig /all, which will list all network interfaces with their IP addresses and physical addresses. While there are fewer technical details about communication standards, this method is good for quickly checking the MAC address and connection status.
Using the command line is especially effective for remote administration or when the system's graphical interface is unstable. It's a universal tool that works consistently across all versions of Windows, from XP to the latest builds.
View system information
Another powerful tool built into the operating system is the System Information utility. It aggregates information about all computer components, including the software environment and hardware, presenting the data in a convenient tree format.
To launch the utility, press the key combination Win + R, enter msinfo32 and press Enter. In the window that opens, navigate to "Components" → "Network" → "Adapter." This will display a list of all network cards installed in the system. Select the desired adapter in the right pane of the window to see a detailed description, including the manufacturer, driver version, resource address, and configuration settings.
The advantage of this method is that it displays not only the device name but also its current system status, including any potential resource conflicts. This is especially useful for in-depth diagnostics of problems when the adapter is not working correctly or is intermittently disconnected.
| Parameter | Description | Where to find |
|---|---|---|
| Adapter name | Name of the device in the system | Adapter properties |
| MAC address | Physical address of the network card | ipconfig /all or System Information |
| Radio type | Supported Wi-Fi standard | netsh wlan show interfaces |
| Driver version | Date and software version number | device Manager |
The collected data can be saved to a text file for further analysis or transmission to a technical support specialist. To do this, select "Export" from the "File" menu and specify the save location for the report.
Defining an adapter via PowerShell
PowerShell is a more modern and flexible alternative to the classic command line, providing access to deep layers of the operating system. Using specialized cmdlets, you can obtain structured information about network adapters in a format that's easy to read and analyze.
Open PowerShell as administrator and enter the command Get-NetAdapterIt will display a short list of all active network interfaces with their status, connection speed, and name. To get more detailed information about a Wi-Fi adapter, you can use the command Get-NetAdapter | Where-Object {$_.InterfaceDescription -like"wireless" -or $_.InterfaceDescription -like"wi-fi"}.
To get the most detailed report, similar to what the Device Manager produces, use the command Get-NetAdapter | Select-Object Name, InterfaceDescription, Status, LinkSpeed, DriverVersionThis will allow you to see not only the name but also the current link speed, which is useful for checking the negotiated connection speed.
⚠️ Warning: PowerShell commands are case-sensitive and syntax-sensitive, so be sure to type them carefully, including spaces and special characters.
Using PowerShell is especially useful for system administrators who need to automate data collection from multiple computers or perform remote diagnostics. The flexibility of scripts allows you to filter data by any parameters.
Checking drivers and hardware IDs
In situations where a device is identified as "Unknown" or standard methods fail to identify the model, hardware ID identification can help. Each computer component has a unique identifier that can be used to accurately determine its model and find the necessary drivers.
Return to Device Manager, locate your network adapter (or unknown device), right-click it, and select "Properties." Go to the "Details" tab and select "Hardware IDs" from the drop-down list. The "Value" field will display a string similar to PCI\VEN_8086&DEV_08B1&SUBSYS_40708086&REV_61.
How to decipher VEN and DEV codes
The abbreviation VEN stands for Vendor ID, the manufacturer's identifier, and DEV stands for Device ID, the identifier of the device itself. Knowing these codes, you can find drivers even for very old or rare hardware on specialized websites.
After copying the first line of code, you can enter it into your browser's search engine. The search engine will immediately return the exact adapter model name and links to download pages from the manufacturer's official website. This is the most reliable way to find the correct software if the disc is lost and the automatic Windows driver installation fails.
It's also worth paying attention to the driver version. If the system shows that the driver was released several years ago, it's worth visiting the laptop or motherboard manufacturer's website and downloading a more recent version. Updated drivers often contain security fixes and improved connection stability.
☑️ Checking drivers
Third-party diagnostic programs
If Windows' built-in tools seem too complex or insufficiently informative, you can always use specialized software. There are many free utilities that collect comprehensive system information and present it in a convenient visual format.
One of the most popular programs is CPU-Z, which, in addition to the processor, displays information about the motherboard and, in some versions, about network controllers. A more specialized tool is AIDA64 (paid, trial period) or free utility HWiNFOThese programs display detailed technical specifications, chip temperature, and current load.
For users who value wireless networking, the program will be an excellent choice inSSIDer or Acrylic Wi-Fi HomeThey will not only show your adapter model, but also analyze the surrounding airspace, showing channel congestion and signal strength from neighboring access points.
Using third-party software is justified if you frequently work with various equipment or need to conduct an in-depth analysis of network performance. However, for a one-time check, standard operating system tools are quite sufficient.
⚠️ Note: Program interfaces and available features may vary depending on the operating system version and specific hardware manufacturer. Always consult the official documentation for your device.
Frequently Asked Questions (FAQ)
What should I do if my Wi-Fi adapter is not showing up in Device Manager?
If the adapter isn't visible even in the hidden devices, check whether it's physically enabled (laptops often have a switch or Fn key combination). Also, try restarting the computer or checking the BIOS/UEFI to see if the Wi-Fi module is disabled.
Can an antivirus hide a network adapter?
In rare cases, antivirus or firewall components may conflict with network card drivers, but they cannot completely hide the device. The problem most likely lies with the drivers or hardware.
How do I know if my adapter supports 5GHz?
Run the command netsh wlan show interfacesThe "Radio Type" line should indicate 802.11ac or 802.11ax for 5 GHz support. Also, the word "Dual Band" in the model name often indicates support for both bands.
Do I need to remove old drivers before installing new ones?
New drivers usually install over old ones without issue. However, if you experience any issues, we recommend completely uninstalling the old software through "Programs and Features" before installing the new version.
Does the adapter model affect internet speed?
Yes, the adapter model determines the maximum theoretical speed and supported security standards. If your router supports Wi-Fi 6 but your adapter only supports Wi-Fi 4, the speed will be limited by the adapter's capabilities.