How to measure your Wi-Fi router's speed: from simple tests to professional diagnostics

The situation where the internet is lightning fast via cable but barely works on a smartphone is familiar to many users. The ISP is often blamed, although the problem lies with the local network or the characteristics of the ISP itself. routerBefore contacting tech support or purchasing new equipment, it's important to objectively assess your wireless connection's throughput.

Measuring speed isn't just about clicking a single button on your website. It's a comprehensive process that allows you to understand the bottlenecks in your infrastructure. Wi-Fi — the environment is unstable, influenced by a variety of factors, from the thickness of the walls to the operation of the microwave. Therefore, it's important not only to obtain a figure but also to understand how it matches expectations and the stated specifications of the equipment.

In this article, we'll cover all diagnostic steps: from simple online services to more in-depth analysis using the command line and specialized software. You'll learn to distinguish data plan limitations from physical limitations. wireless signal.

Preparing for testing: eliminating external factors

Before running any benchmarks, ensure that the results won't be skewed by background processes. If you're downloading Windows updates or streaming 4K video on your TV in the background, the test will show the actual bandwidth load, not its maximum throughput. Close all network-consuming applications and stop downloads on all devices in your home.

⚠️ Attention: Test results can vary significantly depending on the time of day. During evening hours, when neighbors are actively using the internet, the airwaves can be congested, reducing results.

It's important to understand the difference between the speed your ISP provides and the speed your router can deliver. If your plan offers 500 Mbps and your router only supports the standard If you're using 802.11n (up to 150 Mbps in real-world conditions), you won't be able to go higher. Check your device's specifications, paying attention to support for 2.4 GHz and 5 GHz frequencies.

Distance to the access point is also critical. For a clean experiment, stand 1-3 meters away from the router, with no physical obstacles. This will allow you to measure the maximum possible speed under ideal conditions, which can then be compared to performance in remote rooms.

Online services for quick verification

The most accessible way to obtain primary data is through websites. They measure ping, download, and upload speeds. These services work by downloading a test file from the nearest server and then sending it back.

  • 🚀 Ookla Speedtest — the most popular tool with a huge server database, allowing you to choose the connection point closest to your provider.
  • 📊 Fast.com — Netflix's minimalist service that immediately shows download speed, making it convenient for assessing streaming quality.
  • 🌐 Speedtest Cloudflare — is known for its accuracy in measuring latency (Jitter) and the absence of advertising, which speeds up the testing process.

When using online tests, it's important to select the right server. Automatic selection isn't always accurate. Manually find a server from your provider or a large data center in your city. Distance to the server directly affects Latency, which is especially important for online games.

📊 Which speed test method do you use most often?
Online services in the browser:Specialized programs on the PC:Mobile applications:I don't check at all

Don't rely on the results of a single run. Run the test 3-5 times at one-minute intervals and average the results. Occasional spikes may be caused by short-term interference or micro-interruptions in the connection.

Internal Network Testing: iperf3 and Local Speed

Online services show internet speeds, but they don't show your router's actual performance when transferring files between devices within your home. For this, use a utility iperf3It allows you to create a load between two devices on your local network, bypassing the ISP's channel.

To run the test, you'll need two devices: one as a server and one as a client. For example, you can run the server on a PC with a wired connection and the client on a laptop connected via Wi-Fi. This will show the "net" speed of the router's wireless module.

iperf3 -s

This command starts server mode on one computer. Then, on the second device (the client), enter the server's IP address:

iperf3 -c 192.168.1.50 -t 30

Here 192.168.1.50 — server address, and -t 30 Sets the test duration to 30 seconds. The results will show the throughput in Mbps and Gbps. If the online test shows 100 Mbps, but iperf3 inside the network reports 400 Mbps, then the bottleneck is the ISP's line, not the router.

Why is local speed higher than internet speed?

A local area network (LAN) isn't limited by your ISP's plans. A gigabit router can transfer files between computers at speeds of up to 900+ Mbps, while an internet connection may be limited to 100 Mbps. This is normal and reflects the performance of your equipment.

Impact of the 2.4 GHz and 5 GHz frequency bands

Modern routers operate in two ranges, and the difference in speed between them is colossal. Range 2.4 GHz The 5 GHz band offers higher speeds, but is less effective at penetrating walls.

If you're measuring speeds at a distance of 10 meters through two concrete walls, switching to 5 GHz may actually worsen the situation due to signal loss. However, within a single room, 5 GHz can deliver speeds 3-5 times faster than 2.4 GHz.

Parameter 2.4 GHz 5 GHz
Max. speed (real) 40-80 Mbps 200-800+ Mbps
Range of action High Medium/Low
Penetration ability Good Bad
Channel congestion Very high Low

