How to see which Wi-Fi adapter is installed on your computer

Modern users often need to accurately determine their computer's hardware, especially when it comes to wireless connections. Situations requiring the identification of a Wi-Fi adapter model can arise for various reasons: from searching for up-to-date drivers to diagnosing internet speed issues or communication standard incompatibilities. Network equipment identification is the first step in properly setting up a home or office network.

Unlike external USB devices, which often have labels on their casings, internal modules are hidden inside the system unit or laptop. Their specifications can be determined without opening the case using software tools built into the operating system. Windows provides enough tools to obtain this information, but they are scattered across different sections of the settings, which can be confusing for an inexperienced user.

In this article, we'll cover all the available methods for identifying your wireless module model, from simple graphical interfaces to advanced commands. Data accuracy This is critical when purchasing a new router or updating drivers, so we'll cover the details to help you avoid device identification errors.

Using Device Manager to Identify

The most classic and accessible method, which works on all versions of the operating system, from XP to the current Windows 11, is to use a system tool device ManagerThis interface provides a complete list of all connected hardware, including hidden components. The easiest way to access it is to right-click the Start button and select the appropriate item from the context menu.

In the window that opens, find the section usually called "Network Adapters." Expanding this list will reveal all network interfaces installed on your computer. Wireless adapter Most often, the device name contains the words "Wireless," "Wi-Fi," "802.11," or the names of chip manufacturers, such as Intel, Realtek, or Qualcomm Atheros. However, sometimes the system may display the device as "Unknown Device" if the drivers are not installed correctly.

For more detailed information, including the exact model and driver version, double-click the adapter name or right-click and select "Properties." In the window that opens, the full model name will be listed on the "General" tab, and the development date and software version will be listed on the "Driver" tab. This data are necessary to search for updates on the manufacturer's website.

⚠️ Attention: If the list of network adapters does not include a wireless module, but only Ethernet controllers, this may mean that the adapter is physically disabled in the BIOS/UEFI, is faulty, or has no drivers at all, causing the system to see it as an unknown device in another partition.

For users who prefer to work with the keyboard, there is a quick way to access this menu. Simply press a key combination. Win + Rto open the Run dialog box and enter the command devmgmt.mscThis action will instantly open the Device Manager, allowing you to immediately begin diagnosing your network hardware without any unnecessary menu clicks.

📊 What method of equipment testing do you use most often?
device Manager
Command line
Third-party programs
I don't check, everything works.

Getting information via the command line

For those who prefer a text-based interface or need quick access to information without a graphical shell, the Windows command line offers powerful tools. Using console commands allows you to not only find out the adapter model but also obtain a wealth of other useful statistics. To launch the command line, enter cmd in the Start menu search or use the combination Win + R and enter cmd.

The basic command to get network information is ipconfig /allIt produces a detailed report of all network interfaces. However, to see the physical description of the hardware, the following command is more effective: netsh wlan show interfacesThis utility specializes in wireless networks and displays not only the adapter name, but also its status, the SSID of the connected network, the radio type, and even the signal strength.

netsh wlan show interfaces

In the output of this command, look for the line "Description." This is where the exact model name of your Wi-Fi module is listed. You can also see radio type (e.g., 802.11ac or 802.11ax), which is important for understanding the maximum speed capabilities of your hardware. If the adapter is disabled by software, the system will indicate this in the interface status.

Another useful tool is the command wmic, which allows you to query data directly from the WMI database. By entering a query wmic nic where"NetEnabled=true" get name,MACAddress, you'll get a list of active network cards. While this method is less informative in terms of models, it's useful for quickly checking MAC addresses and device names in automation scripts.

Detailed diagnostics via PowerShell

PowerShell is a more modern and powerful alternative to the classic command line, providing access to deep layers of the operating system. It's an indispensable tool for administrators and advanced users. PowerShell can be launched by searching in the Start menu or by right-clicking the Start button and selecting PowerShell.

To obtain information about network adapters, the module is used. NetAdapter. Team Get-NetAdapter will list all network interfaces with their status and speed. However, to find out the specific Wi-Fi adapter model, it's better to use a WMI class query via PowerShell. Enter the following command: Get-WmiObject Win32_NetworkAdapter | Where-Object {$_.NetEnabled -eq $true}.

This query will filter only active adapters and display their full names in the Name column. If you need to know whether your adapter supports monitor mode or other specific features, PowerShell also allows you to query drivers. Technical specialists This method is often used for remote diagnostics of computers in corporate networks.

Team Runtime environment What does it show? Complexity
devmgmt.msc Run Graphical list of all devices Low
netsh wlan show interfaces Command line Wi-Fi connection details and model Average
Get-NetAdapter PowerShell Status and name of active adapters Average
ipconfig /all Command line IP addresses and physical addresses Low

