How to Accurately Measure Wi-Fi Internet Speed: Step-by-Step Instructions for All Devices

Have you ever felt like your Wi-Fi is "a little slow" but didn't know how to check? Maybe you're paying for a data plan. 100 Mbps, and the actual speed does not exceed 20 Mbps — and it's not just your ISP that's to blame, but also your network settings. Measuring your Wi-Fi speed is the first step to understanding where exactly megabits are being lost: in the router, on the ISP's line, or due to interference from neighbors.

In this article you will find Unique Wi-Fi speed testing methods that not all online services can show: from standard phone tests to professional PC utilities that analyze connection stability in real time. We'll also explore why cable and wireless speeds can differ. 10 times, and what to do about it. No need to be an IT specialist—all instructions are tailored for beginners, with step-by-step screenshots and explanations.

1. Online Services: Quick Wi-Fi Speed ​​Test

The easiest way is to use free online services. They work right in your browser, require no installation, and display three key parameters: download speed, Upload And pingHere are the top platforms with unique features:

  • 🌍 Speedtest by Ookla — a benchmark service with server selection (important for accuracy!). It displays test history and compares your results to the regional average.
  • 📊 FAST.com (from Netflix) is a minimalist test that automatically selects the optimal server. Ideal for checking streaming speed.
  • 🛡️ SpeedCheck - analyzes not only the speed, but also connection stability (graph of velocity fluctuations over time).
  • 📱 Meter.net — tests speed by simulating downloads of files, videos, and games (useful for gamers).

⚠️ Attention: Online tests measure speed between your device and the server, not between the router and the ISP. If you have a slow processor or background Windows updates, the results may be lower by 20-30%. For the sake of clarity:

Close all programs except your browser|

Disable VPN and proxy|

Connect to the router from a distance of 1-2 meters|

Repeat the test 3 times at different times of the day-->

Compare the figures you receive with the provider's stated tariff. For example, if your tariff is 200 Mbps, and the test shows 50 Mbps, the problem may be in:

  • 📶 Channel congestion (many devices at the same time)
  • 🔌 Outdated Wi-Fi standard (For example, 802.11n instead of 802.11ac/ax)
  • 📡 Interference from neighbors (if everyone is using the same 2.4 GHz channel)
📊 Which speed test service do you use?
Speedtest
FAST.com
SpeedCheck
Another
I haven't checked.

2. Built-in tools for Windows, macOS, and Android

Not everyone knows, but modern operating systems have their own utilities for network diagnostics—without installing third-party software. They're less visual than online services, but they provide more accurate data because they don't rely on a loaded browser.

🖥️ Windows 10/11: Command Prompt and PowerShell

Open Command line (Win + R → enter cmd) and run:

ping -n 20 ya.ru

This command will send 20 packets to the Yandex server and show average ping (in ms) and packet loss (in %). If the loss is >5%, the problem is in the connection stability.

To check download/upload speed, use PowerShell:

1..10 | % { (New-Object Net.WebClient).DownloadData("https://speedtest.net/random2000x2000.jpg") | Out-Null }

The script will download the test file 10 times and display the execution time. Divide the file size (4000 KB) by the average execution time to get the speed. KB/s (multiply by 8 to convert to Kbps).

🍎 macOS: Network Utility

On Mac, open Programs → Utilities → Network Utility. In the tab Info you will see the current connection speed to the router (for example, Tx Rate: 300 Mbps). This maximum theoretical speed between the Mac and the router, not the actual internet speed.

To test your internet speed, use Terminal:

networkQuality

The team will run Apple's built-in test, which will evaluate download/upload speed And connection quality (Low/Medium/High).

📱 Android: Secret Engineering Settings Menu

On most smartphones (Samsung, Xiaomi, Honor), you can open a hidden menu for Wi-Fi diagnostics:

  1. Open the app Telephone.
  2. Enter the code: ##4636##.
  3. Select Wi-Fi information.

