How to Test Wi-Fi Packet Loss: A Complete Guide with Tests and Solutions

Have you noticed that the video in 4K Is your phone constantly lagging, online games are laggy, and voice calls are dropping out? The culprit of these problems is packet loss in Wi-Fi networkEven with a full signal strength on the connection icon, actual data transfer may be intermittent. In this article, we'll discuss how to accurately diagnose the problem, identify its cause (router, interference, drivers, or ISP), and fix it without calling a specialist.

Packet loss is a situation where sent data does not reach the recipient. In wired networks, this is most often due to a damaged cable, and in Wi-Fi There are many more reasons: from an overloaded channel to incompatibility of standards 802.11ac/axWe'll test your network at every level—from traffic analysis to equipment inspection—and provide a checklist of solutions for each cause.

What is packet loss and why is it dangerous?

Packet loss (packet loss) is the percentage of data that did not reach the destination due to transmission errors. In an ideal network, this figure is 0%, but in real conditions losses of up to 1-2% (for example, when connecting to a remote server through multiple nodes). If the loss exceeds 5%, users are faced with:

  • 🎮 Lags in games: the character "teleports", shots are not registered, ping jumps up to 500+ ms.
  • 📺 Artifacts when streaming: the video is choppy, the sound lags behind the picture, buffering every 10 seconds.
  • 💬 Disconnected voice calls: V Zoom, Discord or WhatsApp the voice breaks, the words are “swallowed”.
  • 🖥️ File download stuck: download speed drops to 0 Kbps, and then recovers sharply.

Packet loss is especially critical for UDP traffic (games, video calls), where data is not resent. Unlike TCP (downloading files, web surfing), where lost packets are recovered, but reduce speed.

⚠️ Attention: If packet loss is accompanied by high ping (more 100 ms), the problem may be on the provider's side - first check its status on the official website.

Packet Loss Testing Methods: From Simple to Complex

Diagnostics can be performed using both standard operating system tools and specialized utilities. Let's start with the most accessible methods, which don't require software installation.

Method 1: Command ping (Windows/macOS/Linux)

The fastest way to estimate losses is to send a series ICMP packets to the server and count how many of them didn't return. Open the terminal:

  • 🪟 Windows: click Win + R, enter cmd, then Enter.
  • 🍎 macOS/Linux: run Terminal via Spotlight or the application menu.

Enter the command (replace google.com to the address of your router or game server):

ping -n 100 google.com

You'll receive statistics in 2-3 minutes. Please note the following line:

Packets: sent = 100, received = 95, lost = 5 (5% loss)
  • 🟢 0% losses: the network is stable (but check other methods - ping does not always reveal problems with UDP).
  • 🟡 1-5%: not critical, but may affect sensitive applications (games, streaming).
  • 🔴 More than 5%: diagnostics required (see next sections).
📊 What type of connection are you using?
Wi-Fi 5GHz
Wi-Fi 2.4GHz
Wired Ethernet
Mobile Internet (4G/5G)

Method 2: Trace Route (tracert/traceroute)

If losses occur when connecting to a specific server (for example, in a game CS2 or Valorant), the problem may lie in intermediate nodes. Run a traceroute:

tracert google.com  # Windows

traceroute google.com # macOS/Linux

In the results, look for lines with asterisks ( *) are nodes that are unresponsive. If losses start after 3-4 hops, the ISP is to blame. If they occur on the first node (your router), the problem is with the local network.

Advanced diagnostics: specialized utilities

Standard commands only provide a general overview. For deeper analysis, use these tools:

Utility Platform What does it check? Link
Wireshark Windows/macOS/Linux Real-time traffic analysis, detection of retransmissions and errors wireshark.org
PingPlotter Windows/macOS Visualization of packet loss along the route, ping monitoring pingplotter.com
NetSpot Windows/macOS Wi-Fi coverage map, interference analysis, and congested channels netspotapp.com
Wi-Fi Analyzer Android Scanning nearby networks, assessing channel load Play Market

Instructions for use Wireshark