For accurate diagnostics, connect the device separately to each network (SSID) and take measurements. Users often don't even realize that their smartphone has been running on the slow 2.4 GHz frequency for years, even though the router supports the faster standard. AC or AX.

Analyzing metrics via command line and logs

For a more in-depth diagnostic, you can use the operating system's built-in tools. The Windows command line or Terminal in macOS allow you to assess connection quality and packet loss, which directly impact perceived speed.

Team ping Helps determine channel stability. Run it in continuous ping mode, targeting the gateway (your router) and external resources.

ping 192.168.1.1 -t

Look at the parameter time (response time) and the presence of "Request timed out" lines. If the ping to the router fluctuates (for example, from 2 ms to 150 ms), the problem is with the wireless connection or the router's processor overload. If the ping to the router is stable, but not to an external website, the problem is with the ISP.

⚠️ Attention: A high packet loss rate (Loss) of even 1-2% can reduce the actual file download speed by up to 50%, since the TCP protocol requires resending lost data.

It's also worth checking the signal strength (RSSI). In Windows, this can be done using the command netsh wlan show interfacesFind the "Signal" line. A value above 80% is considered excellent, 50-80% is considered good, and below 40% is considered unstable, where high speeds are physically impossible.

Specialized software and mobile applications

Browser tests sometimes yield inaccuracies due to the way JavaScript and caching work. Specialized applications use more efficient compression and streaming algorithms.

  • 📱 Wi-Fi Analyzer (Android) - allows you to not only test your speed, but also visually assess the load on your channels from neighbors.
  • 💻 NetSpot — a professional tool for creating heat maps of coverage, showing "dead zones" in an apartment.
  • 🚀 Tether

Using a mobile app is convenient because you can walk around your apartment with your phone in hand, observing in real time how the speed changes as you move from room to room. This is the best way to find the optimal location for your router.

☑️ Checklist before final measurement

Completed: 0 / 1

Some programs such as LAN Speed Test, allow you to create test files of a certain size and measure the time it takes to write and read them from a network drive. This provides an understanding of real-world performance when copying large amounts of data, which is critical for home media servers.

Interpretation of results and common mistakes

After receiving the figures, users often panic when they see discrepancies with the tariff. It's important to remember: Wi-Fi is a half-duplex medium. A device can't simultaneously receive and transmit data at full speed, as a cable can. Therefore, a loss of approximately 30-40% of the (wired) speed over the air is normal, not a defect.

Another common mistake is testing on an old device. If you're measuring the speed of a standard router, Wi-Fi 6 using a five-year-old smartphone that only supports Wi-Fi 4, you'll be testing the phone's capabilities, not the router's. Always use the most up-to-date device for testing.

Channel width is also important to consider. In your router settings, the 5 GHz channel width should be set to 80 MHz (or 160 MHz for high-end models), and the 2.4 GHz channel width should be set to exactly 20 MHz. Setting the 2.4 GHz channel width to 40 MHz in an apartment building will result in a slew of interference and a drop in speed, despite the higher specifications.

⚠️ Attention: Router interfaces and mobile operators are constantly updating. If you don't see the settings described, check the official documentation for your model, as the menu layout may vary.

To summarize, online services are sufficient for a quick check, but to find the root cause of problems, a combination of methods is required: checking local speed using iperf3, analyzing signal strength, and comparing results at different frequencies.

Why is Wi-Fi speed always lower than cable speed?

Wireless connections are susceptible to interference from other devices, microwaves, and neighboring networks. Furthermore, the signal reflects off walls and furniture, creating multipath propagation, which forces equipment to waste resources on error correction. Cable eliminates these problems and provides a stable full-duplex channel.

Does the number of connected devices affect the speed?

Yes, directly. The router must distribute airtime among all clients. If one device is downloading torrents, the others will wait their turn. Modern routers with MU-MIMO technology can handle multiple devices simultaneously, but this doesn't completely eliminate the queuing problem.

Can an antivirus lower test results?

Absolutely. Antivirus programs often scan all incoming and outgoing traffic in real time. At high speeds, the computer's processor may not be able to process packets through the antivirus, creating a bottleneck. Try temporarily disabling the protection for the sake of clarity.

What should I do if the speed is higher than what the provider claims?

This can happen when using acceleration technologies (turbo modes) from some providers or when caching content. Providers also often provide a small reserve (overbooking) to guarantee the advertised speed during peak hours. This is normal.

Do I need to update my router firmware to improve speed?

Often, yes. Manufacturers release updates that optimize wireless drivers and fix buffer overflow bugs. Old firmware may not work correctly with new encryption standards or devices.