LoLDeadlockValorantTFTSOONCS2SOONRivalsSOONFortniteSOON
Back to News
Gear Guide14 min read

How to Reduce Ping in Valorant (2026) — Network Optimization, VPN Routing & ISP Tips

A complete guide to reducing ping in Valorant. Covers wired connections, router QoS, DNS optimization, Windows network tweaks, background app management, ISP throttling fixes, VPN routing with NordVPN/ExpressVPN/Surfshark, and in-game network settings for the lowest possible latency in 2026.

High ping is the silent killer of Valorant ranked games. You can have perfect crosshair placement, flawless counter-strafing, and a $300 mouse — but if your packets take 80ms to reach Riot's servers while your opponent's arrive in 15ms, you are playing a different game. The enemy Jett peeks, kills you, and ducks back into cover before your client even registers that she appeared. Your Sheriff shot lands on your screen but never registers on the server. Your Omen smoke deploys a beat too late because the server received your input after the execute had already started. Every millisecond of ping is a millisecond of disadvantage that no amount of skill can overcome. The good news: most players can cut their ping significantly — often by 20–50ms — with the right combination of network optimization, hardware changes, software tweaks, and routing improvements. This guide covers every proven method for reducing Valorant ping in 2026, from the simplest five-minute fixes to advanced routing optimization with VPNs.

Why Ping Matters More in Valorant Than Other Games

Valorant uses a 128-tick server architecture, meaning the server updates the game state 128 times per second — once every 7.8 milliseconds. In a game where time-to-kill with a Vandal headshot is literally instant and gunfights are decided in under 200ms, the difference between 15ms and 60ms ping is not a minor inconvenience — it is a competitive disadvantage that compounds across every duel in every round.

Here is what high ping actually does to your gameplay:

  • Peeker's advantage increases against you — In Valorant, the player who peeks around a corner sees the enemy before the enemy sees them, because the server must receive the peeker's position data and relay it to the holder. The size of this advantage is directly tied to the combined ping of both players. If you hold an angle at 60ms and the enemy peeks at 15ms, they see you roughly 75ms before you see them — enough time for a skilled player to aim, fire, and kill you before your client even renders their model.
  • Hit registration becomes unreliable — Valorant uses a favor-the-shooter netcode model with server-side verification. When your ping is high, the server receives your shot data later relative to where the enemy has already moved, and shots that looked clean on your screen may not register because the server's version of reality has already moved past where you fired.
  • Ability timing suffers — Smokes, flashes, and walls that deploy on time at 15ms deploy late at 60ms. A perfectly timed Omen smoke that blocks a sightline during an execute lands a beat too late when your ping is high, leaving your team exposed during the gap.
  • Counter-strafing feels sluggish — The server registers your stop input later, which means your first accurate shot comes later in the strafe, and enemies who are already stopped and shooting have a timing advantage over you.

The goal is not just low average ping — it is low, consistent ping with minimal jitter (variation). A stable 25ms connection is better than one that swings between 10ms and 50ms, because your muscle memory and timing adapt to consistent latency but cannot adjust to unpredictable fluctuations.

Step 1: Use a Wired Ethernet Connection

This is the single most impactful change most players can make, and it takes five minutes.

Wi-Fi introduces latency, jitter, and packet loss that a wired connection eliminates entirely. Even the best Wi-Fi 6E or Wi-Fi 7 router cannot match the stability of a direct Ethernet cable because wireless signals contend with interference from walls, other devices, neighboring networks, microwaves, Bluetooth devices, and the physical distance between your PC and the router. Every one of these factors introduces variability that shows up as ping spikes and jitter in Valorant.

Typical improvements when switching from Wi-Fi to Ethernet: - Average ping drops 5–15ms depending on your Wi-Fi quality - Jitter drops 50–80% — this is the bigger win, because jitter causes the inconsistent-feeling gameplay that makes high ping frustrating - Packet loss drops to near zero on a functioning Ethernet cable, whereas Wi-Fi packet loss of 1–3% is common and causes rubber-banding and teleporting

What to do: - Run a Cat 5e or Cat 6 Ethernet cable directly from your router to your PC. Cat 5e supports gigabit speeds and is sufficient for gaming — you do not need Cat 6a or Cat 8 unless your cable runs exceed 100 meters. - If your router is in another room and running a cable is impractical, use a powerline Ethernet adapter (TP-Link AV2000 or similar). Powerline adapters send Ethernet signals through your home's electrical wiring and typically deliver 70–90% of a direct cable's stability — far better than Wi-Fi for gaming. - If you absolutely must use Wi-Fi, connect to the 5 GHz or 6 GHz band (not 2.4 GHz), sit within line-of-sight of the router, and make sure no other bandwidth-heavy devices are using the same band during your gaming sessions.

