How to find out the WiFi standard on a laptop: all the check methods

The speed and stability of a wireless connection directly depend on the data transfer protocol your equipment supports. Many users encounter a situation where their ISP plan allows for gigabit speeds, but their laptop physically cannot. This occurs due to limitations of the network adapter, which may be running on an outdated standard. Understanding the difference between AC, AX and older versions is critical for upgrading your home network.

In the operating system Windows There are many hidden tools that allow you to peer "under the hood" of the network module. Standard monitoring tools often only show the current connection speed, but not the hardware capabilities of the chip itself. To get a complete picture, you need to use specific commands and analyze the technical specifications of the drivers. Only then can you determine whether your laptop is capable of operating in the 5 GHz band or supports the latest Wi-Fi 6.

In this article, we'll cover all available diagnostic methods: from quick commands in the command line to in-depth analysis via Device Manager. You'll learn to distinguish between marketing names and actual technical specifications. This knowledge will help you avoid wasting money on routers whose capabilities your computer simply won't be able to utilize.

Using the Command Prompt for Quick Diagnostics

The fastest and most reliable way to get comprehensive information about a network adapter is to use the console. CMDUnlike the graphical interface, the command line provides a detailed report on all supported protocols. You don't need to be a programmer; just copy and paste a single command.

Open the Start menu, type cmd and run the application as administrator. In the black window, enter the command

netsh wlan show drivers
and press Enter. The system will generate a text report, in which you should find the line "Supported radio types" (or "Radio types supported" in the English version). This is where all the standards your module is capable of are listed.

If the list contains designations 802.11ac or 802.11ax, which means your equipment is modern and supports high speeds. Availability only 802.11n or 802.11g indicates that the laptop is too outdated to handle high-speed internet. Note that the standards are usually listed from newest to oldest, so the first one on the list is the most advanced.

⚠️ Note: If you only see 802.11b/g/n in the command output, connecting to a 5 GHz network is physically impossible, even if the router is broadcasting it. In this case, the only solution is to replace the internal module or use an external USB adapter.

This method is universal and works on any version of Windows, from "seven" to the latest Windows 11It doesn't require any additional software and delivers instant results. This is the first step any user should take if they're experiencing speed issues.

📊 What was the result of the netsh wlan show drivers command?
802.11ax (Wi-Fi 6)
802.11ac (Wi-Fi 5)
802.11n (Wi-Fi 4)
I can't find this line

Analyzing characteristics through Device Manager

The operating system's graphical interface also provides access to hardware information, although in less detail. device Manager Allows you to find out the exact model of your installed network adapter. Knowing the model, you can always find the specifications on the manufacturer's website.

To access this section, right-click the Start button and select Device Manager. In the drop-down list, find the Network Adapters section and expand it. You're looking for the line containing the words Wireless, Wi-Fi or 802.11. Usually the name of the chipset is indicated there, for example, from Intel, Realtek or Qualcomm Atheros.

Double-click the adapter name to open its properties and go to the "Advanced" tab. Here, you'll often find "802.11n Mode" or "Wireless Mode" in the list of parameters. "Enabled" or "802.11ac" confirms support for modern standards. If you don't see these settings, try going to the "Details" tab and selecting "Hardware IDs" from the list.

  • 🔍 Copy the top line of the hardware ID (e.g. VEN_8086&DEV_...) and paste it into your browser search - this will give you the exact chip model.
  • 📝 Pay attention to the suffixes in the model name: FG, NGW often indicate support for two ranges.
  • 🔄 Updating drivers through this interface can add support for new protocols if they were hidden by software.

Using hardware IDs is the "heavy artillery" of diagnostics when other methods fail. The vendor (VEN) and device (DEV) codes are unique to each piece of hardware. These codes can even identify issues that Windows itself couldn't detect.

Summary table of Wi-Fi standards and their characteristics

To correctly interpret the obtained data, it's necessary to understand the meaning of the various abbreviations. The standards evolved over decades, with each new stage bringing increased speed and the introduction of new signal modulation technologies. Below is a table to help decipher the abbreviations.

IEEE standard Marketing name Year of implementation Max. speed (theoret.) Frequency range
802.11b Wi-Fi 1 1999 11 Mbps 2.4 GHz
802.11g Wi-Fi 2 2003 54 Mbps 2.4 GHz
802.11n Wi-Fi 4 2009 600 Mbps 2.4 / 5 GHz
802.11ac Wi-Fi 5 2014 6.9 Gbps 5 GHz
802.11ax Wi-Fi 6 / 6E 2019 9.6 Gbps 2.4 / 5 / 6 GHz

As can be seen from the table, the transition to 5 GHz happened at the standard stage n, but it became widespread with the arrival acIf your laptop only supports 2.4 GHz, you're limited to crowded airwaves and slow speeds in apartment buildings. Modern standards Wi-Fi 6E Adds access to the 6 GHz band, which virtually eliminates interference from neighboring routers.

It's worth noting that actual speeds are always lower than theoretical ones due to protocol overhead, distance to the router, and the number of connected clients. However, support for a newer standard always provides a safety margin. Buying a Wi-Fi 6 router for a Wi-Fi 4 laptop is pointless, as the connection will be established at the lowest common denominator.

Why is the actual speed lower than stated?

In wireless networks, a significant portion of bandwidth is consumed by service packets, error checking (CRC), data acknowledgement, and collision protection. Furthermore, Wi-Fi's half-duplex mode (taking turns receiving and transmitting) reduces the effective channel throughput by approximately half compared to wired Ethernet.

Checking support for 2.4 GHz and 5 GHz bands

One of the most common causes of slow speeds is operating in the congested 2.4 GHz band. Many users don't even realize their laptop is capable of 5 GHz, but are simply connected to a "slow" network. Checking this capability is a key optimization step.

