How to check the speed of your PC's WiFi adapter: accurate testing methods

Modern users often encounter situations where the internet speed advertised by their provider doesn't match the actual speed displayed in the browser. This is especially true for wireless connections, where many factors influence the final performance. The first step in troubleshooting is always checking the capabilities of the hardware itself, specifically the wireless module.

The question of how to check the speed of a PC's WiFi adapter is a concern for many, as it is this component that determines the maximum "ceiling" of incoming traffic. If your device is physically limited by the standard 802.11n, you won't be able to get gigabit internet, even if your router and ISP offer it. Understanding the technical specifications of your hardware is the foundation for building a fast home network.

In this article, we'll explore software and system methods for determining the current link speed and the theoretical maximum of a device. You'll learn how to distinguish actual throughput from the marketing figures on the box.

Analysis via Windows Device Manager

The simplest and most accessible method, which doesn't require installing third-party software, is to use the operating system's built-in device manager. This allows you to quickly identify the model of the installed module and find out its basic specifications. You don't need to be a system administrator to perform these steps.

To get started, open the Start menu, right-click, and select Device Manager. In the window that opens, find the Network Adapters section. This displays all network interfaces, including virtual and physical ones. Look for a line containing the words Wireless, WiFi or 802.11.

Once the desired device is found, double-click it to open its properties. Go to the "Advanced" or "Details" tab. This is where information about supported standards is often hidden. However, this method doesn't always show the current connection speed in real time; it rather indicates the hardware's potential.

It is important to understand: if the model name contains AC or AX, this indicates support for modern Wi-Fi 5 or Wi-Fi 6 standards, respectively. Older models are marked N limited to a range of 300–450 Mbps under ideal conditions.

Checking the current connection speed in the network settings

Knowing your adapter's maximum theoretical speed is useful, but understanding its current speed is even more important. Windows provides a built-in tool for monitoring your current link status. This value can vary depending on your distance from the router and the level of interference.

To get this data, press the key combination Win + R, enter the command ncpa.cpl and press Enter. The Network Connections window will open. Find your wireless connection, hover your mouse over it, and wait a few seconds – a status window will pop up.

In this window, you'll see the "Speed" field. This displays the current negotiated rate between your adapter and the router. Please note that this is not your internet speed, but your local connection speed. Actual file download speeds are typically 50-60% of this value due to protocol overhead.

If you see a value of 54 Mbps or 65 Mbps, then your device is operating in the old standard. 802.11g or 802.11n in a narrow channel. For modern networks, the norm is 433 Mbps, 866 Mbps, and higher.

📊 What connection speed does your WiFi status show?
Less than 100 Mbps
433 Mbps
866 Mbps
More than 1 Gbps
I don't know, I haven't checked.

Using the command line for detailed diagnostics

For users who prefer precision and detail, the Windows command line offers powerful tools. It can provide much more technical information than the graphical interface. This method is especially useful for determining channel frequency and bandwidth.

Run the command prompt as administrator. To do this, enter cmd In the search, right-click and select the appropriate item. Enter the command netsh wlan show interfacesYou will receive a detailed report on your current connection.

In the list of parameters, find the line "Radio type" and "Receive/Transmit rate." Here you will see not only the current speed, but also the type of protocol used (802.11ac, 802.11ax). This is critical information for diagnosing bottlenecks.

It's also worth paying attention to the signal strength, expressed as a percentage. A low signal strength automatically reduces the adapter's maximum possible speed, as the WiFi protocol dynamically reduces speed to maintain connection stability.

netsh wlan show interfaces

⚠️ Attention: The data in the command line is updated only while the command is running. If you're away from the router, you'll need to run the command again to see the current speed.

Third-party WiFi monitoring utilities

Standard Windows tools are sometimes insufficient for in-depth analysis. Specialized software allows you to visualize data, track speed history, and view neighboring networks. This is a professional approach to diagnostics.

One of the best free snails is WiFi Analyzer (available in Microsoft Store) or Acrylic WiFi HomeThese programs show not only the speed but also the noise level in the air. They help understand why the adapter isn't delivering maximum performance.