This utility will show the exact reason losses—whether due to interference, router errors, or network card driver issues. Follow these steps:

  1. Download and install Wireshark from the official website.
  2. Run the program, select the interface Wi-Fi (For example, Intel Wi-Fi 6 AX200).
  3. Click Start and reproduce the problem (run the game, video in 4K etc.).
  4. After 1-2 minutes, stop capturing and enter into the filter:
    wlan.fc.type_subtype == 0x08 || wlan.fc.type_subtype == 0x28

    This will display only data packets (without service ones).

  5. Pay attention to the column Info: search for records Retransmission (retransmission) or ACK Failure (unconfirmed packets).

If there are more retransmissions 10% from the total traffic - the problem is signal quality (interference, weak level) or hardware errors (router, network card).

Disable VPN | Close background programs (torrents, cloud syncs) | Connect to the router via cable for comparison | Update the Wi-Fi adapter driver -->

Hardware causes of packet loss: router, adapter, interference

If software tests reveal a problem, but its source is unclear, check the hardware. Let's start with the router:

1. Router overheating or malfunction

Overheating leads to chipset malfunctions, which causes packet loss. Symptoms:

  • 🔥 The router body is hot to the touch.
  • 🔄 Losses occur after 10-30 minutes of operation (after heating).
  • 📉 Speed ​​drops even at close range from the router.

Solutions:

  • 🌀 Reboot your router (unplug it from the power outlet for 1 minute).
  • 🪟 Move it to a ventilated place (not in a closet, not next to a radiator).
  • 🔌 If the model is old (more than 5 years), replace it with modern chipsets (Broadcom BCM43684, Qualcomm IPQ8074) heat up less.

2. Interference from other networks or devices

On frequency 2.4 GHz Not only routers work, but also Bluetooth devices, microwaves, wireless mice. Use Wi-Fi Analyzer (Android) or NetSpot (PC) to:

  1. Find out which channels are occupied by neighboring networks.
  2. Check the noise level (dBm): if higher -80 dBm — the channel is overloaded.
  3. Switch to a free channel in the router settings (for example, with 6 on 11).

For 5 GHz choose channels 36-48 or 149-165 (they are less busy). Avoid DFS channels (50-144), if there are no radars nearby, they can be blocked.

How to enable hidden Wi-Fi settings in Windows

Open Control Panel → Network Adapters, find your Wi-Fi adapter, go to Properties → AdvancedHere you can manually set the parameters. Roaming Aggressiveness (reconnection aggressiveness) or Transmit Power (transmission power).

3. Incompatibility of Wi-Fi standards

If your laptop supports Wi-Fi 6 (802.11ax), and the router is only Wi-Fi 4 (802.11n), losses may occur due to different transmission mechanisms. Check:

  • 📋 Router standard: usually indicated on the sticker (e.g. AC1200 = Wi-Fi 5).
  • 🖥️Adapter standard: in Device Manager (Windows) or System report (macOS).

Solution: Update your router's firmware (download from the manufacturer's website) or disable advanced features in the settings if they are not supported:

192.168.1.1 → Wireless → Advanced → Disable "802.11ax (Wi-Fi 6) Mode"

Software reasons: drivers, settings, viruses

Even new equipment can lose packets due to software errors. Let's look at some typical scenarios.

1. Outdated or corrupted drivers

The Wi-Fi adapter driver is responsible for ensuring proper data transfer. If it's outdated or corrupted, packets are lost at the operating system level. Check the version:

  • 🪟 Windows: Device Manager → Network Adapters → [Your Adapter] → Properties → Driver.
  • 🍎 macOS: About This Mac → System Report → Network → Wi-Fi.

Download the latest version from the manufacturer's website (not through Windows Update!). For adapters Intel, Qualcomm Atheros or Realtek use official utilities:

  • 🔧 Intel Driver & Support Assistant (for chipsets AX200/AX210).
  • 🔧 Realtek Audio/Wi-Fi Driver Updater.
⚠️ Attention: After updating the driver, reset the network settings: in Windows, run CMD as administrator:
netsh winsock reset

netsh int ip reset

Then restart your PC.

