Why Your Ping Spikes Mid-Match (and How to Fix It)

Run a Speed Test

Your ping is 25 ms. Then it's 180 ms. Then 40 ms, then 220 ms, then someone starts throwing grenades at where you used to be. Spiking ping is almost never a speed problem — it's a queuing problem, an interference problem, or a routing problem. Here's how to find which one you have and fix it.

The Short Version

  • Sudden spikes when anyone is downloading: bufferbloat — fix with SQM/CAKE on the router
  • Random spikes only on Wi-Fi: interference or airtime contention — try 6 GHz or Ethernet
  • Spikes at the same time every day: ISP congestion or neighborhood segment overload
  • Spikes that show up in traceroute at the same hop: ISP routing or peering issue — report to ISP
  • Packet loss with spikes: usually physical line problem or signal issue

What Causes Ping Spikes

1. Bufferbloat (by far the most common)

When someone in the house downloads or uploads a big file, packets pile up in your router's buffer. Your game's packets sit in the queue behind whatever Netflix is streaming or your cloud backup is uploading. Ping jumps from 30 ms to 300 ms for as long as the queue is full.

This is the spike that happens "whenever my roommate watches YouTube" or "during my cloud backup window."

2. Wi-Fi interference

A neighbor's router on the same channel, a microwave running nearby, your Bluetooth headphones, a newer Wi-Fi device flooding the airtime — all add variable latency. On 2.4 GHz this is the norm, not the exception. On 5 GHz it's less common but real. On 6 GHz in 2026 it's still rare.

3. Airtime contention

Even without interference, Wi-Fi is a shared medium. A household streaming 4K on three TVs while you're on ranked ladder means your packets wait for airtime. Unlike bufferbloat, SQM doesn't fix this — it's a capacity problem on the Wi-Fi side.

4. ISP peak-hour congestion

Your ISP's local segment is oversubscribed. Between 7-10 PM neighborhood usage jumps and your ping climbs 20-60 ms and gets jittery.

5. Bad ISP routing

Sometimes an ISP sends your traffic through a suboptimal peering exchange. A run of PingPlotter might show one hop inside your ISP reliably adding 50 ms. This shows up at random times and isn't user-fixable; it needs an ISP ticket or a route-optimization service.

6. Physical line issues

Corroded connector, bad splitter, moisture in a junction box. These usually show up as packet loss in addition to jitter. Cable-modem signal levels tell the story.

7. Overheating router or modem

Routers and modems in enclosed cabinets or direct sunlight can thermally throttle and drop packets. Less common than above but real, especially in summer.

Diagnose in 10 Minutes

Step 1: Bufferbloat test

Go to waveform.com/tools/bufferbloat. Run the test.

  • A or B: bufferbloat is not your problem
  • C: borderline, would help to fix
  • D or F: bufferbloat is definitely a cause of your spikes

Step 2: Continuous ping during a game

  • Windows: ping -t 8.8.8.8
  • macOS / Linux: ping 8.8.8.8

Leave it running for 30 minutes while you play. Note the timestamps of big spikes and match them to what else was happening — anyone starting a download, a stream, an upload, a console update.

Step 3: PingPlotter or WinMTR

Run a traceroute to your game server while playing. Look at which hop adds latency during a spike.

  • Hop 1 (your router): Wi-Fi, QoS, or router capacity problem
  • Hop 2 (ISP first hop): ISP access network problem
  • Hops 3-5 (ISP core): ISP routing or congestion
  • Hops 6+ (peering, backbone): interconnect or game-side routing

Step 4: Wi-Fi vs wired test

Plug into Ethernet. Play 30 minutes. Compare spike frequency and severity. If it goes away on Ethernet, the problem is on your Wi-Fi.

Fix 1: Turn On SQM / Smart Queues

This single change fixes bufferbloat, which fixes probably half of all gaming ping-spike complaints. See the VoIP jitter guide for per-router instructions. Same settings apply for gaming.

Quick recipe:

  1. Identify your router's SQM option (CAKE, FQ_CoDel, Smart Queues, Adaptive QoS, etc.)
  2. Set upload and download limits to ~90% of the speed your ISP actually delivers
  3. Re-run the bufferbloat test — should now be A or B

Fix 2: Prioritize the Gaming Device

On top of SQM, give your console or gaming PC highest QoS priority:

  • UniFi: Set a QoS rule for the gaming device's MAC/IP
  • Asus Merlin: Adaptive QoS → Games preset
  • OpenWrt: add to priority class in SQM classify
  • Eero Pro 6+: enable automatic game optimization

Fix 3: Move Off Wi-Fi or Off 2.4 GHz

  • Ethernet is the cleanest fix
  • If Ethernet is impossible, lock the device to 5 GHz or 6 GHz
  • Pick a clean channel with a Wi-Fi analyzer tool
  • Consider MoCA 2.5 over coaxial or powerline AV2 as stopgaps

Fix 4: Reduce Household Load During Games

  • Pause cloud backup during gaming sessions
  • Stop OS / game updates from running while you play
  • Ask streamers to stop during ranked matches, or lower resolution
  • Cap security-camera uploads to under 1 Mbps

Fix 5: Fix Bad Peering (Harder)

If PingPlotter shows a consistent latency spike at an ISP hop:

  1. Save 30-60 minutes of PingPlotter output showing the bad hop
  2. Open an ISP ticket with the specific hop, timestamps, and your account number
  3. Ask for escalation to the network operations team, not first-tier support
  4. If the ISP doesn't fix it, try a gaming VPN (ExitLag, WTFast, NoPing) — these sometimes take better-peered paths for $5-15/month

Fix 6: Signal Levels and Hardware

If you see packet loss alongside spikes, check:

  • Cable modem status page (usually 192.168.100.1) for SNR, signal levels, T3/T4 timeouts
  • Fiber ONT lights — all should be solid green
  • DSL line attenuation and noise margin
  • Reseat all coax / Ethernet connectors and replace damaged cables

Fix 7: Game-Side Settings

  • Most games let you pick a preferred region — don't let matchmaking push you to a distant data center
  • Some games have a 'high ping' matchmaking option — turn it off for ranked
  • Disable in-game network optimization if it seems to make things worse (some add their own bloat)
  • Verify the game client isn't downloading updates during ranked play — Steam background downloads can add 100 ms+ of spikes

When to Just Switch ISPs

If bufferbloat is an A, Wi-Fi is eliminated, signal levels are fine, and the ISP won't fix a known peering problem — it's time to shop. Cable to fiber usually cuts latency and variability dramatically. Fiber to cable is almost always a step backwards for gaming.

Related Guides

More From This Section