Step 2: Optimize Your Router Settings

Your router is the gateway between your PC and the internet, and its default settings are optimized for general browsing — not competitive gaming. A few targeted changes can reduce latency and eliminate common sources of ping spikes.

Enable QoS (Quality of Service)

QoS lets you tell your router to prioritize gaming traffic over everything else on your network. When someone in your household starts a 4K Netflix stream or uploads a large file to Google Drive while you are in a ranked match, QoS ensures your Valorant packets get sent first.

  • Log into your router's admin panel (usually 192.168.1.1 or 192.168.0.1)
  • Find the QoS or Traffic Management section
  • Set your gaming PC's MAC address to highest priority or "Gaming" mode
  • If your router supports application-based QoS, prioritize Valorant's ports: UDP 8393-8400 and TCP 2099, 5222-5223, 8393-8400

Fix Buffer Bloat

Buffer bloat occurs when your router's buffers fill up with too many queued packets, adding latency to every packet in the queue. This is the most common cause of ping spikes during peak internet usage — your base ping might be 20ms, but it jumps to 80ms when other devices on your network are active.

  • Test for buffer bloat at waveform.com/tools/bufferbloat — a score below B indicates a problem
  • Set your router's bandwidth limits to 85–90% of your actual speed — this prevents the connection from ever hitting 100% saturation where buffer bloat occurs. If your ISP plan is 500 Mbps down / 20 Mbps up, set your router limits to 425 Mbps down / 17 Mbps up.
  • If your router supports SQM (Smart Queue Management) or fq_codel, enable it — these algorithms actively prevent buffer bloat by intelligently managing packet queues

Set Optimal MTU

The Maximum Transmission Unit (MTU) determines the largest packet size your router sends. If your MTU is too large, packets get fragmented and reassembled, adding latency. If it is too small, you send more packets than necessary.

  • The optimal MTU for Valorant is 1472 (1500 minus the 28-byte IP/ICMP header)
  • Find the MTU setting in your router's WAN or Internet settings and set it to 1472
  • You can test the optimal MTU by running `ping riot.com -f -l 1472` in Command Prompt — if packets fragment, reduce the value by 10 until they do not

Update Router Firmware

Router manufacturers release firmware updates that fix bugs, patch security vulnerabilities, and improve routing performance. An outdated router running two-year-old firmware may have known issues that cause latency spikes.

  • Check your router manufacturer's website for the latest firmware
  • Most modern routers support automatic firmware updates — enable this if available

Step 3: Optimize DNS Settings

DNS (Domain Name System) resolves domain names to IP addresses. While DNS does not affect your in-game ping once you are connected to a match, it affects how quickly you connect to Valorant's servers during login, matchmaking, and server selection. Slow DNS can cause delays in finding matches and connecting to games.

More importantly, some ISP DNS servers are unreliable and can cause intermittent connection drops. Switching to a faster, more reliable public DNS eliminates this issue.

Recommended DNS servers for gaming:

| DNS Provider | Primary | Secondary | Average Response | |---|---|---|---| | Cloudflare | 1.1.1.1 | 1.0.0.1 | ~10ms globally | | Google | 8.8.8.8 | 8.8.4.4 | ~20ms globally | | Quad9 | 9.9.9.9 | 149.112.112.112 | ~20ms globally |

How to change DNS on Windows: 1. Open Settings → Network & Internet → Advanced network settings → More network adapter options 2. Right-click your Ethernet adapter → Properties 3. Select Internet Protocol Version 4 (TCP/IPv4) → Properties 4. Select Use the following DNS server addresses 5. Enter 1.1.1.1 as Preferred and 8.8.8.8 as Alternate (using different providers for redundancy) 6. Click OK and restart your browser

Pro tip: Use Cloudflare (1.1.1.1) as your primary DNS and Google (8.8.8.8) as your secondary. If one provider has a temporary outage, your system falls back to the other automatically.

Step 4: Windows Network Optimization

Windows includes several network features designed for general-purpose internet use that can introduce latency in competitive gaming. Adjusting these settings can reduce jitter and improve connection consistency.

Disable Network Auto-Tuning

Windows dynamically adjusts TCP receive buffer sizes, which can cause micro-fluctuations in latency as the buffer size changes during gameplay.

Open Command Prompt as Administrator and run: ``` netsh interface tcp set global autotuninglevel=restricted ```

This restricts Windows from aggressively resizing buffers, reducing jitter. To revert, run the same command with `autotuninglevel=normal`.