2. Conflicts with antivirus or VPN

Some antiviruses (Kaspersky, Avast) and VPN clients (NordVPN, ProtonVPN) scan traffic on the fly, which can cause delays and losses. Run a test:

  1. Disable your antivirus for 5 minutes.
  2. Launch ping -n 50 google.com.
  3. Compare results with software enabled/disabled.

If the losses have disappeared, add the game or application to the antivirus exceptions or configure the VPN to use the protocol WireGuard (it is less resource-intensive than OpenVPN).

3. Incorrect power saving settings

Windows and macOS reduce Wi-Fi adapter power by default to save battery life. This can lead to signal loss when the signal is weak. Disable this feature:

Windows 10/11:

  1. Open device Manager.
  2. Find your Wi-Fi adapter, go to Properties → Power Management.
  3. Uncheck the box Allow the computer to turn off this device to save power.

macOS:

System Preferences → Battery → Low Power Mode → Disable

How to Fix Packet Loss: A Step-by-Step Plan

So, you've found the cause. Now apply the appropriate solution from this table:

Cause Symptoms Solution Complexity
Interference from neighbors Losses in the evening, low speed on 2.4 GHz Change the channel to 1/6/11 (2.4 GHz) or 36/149 (5 GHz)
Router overheating Losses after 10+ minutes of operation, hot case Move to a ventilated area or replace ⭐⭐
Outdated driver Losses on all devices except one Update the driver from the manufacturer's website
Incompatibility of standards Wi-Fi 5 router, Wi-Fi 6 adapter (or vice versa) Disable Wi-Fi 6 in your router settings or update the firmware. ⭐⭐⭐
Active VPN/Antivirus Losses only when VPN or scanning is enabled Add an exception for a game/application

If the problem persists, check cable from the provider (even with a Wi-Fi connection!) A damaged cable between the router and the entrance to the apartment can cause losses at the level WAN portConnect the cable directly to your PC and run ping — If losses persist, call your provider.

FAQ: Frequently Asked Questions about Wi-Fi Packet Loss

❓ Why is there packet loss, but the speed test (speedtest.net) shows 100 Mbps?

Speed ​​tests measure maximum throughput in ideal conditions, not stability. They use TCP protocol, which resends lost packets, masking the problem. To test stability, use ping with a large number of packages (ping -n 200) or specialized tools like PingPlotter.

❓ Can packet loss only occur in one game (for example, Dota 2)?

Yes, if the game server uses UDP protocol without resending packets. Check:

  1. Ping to the game server: ping server.valve.net (For Steam).
  2. Settings MTU in the router: the optimal value for games 1472.
  3. Server Region: Select a server with ping in the game settings <50 ms.
❓ How to check packet loss on an Android smartphone?

Install the application Ping & DNS from Google Play:

  1. Launch Ping on google.com with the number of packages 100+.
  2. Check the line Packet loss.
  3. To analyze your Wi-Fi network, use Wi-Fi Analyzer (will show channel load).

If the loss is only on your phone, reset your network settings: Settings → System → Reset → Reset Wi-Fi, mobile networks, and Bluetooth.

❓ Does distance from the router affect packet loss?

Yes, and this is one of the most common reasons. The Wi-Fi signal weakens with distance and obstacles:

  • 📶 2.4 GHz: passes through walls, but loses speed and stability.
  • 📶 5 GHz: faster, but penetrates obstacles worse.

Solutions:

  • 📍 Move the router closer to the device (ideally in the same room).
  • 🔄 Use Mesh system (For example, TP-Link Deco) or repeater.
  • 🔌 Connect via cable (even temporarily for testing).
❓ Can a virus cause packet loss?

Yes, if the virus:

  • 🛡️ Intercepts network traffic (eg. Trojan-Proxy).
  • 📤 Downloads data in the background (mining, DDoS attacks).
  • 🔄 Modifies network settings (DNS, proxy).

Check the system Malwarebytes or Kaspersky Virus Removal ToolPlease note any unexpected activity in Task Manager (processes that consume network bandwidth without your knowledge).