Here you will see current connection speed (Link Speed), signal level (RSSI) and Wi-Fi standard (For example, 802.11ac). If the Link Speed ​​is lower 150 Mbps, your phone or router is running in outdated mode.

3. Professional utilities for deep diagnostics

If online tests and built-in tools show conflicting results, it's time to use specialized software. These programs analyze not only speed, but also channel loading, interference, signal quality and even neighboring networks.

Utility Platform Key Features Price
WiFi Analyzer Android Scans the air, shows the load on 2.4/5 GHz channels, and the signal strength of neighbors For free
NetSpot Windows/macOS Creates a heat map of Wi-Fi coverage and tests speeds at different points in the room. From $49
LAN Speed Test Windows Measures the speed between devices on a local network (useful for checking a router) For free
iPerf3 All platforms Tests throughput between two devices (requires server and client) For free

An example of using iPerf3 (for advanced users):

  1. Install iPerf3 on PC and laptop (or phone).
  2. On one device, start the server:
    iperf3 -s
  3. On the second device, launch the client:
    iperf3 -c [server IP address] -t 30
    (30 second test).

This method will show the actual throughput of your local network without the influence of the providerIf the speed between devices is low (for example, 50 Mbps at the tariff 300 Mbps), the problem is in the router or Wi-Fi settings.

What to do if iPerf3 shows a speed of 1 Mbps?

This means the devices are connected to different networks (for example, one to 2.4 GHz, the other to 5 GHz) or there is strong interference between them. Try:

1. Connect both devices to the same frequency (for example, only 5 GHz).

2. Reduce the distance between them to 1–2 meters.

3. Disable the function on the router Band Steering (automatic switching between frequencies).

4. Checking the speed on Smart TVs and set-top boxes

Televisions and media set-top boxes (eg Apple TV, NVIDIA Shield, Xiaomi Mi Box) often become a network bottleneck due to weak Wi-Fi modules. Here's how to test their speed:

  • 📺 LG/Samsung TV: Install the application Speedtest from the official store (LG Content Store or Samsung Apps).
  • 🎮 Android TV (Sony, Philips, Xiaomi): Use your browser to launch FAST.com.
  • 🍎 Apple TV: There are no built-in tools - connect your laptop via HDMI and use it for testing.
  • 🖥️ Consoles (MAG, Dune): Run the test via telnet or SSH (if supported).

⚠️ Attention: Many Smart TV on Wi-Fi 4 (802.11n) physically incapable of exceeding the speed limit 150 Mbps, even if the router and provider support 1 GbpsThe solution is to connect the TV to the router via cable or use Powerline adapter (Internet transmission via electrical wiring).

If the speed on TV is lower 20 Mbps, check:

  • 📶 Setting up DNS (try it 8.8.8.8 or 1.1.1.1).
  • 🔄 Wi-Fi operating mode (select in the router 802.11ac instead of 802.11n).
  • 📡 5 GHz channel (less crowded than 2.4 GHz).

5. Comparison of Wi-Fi and cable speeds: why is there a 10-fold difference?

Have you ever noticed that the speed via cable (Ethernet) is always higher than via Wi-Fi? This is normal, but the difference should not exceed 2-3 timesIf your PC shows via cable 900 Mbps, and via Wi-Fi - 90 Mbps, it's time to look for the reason.

