What High Ping Actually Means (and Why It Matters)
Ping is the time in milliseconds (ms) it takes for your device to send a signal to a game server and get a response back. Under 30ms is excellent. 30–60ms is good for most games. 60–100ms is playable but you’ll notice it in fast-paced titles. Anything above 100ms and you’re getting killed behind walls, your shots aren’t registering, and the game feels broken. Above 150ms, competitive play is nearly impossible in games like Valorant, Call of Duty, or Apex Legends.
High ping isn’t always your internet speed. A 500 Mbps connection can still produce 200ms ping if the routing between you and the game server is bad. That distinction is the key to fixing it properly.
Step 1: Diagnose Before You Fix Anything
Don’t guess. Run these checks first so you know exactly what you’re dealing with.
- Check your baseline ping: Go to fast.com or speedtest.net and run a test. Note your ping, jitter, and download/upload speeds. You want ping under 30ms here, jitter under 5ms, and upload at least 5 Mbps for online gaming.
- Check in-game ping: In Valorant, open the console and type /cl_showfps 1. In Fortnite, go to Settings > HUD > Net Debug Stats. In Call of Duty, enable the performance overlay in the interface settings. Compare this number to your speedtest result.
- Check for packet loss: On PC, open Command Prompt and run ping 8.8.8.8 -t. Let it run for 60 seconds. Any line showing “Request timed out” is packet loss. Even 2–3% packet loss will make your game feel broken.
- Test wired vs wireless: If you’re on Wi-Fi, plug in an ethernet cable right now and retest. If your ping drops by 20ms or more, Wi-Fi is your primary problem.
Step 2: Fix Your Physical Connection
This is the most impactful fix and most people skip it. A wired connection eliminates wireless interference, which is responsible for random ping spikes in a huge percentage of cases.
- Use a Cat6 or Cat6a ethernet cable. Cat5e works but Cat6 supports lower latency at higher speeds. A 15-foot Cat6 cable costs about $8 on Amazon. There is no reason not to use one.
- Plug directly into your router, not a switch or powerline adapter. Powerline adapters add 10–30ms of latency by default. If you must use one, use a MoCA adapter instead — MoCA adds under 1ms of latency.
- On PS5 and Xbox Series X: Go to Network Settings and confirm the connection shows as wired. PS5 users should also disable Wi-Fi entirely once wired — go to Settings > Network > Settings > Set Up Internet Connection and remove the Wi-Fi network.
Step 3: Restart and Update Your Router
Routers develop memory leaks and routing table issues over time. A router that hasn’t been restarted in 30+ days will produce higher ping than one that’s freshly rebooted.
- Power cycle your router and modem: Unplug both from power. Wait 30 full seconds. Plug the modem in first, wait 60 seconds for it to fully connect, then plug in the router. This clears NAT tables and connection logs that inflate ping.
- Check for firmware updates: Log into your router admin panel (usually 192.168.1.1 or 192.168.0.1 — check the sticker on your router). Find the firmware update section. ASUS, Netgear, and TP-Link routers all have known firmware versions that fix latency issues. Install the latest version.
- Change your DNS servers: Your ISP’s default DNS servers are often slow. Change to Cloudflare DNS (1.1.1.1 / 1.0.0.1) or Google DNS (8.8.8.8 / 8.8.4.4). On Windows, go to Network Connections > right-click your adapter > Properties > IPv4 > enter the DNS addresses manually. On PS5, go to Network > Connection Status > View Connection > DNS Settings.
Step 4: Optimize Your Windows Network Settings (PC)
Windows has several default settings that hurt gaming latency. Change these specifically.
- Disable Nagle’s Algorithm: Open Registry Editor (regedit). Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces. Find the interface that matches your IP address. Create two DWORD values: TcpAckFrequency set to 1 and TCPNoDelay set to 1. This removes the packet batching delay Windows adds by default and can reduce ping by 5–15ms in games like WoW and CS2.
- Set your network adapter to maximum performance: Go to Device Manager > Network Adapters > right-click your adapter > Properties > Advanced. Set Power Management to off. Set Interrupt Moderation to disabled. Set Receive Buffers and Transmit Buffers to maximum (usually 512 or 1024).
- Disable background applications: Open Task Manager and sort by network usage. Close anything using bandwidth — Windows Update, OneDrive syncing, Discord file uploads, browser tabs streaming video. Any background process consuming bandwidth during gameplay will spike your ping.
Step 5: Enable QoS on Your Router
Quality of Service (QoS) lets your router prioritize gaming traffic over other devices on your network. This is critical if multiple people share your connection.
- Log into your router admin panel. Find QoS settings — on ASUS routers it’s under Adaptive QoS, on Netgear it’s under Dynamic QoS.
- Set your gaming device as the highest priority device. On ASUS routers, select “Gaming” as the traffic type or manually add your PC or console’s MAC address to the priority list.
- If your router supports it, enable Gaming Mode or DSCP tagging. This prioritizes UDP packets — the type used by almost every online game — at the hardware level.
- Set bandwidth limits for other devices during gaming sessions. Limit streaming devices to 15 Mbps. A 4K Netflix stream uses about 25 Mbps; throttle it to 10–15 Mbps and it still works while freeing up bandwidth and reducing contention-based latency.
Step 6: Choose the Right Game Server
Always connect to the server region closest to you geographically. But closest doesn’t always mean lowest ping — network routing can make a nearby server slower than a farther one.
Still lagging after trying everything?
WTFast reroutes your game traffic through optimized servers — cutting ping by 30-50% for most players.
- In Valorant: Go to Settings > General > Open Ping Graph. You can see your ping to every available region. Always select the region showing under 40ms, even if it’s not your home region.
- In Call of Duty: Enable the Dedicated Server filter in match preferences. Peer-to-peer lobbies will always give you worse and more variable ping than dedicated servers.
- In Fortnite: Go to Settings > Game > Matchmaking Region. Test each region and note the displayed ping. Select the lowest one manually instead of leaving it on Auto.
- In World of Warcraft: Use the /ping command in chat to see your real-time latency to the home and world servers separately. If world ping is high but home ping is normal, the issue is server-side routing, not your connection.
Step 7: Fix Console-Specific Issues (PS5 and Xbox)
- Open your NAT type. A strict or moderate NAT type on PS5 or Xbox forces all traffic through extra relay servers, adding 20–50ms of ping. Go to your router’s port forwarding settings and forward TCP/UDP 3074 for Xbox and TCP 80, 443, 3478, 3479 and UDP 3478, 3479, 3480 for PS5 to your console’s local IP address. After doing this, your NAT type should show as Open (PS5) or Open (Xbox).
- Assign your console a static local IP: In your router’s DHCP settings, bind your console’s MAC address to a fixed IP (like 192.168.1.100). This prevents IP conflicts that cause random disconnections and ping spikes.
- On Xbox Series X: Go to Settings > General > Network Settings > Advanced Settings > DNS. Enter Cloudflare DNS (1.1.1.1) manually. Xbox uses its own DNS by default, which is often slower than Cloudflare.
When Free Fixes Aren’t Enough: Bad Routing Between You and the Server
You’ve done everything above. Your speedtest looks fine. Your connection is wired. But you’re still getting 120ms in Valorant or 90ms in Apex Legends when you should be getting 40ms. This is a routing problem.
Your ISP doesn’t route your traffic directly to game servers. It bounces through multiple hops — sometimes across the country and back — before reaching the server. You have no control over this routing. Your ISP doesn’t prioritize gaming traffic, and these inefficient routes can add 30–80ms of latency that no local fix will address.
This is where a gaming VPN like WTFast solves the problem. WTFast uses a dedicated private network with game-optimized routing paths to connect you to game servers by the most direct route possible, bypassing the congested or poorly-routed ISP hops that are adding to your ping. It supports over 100 games including Valorant, Fortnite, Lost Ark, FFXIV, WoW, and Apex Legends, and lets you select specific routing nodes to test which path gives you the lowest latency.
If you’re consistently 30ms or more above what your physical distance to a server should produce, bad routing is the cause — and WTFast is the fix. Start your WTFast free trial here and run it alongside your game to see the difference in your actual in-game ping.
Quick Checklist: High Ping Fixes in Order of Impact
- Switch from Wi-Fi to a wired Cat6 ethernet connection
- Power cycle your router and modem (30-second full power off)
- Change DNS to Cloudflare (1.1.1.1) on your device or router
- Disable Nagle’s Algorithm in Windows Registry (PC only)
- Enable QoS and prioritize your gaming device on your router
- Manually select the lowest-ping game server region
- Open NAT type via port forwarding (PS5/Xbox)
- Update router firmware
- Close all bandwidth-heavy background apps during gaming
- Use WTFast to fix ISP routing issues when local fixes don’t work
If you’re experiencing inconsistent ping spikes rather than consistently high latency, you might actually be dealing with packet loss, which requires a different troubleshooting approach to get your connection stable again.
One of the quickest wins you can try is switching to faster DNS servers specifically optimized for gaming, which can shave off precious milliseconds from your connection.
If your router’s firewall is blocking game traffic, you might need to configure port forwarding for gaming to allow your console or PC to communicate properly with game servers.
If your ping issues seem to occur during peak hours or when gaming specifically, you might be dealing with ISP throttling that targets gaming traffic.
One of the most effective solutions is configuring QoS settings to prioritize your gaming traffic, which can dramatically reduce ping spikes during heavy network usage.
One of the most effective steps you can take is switching from Wi-Fi to a wired connection, and our detailed comparison in Wired vs Wireless Gaming: Why Ethernet Still Wins for Low Ping explains exactly why this simple change can dramatically reduce your latency.
If you’re still experiencing high ping after trying these fixes, your router’s NAT settings might be the culprit, so take a look at our complete guide to fixing NAT type issues to get your connection properly optimized for gaming.
While VPNs are often marketed as ping reducers, they can just as easily make your latency worse, so understanding when gaming VPNs actually help ping and when they hurt it is crucial before you decide to route your connection through another server.
Related Guides
- Jitter in Gaming: What It Is, Why It’s Worse Than High Ping, and How to Fix It
- Packet Loss in Gaming: Why Even 1% Breaks Games and How to Fix It
- Online Gaming Lag: The 4 Types, How to Diagnose Each, and How to Fix Them
- Rubberbanding in Games: What Causes It and 8 Fixes That Actually Work
- Game Telemetry and Performance: What Data Games Collect and How to Stop It Hurting Your FPS
Related Guides
- Server Tickrate Explained: How 20Hz vs 128Hz Changes Your Gaming Experience
- Netcode in Gaming: Delay-Based vs Rollback, and Why It Affects Your Shots
- Peer-to-Peer Gaming: Which Games Still Use P2P and Why It Causes Lag
- Why Your Ping Is High: How Game Servers Work and What You Can Actually Fix
- What Is Ping in Gaming: Why It Matters More Than Download Speed
Still lagging after trying everything?
WTFast reroutes your game traffic through optimized servers — cutting ping by 30-50% for most players.
Frequently Asked Questions
Why is my ping high but my internet speed is fast?
Speed and latency are different measurements. A fast connection with bad routing between your ISP and the game server will still produce high ping. Run a ping trace using tracert [server IP] in Command Prompt to see exactly where the delay is being added in the route.
What is a good ping for online gaming?
Under 30ms is excellent and you will not notice any lag. 30–60ms is good for most games including competitive shooters. 60–100ms is acceptable for slower games but noticeable in FPS titles. Above 100ms you will have consistent issues with shot registration, rubber-banding, and delayed inputs in any fast-paced game.
How do I fix high ping on PS5?
Use a wired ethernet connection, change your DNS to 1.1.1.1 in network settings, forward ports for PS5 (UDP 3478, 3479, 3480 and TCP 3478, 3479) to get an Open NAT type, and assign your PS5 a static local IP address through your router’s DHCP reservation settings.
Does WTFast actually reduce ping?
WTFast reduces ping specifically when your high latency is caused by inefficient ISP routing between you and the game server. If your ping is high due to a slow internet plan, Wi-Fi interference, or a server-side issue, WTFast won’t help. But for routing-related lag — which is a very common cause of unexpectedly high ping — it consistently reduces latency by finding a more direct path to the game server.
Why does my ping spike randomly during games?
Random ping spikes are most commonly caused by Wi-Fi interference, background applications using bandwidth, ISP network congestion during peak hours (typically 7–11 PM), or a router that needs to be rebooted. Run a continuous ping test (ping 8.8.8.8 -t in Command Prompt) while gaming to see if spikes correlate with specific intervals — regular spikes at fixed intervals usually point to a background Windows process or router memory issue.
