Uncategorized

How to Fix Packet Loss in PC Games (2026 Complete Guide)

ergins
August 22, 2026
7 min read

Few things ruin competitive matches faster than packet loss. You line up a clean crosshair shot, pull the trigger, and suddenly teleport backward while your bullets vanish into thin air. High ping is annoying because it delays your actions, but packet loss is far worse because it deletes your actions entirely.

When game data packets fail to reach the server or fail to return to your PC, you experience severe rubberbanding, unregistered hits, and freezing enemies. The good news is that most packet loss issues stem from misconfigured Windows network adapters, router bufferbloat, or corrupted network caches that you can resolve in minutes.

Before changing hardware, you can test your real-time network stability directly with our live diagnostics tool:

Network Tweaks

Cut your ping — 4 quick wins

DNS Optimization

-12ms

Switch to 1.1.1.1 or 8.8.8.8 for faster resolution

Apply all 4 tweaks with FpsTweak

What causes packet loss in PC games

Every online multiplayer game relies on sending continuous stream packets of UDP data between your PC and the dedicated game server. These packets contain your player coordinates, weapon inputs, and enemy positions. Packet loss happens when one or more of these data bundles get dropped along the route.

There are two distinct types of packet loss you need to understand:

  • Outbound packet loss: Your PC sends movement and shooting data, but the server never receives it. On your screen, you seem to shoot or build normally, but the game server never registers the hit.

  • Inbound packet loss: The server sends world updates to your PC, but packets drop before reaching your network card. This causes enemy players to teleport, reload animations to loop, and doors to snap open and closed.

The root cause generally falls into one of three areas: your local hardware (cables, Wi-Fi interference, NIC drivers), router congestion (bufferbloat and background bandwidth hogging), or ISP routing bottlenecks.

Identify your packet drop location

Open Command Prompt as administrator and run ‘ping -n 50 1.1.1.1’. If you see 0% packet loss to the public DNS but 5% or higher in your game net graph, the problem is likely game-server routing rather than your local equipment.

Step 1: Switch from Wi-Fi to a direct Ethernet connection

Wi-Fi signals are inherently vulnerable to physical obstructions, wall density, and 2.4 GHz radio frequency interference from household electronics. Even modern Wi-Fi 6 and Wi-Fi 7 connections suffer from momentary micro-drops when nearby devices request heavy data.

Switching to a Cat6 or Cat6e Ethernet cable immediately eliminates radio interference, channel congestion, and packet collision. If running a long Ethernet cable through your home is impossible, consider a MoCA (Multimedia over Coax) adapter, which routes stable Gigabit signals over existing television coax cables without the packet instability of powerline adapters.

Step 2: Flush DNS and reset the Windows network stack

Corrupted network routing tables and outdated DNS cache entries frequently cause TCP/IP socket hangs that drop game packets. Resetting the Windows network stack clears corrupted Winsock catalogs and restores default network protocols.

Follow these steps to refresh your network stack:

  1. Press the Windows Key, type cmd, right-click Command Prompt, and select Run as administrator.

  2. Type the following commands in sequence, pressing Enter after each one:

ipconfig /flushdns
ipconfig /release
ipconfig /renew
netsh winsock reset
netsh int ip reset

Restart your computer after running these commands to finalize the socket resets.

Step 3: Switch to ultra-low latency public DNS servers

Your Internet Service Provider assigns default DNS servers that are often overloaded, poorly routed, and prone to packet drops during peak traffic hours. Switching to high-performance public DNS resolvers like Cloudflare or Google ensures faster name resolution and more consistent routing paths.

To configure custom DNS servers in Windows 10 and Windows 11:

  1. Press Windows Key + R, type ncpa.cpl, and press Enter to open Network Connections.

  2. Right-click your active Ethernet adapter and click Properties.

  3. Select Internet Protocol Version 4 (TCP/IPv4) and click Properties.

  4. Select Use the following DNS server addresses.

  5. Enter 1.1.1.1 as the Preferred DNS server and 1.0.0.1 as the Alternate DNS server (Cloudflare). Alternatively, you can use 8.8.8.8 and 8.8.4.4 (Google DNS).

  6. Check Validate settings upon exit and click OK.

Step 4: Optimize Windows network adapter settings

Default Windows network adapter configurations prioritize power savings and office stability over real-time competitive gaming. Several advanced adapter properties can introduce micro-delays that lead to dropped UDP packets.

Open ncpa.cpl, right-click your Ethernet adapter, select Properties, and click Configure. Navigate to the Advanced tab and adjust the following settings:

  • Energy Efficient Ethernet: Set to Disabled. This prevents your network card from cycling into low-power states between packet bursts.

  • Green Ethernet / Power Saving Mode: Set to Disabled.

  • Interrupt Moderation: Set to Disabled (or Low on older CPUs). Disabling interrupt moderation forces the network card to alert the CPU immediately when a packet arrives instead of waiting to batch packets together.

  • Receive Side Scaling (RSS): Set to Enabled. This distributes network processing across multiple CPU cores, preventing a single thread bottleneck.

  • Transmit Buffers and Receive Buffers: Increase both values to 512 or 1024 (if your card allows) to provide a larger buffer queue during heavy multiplayer action.

If you want to apply system-level network throughput tuning alongside registry latency tweaks without manual registry editing, using an automated fps tweak utility like FPSTweak configures network QoS priorities and removes multimedia network throttling with a single click.

Step 5: Configure MTU to prevent packet fragmentation

Maximum Transmission Unit (MTU) defines the largest data packet size (in bytes) that your connection can transmit without splitting the packet. If your MTU setting is too high, packets get fragmented by your router or ISP, causing transmission drops and jitter.

You can find your connection’s optimal MTU value with Command Prompt:

  1. Open Command Prompt as administrator.

  2. Test standard packet size by typing: ping 1.1.1.1 -f -l 1472

  3. If you see Packet needs to be fragmented but DF set, lower the number by 10 (e.g. 1462) and test again until you find the highest number that sends with 0% loss.

  4. Add 28 bytes (reserved for IP/ICMP headers) to that number. For example, if 1472 worked without fragmentation, your optimal MTU is 1500.

To set your MTU in Windows, run netsh interface ipv4 show subinterfaces to find your adapter name, then run:

netsh interface ipv4 set subinterface "Ethernet" mtu=1500 store=persistent

Step 6: Fix router bufferbloat with QoS rules

Bufferbloat occurs when multiple devices on your home network stream 4K video, download game updates, or upload files while you are playing. Unmanaged routers allow background downloads to flood the queue, causing latency to spike from 20ms to 250ms and dropping your gaming packets.

Access your router admin dashboard (usually 192.168.1.1 or 192.168.0.1) and look for Quality of Service (QoS) or Smart Queue Management (SQM) settings. Enable QoS and prioritize your gaming PC MAC address as the highest priority device, or set bandwidth caps to 90% of your maximum upload and download speed to keep router queues completely empty.

For more detailed network latency optimizations, check our comprehensive guide on how to lower ping on PC and explore our game stuttering fixes to make sure hardware frame pacing is not masquerading as a network issue.

Frequently asked questions about packet loss

50K+

Active Users

200+

Game Profiles

47%

Avg FPS Boost

4.9★

User Rating

Ready to unlock your PC's true potential?

Join 50,000+ gamers who already optimized their rig. It's free to get started — no credit card required.

No account required for basic optimization · Windows 10 / 11