Fix Packet Loss in Valorant
In a tactical shooter where a single headshot decides a round, packet loss is devastating. Valorant demands precision — every ability cast, every peek, every spray transfer sends data packets to Riot's servers 128 times per second. When those packets go missing, the game breaks down in ways that directly cost you rounds and ranks.
Packet loss in Valorant manifests as abilities that don't register when you cast them, gunfights you lose despite firing first, and the dreaded Network Problem icon appearing in the top-left corner of your screen. You'll see enemies teleport around corners, your Sova recon dart won't fire when you click, or your Jett dash activates a half-second late — long enough to get you killed. Hit registration suffers enormously because Valorant uses a precise first-bullet accuracy model. Unlike spray-heavy games, every single bullet matters, and a lost packet can mean the difference between a clean one-tap and a whiffed shot that gets you traded.
If you've been blaming your aim, it might be your connection. Even 1% packet loss at 128 tick means roughly 1-2 lost server updates per second — enough to create visible desync between what you see and what the server registers. This guide covers how to identify, diagnose, and fix packet loss specifically for Valorant.
How to Check Network Stats in Valorant
Valorant has a built-in network statistics overlay that every player should enable. Here's how to access it and what the numbers actually mean.
Enabling the Network Stats Overlay
Open Settings → Video → Stats. You'll see a list of performance metrics you can toggle. Enable the following and set each to "Text Only" or "Graph" (graph is more useful for spotting intermittent issues):
- Network Round Trip Time — Your ping to Riot's servers. Measures the full round trip from your client to the game server and back.
- Packet Loss — Percentage of packets that failed to reach the server or return to you. This is the critical metric.
- Receive Packet Loss / Send Packet Loss — Breaks down whether packets are lost on the upload or download path. Useful for diagnosing whether the issue is on your end or Riot's.
- Average Ping — Your mean ping over the current session.
Reading the Colored Graphs
When you enable graph mode, Valorant displays a rolling chart in the top-left corner. The colors indicate severity:
- Green — Everything is normal. Ping is stable, no loss detected.
- Yellow — Elevated latency or minor loss detected. You may notice occasional inconsistencies.
- Red — Significant network issues. You will experience hit registration problems, rubber-banding, and ability delays.
When the graph spikes red, you'll also see Valorant's Network Problem icons appear — a series of small warning indicators in the top-left corner that flag high latency, packet loss, or connection instability.
Testing Outside the Game
Valorant's built-in stats only show you what's happening while you're playing. To get a baseline measurement of your connection quality before you queue up, use PacketProbe with the Gaming preset. It simulates the kind of high-frequency UDP traffic that Valorant generates, giving you accurate packet loss, jitter, and latency readings that reflect real gameplay conditions. If PacketProbe shows loss before you even launch the game, you know the problem isn't Valorant's servers — it's your connection.
What Causes Packet Loss in Valorant
Valorant is more sensitive to packet loss than most games due to its technical architecture. Understanding why helps you target the right fix.
128-Tick Servers Mean More Packets
Riot runs Valorant on dedicated 128-tick servers, meaning the server processes the game state 128 times per second. For comparison, many other shooters run at 64 or even 20 ticks. Higher tick rates deliver better responsiveness and hit registration, but they also mean your client is sending and receiving roughly twice the packet volume of a 64-tick game. More packets in transit means more opportunities for loss, and each lost packet represents a smaller time window — making even brief network hiccups visible in gameplay.
Riot Direct and ISP Routing
Riot operates its own backbone network called Riot Direct — a custom network infrastructure designed to route game traffic optimally from ISP peering points to Riot's data centers. This means your packets travel through your ISP's network to a Riot Direct peering point, then through Riot's network to the game server. If your ISP has poor peering with Riot Direct, or routes your traffic inefficiently before it reaches a peering point, you'll experience loss that Riot can't control. This is why two players in the same city can have completely different packet loss experiences — different ISPs, different routing paths.
Wi-Fi Instability
Wi-Fi is the number one cause of packet loss in Valorant for most players. Wireless connections introduce jitter, intermittent drops, and interference from neighboring networks and household electronics. Valorant's high tick rate amplifies every Wi-Fi hiccup — a momentary interference event that might go unnoticed while browsing the web becomes a visible teleport or ghost bullet in a 128-tick game.
VPN Interference with Vanguard
Valorant's anti-cheat system, Vanguard, operates at the kernel level and monitors network traffic for tampering. Some VPNs can conflict with Vanguard's packet inspection, causing intermittent connection drops or elevated packet loss. Additionally, routing your traffic through a VPN adds extra hops and can introduce loss at the VPN provider's servers, especially with free or overloaded VPN services.
Background Applications and Bandwidth
Riot Client processes, game updates downloading in the background, Discord streaming, Twitch, Windows Update — any application consuming bandwidth or generating network traffic can cause congestion on your local network, leading to packet drops. This is especially true if your router lacks proper Quality of Service (QoS) configuration.
How to Fix Packet Loss in Valorant
Work through these fixes in order. Each step addresses a common cause, starting with the highest-impact changes.
1. Switch to a Wired Ethernet Connection
If you're on Wi-Fi, this is the single most impactful change you can make. Connect your PC directly to your router with a Cat5e or Cat6 Ethernet cable. This alone eliminates the most common source of packet loss in Valorant. Run a PacketProbe test before and after switching to confirm the improvement.
2. Select the Correct Server Region
In the Valorant client, click the server indicator in the top-right corner of the main menu. Make sure you're queuing on the closest server region to your physical location. Playing on a distant server adds routing hops and increases the chance of packet loss along the way. If you're in the eastern US, don't queue on US West — the cross-country routing alone can introduce loss.
3. Close Background Riot Client Processes
After launching Valorant, the Riot Client continues running in the background and can consume bandwidth, especially if it's downloading updates for other Riot games. Open Task Manager (Ctrl + Shift + Esc), look for RiotClientServices.exe and other Riot processes besides the game itself. You can also go to Riot Client → Settings → General and disable automatic patching for games you aren't actively playing.
4. Disable Your VPN
If you're running a VPN, disable it and test your connection. VPNs add latency and can conflict with Vanguard. If you need a VPN for privacy on other applications, configure it with split tunneling so that Valorant traffic bypasses the VPN entirely.
5. Set Up Port Forwarding
Valorant communicates on specific network ports. Ensuring these ports are open and properly forwarded on your router can resolve packet loss caused by NAT issues or firewall interference. Forward the following ports to your PC's local IP address:
- UDP 8393–8400 — Primary game traffic
- TCP 2099 — PVP.net connection
- TCP 5222–5223 — XMPP messaging (chat, friends list)
- TCP 8393–8400 — Additional Riot services
Access your router's admin panel (typically at 192.168.1.1 or 192.168.0.1) and add port forwarding rules in the NAT or Port Forwarding section.
6. Update Network Adapter Drivers
Outdated or buggy network drivers are a common cause of intermittent packet loss. Open Device Manager → Network adapters, right-click your Ethernet or Wi-Fi adapter, and select Update driver. For the best results, download the latest driver directly from your adapter manufacturer's website (Intel, Realtek, Killer, etc.) rather than relying on Windows Update.
7. Flush Your DNS Cache
Corrupted DNS entries can cause connection issues. Open Command Prompt as Administrator and run:
ipconfig /flushdnsipconfig /releaseipconfig /renewnetsh winsock reset
Restart your PC after running these commands. Consider switching to a faster DNS provider like Cloudflare (1.1.1.1) or Google (8.8.8.8) for better routing.
8. Disable Full-Screen Optimizations
Windows full-screen optimizations can interfere with how Valorant handles frame timing and network processing. Navigate to your Valorant executable (typically C:\Riot Games\VALORANT\live\ShooterGame\Binaries\Win64\VALORANT-Win64-Shipping.exe), right-click → Properties → Compatibility, and check "Disable full-screen optimizations". While this primarily affects frame pacing, inconsistent frame timing can make network issues feel worse and cause the client to process packets unevenly.
Valorant-Specific Network Optimizations
Beyond the standard fixes, there are Valorant-specific tweaks and tools that can help reduce packet loss.
Use Riot's Network Troubleshooting Tools
Riot provides a built-in network diagnostic you can access through the Riot Client. Open Riot Client → Settings → About and look for the "Network Troubleshoot" option. This runs a series of connectivity tests to Riot's servers and can identify routing problems specific to your ISP and location. The results can also be shared with Riot Support to speed up issue resolution.
Understand Riot Direct Peering
Riot Direct peers with major ISPs at internet exchange points worldwide. If your ISP doesn't have a direct peering agreement with Riot, your packets may take a longer, less optimal path. You can use a traceroute to see how your traffic reaches Riot's servers:
- Open Command Prompt and run
tracert 162.249.72.1(a Riot Direct IP) - Look for large latency jumps between hops — these indicate problematic routing segments
- If you see significant delays at your ISP's hops (the first few after your router), the issue is with your ISP's internal routing
In some cases, switching to a different ISP — or even changing your ISP plan tier — can improve peering and reduce packet loss to Riot's servers.
Optimize Client-Side Performance
Valorant's 128-tick rate means your client needs to process packets rapidly and consistently. If your system is CPU-bound or struggling with frame rates, the game client can fall behind on processing incoming packets, causing what feels like network lag but is actually client-side bottlenecking. Keep your FPS well above 128 to ensure the client can keep up with the tick rate. Close unnecessary background applications, and in Valorant's Settings → Video → Graphics Quality, reduce settings that tax your CPU rather than GPU (particularly Multithreaded Rendering if it causes instability on your hardware).
Evaluate Cosmetic Impact
Certain weapon skins with elaborate visual effects — kill banners, finishers, and inspect animations — can cause FPS drops during intense moments. While these don't directly cause packet loss, sudden frame drops during gunfights make the effects of any existing packet loss feel dramatically worse. If you're troubleshooting network issues, temporarily switch to default skins to eliminate this variable and isolate whether your problems are network-related or performance-related.
When to Contact Riot Support
Sometimes packet loss isn't something you can fix on your end. Here's how to determine when the problem is with Riot's servers or infrastructure, and how to get effective support.
Signs It's Not Your Connection
If you've followed the fixes above and still experience packet loss, check the following:
- Run a PacketProbe test — if it shows 0% loss but Valorant's in-game stats show loss, the problem may be between your ISP and Riot Direct specifically
- Check Riot Games server status on their official status page or social media — widespread server issues are usually acknowledged quickly
- Ask teammates and opponents if they're also experiencing issues — if multiple players report problems on the same server, it's server-side
- Test at different times of day — if loss only occurs during peak hours (evenings, weekends), it may be ISP congestion at the peering point
Gathering Network Logs for Riot Support
Riot's support team can diagnose routing and peering issues, but they need your network logs. Valorant stores detailed network logs on your system:
- Navigate to C:\Riot Games\VALORANT\live\Logs
- Look for the most recent log files — they're timestamped and contain network performance data from your sessions
- You can also generate a network dump by running Riot's log collection tool, typically linked in support articles
When submitting a support ticket at support-valorant.riotgames.com:
- Include your network logs from the Logs folder
- Attach a traceroute to Riot's servers (
tracert 162.249.72.1) - Include screenshots of your in-game network stats showing the packet loss
- Mention your ISP name and general location — this helps Riot identify peering issues
- Include results from PacketProbe to show your baseline connection quality
What Riot Can Actually Do
Riot's networking team actively works with ISPs to improve peering and routing through Riot Direct. If they identify that your ISP has a suboptimal route to their servers, they can reach out to the ISP to establish better peering. This doesn't happen overnight, but Riot has a track record of resolving ISP-level routing issues when enough players from a specific ISP report problems. Your support ticket contributes to the data they use to justify peering improvements.
In the meantime, if packet loss is specifically between your ISP and Riot, some players have found temporary relief by using a gaming-optimized routing service that can provide an alternative path to Riot's servers, bypassing the problematic ISP route.