Disable Nagle's Algorithm

Nagle's algorithm batches small packets together before sending them, which reduces bandwidth usage but adds latency — the opposite of what you want in a game that sends hundreds of tiny position-update packets per second.

  1. Open Registry Editor (regedit)
  2. Navigate to `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces`
  3. Find the subkey matching your active network adapter (the one with your IP address listed)
  4. Create a new DWORD (32-bit) Value named `TcpAckFrequency` and set it to 1
  5. Create another DWORD named `TCPNoDelay` and set it to 1
  6. Restart your PC

Update Network Adapter Drivers

Outdated network drivers are a common source of random ping spikes and packet loss. Check your motherboard manufacturer's website or your Ethernet adapter manufacturer's site for the latest driver — do not rely solely on Windows Update, which often ships older generic drivers.

Step 5: Close Background Applications

Background applications that use your internet connection compete with Valorant for bandwidth and router buffer space. Even applications that seem idle can generate network traffic that introduces latency.

Close or pause before playing: - Cloud sync services — OneDrive, Google Drive, iCloud, Dropbox (these continuously upload/download files) - Game launchers — Steam, Epic Games Store, Battle.net (auto-updates can start downloading mid-match) - Streaming apps — Spotify, YouTube, Twitch in browser (even audio streaming uses bandwidth) - Windows Update — Pause updates during gaming sessions (Settings → Windows Update → Pause updates) - Torrenting clients — qBittorrent, Deluge, uTorrent (even when not actively downloading, these maintain connections that generate traffic) - Browser tabs — Close tabs with auto-refreshing content, social media feeds, or video players

Quick check: Open Task Manager → Performance → Open Resource Monitor → Network tab and sort by total bytes/sec. Close anything using significant network bandwidth that you do not need during your game.

Also ask other people in your household to avoid starting large downloads, 4K streaming, or video calls during your ranked sessions if possible. A single 4K Netflix stream uses 25 Mbps of bandwidth and can saturate your upload channel with acknowledgment packets.

Step 6: Choose the Right Valorant Server

Valorant automatically selects the server with the lowest ping, but you can verify and adjust your server selection to ensure you are always connecting to the optimal location.

Riot's Server Locations (2026)

Riot Games runs Valorant on AWS (Amazon Web Services) infrastructure worldwide:

  • North America: Portland, San Jose, Chicago, Dallas, Atlanta, Ashburn (Virginia)
  • Europe: London, Paris, Madrid, Stockholm, Warsaw, Istanbul
  • Asia-Pacific: Seoul, Tokyo, Hong Kong, Singapore, Mumbai, Sydney
  • Latin America: Mexico City, Santiago, Miami
  • Middle East: Dubai, Manama (Bahrain)
  • Brazil: São Paulo

How to Check and Select Servers

  1. Open Valorant and go to Settings → General → scroll down to "Other"
  2. You will see all available servers with their average ping displayed
  3. Servers are selected automatically, but you can verify that the lowest-ping server is being used
  4. If you notice you are being routed to a higher-ping server, restart the Riot Client — this forces a fresh server selection

Geographic rule of thumb: Your ping to a Valorant server is roughly 1ms per 100 kilometers of distance, plus overhead from routing hops. If you live in New York, the Ashburn (Virginia) server should give you 10–20ms, while the Chicago server might give you 25–35ms. West Coast servers will be 60ms+ regardless of your connection quality — distance is the limiting factor.

Step 7: Fix ISP Routing and Throttling

Sometimes the problem is not your home network — it is your ISP's routing decisions between your home and Riot's servers. ISPs route traffic through the cheapest available path, not the fastest, and during peak hours (6 PM – midnight) these paths become congested.

How to Detect ISP Issues

Test at different times of day. If your ping is 20ms at 10 AM but 60ms at 8 PM, your ISP's routing is congested during peak hours. This is the most common ISP-related ping problem and the hardest to fix without a VPN.

Run a traceroute to Riot's servers. Open Command Prompt and run: ``` tracert 162.249.72.1 ``` (This is one of Riot's NA server IPs.) Look for any single hop that adds 30ms+ of latency or shows high variation between the three ping times. That hop is the bottleneck.

Check for ISP throttling. Some ISPs throttle gaming traffic during peak hours by identifying game packets through deep packet inspection (DPI) and deprioritizing them. Signs of throttling: - Ping is consistently higher during peak hours (6 PM – midnight) - Speedtests show normal speeds, but gaming ping is elevated - Packet loss increases during peak hours but is fine during off-peak

