How to find out the model of your WiFi adapter in Windows 10

Determining the exact model of network hardware is often a critical step when updating drivers or troubleshooting connection issues. Many users encounter a situation where the system is unstable, but it's unclear which device requires attention. Network interface identification — this is the first and most important step in diagnosing internet problems.

In the operating system Windows 10 There are many hidden tools that allow you to obtain comprehensive information about your hardware. You don't need to be a system administrator to use them. Simply follow the simple algorithms we'll discuss below. The exact model name is required to find the original driver on the manufacturer's website.

There are several verification methods, from simple graphical interfaces to advanced command lines. We'll review them in order of increasing complexity and depth of data provided. This will help you choose the most convenient option for your current situation.

Using Device Manager

The most standard and accessible method is to use the built-in system tool. Device Manager displays all hardware connected to your computer, including network cards and wireless modules. To launch it, right-click the Start button and select the appropriate item from the menu.

In the window that opens, find the category Network adapters and expand it. Here you will see a list of all network interfaces. They usually contain the words Wireless, WiFi, 802.11 or brand names like Intel, Realtek, QualcommDouble-clicking on a device will open its properties window, where the full name is displayed in the "General" tab.

  • 🔍 Right-click on Start for quick access.
  • 📂 Expand the "Network adapters" section in the list.
  • ℹ️ Double-click on the device labeled Wireless or 802.11.
  • 📋 Copy the name from the "General" tab.

⚠️ Note: If a device with a yellow exclamation point appears in the list, it means the driver is missing or not working properly. In this case, the system may display it as an "Unknown Device," and the model can only be identified by its hardware ID.

📊 Which verification method do you find more convenient?
device Manager
Command line
Third-party programs
System information

Checking via command line and PowerShell

For those who prefer the speed and precision of text commands, built-in console utilities are ideal. They allow you to display technical information without unnecessary graphical interfaces. Open the command prompt by entering cmd in search, or launch PowerShell.

Enter the command ipconfig /all and find the section describing the wireless connection. It will contain a description of the adapter. However, for more detailed information about the driver and manufacturer, it's better to use the command netsh wlan show driversIt will display a list of all parameters of the installed WiFi module.

netsh wlan show drivers

This command will show the manufacturer name, driver version, and even supported radio types. This is especially useful when you need to ensure support for modern standards, such as Wi-Fi 6 or WPA3The data in the console is updated in real time and is always up-to-date.

System Information Utility

The utility provides a deep analysis of the computer configuration msinfo32This is a powerful diagnostic tool that collects data from all system components. You can launch it from the Run window (Win+R) by entering the utility's name.

In the left navigation panel, follow the path Components → Network → AdapterA detailed list of all network cards will be displayed in the right part of the window. Here you can find not only the model name, but also the interface index, MAC address, and connection status.

Parameter Description Where to look
Name Full name of the adapter model The first line of the list
Type Physical connection type Type line
Address Device MAC address Address line
State Job status (OK/Error) Status line

The advantage of this method is that it displays aggregated data. You can immediately see whether the adapter is active and what resources it's using. This helps eliminate hardware conflicts that can cause connection interruptions.

Identification by hardware ID

There are situations when Windows fails to recognize a device and simply labels it "Unknown Device." In this case, standard methods are ineffective. Identification by hardware ID comes to the rescue. This is a unique identifier assigned by the chip manufacturer.

In Device Manager, go to the properties of the unknown device, select the "Details" tab, and find "Hardware IDs" in the drop-down list. You will see lines like PCI\VEN_8086&DEV_0083The first four characters after VEN_ indicate the manufacturer, and then DEV_ - a specific device.

⚠️ Note: The VEN and DEV codes are global identifiers. You can enter them into a search engine to find the exact chip model, even if the driver is not installed. This method is universal for any version of Windows.

How to decipher the code VEN_8086?

The 8086 code belongs to Intel, one of the most common manufacturers of network controllers. Knowing this, you can immediately go to the Intel website to search for drivers.

Using third-party programs

If the built-in tools seem too complicated or provide incomplete information, you can use specialized software. Programs like AIDA64, HWiNFO or CPU-Z scan the system and produce a report in an easy-to-read format.

Such utilities often display the chip temperature, the current connection speed, and even the signal level in dBm. This allows for a comprehensive network diagnosticsHowever, it's worth remembering that installing unnecessary software isn't always justified for a one-time check.

  • 💻 AIDA64 is a professional tool for detailed analysis.
  • 🛠️ HWiNFO is a lightweight utility with a detailed sensor report.
  • 📡 WiFi Analyzer — shows not only the adapter, but also the surrounding environment.

☑️ Check before installing the driver

Completed: 0 / 4

Table of popular manufacturers and series

When searching for drivers, it's important to know not only the model but also the series of the device. Different hardware lines may require different software versions, even from the same brand. Below is a table of designations to help you navigate.

Manufacturer Series/Line Peculiarities
Intel AX200, AC 9560 High stability, Wi-Fi 6 support
Realtek RTL8822, RTL8723 Common in laptops, demanding on drivers
Qualcomm/Atheros QCA9377 Budget solutions, often found in OEMs
Broadcom BCM43xx Used in MacBooks and premium laptops

Knowing the series helps you find compatible software faster. For example, for the series Intel AX The drivers are universal, and for Realtek Often you have to look for a version specifically for your board revision.

Common problems and their solutions

Even knowing the adapter model, users may encounter difficulties installing software. The system often blocks the installation of older drivers due to digital signature verification. In such cases, temporarily disabling driver signature verification via the boot menu is required.

Another issue is version conflicts. If you installed the laptop manufacturer's driver and are installing a generic one from Intel's website, an error may occur. It's recommended to completely uninstall the old device through Device Manager by checking "Delete driver software."

⚠️ Note: Settings interfaces and menu item names may differ slightly depending on the Windows 10 build version (e.g., 21H2 vs. 22H2). Always check the latest screenshots or Microsoft Help if the standard path doesn't work.

What should I do if the adapter disappears from the list?

Try resetting static IP addresses with the netsh int ip reset command and restarting the computer. Also, check if the module is disabled in the BIOS.

FAQ: Frequently Asked Questions

Is it possible to find out the model of a WiFi adapter without internet access?

Yes, all the described methods (Device Manager, Command Prompt, System Information) work locally and don't require a network connection. Internet access is only required to download the drivers after identification.

Why are there two wireless adapters in Device Manager?

This could be a virtual adapter (for example, from an Android emulator or VPN client) or a physical Bluetooth module, which is often combined with WiFi. A real WiFi adapter usually has the word "Wireless" or "802.11" in its name.

How do I know if my adapter supports 5GHz?

Use the command netsh wlan show driversThe "Supported Radio Types" line should list 802.11a, 802.11n, or 802.11ac standards. If only 802.11b/g is listed, then 5 GHz support is not available.

Where can I find a driver if it's not available on the manufacturer's website?

Try using the hardware ID to search specialized driver databases or use Windows Update, which can find the basic version of the driver automatically.