The speed and stability of a wireless connection directly depend not only on the router's capabilities but also on the receiver's specifications on your computer. Many users encounter a situation where their internet provider provides high speeds and the corresponding plan is paid, but actual data transfer rates remain low. Often, the root cause of the problem lies in an outdated network adapter, which is physically unable to operate at 5 GHz frequencies or use modern encryption standards.
Before buying a new router or complaining to your provider, you need to conduct equipment diagnosticsUnderstanding what protocol exactly IEEE 802.11 Your machine supports wireless technology, which allows you to avoid unnecessary expenses and properly configure your home network. In this article, we'll cover several proven methods for determining wireless module specifications without disassembling the device.
Information about supported communication standards is stored in the operating system's drivers and system reports. Even a laptop purchased several years ago may support current technologies if it was equipped with a good module. Conversely, budget models, even recent ones, sometimes come with stripped-down adapters. Let's find out how to obtain accurate data.
Checking through Windows Device Manager
The fastest way to get basic information about your network equipment is to use the built-in device management tool. This method doesn't require installing additional software and works on all operating system versions. Windows 10 And Windows 11Open the Start menu, right-click and select Device Manager or type the command devmgmt.msc in the execution line.
In the window that opens, find the "Network Adapters" section and expand it. You're looking for the line containing the words Wireless, Wi-Fi or 802.11The adapter model name is a clue. For example, if you see Intel Wi-Fi 6 AX200, then the number 6 indicates support for the sixth generation standard. If it says Realtek RTL8723BE, you will need to search for the specifications of this model on the Internet, since the name does not always contain the protocol generation.
⚠️ Important: If you see "Unknown device" or a yellow exclamation point icon instead of the adapter's name, this means the driver is not installed or is not working correctly. In this case, the system will not be able to display the module's true capabilities.
Double-click the adapter name to open its properties. Go to the "Advanced" tab. Here, in the list of properties, you can often find the item 802.11n Mode, 802.11ac Mode or Roaming AggressivenessThe presence of such items confirms support for the corresponding technologies. However, not all driver manufacturers display this information in this format, so this method is not universal.
Using the command line for detailed diagnostics
A more in-depth analysis of the wireless interface's capabilities is provided by the command line. This tool produces a technical report containing information about supported radio modules. Click Win + R, enter cmd and press Enter. In the black console window, enter the command netsh wlan show drivers and press the enter key.
The system will generate a report. Find the line "Supported radio module types" (or "Radio types supported" in the English version). This is where you'll find exhaustive list of standards, which your adapter is physically capable of supporting. You'll see a list of protocols, such as 802.11b, 802.11g, 802.11n, and 802.11ac.
netsh wlan show drivers
It is important to interpret the data obtained correctly. If the list contains only 802.11n, then your laptop will not see 5 GHz networks operating in mode ac or ax. If the list contains 802.11ac or 802.11ax, which means the hardware is ready to work at high speeds, and the problems may be in the router settings.
Sometimes users confuse the "Radio Type" line with the current connection. The report shows the device's potential, not its current performance. This is a critical distinction for diagnosing speed issues. You may be connected to a slow 2.4 GHz network but have an adapter capable of much more.
Analysis via PowerShell and system reports
For those who prefer more structured data output, PowerShell offers convenient scripts. This method is especially useful if you need to quickly copy information or save it to a file. Open PowerShell as administrator and use the command to get information about network interfaces.
Enter the command Get-NetAdapter | Where-Object {$_.Status -eq "Up"} | Select-Object Name, InterfaceDescription, LinkSpeedIt will show active adapters and their current connection speed. Although it won't show a full list of supported protocols, netsh, this will help identify the model name for further searching in the knowledge base.
An alternative method is to generate a full system report. Enter the command systeminfo in the command line. This process will take some time as the system collects data about all components. In the resulting text array, you can find the "Components" -> "Network" section, which will list the adapter model and, sometimes, the driver version.
Why is the command line more reliable than the task manager?
The command line accesses the device driver directly, bypassing the graphical interface, which can simplify information for the average user.
Using PowerShell requires minimal syntax knowledge, but offers flexibility. For example, you can filter the output to include only the lines you need. This is especially useful for system administrators auditing their fleet. For the average user, a basic command is sufficient. netsh, described in the previous section.
Checking specifications by laptop model
If software methods don't provide a clear answer (for example, the drivers are corrupted or the system has been reinstalled), you can always consult the documentation. On the bottom of the laptop or under the battery (if it's removable), there's a sticker with the serial number and the exact model number of the device. Knowing the model number, you can visit the manufacturer's official website.
On a product's support page, the wireless module type is always listed under "Specifications" or "Features." Look for phrases like "Wireless LAN," "Wi-Fi Standard," or "Network." This will indicate whether the device supports the standards. Wi-Fi 5 (ac) or Wi-Fi 6 (ax).
⚠️ Please note: Electronics manufacturers often use different versions of the same laptop model. A batch may contain different Wi-Fi modules (for example, Intel and Realtek). Therefore, the information on this website is for reference only and may not match your specific unit.
You can also find information in the original box or user manual. The packaging often displays logos of supported technologies. If you see a logo Wi-Fi 6 or Wi-Fi CERTIFIED ac, this ensures that the appropriate frequencies and speeds are supported.
Third-party network monitoring utilities
There are many specialized programs that not only display the adapter's name but also test its actual capabilities. One of the most popular and free utilities is CPU-Z (the tab is not always informative for Wi-Fi) or more specialized HWiNFOHowever, for networks, the utility is best suited WiFi Analyzer or built-in diagnostic tools.
Program AIDA64 Provides comprehensive information about any computer component. Under "Network" -> "Windows Network" or "Network Card," you can see a detailed description of the chipset. The paid version has a trial period, which is sufficient for a one-time check.
Using third-party software is advisable if you need to run a stress test or view signal strength graphically. This visualization helps you understand how well your laptop's antennas receive signals across different bands.
☑️ Check before buying a router
Wi-Fi Standards Comparison Chart
To help you navigate the data, we've compiled a summary table of the main wireless standards. Compare the information in your report. netsh with the data below to understand the potential of your network.
| Standard | Frequency | Max. speed | Year of implementation |
|---|---|---|---|
| 802.11n (Wi-Fi 4) | 2.4 GHz / 5 GHz | up to 600 Mbps | 2009 |
| 802.11ac (Wi-Fi 5) | 5 GHz | up to 6.9 Gbps | 2014 |
| 802.11ax (Wi-Fi 6) | 2.4 GHz / 5 GHz / 6 GHz | up to 9.6 Gbps | 2019 |
| 802.11be (Wi-Fi 7) | 2.4 / 5 / 6 GHz | up to 30 Gbit/s | 2026 |
As can be seen from the table, the transition from 802.11n on 802.11ac provides a multiple increase in speed, but requires support for the 5 GHz band. The latest standard Wi-Fi 7 It's currently only found in high-end devices, but its support will become the norm in the coming years.
Just because a laptop supports a newer standard doesn't mean it won't work with an older router. Backward compatibility is a key feature of the technology. However, to unlock the full potential of a new laptop, it's advisable to have a compatible router.
Frequently asked questions and compatibility issues
Even knowing their standard, users often encounter nuances. Why can't their laptop detect the 5 GHz network? Most likely, the adapter doesn't support this range (it only works in 2.4 GHz) or there are regional restrictions. Why is the speed dropping? Power saving mode may be enabled in Device Manager.
In some cases, resetting your network settings can help. In Windows 10 and 11, this can be done via Settings -> Network & Internet -> Advanced network settings -> Network reset. This resets all adapter settings to factory defaults, which often resolves software conflicts.
Does the driver version affect the supported Wi-Fi standard?
Yes, it does. An outdated driver may not work correctly with new encryption protocols or may not support certain frequencies. It's always recommended to download drivers from the laptop or chipset manufacturer's website (Intel, Qualcomm, Realtek).
Is it possible to replace the Wi-Fi module in a laptop?
In most modern laptops, the module is an M.2 format and is replaceable. However, in Ultrabooks, it may be soldered to the motherboard. Before purchasing a new module, check compatibility with your model and availability of antennas.
Why does my laptop connect to 2.4GHz instead of 5GHz?
The 2.4 GHz band has a longer range and penetrates walls better. If the 5 GHz signal is weak, Windows will automatically switch to a more stable but slower channel. You can adjust network priority in the driver.
Now you know exactly how to find out what Wi-Fi your laptop supports and how to interpret the data. Properly setting up your equipment will help you get the most out of your internet connection.