What to Do About ISP Problems

  • Call your ISP and ask about gaming-optimized routing or business-class plans. Some ISPs offer gaming-tier service with prioritized routing for a few dollars more per month.
  • Switch ISPs if a competitor in your area offers better peering with AWS (Riot's infrastructure). Check community forums for your city — other Valorant players often share which ISPs perform best for gaming in your area.
  • Use a VPN to bypass your ISP's congested routing entirely (see next section).

Step 8: Use a VPN for Route Optimization

A VPN can reduce your Valorant ping when the problem is ISP routing, not raw distance. By encrypting your traffic and sending it through the VPN provider's optimized network, you bypass your ISP's congested peering points and take a more direct path to Riot's servers.

When a VPN helps: - Your ISP routes your traffic through congested intermediate nodes - Your ISP throttles gaming traffic during peak hours - Your ping spikes in the evening but is fine during the day - A traceroute shows high-latency hops between your ISP and AWS

When a VPN does not help: - Your ISP already has efficient, direct routing to Riot's servers - You live far from the nearest Riot data center (distance latency cannot be fixed) - Your base ping is already under 20ms with no jitter

In testing during 2026, the best gaming VPNs added only 3–8ms of overhead on nearby servers while reducing jitter by 15–30% during peak evening hours — a net improvement for players whose ISP routing degrades at night.

Best Overall: NordVPN

NordVPN is the most recommended VPN for Valorant ping optimization. In independent testing, NordVPN's NordLynx protocol (built on WireGuard) added only +5ms to a base 18ms connection when connecting through a Chicago server — the lowest overhead of any VPN tested. NordLynx's lightweight encryption and fast handshake make it the best protocol for latency-sensitive gaming.

Key features for ping reduction: - NordLynx protocol adds ~3–5ms on nearby servers — effectively imperceptible - 7,400+ servers in 118 countries — high chance of finding a server positioned between you and Riot's data center for optimal routing - Meshnet lets you route traffic through a friend's device in a different location — useful if a friend has better ISP routing to Riot's servers than you do - Split tunneling routes only Valorant through the VPN while Discord, browser, and other apps use your direct connection - Dedicated IP add-on gives you a static IP that only you use, avoiding shared-IP congestion - Pricing: $3.39/mo (2-year plan) | $4.99/mo (1-year plan) | $12.99/mo (monthly)

Where to buy: NordVPN | Amazon

Best Speed: ExpressVPN

ExpressVPN excels on long-distance routes where ISP routing is most inefficient. In testing, ExpressVPN's Lightway protocol actually reduced ping by 4ms on a Tokyo connection (from 168ms to 164ms) — one of the few VPNs that consistently lowered latency on cross-region connections. The Turbo multi-lane tunneling feature splits data across parallel channels to maintain low latency even during peak server load.

Key features for ping reduction: - Lightway protocol with Turbo mode — multi-lane tunneling reduces bottlenecks and maintains consistent latency - 10 Gbps server throughput with no bandwidth caps — the VPN is never the bottleneck - 3,000+ servers in 105 countries with strong coverage near Riot's data centers - Native router app — install on your router to protect your entire network without running VPN software on your gaming PC, eliminating any potential Vanguard conflicts - Post-quantum encryption for future-proof security - Pricing: $2.44/mo (2-year Basic plan) | $3.49/mo (1-year Basic plan) | $12.99/mo (monthly)

Where to buy: ExpressVPN | Amazon

Best Value: Surfshark

Surfshark delivers near-NordVPN latency at the lowest price of any premium VPN. At $1.99/month on the 2-year plan with unlimited simultaneous devices, Surfshark lets you protect your gaming PC, phone, laptop, and every other device in your household on a single subscription — no device counting, no extra cost.

Key features for ping reduction: - WireGuard protocol on 10 Gbps servers — competitive latency with low overhead - Unlimited simultaneous devices — protect every device in your household - 3,200+ servers in 100 countries with coverage near all major Riot data centers - Bypasser (split tunneling) routes only Valorant through the VPN - CleanWeb blocks ads and trackers at the VPN level, reducing background network noise - Pricing: $1.99/mo (2-year Starter plan) | $2.49/mo (1-year Starter plan) | $15.45/mo (monthly)

Where to buy: Surfshark | Amazon

VPN Quick Comparison

| VPN | Protocol | Ping Overhead | Servers | Devices | Price (2-year) | |---|---|---|---|---|---| | NordVPN | NordLynx | +3–5ms | 7,400+ / 118 countries | 10 | $3.39/mo | | ExpressVPN | Lightway | Low (reduced ping on long routes) | 3,000+ / 105 countries | 10–14 | $2.44/mo | | Surfshark | WireGuard | Low | 3,200+ / 100 countries | Unlimited | $1.99/mo |

How to Set Up a VPN for Ping Reduction

  1. Choose a WireGuard-based protocol — NordLynx (NordVPN), Lightway (ExpressVPN), or WireGuard (Surfshark). Never use OpenVPN for gaming.
  2. Connect to a server near Riot's data center, not near your location. If you play on the Chicago server, connect to a VPN server in Chicago — the goal is to optimize the routing path between you and Riot.
  3. Enable split tunneling — Route only `valorant.exe` and `RiotClientServices.exe` through the VPN. Keep Discord and your browser on your direct connection.
  4. Enable the kill switch to prevent IP exposure if the VPN drops mid-match.
  5. Test multiple servers — Try 3–4 servers near your Riot data center and measure ping in Valorant. Use the one that gives the lowest, most consistent ping.
  6. Compare with and without VPN — Measure your baseline ping at different times of day, then test with the VPN. If the VPN adds more than 10ms over your best baseline, your ISP routing is already efficient and the VPN may not help for ping (though it still provides DDoS protection and privacy).

Step 9: In-Game Network Settings

Valorant includes built-in network settings that can help compensate for connection instability.

Network Buffering

Found in Settings → General → Other, Network Buffering controls how Valorant handles incoming network data:

  • Minimum — No buffering. Best for stable, low-ping connections. Use this if your ping is consistently under 30ms with no jitter.
  • Moderate — Slight buffering that smooths out minor jitter. Use this if your ping is stable but you occasionally see micro-stutters.
  • Maximum — Full buffering that holds incoming data briefly and arranges it correctly. Use this if you experience packet loss or significant jitter that causes rubber-banding.

Start with Minimum and only increase if you notice network-related stuttering. Each buffering level adds a small amount of visual latency in exchange for smoother gameplay.

Show Network Stats

Enable Settings → Video → Stats → Network Round Trip Time and Packet Loss to display your real-time connection data during matches. Monitor these during gameplay to identify when ping spikes occur and correlate them with potential causes (time of day, other household internet usage, specific servers).

Step 10: Hardware and ISP Upgrades

If you have optimized everything above and your ping is still higher than expected, the remaining bottlenecks are likely hardware or ISP limitations.

Router Upgrade

If your router is more than 3–4 years old, replacing it can meaningfully reduce latency: - Modern Wi-Fi 6E/7 routers have faster processors that handle QoS and NAT translation faster - Gaming routers from ASUS (ROG Rapture series) and Netgear (Nighthawk Pro Gaming) include built-in game traffic prioritization, geo-fencing for server selection, and buffer bloat prevention - If you use Ethernet (which you should), the router's Wi-Fi capabilities matter less — focus on processing power, QoS features, and firmware quality

ISP Plan

Bandwidth matters less than you think — Valorant uses only about 1–3 Mbps of bandwidth during gameplay. However: - Fiber connections have lower latency than cable or DSL because light signals travel faster through fiber optic cables than electrical signals through copper - Upload speed matters — Valorant sends data to the server constantly, and if your upload is saturated by other devices, your game packets queue up. A plan with at least 10 Mbps upload prevents this. - Avoid satellite internet for competitive gaming — even low-earth-orbit services like Starlink have 25–60ms of inherent latency from the satellite hop that cannot be eliminated

Ping Reduction Checklist

Here is a summary of every optimization in this guide, ordered by impact:

| Priority | Action | Expected Improvement | |---|---|---| | 1 | Use wired Ethernet instead of Wi-Fi | -5 to 15ms, major jitter reduction | | 2 | Close background apps and downloads | -5 to 20ms during peak usage | | 3 | Enable QoS on your router | Prevents ping spikes when network is shared | | 4 | Fix buffer bloat (set bandwidth to 85–90%) | Eliminates evening ping spikes | | 5 | Use a VPN to bypass ISP congestion | -10 to 30ms if ISP routing is inefficient | | 6 | Switch DNS to Cloudflare / Google | Faster matchmaking, more reliable connections | | 7 | Disable Windows auto-tuning and Nagle's | -2 to 5ms, reduced jitter | | 8 | Set MTU to 1472 | Eliminates packet fragmentation | | 9 | Update network drivers and router firmware | Fixes random ping spikes | | 10 | Upgrade to fiber internet | Lowest possible base latency |

Not every fix will apply to your situation. Start from the top, implement each change, and test your ping in Valorant after each one. The combination of wired Ethernet, QoS, background app management, and VPN routing typically delivers the biggest improvement for most players.

Track your Valorant performance and see how your ping improvements affect your win rate and combat stats 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