DashboardGet Started
Back to blog
networkingpacket losstroubleshootinggamingVPN

"How to Fix Packet Loss: A Complete Troubleshooting Guide"

Mosaic TeamPublished: April 12, 2026Updated: April 23, 2026
Network cables connected to a server rack with blinking lights

Available languages

You are in the middle of a competitive game and your character teleports backward. A video call drops mid-sentence. A file download stalls at 97% and restarts. These frustrations all share a common root cause: packet loss.

Every piece of data you send or receive over the internet is broken into small units called packets. Packet loss happens when some of those packets fail to reach their destination. Even a loss rate of 1-2% can make real-time applications like gaming, video conferencing, and VoIP calls noticeably worse.

The good news: most packet loss is fixable. Here is how to diagnose the problem and solve it.


Understanding Packet Loss

When you load a webpage, stream a video, or join a voice call, your device sends and receives thousands of data packets per second. Each packet travels through multiple network hops -- your router, your ISP's infrastructure, backbone networks, and finally the destination server.

Packet loss occurs when one or more of these packets never arrives or arrives too late to be useful. The effects vary by application:

ApplicationImpact of Packet Loss
Online gamingRubber-banding, teleporting, input lag, disconnections
Video callsFrozen frames, choppy audio, dropped connections
StreamingBuffering, resolution drops, playback interruptions
File transfersSlow speeds, failed downloads, corrupted files
Web browsingSlow page loads, timeout errors, incomplete rendering
VoIP callsGaps in audio, robotic voice, call drops

Acceptable thresholds: For general browsing, up to 1-2% packet loss is tolerable. For gaming and video calls, anything above 0.5% becomes noticeable. Professional applications like live broadcasting require near-zero loss.


Common Causes of Packet Loss

Before you can fix the problem, you need to understand what is causing it. Here are the most frequent culprits:

1. Wi-Fi Signal Issues

Wireless connections are inherently less stable than wired ones. Walls, distance from the router, electronic interference from microwaves and Bluetooth devices, and competing networks on the same channel all degrade signal quality.

2. Network Congestion

Too many devices or applications sharing the same bandwidth saturate the connection. This is especially common during peak hours on shared networks -- apartment buildings, dorms, and offices.

3. Faulty or Outdated Hardware

Old routers, damaged Ethernet cables, failing network cards, and worn-out switches can all introduce packet loss. Hardware does not last forever.

4. Outdated Firmware and Drivers

Router firmware and network adapter drivers contain bug fixes and performance improvements. Running outdated versions can cause instability and packet drops.

5. ISP Problems

Sometimes the issue is upstream. ISP network congestion, poor routing, infrastructure maintenance, or throttling can cause packet loss that is completely outside your control.

6. Background Applications

Torrents, cloud sync services, automatic updates, and streaming on other devices consume bandwidth and processing resources, leaving less room for your primary activity.

7. Malware

Malicious software can hijack bandwidth, generate rogue network traffic, or interfere with network configurations -- all of which increase packet loss.


Step-by-Step Fixes

Step 1: Test and Measure

You cannot fix what you cannot measure. Start by establishing your baseline:

  • Ping test: Open a terminal and run ping -c 50 8.8.8.8 (macOS/Linux) or ping -n 50 8.8.8.8 (Windows). Look at the packet loss percentage at the end.
  • Traceroute: Run traceroute 8.8.8.8 (macOS/Linux) or tracert 8.8.8.8 (Windows) to identify where packets are being dropped along the route.
  • Online tools: Sites like PingPlotter, Packetlosstest.com, or WinMTR combine ping and traceroute into a continuous visual display.

Record your results. If packet loss exceeds 1%, proceed to the next steps.

Step 2: Restart Your Network Equipment

It sounds basic, but it works more often than you would expect.

  1. Power off your modem and router
  2. Wait 30 seconds
  3. Power on the modem first and wait for it to fully connect
  4. Power on the router
  5. Test again

Routers accumulate memory leaks, stale connections, and routing table bloat over time. A restart clears all of this.

Step 3: Switch to a Wired Connection

If you are on Wi-Fi, connect directly to your router with an Ethernet cable. This eliminates wireless interference, signal degradation, and channel congestion in one step.

