Packet loss diagnosis
How to Check Packet Loss and Understand the Results
Use this guide to learn how to check packet loss before you change router settings. Packet loss can make games rubber-band, voice calls cut out, video meetings freeze, and live streams drop frames even when your speed test looks fine.
Run the packet loss testHow to Check Packet Loss Fast
The fastest way to check packet loss is to run an online packet loss test, then confirm the result with ping, traceroute, or jitter checks if needed. This is the simplest answer for how to check packet loss when you need a quick browser-based result.
How to check packet loss quickly comes down to one repeatable number: packets sent versus packets received. If the percentage is above 0%, repeat the test and compare Wi-Fi with wired Ethernet.
To check packet loss quickly, run a test for at least 30 to 60 seconds, read the packet loss percentage, and compare ping and jitter at the same time. If packet loss appears, repeat the test on wired Ethernet before changing router or ISP settings.
You can also use a command-line ping test if you want to know how to test my packet loss from your own computer.
Windows
ping -n 100 1.1.1.1Mac or Linux
ping -c 100 1.1.1.1- Run an online packet loss test.
- Test for at least 30 to 60 seconds.
- Look for the packet loss percentage.
- Check ping and jitter at the same time.
- If packet loss appears, repeat the test on wired Ethernet.
- If the issue continues, run ping and traceroute to locate the problem.
How to Test Packet Loss in 5 Steps
Use this simple process if you want to know whether you have packet loss and where it may be coming from. Do not rely on one short test because packet loss can be intermittent.
This workflow covers how to test packet loss, how to test for packet loss, and how to do a packet loss test without mixing up Wi-Fi problems, ISP problems, and app-specific route problems.
| Step | What to do | Why it matters |
|---|---|---|
| 1 | Run a browser-based packet loss test | Fastest way to check your connection without installing anything |
| 2 | Repeat the test on Ethernet | Helps separate Wi-Fi problems from internet problems |
| 3 | Run a ping test | Confirms whether packets are being lost to a stable target |
| 4 | Test your router or gateway | Shows whether packet loss starts inside your home network |
| 5 | Run traceroute or pathping | Helps locate where packet loss may begin along the route |
Best Ways to Run a Packet Loss Test
There is no single perfect test for every situation. The best method depends on what you are trying to check and how much detail you need.
If you need how to run a packet loss test for a support ticket, use the same target, packet count, connection type, and time window so the before-and-after results are comparable.
A browser-based packet loss test is easiest for most users. It is useful when you want to test packet loss online without Java, downloads, or command-line tools.
A ping test is better when you want a simple, repeatable command that works on Windows, Mac, and Linux. Traceroute, pathping, and MTR are better when you need to diagnose packet loss and determine where packet loss is occurring.
| Situation | Best method |
|---|---|
| You want the fastest answer | Online packet loss test |
| You want to test from your computer | Ping command |
| You want to check Wi-Fi or router issues | Ping your router or gateway |
| You want to locate where loss starts | Traceroute, pathping, or MTR |
| You want to test gaming issues | In-game network stats plus an external packet loss test |
| You want to monitor business networks | Continuous network monitoring tool |
- Use an online test when you need a fast answer.
- Use ping when you need a repeatable command.
- Use route tools when you need to locate the problem.
- Use game telemetry when one game or region feels broken.
How to Check for Packet Loss on Windows
Use this section when you need how to check packet loss on Windows without installing extra tools. Windows has built-in commands that can help you check for lost packets.
Open Command Prompt and send 100 packets to a stable public target.
If your goal is how to check for lost packets, the final ping summary is the line that matters most.
When the test ends, look for the summary line. It shows packets sent, packets received, packets lost, and the packet loss percentage.
Command Prompt
ping -n 100 1.1.1.1Example summary
Packets: Sent = 100, Received = 100, Lost = 0 (0% loss)Longer Windows test
ping -t 1.1.1.1Windows route-aware test
pathping 1.1.1.1- Press Windows + R, type cmd, and press Enter.
- Run ping -n 100 1.1.1.1.
- If Lost is higher than 0, packets were lost during the test.
- Use ping -t for a longer test, then press Ctrl + C to stop it.
- Use pathping when you need more detail across different hops.
How to Check for Packet Loss on Mac and Linux
If you need how to check packet loss on Mac or Linux, open Terminal and run a 100-packet ping test. When the test finishes, look for the packet loss line.
To test a specific website, app endpoint, or server, replace 1.1.1.1 with a domain or IP address. This is also useful for how to test packet loss on internet services that publish server addresses.
Basic test
ping -c 100 1.1.1.1Example summary
100 packets transmitted, 100 received, 0% packet lossTest a specific target
ping -c 100 example.comRoute testing
traceroute 1.1.1.1
mtr 1.1.1.1- Use ping -c 100 for a basic check.
- Use traceroute when you need to see the route packets take.
- Use MTR when it is installed and you need continuous latency and loss by hop.
- Use the same target and packet count for before-and-after comparisons.
How to Measure Packet Loss, Ping, and Jitter
Packet loss is only one part of connection quality. You should also look at ping, jitter, and upload stability because a normal speed test does not always explain gaming lag or video call problems.
The basic formula for how to measure packet loss is lost packets divided by packets sent. If a test sends 100 packets and loses 1 packet, the result is 1% packet loss.
For a better result, test packet loss and jitter together. If packet loss is 0% but jitter is unstable, your issue may be delay variation rather than lost packets.
This is the practical answer for how to test jitter and packet loss together: read loss percentage, ping, jitter, and upload stability as one group.
| Metric | What it means | Why it matters |
|---|---|---|
| Packet loss | Packets sent but not received | Causes stutter, dropouts, rubber-banding, and broken real-time traffic |
| Ping / latency | Time for data to travel to a target and back | High ping causes delay |
| Jitter | Variation in ping over time | High jitter causes unstable voice, video, and gaming |
| Upload stability | Quality of outgoing data | Important for calls, streaming, gaming, and screen sharing |
How to Read Packet Loss Results
Use this checklist when reading your test results. The important question is not only whether a number appears, but whether the same pattern repeats when the symptom happens.
0% packet loss is what you want to see. If your problem continues with 0% packet loss, look at ping, jitter, device performance, game server issues, or application settings.
One lost packet in a short test may not prove a serious issue. Repeat the test. If packet loss appears repeatedly, especially during the time you feel lag or call drops, treat it as a real problem.
Constant packet loss usually means something in the connection path is unstable. It may be Wi-Fi interference, router overload, bad cables, ISP congestion, or a remote server issue.
| Result | What it usually means |
|---|---|
| 0% packet loss | The tested path was clean during the test window |
| Occasional packet loss | Repeat the test before changing settings |
| Constant packet loss | A link, router, ISP path, or remote service may be unstable |
| Loss only to one game or app | The issue may be route-specific or server-specific |
| Loss only on Wi-Fi | Focus on wireless signal, interference, channel congestion, or mesh backhaul |
How to Determine Where Packet Loss Is Occurring
Finding packet loss is useful. Finding where it starts is better. The practical answer for how to determine where packet loss is occurring is to test in layers: your router, the public internet, and then the affected service.
First, check your local connection. On Windows, run ipconfig, find Default Gateway, and ping that address. If you see packet loss to your router, the issue is likely inside your local network.
Next, test a stable public target such as 1.1.1.1. If your router test is clean but your internet test shows loss, the problem may be your modem, ISP connection, or upstream route.
If only one app or game has issues, test that service's server if you know the domain or IP address. If packet loss appears only to that service, your home network may be fine.
This layered approach is how to diagnose packet loss, how to detect packet loss in a network, and how to identify packet loss without blaming the wrong part of the connection.
Find and test your gateway on Windows
ipconfig
ping -n 100 192.168.1.1Test the internet on Windows
ping -n 100 1.1.1.1
ping -n 100 8.8.8.8Test the internet on Mac or Linux
ping -c 100 1.1.1.1
ping -c 100 8.8.8.8Run traceroute
tracert 1.1.1.1
traceroute 1.1.1.1| Result | Likely meaning |
|---|---|
| Wi-Fi has loss, Ethernet does not | Wireless issue |
| Both Wi-Fi and Ethernet have loss | Router, modem, ISP, or upstream issue |
| Only one device has loss | Device, adapter, driver, or local software issue |
| Only one app has loss | Route, server, or application-specific issue |
| Loss starts at one hop and continues | Stronger evidence of a real route problem |
- Do not assume packet loss at one middle hop always means a real problem.
- Some routers limit or ignore diagnostic traffic.
- The key sign is packet loss that starts at one hop and continues through later hops, including the final destination.
How to See Packet Loss in Online Games
Many people first notice packet loss in games because games are sensitive to real-time network problems. For games such as Fortnite, CS2, Valorant, and League of Legends, check the game settings for network stats, telemetry, performance graphs, ping display, packet loss display, or network debug stats.
If you need how to see packet loss in Fortnite, enable the game's network debug stats and watch for loss during fights, building, or region changes. If you need how to see packet loss in CS2, use the game's telemetry and compare it with a gateway ping.
If you need how to see packet loss in Valorant, turn on network stats that show packet loss and ping, then compare Ethernet with Wi-Fi. If you need how to check packet loss League of Legends, use the game's network indicators or support tools and compare the selected region with a separate packet loss test.
In-game stats are useful, but they may only describe your connection to that game server. A separate test helps you know whether the problem is your network or that specific game route.
- Test your connection on Ethernet.
- Try a nearby game server region.
- Run the test while no downloads or uploads are active.
- Compare another device on the same network.
- Repeat the same game test at a different time of day.
How to Lower Packet Loss After You Find It
Once you know you have packet loss, use the result to choose the right fix. The fastest way to decide how to lower packet loss is to fix the closest confirmed cause.
If packet loss happens on Wi-Fi, move closer to the router, use Ethernet if possible, restart the router, move the router away from walls and electronics, reduce active devices, and avoid weak mesh backhaul connections.
If packet loss happens on Ethernet, replace the Ethernet cable, try another router or switch port, avoid damaged or sharply bent cables, restart your modem and router, and test another computer if possible.
If packet loss happens only under load, your connection may be congested. Pause large downloads, stop cloud backups while gaming or calling, limit upload-heavy apps, and enable QoS or smart queue management if your router supports it.
This is also how to decrease packet loss, how to avoid packet loss, and how to deal with packet loss in a way that follows the evidence instead of guessing.
- Fix Wi-Fi first if Ethernet works but wireless drops packets.
- Check cables and ports first if wired Ethernet drops packets.
- Reduce upload load if loss appears during calls, streams, or cloud backups.
- Collect evidence before contacting your ISP if loss starts outside your network.
Common Mistakes When Checking Packet Loss
A good packet loss check uses more than one test and compares results. Avoid these mistakes when testing because they can make you blame the wrong cause.
| Mistake | Why it causes bad conclusions |
|---|---|
| Running only 4 pings | Too short to catch intermittent loss |
| Testing only on Wi-Fi | You may blame the ISP when Wi-Fi is the issue |
| Confusing ping with packet loss | Low ping does not always mean 0% packet loss |
| Ignoring jitter | Jitter can cause call and game problems even without loss |
| Testing while downloading | Congestion can create temporary packet loss |
| Using only one target | One server may be the problem, not your connection |
| Misreading traceroute | Middle-hop loss may be ICMP rate limiting, not real end-to-end loss |
| Testing through a VPN | VPN routing can change the result |
| Not testing upload conditions | Upload instability can break calls, games, and streaming |
What to Do Next
Use your result to choose the next step. Once you know how to check packet loss, the easiest next step is to run a fresh packet loss test and compare it with a ping test. If both show loss, you have stronger evidence.
If you need how to check internet packet loss or how to test internet for packet loss, make sure your gateway test is clean before you focus on the ISP or remote service.
| Your result | Next step |
|---|---|
| 0% loss, high ping | Look for latency causes, server distance, or routing issues |
| 0% loss, high jitter | Test Wi-Fi quality and router load |
| Packet loss to router | Fix local network, Wi-Fi, cable, adapter, or router |
| Packet loss to internet but not router | Check modem, ISP, or upstream route |
| Packet loss only in one game/app | Test another server region and check service status |
| Packet loss only during uploads | Reduce upload load or configure router queue management |
| Packet loss on every device | Focus on router, modem, ISP, or line quality |
FAQ
How do I know if I have packet loss?
You may have packet loss if games rubber-band, voice calls cut out, video meetings freeze, or streams drop frames while your internet still appears connected. If your search is how to know if you have packet loss, run a packet loss test or use a ping command and check the percentage of lost packets.
How do I test packet loss on the internet?
Run an online packet loss test, or ping a public target such as 1.1.1.1 or 8.8.8.8. On Windows, use ping -n 100 1.1.1.1. On Mac or Linux, use ping -c 100 1.1.1.1.
How many packets should I send in a packet loss test?
Use at least 50 to 100 packets for a basic check. If the problem is intermittent, run a longer test during the time you normally experience lag, call drops, or streaming issues.
Is packet loss the same as high ping?
No. Ping measures delay. Packet loss measures missing packets. You can have low ping with packet loss, high ping with no packet loss, or both at the same time.
Can a speed test show packet loss?
Some internet quality tests show packet loss, jitter, and latency, but many basic speed tests focus mainly on download and upload speed. For real-time problems, use a dedicated packet loss test instead of relying only on speed.
How do I test packet loss and jitter together?
Use an internet quality test or packet loss test that reports packet loss, ping, and jitter. You can also run ping over time and watch for unstable response times, but a browser-based test is easier for most users.
How do I check for lost packets on my computer?
Use ping. On Windows, open Command Prompt and run ping -n 100 1.1.1.1. On Mac or Linux, open Terminal and run ping -c 100 1.1.1.1. Read the final packet loss percentage.
How do I determine where packet loss is occurring?
Test in layers. First ping your router. Then ping a public internet target. Then test the affected app or game server. Compare Wi-Fi with Ethernet. If local tests are clean but internet tests show loss, the issue may be outside your home network.
How can I lower packet loss?
Start with the basics: use Ethernet, restart your router and modem, reduce downloads and uploads, replace bad cables, update network drivers, and test without VPN. If packet loss continues on every device, contact your ISP with test results.
How do I see packet loss in games like Fortnite, CS2, Valorant, or League of Legends?
Look for network stats, telemetry, performance graphs, or packet loss display in the game settings. Then confirm the result with an external packet loss test, because in-game results may only reflect that game server or route.
Check Your Connection Now
Packet loss is easier to fix when you measure it correctly. Start with a quick packet loss test, then use ping, traceroute, and the steps in this guide to confirm the result and locate the cause.
If your test shows packet loss, your next best read is a guide on how to fix packet loss. If your packet loss is 0% but your connection still feels unstable, check jitter, ping, and overall connection quality next.