The main factors affecting Wi-Fi speed:

  1. Wi-Fi standard:
    • 802.11n (Wi-Fi 4): to 150–300 Mbps (in practice 50–100 Mbps).
    • 802.11ac (Wi-Fi 5): to 866–1733 Mbps (really 200–500 Mbps).
    • 802.11ax (Wi-Fi 6): to 2400 Mbps (under ideal conditions).
  • Frequency:
    • 2.4 GHz: range up to 50 m, but there is strong interference from neighbors.
    • 5 GHz: the speed is higher, but the walls weaken the signal.
    • Number of antennas: Router with 4 antennas (MIMO 4×4) will give a speed 2–4 times higher than with 1 antenna.
    • Channel width: In the router settings, select 80 MHz for 5 GHz (instead of 20/40 MHz).

    🔹 Practice test: Connect your laptop to the router via cable and record the speed. Then disconnect the cable and repeat the test over Wi-Fi at the same location. If the difference is greater, 50%, try:

    Switch to the 5GHz band|

    Set channel width to 80 MHz|

    Enable WPA3 instead of WPA2|

    Update your router firmware-->

    ⚠️ Attention: Some providers artificially limit Wi-Fi speeds to save data. This is a violation of the contract—demand a recalculation or a plan change.

    6. Analysis of connection stability: why does the speed “jump”?

    Low speed is half the problem. It's much worse when the speed drops to 1 Mbps, then it takes off to 100 MbpsSuch "jumps" indicate an unstable connection, and here are the main reasons for them:

    • 📶 Channel congestion: Too many devices are downloading files or watching 4K videos at the same time.
    • 🔄 Automatic switching between 2.4 and 5 GHz: Function Band Steering may not work correctly.
    • 🌡️ Router overheating: If the case is hot, the speed drops by 30–50%.
    • 📡 External interference: Microwaves, wireless headphones, and baby monitors operate at a frequency of 2.4 GHz.
    • 🔌 Nutritional issues: A poor-quality router power supply leads to speed drops.

    🔧 How to diagnose? Use the utility PingPlotter (Windows/macOS) or MTR (Linux). It will show where the delays are occurring:

    mtr --report ya.ru

    If packet loss (>5%) occurs on the first node (your router), the problem is with your local network. If it occurs on the third or fourth node, the ISP is to blame.

    📌 Speed ​​stabilization solutions:

    • 🛠️ Turn it off Band Steering in the router settings and create two separate networks (for example, MyWiFi_2G And MyWiFi_5G).
    • 📡 Switch to a fixed 5 GHz channel (e.g. 36 or 48) instead of Auto.
    • 🔌 Replace your router's power supply with a more powerful one (if the current one is overheating).
    • 📵 Place the router away from household appliances and metal objects.

    7. Checking your ISP's speed: who's to blame?

    Let's say you've tested the speed on all your devices and optimized your router, but the results still fall far short of the advertised plan. It's time to check what your provider actually provides.

    🔹 Step 1: Test directly (without a router)

    1. Disconnect the router from the provider cable.
    2. Connect the cable directly to your PC or laptop.
    3. Launch Speedtest.

    If the speed is still low, the problem is with your ISP. If it's increased, the router is to blame.

    🔹 Step 2: Check for packet loss

    Open Command line and run:

    ping -n 100 8.8.8.8

    If there are lines in the results The request has exceeded the time limit. or Lost = XX%, the connection with the provider is unstable.

    🔹 Step 3: Call support

    Tell the operator:

    “According to my tariff [X] Mbps, but when connected directly to your equipment, Speedtest shows [Y] Mbps"Please check the line for signal attenuation and port overload."

    ⚠️ Attention: Providers often reduce speed during peak hours (in the evening). If daytime tests show 90% of the tariff, and in the evening - 30%, this is a sign network congestionDemanding compensation is pointless, but you can try switching to a tariff with a guaranteed speed (usually 20-30% more expensive).

    8. Common Mistakes When Measuring Wi-Fi Speed

    Many users get incorrect test results due to simple errors. Here's what you can't do it when checking speed:

    • 🚫 Test speed via VPN: A VPN encrypts your traffic and reduces speed by 10-40%. Disable it before testing.
    • 🚫 Use a browser with 20 open tabs: Close all programs except the test utility.
    • 🚫 Check the speed on a phone with active synchronization: Turn off automatic app updates and backups.
    • 🚫 Standing near a microwave or cordless telephone: They create interference at 2.4 GHz.
    • 🚫 Trust one test: Run the scan 3-5 times at different times of the day.

    📌 The most common mistake: Compare Wi-Fi speed with cable speed without taking into account real limitations of wireless networksFor example, if your router supports Wi-Fi 5 (802.11ac) at maximum speed 866 Mbps, and the provider's tariff is 1 Gbps, you will never get more by air 500–600 Mbps (due to protocol overhead).

    🔍 How to avoid mistakes? Follow this algorithm:

    Disconnect all devices from the network except the test one|

    Connect to the router from a distance of 1-2 meters|

    Run the test in 3 different services (Speedtest, FAST, SpeedCheck)|

    Compare the results with the table below|-->

    Provider tariff Max. speed on Wi-Fi 5 (5 GHz) Max. speed on Wi-Fi 4 (2.4 GHz)
    100 Mbps 80–90 Mbps 40–50 Mbps
    300 Mbps 200–250 Mbps 100–120 Mbps
    1 Gbps 500–600 Mbps 150–200 Mbps

    If your results are below these values, look for a problem in your router settings or hardware.

    FAQ: Answers to frequently asked questions

    🔹 Why are the speeds different on my phone and laptop even though they're connected to the same Wi-Fi network?

    This is normal! The speed depends on:

    • 📱 Wi-Fi module of the device: Flagship smartphone (Wi-Fi 6) will show a speed higher than a budget laptop (Wi-Fi 4).
    • 🔋 Battery status: On Android/iOS, when the battery is low, the speed is artificially limited.
    • 📡 Distance to the router: The laptop may be located further away, where the signal is weaker.

    To make a fair comparison, place both devices next to the router and repeat the test.

    🔹 How do I check Wi-Fi speed on devices without a screen (like a smart speaker)?

    For gadgets like Amazon Echo, Google Nest or Apple HomePod A direct speed test is not possible. Alternative methods:

    • 🔌 Connect your laptop/phone to the same network and run the test – the result will be similar.
    • 📶 Check it out signal level in the device's mobile application (for example, in Google Home).
    • 🎵 Test it out playback delay: If music/video loads with pauses, the speed is insufficient.
    🔹 Is it possible to increase Wi-Fi speed if the provider is providing less than what it claims?

    Yes, but not always. First, check:

    1. 📋 Agreement with the provider: Sometimes speed is indicated "up to X Mbps", which means the maximum possible, not guaranteed.
    2. 🔧 Router settings: Turn on QoS (traffic prioritization) for important devices.
    3. 📡 Wi-Fi frequency: Switch to 5GHz if you are using 2.4GHz.

    If your provider consistently underdelivers, file a complaint with test results (screenshots). Under consumer protection laws, you can demand a recalculation or contract termination.

    🔹 Why does speed drop at night or on weekends?

    This is a sign provider network congestionDuring peak hours (usually from 7:00 PM to 11:00 PM), many users are simultaneously watching videos, playing online games, or downloading files. Providers skimp on equipment and don't reserve sufficient bandwidth.

    🔹 What to do?

    • 📅 Switch to a tariff with guaranteed speed (more expensive, but more stable).
    • ⏳ Use night downloads (set up the schedule in uTorrent or IDM).
    • 🔄 Change your provider to the one that uses GPON instead of the outdated one FTTB.
    🔹 How do I test my Wi-Fi speed at work if all test sites are blocked?

    If the network administrator has blocked Speedtest and similar ones, try:

    • 🖥️ Command line: Use ping And tracert to estimate delays.
    • 📥 Downloading file: Find a large file (for example, a Linux distribution) and time the download.
    • 🌐 Alternative services: Some corporate networks do not block Cloudflare Speed Test.

    ⚠️ Attention: Testing your speed on a work PC may violate your company's internal policies. Check with your IT department to confirm your policy.