The speed and stability of a wireless connection directly depend on the technical specifications of your equipment. Many users surf the internet for years without realizing that their laptop is physically incapable of delivering the 500 Mbps speed advertised by their provider. This is often due to an outdated communication module that simply doesn't support modern data transfer protocols.
Understanding that, What is the Wi-Fi standard? Installed on your device, it helps diagnose slow speed issues and choose the right new router. If you've purchased powerful AX-standard equipment, but your laptop only operates on the older N protocol, you won't see any performance gains.
In this article, we'll explore proven methods for determining the wireless module version. You'll learn how to use built-in operating system tools and specialized software to obtain accurate information.
Why do you need to know the wireless protocol version?
The modern internet requires high bandwidth. Older standards, such as 802.11b/g, may struggle to handle 4K video streaming or downloading large files. Knowing the exact specifications of your adapter allows you to determine whether it's a bottleneck in your home network.
Besides, Wireless-N or Wireless-AC Determine not only the speed but also the frequency range. For example, 5 GHz support is critical for operation in apartment buildings, where the airwaves are clogged with neighboring networks. If your adapter only supports 2.4 GHz, you can't expect a stable connection.
⚠️ Attention: Support for a standard by an adapter doesn't guarantee high speeds if your router doesn't also support the protocol. Equipment always operates according to the weakest link in the chain.
This information is also necessary when purchasing external USB adapters or antennas. There's no point in overpaying for top-end models if the laptop's motherboard has bus speed or driver limitations.
Checking through Windows Device Manager
The fastest way to get hardware information is to use the System Manager. This method doesn't require installing any additional software and works on all versions of Windows, starting with XP.
Press the key combination Win + R, enter the command devmgmt.msc and press Enter. 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.11.
Double-clicking the device will open the properties window. Go to the "Advanced" tab. Here, in the list of properties, you'll often find "Mode" or "Wireless Mode." The value in the right window will show the current or preferred operating mode.
- 📶 802.11b/g/n — an outdated standard, maximum speed up to 300-450 Mbps, operates only in the 2.4 GHz range.
- 🚀 802.11ac (Wi-Fi 5) is a modern standard that supports 5 GHz and speeds of up to several Gbps.
- ⚡ 802.11ax (Wi-Fi 6) is the latest protocol for maximum efficiency and speed in busy networks.
Please note the adapter model name in the first tab. This is often listed by model (e.g. Intel Dual Band Wireless-AC 7260) You can immediately understand the standards by finding the specifications online. The letters in the model name often indicate the generation: N - old, AC - middle, AX - new.
☑️ Check in Device Manager
Using the command line for accurate diagnostics
For a more detailed analysis, which isn't always available in the graphical interface, it's worth using the command line. This method allows you to see the actual connection status and supported radio modes.
Run Command Prompt as administrator. Enter the command netsh wlan show drivers and press Enter. The system will display a detailed report about the wireless network driver.
C:\Users\User>netsh wlan show driversDriver name: C:\Windows\System32\drivers\iwlmvm.sys
Supplier: Microsoft Corporation
Date: July 21, 2023
Version: 22.0.0.6
Info file: oem25.inf
Radio Type: 802.11ac 802.11n 802.11g 802.11b
Supported authentication types:...
The "Radio types supported" line will list all protocols physically supported by your adapter. The fastest standard on this list is your performance ceiling.
⚠️ Attention: If new standards aren't listed (for example, 802.11ac), but you're sure your adapter supports them, you may have an outdated driver installed. Update the firmware from the laptop manufacturer's website.
You can also use the command netsh wlan show interfacesIt will show the adapter's current operating mode. The "Radio type" line will indicate the current connection.
Analysis through system information
The built-in System Information utility provides a structured overview of all computer components. This is a handy tool if you don't like working with the command line.
Click Win + R, enter msinfo32 and press Enter. In the left menu, go to: Components → Network → AdapterIn the right part of the window, look for lines that begin with the name of your Wi-Fi adapter.
Here you can find the "Adapter Name" or "Adapter Type" field. While it's less detailed than the command line, it often indicates the technology generation. Look for the markings Wireless followed by letters.
| Marking in the system | Wi-Fi generation | Max. speed (theoret.) | Range |
|---|---|---|---|
| 802.11n | Wi-Fi 4 | up to 600 Mbps | 2.4 / 5 GHz |
| 802.11ac | Wi-Fi 5 | up to 6.9 Gbps | 5 GHz |
| 802.11ax | Wi-Fi 6/6E | up to 9.6 Gbps | 2.4 / 5 / 6 GHz |
| 802.11be | Wi-Fi 7 | up to 40 Gbps | 2.4 / 5 / 6 GHz |
This table will help you quickly navigate if you see this abbreviation in the system properties. Please note that actual speed is always lower than theoretical due to protocol overhead and interference.
Why is the actual speed lower than stated?
In wireless networks, a significant portion of bandwidth is consumed by service packets, error checking, and waiting for the channel to become available. Furthermore, distance from the router and walls reduce the signal. Typically, the actual speed is 50-70% of the standard's theoretical maximum.
Third-party utilities for deep analysis
If built-in Windows tools provide scant information, specialized programs can help. They can read data directly from the adapter chip, bypassing driver limitations.
One of the best free snails is AIDA64 (paid, but there is a trial period) or HWiNFOIn the "Network" -> "Wi-Fi" section, they display comprehensive information about supported standards, current link speed, and signal strength.
Also useful is the utility WirelessInfo from NirSoft. It's lightweight, requires no installation, and immediately displays a list of all wireless adapters with their MAC addresses, connected network SSIDs, and supported 802.11 standards.
- 🛠 HWiNFO — shows detailed information about the hardware, including the Wi-Fi chip version.
- 📡 Acrylic Wi-Fi Home — professional network analyzer, shows channels, standards and security.
- 📊 WiFi Analyzer — an app from the Microsoft Store that is convenient for visualizing channel standards and occupancy.
⚠️ Attention: Download programs only from official developer websites. There are many counterfeit programs online that may contain viruses. Avoid dubious "driver packs."
Using third-party software is especially important for older laptops, where Windows 10/11 may incorrectly detect the capabilities of older hardware.
How does laptop model affect Wi-Fi standards?
A laptop's year of manufacture is an indirect but reliable indicator of Wi-Fi capabilities. Manufacturers rarely install top-end modules in budget models, but they also avoid installing outdated standards in new devices.
If your laptop is more than 10 years old (manufactured before 2013), it most likely has a module 802.11nDevices released between 2014 and 2019 are usually equipped with 802.11acAnything newer than 2020 is highly likely to support Wi-Fi 6 (ax).
However, there is a nuance: in the same laptop model (for example, HP Pavilion 15) may come in different versions. A budget version may have a cheap single-band adapter, while a more expensive one may have a dual-band AC or AX adapter. Therefore, you need to look at the specific device, not the overall laptop model.
You can check the exact laptop model using the command wmic bios get serialnumber in the command line. Knowing the serial number, you can find the exact specification (Spec Sheet) for your device on the manufacturer's website.
Frequently asked questions and compatibility issues
Users often encounter a situation where their router is new, but their laptop doesn't see the 5 GHz network. This is a classic sign that the laptop's adapter doesn't support the standard. 802.11ac or higher, operating in this range.
Another question: is it possible to update the Wi-Fi standard via software? The answer is no. The standard is a physical characteristic of the chip. No drivers or Windows updates will transform the old module into a new one. The only solution is replacing the internal card (if it's not soldered) or purchasing a USB adapter.
It's also important to distinguish between standard support and actual speed. Even if the adapter supports Wi-Fi 6, but the router is in the next room behind three concrete walls, the connection may drop to Wi-Fi 4 speeds.
Can a driver limit Wi-Fi speed?
Yes, an outdated or default Microsoft driver may not fully utilize the adapter's potential. Always download the driver from the laptop or chipset manufacturer's website (Intel, Realtek, Qualcomm).
Why does the laptop see the 2.4 GHz network, but not the 5 GHz?
Most likely, your Wi-Fi adapter is single-band and physically cannot receive the 5 GHz frequency. Check the adapter model specifications in Device Manager.
Should you buy a USB Wi-Fi adapter instead of replacing the internal one?
For laptops with a removable card (M.2 or Mini PCIe form factor), it's best to replace the internal one. USB adapters often get hot, take up space, and may have antennas with poor reception.
How do I know if my Wi-Fi is working at full speed?
Use the command netsh wlan show interfacesLook for the "Receive rate (Mbps)" line. If it's significantly lower than 100-200 Mbps with a good signal, you may be connected to the older B or G standard.
Does the operating system affect Wi-Fi 6 support?
Yes. For full Wi-Fi 6 (802.11ax) functionality, Windows 10 (version 1903 or later) or Windows 11 is recommended. Windows 7 may have limited or no support for new standards.