Return to the team report netsh wlan show driversIn the line “Supported radio types” look for the presence of a number 5 in notations. For example, the entry 802.11n 5 GHz or 802.11ac (which only works on 5 GHz) confirms support for the high-speed band. If only b, g or n 2.4 GHz, then your adapter is "single".

You can also check this through the list of available networks. Click the Wi-Fi icon in the system tray. If you see two networks from your router with the same name, but one of them is labeled "5G" or "_5G," try connecting to that one. If your laptop sees it and connects, it's supported. If the 5 GHz network isn't visible at all, even though the router is broadcasting it, then the adapter isn't physically detecting it.

⚠️ Note: Router interfaces and Windows settings may vary. If you can't find the band splitting settings, please refer to your router model's documentation or your provider's account, as some operators combine bands into a single network (Smart Connect).

☑️ 5 GHz Band Test

Completed: 0 / 4

Dual-band adapters are the de facto standard today. They help avoid interference from microwave ovens, Bluetooth headsets, and neighboring networks, which all rely on the 2.4 GHz band. Switching to 5 GHz often increases speeds by 3-5 times, even without changing your data plan.

Third-party utilities for detailed analysis

If Windows' built-in tools aren't sufficient, specialized programs can help. They can read data from the adapter's registers more deeply than standard OS tools. These utilities are useful for engineers and advanced users.

One of the most popular is HWiNFO or AIDA64In the "Network" -> "Wi-Fi" section, these programs show not only the current connection standard, but also the module temperature, signal level in dBm, and supported functions such as MIMO or BeamformingThis allows you to evaluate not only the "paper" characteristics, but also the actual condition of the hardware.

Another useful utility is WiFi Analyzer (available in the Microsoft Store). It visualizes the airwaves and shows which channel and bandwidth (20, 40, 80, 160 MHz) your connection is operating on. Channel width is a critical parameter: even with support Wi-Fi 5If the channel is narrowed to 20 MHz, high speed cannot be achieved.

  • 📡 Acrylic Wi-Fi Home — shows detailed information about supported speeds (MCS Index) for each access point.
  • 📊 NetSpot — helps create a heat map of the room and understand where the signal drops, forcing the adapter to switch to a slower standard.
  • 💻 DriverBooster — can automatically find and update the Wi-Fi adapter driver to a version that supports new protocols.

Using third-party software is especially important when standard Windows drivers are unstable. Often, replacing the standard Microsoft driver with a genuine one from Intel or Realtek Unlocks hidden adapter features, such as 80 MHz channel width support.

The Impact of Drivers on Wi-Fi Standards Support

It often happens that a laptop's hardware is modern, but it's slow. The problem lies in the software. A driver is the translator between the operating system and the physical adapter. An old driver may simply be unaware of new standards or have bugs that limit performance.

Check the driver version in Device Manager on the Driver tab. Compare the release date with the current one. If the driver is several years old, there's a high chance it's not supported. 802.11ac or power-saving modes are not working correctly. Laptop manufacturers rarely update software on their websites, so it's best to download drivers directly from the chipset manufacturer's website (for example, the Intel Download Center).

When installing a new driver, it is recommended to completely remove the old one. To do this, select "Remove old drivers" in the installation window or use the command pnputil /delete-device in the console. A clean installation ensures that no conflicting settings remain in the registry that could block high-speed operation.

⚠️ Note: When updating network adapter drivers through Device Manager, Windows may install a generic version. This version works reliably, but often lacks support for proprietary acceleration technologies. Always use drivers from the chip manufacturer's website.

Remember to restart your laptop after updating the driver. Only after a restart will the new protocols be fully initialized. If your speed has dropped after the update, try rolling back the driver or changing the power saving settings in the adapter properties to prevent the device from turning off to save power.

Can a virus block fast Wi-Fi?

Yes, some types of malware can inject themselves into the TCP/IP stack or change DNS and MTU settings, resulting in a drop in speed. Mining viruses can also overload the network, creating the illusion of a slow Wi-Fi connection. An antivirus scan is essential if you notice a sudden drop in performance.

Frequently Asked Questions (FAQ)

Can a software update turn Wi-Fi 4 into Wi-Fi 5?

No, that's not possible. The Wi-Fi standard is determined by the physical design of the antennas and chipset inside the laptop. Software (drivers) can only unlock the potential of the existing hardware, but adding support for 5 GHz frequencies or new encryption protocols if they're not built into the hardware is impossible. Upgrading requires replacing the module or a USB dongle.

Why does my laptop see the 5 GHz network but not connect?

There could be several reasons: an incorrect password, incompatible security standards (for example, an old laptop that doesn't support WPA3, which is enabled on the router), or an extremely weak signal. Also, check if your router has MAC address filtering enabled.

How to check your Wi-Fi speed right now?

Click the Wi-Fi icon in the system tray, then "Properties" for the active network. The "Upload (Reception) Speed" line will display the current negotiated speeds. Keep in mind that this is a link speed; your actual internet speed will be approximately half that.

Does the operating system affect the Wi-Fi standard?

Yes, indirectly. Older operating systems like Windows XP or Vista don't have native driver support for 802.11ac and newer standards. Even if you install a modern adapter, without the correct driver, it may not work or may only operate in compatibility mode (n/g).

Is it worth buying a USB Wi-Fi adapter for an old laptop?

Yes, this is a great solution. An external adapter with 802.11ac or ax (Wi-Fi 6) support will allow an older laptop to operate at high speeds on a 5 GHz network. The key is to have a free USB 3.0 port, as USB 2.0 will bottleneck the speed and reduce it to 400-450 Mbps.