It's important to note that PowerShell requires administrator privileges to run some diagnostic commands. If you receive an access denied error, try running the console as an administrator. Security The system requires confirmation of actions affecting network settings.

Analysis via the System Information window

Windows has a hidden but extremely useful utility called "System Information" (msinfo32). It aggregates system and software configuration information for your computer into a single, structured view. This method is especially useful when you need a comprehensive report without using third-party software.

To start, click Win + R and enter msinfo32In the window that opens, follow the path: Components → Network → AdapterHere you'll see a list of all network cards. Selecting the desired adapter in the right part of the window will provide detailed information: model name, adapter type, MAC address, driver status, and even the path to the driver file in the system.

⚠️ Attention: This window can display a lot of technical information, which can seem confusing. Focus primarily on the "Name" and "Adapter Type" fields, ignoring system paths and HEX codes unless you're doing extensive debugging.

The advantage of this method is that it displays not only the driver name but also the driver loading status. If the "Status" field reads "OK," the device is working properly. If there's an error code, it immediately indicates a driver issue or resource conflict, narrowing the search for the cause of Wi-Fi instability.

Additionally, from this window you can export a full system report to a text file, which is convenient for sharing information with technical support specialists. Diagnostics It becomes much easier when you have a complete hardware configuration log at your fingertips.

Why do I need the path to the driver INF file?

The path to the INF file (e.g., C:\Windows\INF\oem12.inf) points to the driver installation file. This information is useful when manually reinstalling drivers or cleaning the system of remnants of old versions via the command line.

Using third-party snails for monitoring

While Windows' built-in tools are functional, third-party programs often offer a more user-friendly interface and additional analytics. Utilities like AIDA64, HWiNFO or CPU-Z (Network tab) can show not only the adapter model, but also its current temperature, channel load, and detailed information about the chipset.

One of the most popular free utilities is CPU-Z, which, despite its name, has a tab displaying network information. There are also specialized Wi-Fi analysis programs, such as Acrylic Wi-Fi Home, immediately show the adapter model in the context of its operation on the air, listing the supported security standards and frequency ranges.

Using third-party software is justified if you need to conduct a thorough audit of your entire system or if standard Windows tools aren't working properly. However, be careful when downloading such programs: use only official developer websites to avoid installing malware along with a useful utility.

Many laptop manufacturers (HP, Dell, Lenovo) also have their own pre-installed support centers that display the installed hardware model and offer up-to-date drivers. These centers are often ignored by users, but they are a reliable source of information about the configuration of a specific device.

☑️ Check before installing drivers

Completed: 0 / 5

Identifying an adapter by Hardware ID

In the most challenging cases, when the system displays the device as "Unknown Device" and can't even identify its basic name, the Hardware ID comes to the rescue. This unique code, assigned by the chip manufacturer, allows you to find the required driver even without knowing the adapter's brand name.

To find the Hardware ID, open Device Manager, locate the unknown device (often marked with a yellow exclamation point), and go to Properties → Details tab. Select Hardware ID from the drop-down list. You'll see lines like PCI\VEN_8086&DEV_08B1&SUBSYS....

The key parameters here are VEN (Vendor ID - manufacturer identifier) ​​and DEV (Device ID). By entering these codes into a search engine, you will know exactly which chip is installed in your adapter. For example, the code VEN_8086 belongs to Intel, and VEN_10EC — Realtek.

This method is a last resort when trying to install drivers on older or more exotic adapter models. It requires careful attention, but it guarantees results when other methods fail. Hardware ID is a unique key that does not depend on the operating system version or interface language.

Frequently Asked Questions (FAQ)

Why doesn't the computer see the Wi-Fi adapter?

There could be several possible causes: the device driver has been removed or corrupted, the adapter is disabled in the BIOS/UEFI, the device is physically faulty, or it's disabled using the button on the laptop case. It's also worth checking whether the module is locked in airplane mode.

Is it possible to update the Wi-Fi driver without the Internet?

Yes, this is possible. You'll need to download the driver on another device (smartphone or another PC) using the exact adapter model you found through Device Manager or Hardware ID, and transfer the file to the problematic computer via a USB drive.

Does the adapter model affect internet speed?

Absolutely. Older 802.11n adapters won't be able to deliver the speeds offered by modern ISPs with gigabit internet plans. For higher speeds, AC (Wi-Fi 5) or AX (Wi-Fi 6) adapters are required.

How do I know if my adapter supports 5GHz?

In the command line, run the command netsh wlan show driversThe "Supported Radio Types" line should list 802.11a, 802.11ac, or 802.11ax. If only 802.11b/g/n is listed, the adapter most likely only operates in the 2.4 GHz band.