In such programs you can often see the parameter MCS IndexThis is the modulation and coding index, which directly affects speed. The higher the index, the higher the speed, but the cleaner the signal should be. A drop in the MCS Index is a sure sign of connection quality issues.

  • 📡 Acrylic WiFi: Shows detailed information about the packet, including supported security standards and channel width.
  • 📊 WiFi Analyzer: It perfectly visualizes signal graphs and helps you choose a free channel for your router.
  • 🚀 NetSpeedMonitor: Allows you to display your connection speed in real time directly on the taskbar.
Why is the speed in the program different from the speed in the browser?

The connection status (link) speed is the physical limit of the channel "here and now." Browser speed is limited by the provider's tariff, server load, and data transfer losses over the internet. The link speed is always higher than the actual internet speed.

Table of WiFi standards and their speed limits

To correctly interpret the obtained data, it's necessary to understand the theoretical limits of different wireless generations. Users often buy powerful routers but forget that their old laptop adapter simply can't perform any faster.

Below is a comparison table of the main standards. Please note that the speeds listed are the theoretical maximum for a single antenna (1x1). If the adapter has two antennas (2x2), the speed is doubled.

Standard Frequency range Max. speed (1 antenna) Year of implementation
802.11n (Wi-Fi 4) 2.4 GHz / 5 GHz 150 Mbps 2009
802.11ac (Wi-Fi 5) 5 GHz 433 Mbps 2013
802.11ax (Wi-Fi 6) 2.4 GHz / 5 GHz 600 Mbps 2019
802.11be (Wi-Fi 7) 2.4 / 5 / 6 GHz up to 3 Gbit/s 2026

The table shows that for speeds above 300 Mbps, the 5 GHz range and standard are required. AC or newer. If your adapter only operates at 2.4 GHz, you physically won't be able to exceed 100–150 Mbps of real-world traffic.

Factors Affecting Actual Throughput

Even if an adapter technically supports high speeds, the actual figures may be lower. There are many external and internal factors that can reduce the potential of the equipment. These factors must be taken into account when conducting tests.

First and foremost, distance and obstacles are factors. Walls, mirrors, and even aquariums absorb a significant amount of signal, especially at 5 GHz. The number of neighboring networks also plays a role: in an apartment building, the airwaves can be so congested that the adapter constantly retransmits packets, losing speed.

Device drivers are another critical issue. Outdated software may not work correctly with new encryption protocols or power-saving modes. Always check for updates on the chipset manufacturer's website (Intel, Realtek, Qualcomm), not just through Windows Update.

⚠️ Attention: USB or PCI-E power saving mode may be artificially limiting the adapter's power. In Device Manager, under the adapter's properties, on the "Power Management" tab, try unchecking "Allow the computer to turn off this device."

Finally, consider the channel width. For high speeds, a channel width of 80 MHz or 160 MHz is required. If the router or adapter is set to 20 MHz, the speed will be limited, regardless of the device class. You can check and change this in the Device Manager, under the adapter properties, in the "Advanced" tab, by finding the parameter Wireless Mode or Channel Width.

☑️ Checklist for maximum speed

Completed: 0 / 5

Frequently Asked Questions (FAQ)

Why does the adapter show 300 Mbps, but the Internet works at 50 Mbps?

The adapter speed (300 Mbps) is the connection speed between your computer and the router. The 50 Mbps speed is the bandwidth provided by your ISP. You can't get more than your plan allows, even if your equipment is more powerful.

Is it possible to increase the speed of a WiFi adapter programmatically?

You can't exceed the hardware's physical limits. However, you can optimize performance: update drivers, select a less congested channel, switch to the 5 GHz band, and disable power saving. This will help you achieve the maximum performance for your model.

How do I know how many antennas (MIMO) my adapter has?

The exact number of antennas is rarely specified in the model name. Check the model specifications on the manufacturer's website. If 1x1 MIMO is listed, there is one antenna (or one active circuit); 2x2, two. External USB adapters typically have one or two antennas, while internal PCIe adapters have two or three.

Does the USB port affect the speed of the WiFi adapter?

Yes, if you're using a USB adapter. For speeds above 300–400 Mbps, a port is required. USB 3.0 (blue). On a USB 2.0 port, actual WiFi speeds rarely exceed 250–280 Mbps due to the port's bandwidth limitations.