LoLDeadlockValorantTFTSOONCS2SOONRivalsSOONFortniteSOON
Back to News

How to Reduce Ping in Deadlock (2026) — Network Optimization Guide

Sunday, March 22, 2026 · 12 min read

High ping in Deadlock means missed last-hits, delayed ability casts, and lost gunfights you should have won. Deadlock runs on Valve's Steam Datagram Relay (SDR) network, which routes all game traffic through Valve relay servers across five regions — NA (Chicago), EU (Stockholm), Asia (Hong Kong), South America (Santiago), and Oceania (Sydney). While SDR often finds faster routes than your raw internet connection, there's still plenty you can do on your end to minimize latency. This guide covers every optimization — from free Windows tweaks and router settings to VPN routing that can shave 10–30ms off your ping — so you're playing with the lowest latency possible.

Check Your Current Ping

Before changing anything, establish a baseline. Open the Deadlock developer console by pressing F7 and enter these commands to display real-time network stats on your HUD:

  • `cl_hud_telemetry_ping_show 2` — Shows your ping at all times (not just when it's poor)
  • `cl_hud_telemetry_net_quality_graph_show 1` — Displays a jitter and packet loss graph
  • `cl_hud_telemetry_net_misdelivery_show 1` — Shows packet delivery anomaly rate

Play a few matches and note your average ping, peak spikes, and any packet loss. If your ping is consistently under 30ms with no spikes, you're in good shape — most of the tips below won't make a dramatic difference. If you're seeing 60ms+, frequent spikes above 100ms, or packet loss, there's real room for improvement.

Step 1: Use a Wired Ethernet Connection

This is the single biggest improvement most players can make. Wi-Fi adds its own buffering layer that introduces 5–50ms of additional latency and significantly more jitter than a wired connection. Even Wi-Fi 6E on a clear channel can't match the consistency of Ethernet for competitive gaming.

  • Run an Ethernet cable directly from your router to your PC — a Cat 5e or Cat 6 cable is all you need. Cat 5e supports gigabit speeds up to 100 meters, so length isn't a concern for most homes.
  • If you can't run a cable, use a powerline Ethernet adapter (TP-Link AV2000 or similar) as a second-best option. These use your home's electrical wiring to create a wired connection and typically add only 2–5ms of latency versus 10–50ms for Wi-Fi.
  • If you must use Wi-Fi, connect to the 5 GHz band (not 2.4 GHz), sit as close to your router as possible, and use a Wi-Fi analyzer app to find the least congested channel.

Step 2: Fix Bufferbloat

Bufferbloat is the most common — and most overlooked — cause of ping spikes in online games. It happens when your router holds excess data packets in oversized buffer queues instead of dropping them. Your tiny, time-sensitive game packets get stuck behind massive download or streaming packets, causing lag spikes even on a fast connection. A 500 Mbps connection with bad bufferbloat will feel worse than a 50 Mbps connection without it.

Test for bufferbloat by running the Waveform Bufferbloat Test at waveform.com/tools/bufferbloat-test while someone else on your network is streaming or downloading:

  • Grade A (under 5ms added latency) — Excellent, no action needed
  • Grade B (under 30ms added) — Acceptable for most games
  • Grade C (30–60ms added) — Noticeable lag during network activity
  • Grade D or F — Serious bufferbloat that's actively hurting your gameplay

How to fix it:

  • Enable SQM (Smart Queue Management) on your router — this is the gold standard fix. SQM uses algorithms like CAKE or fq_codel to intelligently manage packet queues, ensuring game packets aren't stuck behind bulk downloads. Set your upload and download limits to about 85–90% of your measured link speed.
  • Router firmware that supports SQM: OpenWrt (install the `luci-app-sqm` package), Asuswrt-Merlin (for ASUS routers), eero mesh routers (built-in SQM), and GL.iNet routers.
  • If your router doesn't support SQM, enable basic QoS (Quality of Service) and set your gaming PC as the highest priority device. This is less effective than SQM but still helps.
  • Consider upgrading your router if it's older than 3–4 years and doesn't support SQM. The ASUS RT-AX86U with Merlin firmware or any OpenWrt-compatible router with SQM will make a massive difference if bufferbloat is your problem.

Step 3: Optimize Windows Network Settings

These Windows tweaks reduce unnecessary latency added by your operating system:

Enable Game Mode: - Open Settings → Gaming → Game Mode → Turn On - This prioritizes your game's CPU and GPU resources and prevents Windows Update from running during gameplay

Disable Nagle's Algorithm: Nagle's algorithm batches small network packets together to save bandwidth, but this adds latency to every game packet. Disable it in the Windows Registry: - Open Registry Editor and navigate to `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces` - Find the subkey matching your network adapter (the one with your IP address listed) - Create two new DWORD values: `TcpAckFrequency` = 1 and `TCPNoDelay` = 1

Disable Network Throttling: Windows throttles network traffic for multimedia applications by default. Disable it: - Navigate to `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile` - Set `NetworkThrottlingIndex` DWORD to `ffffffff` (hexadecimal)

Optimize your network adapter: - Open Device Manager → Network Adapters → your adapter → Properties → Advanced - Disable "Energy Efficient Ethernet" and "Green Ethernet" - Disable "Power Saving Mode" - Set "Interrupt Moderation" to Disabled (reduces latency at the cost of slightly higher CPU usage)

Set your power plan to High Performance: - Open Control Panel → Power Options → High Performance - This prevents your CPU and network adapter from entering power-saving states that add latency

Step 4: Close Background Applications

Background applications silently consuming bandwidth cause ping spikes during gameplay. Close or disable these before launching Deadlock:

  • Cloud sync services — OneDrive, Google Drive, Dropbox, and iCloud constantly upload and download files in the background
  • Windows Update — Pause updates during gaming sessions (Settings → Windows Update → Pause updates)
  • Game launchers — Steam, Epic, Battle.net, and other launchers may auto-update games in the background. Disable auto-updates or close other launchers entirely
  • Streaming and media — If someone else on your network is streaming 4K content, that's 25+ Mbps of constant bandwidth competing with your game packets
  • Browser tabs — Tabs with auto-refreshing content, social media feeds, or streaming video consume bandwidth even when minimized

Step 5: Optimize Your DNS

While DNS doesn't directly affect your in-game ping (game traffic uses IP addresses, not domain names), a faster DNS server speeds up initial server connections and reduces load times. Switch from your ISP's default DNS to one of these:

  • Cloudflare: 1.1.1.1 (primary), 1.0.0.1 (secondary)
  • Google: 8.8.8.8 (primary), 8.8.4.4 (secondary)
  • Quad9: 9.9.9.9 (primary), 149.112.112.112 (secondary)

To change your DNS: Open Settings → Network & Internet → your connection → DNS server assignment → Edit → Manual → enter the addresses above.

Step 6: Verify Your Server Region

Deadlock automatically selects your closest server region, but sometimes it gets it wrong — especially during off-peak hours when matchmaking expands its search. If you're consistently getting placed on distant servers, you can override the region selection.

Open the developer console (F7) and use the `citadel_region_override` command:

| Region | Command | |---|---| | Automatic | `citadel_region_override -1` | | North America | `citadel_region_override 0` | | Europe | `citadel_region_override 1` | | Asia | `citadel_region_override 2` | | South America | `citadel_region_override 3` | | Oceania | `citadel_region_override 5` |

Note: Region override commands have been inconsistent in recent patches. If the command doesn't seem to take effect, a VPN connected to a server near your desired region is a reliable alternative for forcing region selection.

Step 7: Use a VPN for Better Routing

This is counter-intuitive — most people assume VPNs always add latency. But in specific, common scenarios, a VPN can actually reduce your ping by 10–30ms:

  • ISP routing inefficiency — Your ISP doesn't always route traffic via the shortest path. Packets might take 3–4 unnecessary hops between networks. A VPN forces traffic through the VPN provider's optimized network, bypassing inefficient ISP routing.
  • Peering congestion — ISPs connect to each other at peering points that become congested during peak hours (typically 6–11 PM). A VPN routes around these bottlenecks through its own infrastructure.
  • ISP throttling — Some ISPs deprioritize or throttle gaming traffic (UDP packets) during peak hours. A VPN encrypts your traffic so your ISP can't identify and throttle it.

How to test if a VPN helps: Connect to a VPN server near the Deadlock region you play on (e.g., a Chicago server for NA, a Stockholm server for EU). Play a match and compare your ping to your baseline without the VPN. If the VPN adds latency, you already have good ISP routing and don't need one. If it reduces latency, your ISP has suboptimal routing and the VPN is worth using for every session.

Best VPNs for Deadlock

NordVPN — Best Overall — The NordLynx protocol (built on WireGuard) adds just 3–8ms on nearby servers, and the 9,000+ server network across 130 countries means you'll find a server close to any Deadlock region. Split tunneling lets you route only Deadlock through the VPN. The Meshnet feature creates private LAN-style networks for squad play. ~$3.39/mo on a 2-year Basic plan.

Where to buy: NordVPN.com | Amazon

Surfshark — Best Value — Unlimited simultaneous connections at just $1.99/month (2-year Starter plan). 4,500+ RAM-only servers across 100+ countries running at 10 Gbps. WireGuard protocol keeps latency low, and the Bypasser split-tunneling feature lets you route only game traffic through the VPN.

Where to buy: Surfshark.com | Amazon

ExpressVPN — Easiest Setup — One-click smart connection auto-selects the fastest server. The Lightway protocol with Turbo mode rivals NordLynx for speed. Native router support means you can protect your entire network from one install. ~$3.49/mo on a 2-year Basic plan.

Where to buy: ExpressVPN.com | Amazon

| VPN | Protocol | Servers | 2-Year Price | Connections | |---|---|---|---|---| | NordVPN | NordLynx | 9,000+ / 130 countries | ~$3.39/mo | 10 | | Surfshark | WireGuard | 4,500+ / 100+ countries | ~$1.99/mo | Unlimited | | ExpressVPN | Lightway | 3,000+ / 105 countries | ~$3.49/mo | 10 |

Step 8: ISP and Hardware Considerations

If you've done everything above and your ping is still higher than expected, the issue may be your internet connection itself:

  • Fiber > Cable > DSL for latency. Fiber connections typically have 1–5ms to the first hop, cable 5–15ms, and DSL 10–30ms. If fiber is available in your area and you're on cable or DSL, upgrading is the most impactful change you can make.
  • Avoid satellite internet for competitive gaming — even low-earth-orbit services like Starlink have 25–60ms baseline latency with significant jitter.
  • Replace your ISP's combo modem/router with a dedicated modem and a separate router with SQM support. ISP-provided combo devices often have poor QoS and outdated firmware.
  • Contact your ISP if you notice consistently high latency to nearby servers. They can run line diagnostics and identify routing issues on their end. Ask specifically about routing to Valve's servers in your region.

Quick Reference Checklist

Use this checklist to work through the optimizations in order of impact:

  1. Switch to wired Ethernet — Eliminates Wi-Fi jitter and buffering
  2. Test and fix bufferbloat — Run the Waveform test, enable SQM or QoS
  3. Close background apps — Kill cloud sync, updates, and other bandwidth consumers
  4. Optimize Windows settings — Disable Nagle's algorithm, network throttling, power saving
  5. Check your server region — Verify you're connecting to the closest Deadlock region
  6. Test a VPN — Try NordVPN, Surfshark, or ExpressVPN to check if your ISP routing is suboptimal
  7. Upgrade your connection — Consider fiber if available, replace old routers, contact your ISP

Every millisecond matters in Deadlock — a lower ping means your inputs register faster, your shots land more accurately, and you react to enemy abilities sooner. Track your improvement and climb the ranks at dodge.gg.

{{graphic:CTABanner}} {{graphic:NewsletterCTA}}

Ready to Track Your Stats?

Search your Steam profile on Dodge.gg to see your rank, match history, hero performance, and more.

Continue Reading