If packet loss disappears on a wired connection, the problem is your Wi-Fi environment -- not your internet service. Consider:

  • Moving your router to a central location
  • Switching to the 5 GHz band (less interference, shorter range)
  • Upgrading to a Wi-Fi 6 or Wi-Fi 7 router
  • Adding a mesh network for better coverage

Step 4: Update Firmware and Drivers

Outdated software is a silent performance killer.

  • Router firmware: Log into your router's admin panel (usually 192.168.0.1 or 192.168.1.1) and check for firmware updates
  • Network drivers: On Windows, open Device Manager > Network adapters > right-click your adapter > Update driver. On macOS, system updates include driver updates
  • Operating system: Ensure your OS is fully updated

Step 5: Close Background Applications

Open your system's resource monitor to identify bandwidth hogs:

  • Windows: Task Manager > Performance > Open Resource Monitor > Network tab
  • macOS: Activity Monitor > Network tab
  • Linux: nethogs or iftop

Common offenders include:

  • Cloud sync services (Dropbox, OneDrive, Google Drive)
  • Torrent clients
  • Automatic OS and app updates
  • Streaming on other devices

Pause or close these during latency-sensitive activities.

Step 6: Scan for Malware

Malware can silently consume bandwidth or manipulate network settings. Run a full scan with your antivirus software. Consider a secondary scan with a tool like Malwarebytes for thorough coverage.

Signs of network-affecting malware:

  • Unexplained high bandwidth usage
  • Strange outbound connections in your firewall logs
  • DNS settings changed without your knowledge

Step 7: Change Your DNS Server

Your ISP's default DNS servers may be slow or unreliable. Switching to a faster alternative can reduce latency and improve connection stability:

ProviderPrimary DNSSecondary DNS
Cloudflare1.1.1.11.0.0.1
Google8.8.8.88.8.4.4
Quad99.9.9.9149.112.112.112

You can change DNS settings on your router (applies to all devices) or on individual devices in their network settings.

Step 8: Use a VPN to Route Around Congestion

When packet loss is caused by ISP routing inefficiencies, congestion, or throttling, a VPN can help by sending your traffic through a different path.

Mosaic VPN routes your connection through optimized servers, bypassing congested ISP nodes. With support for WireGuard -- one of the fastest VPN protocols available -- Mosaic minimizes the overhead that VPNs typically add.

This is particularly effective when:

  • Your ISP throttles specific types of traffic (gaming, streaming)
  • The default route between you and a server passes through a congested node
  • You are on a network that deprioritizes certain traffic types

Step 9: Contact Your ISP

If you have tried everything above and packet loss persists, the problem may be on your ISP's side. Call their support line with your diagnostic data:

  • Ping test results showing packet loss percentages
  • Traceroute output showing where drops occur
  • Time of day when the problem is worst
  • Whether the issue occurs on wired or wireless connections

Armed with this data, you can push for a technician visit or line test rather than being walked through basic troubleshooting scripts.


Advanced Diagnostics

For persistent or complex issues, these tools provide deeper insight:

  • PingPlotter -- continuous visual traceroute showing packet loss and latency at every hop
  • Wireshark -- deep packet inspection for analyzing exactly what is happening on your network
  • iPerf3 -- measures achievable bandwidth and packet loss between two points on your network
  • SmokePing -- long-term monitoring that tracks latency and loss patterns over days or weeks

Quick Reference Checklist

  • Run a ping test to measure current packet loss
  • Restart modem and router
  • Switch from Wi-Fi to Ethernet if possible
  • Update router firmware and network drivers
  • Close bandwidth-heavy background apps
  • Run a malware scan
  • Try alternative DNS servers
  • Connect through Mosaic VPN to test an alternate route
  • Contact ISP with diagnostic data if the problem persists

Prevention Tips

Once you have fixed the immediate problem, keep packet loss from coming back:

  • Schedule regular router reboots (weekly works well for most routers)
  • Keep firmware and drivers updated -- enable auto-updates where possible
  • Use QoS settings on your router to prioritize gaming or video call traffic
  • Replace aging hardware -- routers older than 4-5 years often struggle with modern demands
  • Monitor your network periodically with the tools mentioned above

Packet loss does not have to be a permanent frustration. With systematic troubleshooting and the right tools, including Mosaic VPN for routing optimization, most issues can be resolved in under an hour.


Stop losing packets. Start with Mosaic VPN.

Tagged in

networkingpacket losstroubleshootinggamingVPN