S
Solution Hub
windows

High Ping and Network Latency on Windows 10/11: Causes and Step-by-Step Fixes

Lagging, rubber banding, or getting kicked mid-game because of high ping? This guide explains what causes high ping and network latency on Windows and gives simple, step-by-step fixes to get a smoother, more stable connection.
Gamer at a desk with a high ping warning visible on a game overlay next to a router
High ping during gaming usually points to your network setup, not your internet speed alone

You are mid-match, and suddenly your character freezes for a second, then teleports forward, or your shot registers a moment too late. This is high ping in action, and it can turn an otherwise smooth game into a frustrating guessing match. Voice chat lags behind, movements feel delayed, and sometimes the game disconnects entirely.

Ping is not the same thing as internet speed, which is why a fast connection can still feel laggy. Ping measures how long it takes a signal to travel from your computer to the game server and back, and even small delays or interruptions along that path can cause noticeable lag, even on a strong connection.

In this guide, I will walk you through exactly what causes high ping, how to check it yourself using simple commands, and step-by-step fixes to bring it back down, the same way I would if I were troubleshooting this next to you.

Problem Overview

Every action in an online game, like moving, shooting, or chatting, travels from your computer to a game server and back, and ping measures how long that round trip takes, usually in milliseconds. A low ping, generally under 50 milliseconds, feels instant. A high ping, especially above 100 to 150 milliseconds, causes noticeable delay, and unstable ping causes the frustrating rubber banding and stuttering many gamers experience.

High ping is not always caused by a single problem. It can come from your Wi-Fi signal, your router, background programs quietly using your bandwidth, your internet provider's routing, or even the specific game server you connect to. This is why fixing it usually means checking several things in order, rather than expecting one single fix to solve everything.

Symptoms

You are likely dealing with a high ping or latency issue if you notice any of the following:

Consistently high ping numbers shown in your game's network stats or overlay

Noticeable lag between your actions and what happens on screen

Rubber banding, where your character snaps back to a previous position

Delayed player movement or actions that do not match what you expect

Game stuttering or brief freezes during gameplay

An unstable connection that feels fine one moment and laggy the next

Voice chat that lags behind or cuts out during calls

Frequent disconnects from game servers or lobbies

Sudden latency spikes that appear and disappear randomly

Causes

High ping and network latency are symptoms. They are not the actual disease. Below are the real causes behind them, starting from the most common.

A slow internet connection that is not enough for gaming alongside other activity on your network.

Wi-Fi interference from walls, distance, or nearby electronics, causing an unstable signal.

ISP routing issues, where your internet provider's own network path to the game server is congested or inefficient.

Background downloads or updates, including Windows updates, quietly using your bandwidth while you play.

Outdated network drivers, which can cause inefficient or unstable data handling.

Incorrect DNS settings, which can slow down the initial connection to game servers, even if gameplay itself is not directly affected.

VPN usage, which routes your traffic through an extra server and almost always adds some amount of latency.

An overloaded router, especially one handling many connected devices at the same time.

Poor Wi-Fi signal strength, particularly on the crowded 2.4GHz band.

Network congestion, either on your own home network or further along your internet provider's path.

Important Topics to Understand

Before jumping into fixes, it helps to understand a few basic ideas.

Ping versus latency: These terms are often used interchangeably. Ping specifically refers to the round-trip time measurement itself, while latency is the general term for any delay in your network communication. High ping is one specific way latency shows up during gaming.

Ethernet versus Wi-Fi: A wired Ethernet connection is almost always more stable and lower latency than Wi-Fi, since it is not affected by signal interference, distance, or competing wireless networks.

Quality of Service, or QoS: This is a router setting that lets you prioritize gaming traffic over other activity on your network, such as downloads or streaming, so your game gets first access to available bandwidth.

Game server location: Connecting to a game server that is physically far away naturally increases ping, since the signal has farther to travel. Choosing the nearest available server usually improves ping significantly.

Checking Your Ping and Packet Loss

Before applying fixes, it helps to measure the actual problem using built-in Windows commands. All of the following must be typed into Command Prompt.

Command to type: ping 8.8.8.8

How to do it: Open Command Prompt by clicking Start, typing cmd, and pressing Enter. Type the command exactly as shown above, then press Enter. This sends a small test signal to Google's server and back, showing you your current ping in milliseconds.

Expected Result: You will see four replies showing response times in milliseconds, along with a summary showing 0 percent loss if your connection is stable.

Command to type: tracert 8.8.8.8

How to do it: Type this command in the same Command Prompt window and press Enter. This shows every step, or hop, your connection takes on its way to the destination, along with the time each hop takes.

Expected Result: A numbered list of hops appears, with response times for each one. A hop with a sudden, much higher time than the others often points to where your connection is slowing down.

Command to type: pathping 8.8.8.8

How to do it: Type this command and press Enter. This combines ping and tracert into one longer test, taking a few minutes to complete, and shows packet loss at each hop along the way.

Expected Result: A detailed report showing response times and packet loss percentages at every hop, helping you identify exactly where delays or drops are happening.

Step-by-Step Fix Methods

Fix 1: Switch to a Wired Ethernet Connection

What it means: Connecting your computer directly to your router using an Ethernet cable instead of Wi-Fi.

Why it works: Wired connections are far more stable and consistently lower latency than Wi-Fi, since they are not affected by signal interference or distance.

How to do it: Connect an Ethernet cable from your router to your computer's Ethernet port. Windows will automatically switch to the wired connection once detected.

Expected Result: Ping becomes noticeably lower and far more stable during gaming.

If Fix Fails: If ping is still high over Ethernet, the cause is likely further along your network path, not your local Wi-Fi. Continue to the next fixes below.

Fix 2: Restart Your Modem and Router

What it means: Power cycling your networking hardware to clear temporary glitches.

Why it works: Modems and routers can develop small internal issues over time that affect performance and routing, and a restart clears these out.

How to do it: Unplug both your modem and router, wait about 30 seconds, plug the modem back in first, wait for it to fully reconnect, then plug the router back in.

Expected Result: Ping and connection stability improve after the restart.

If Fix Fails: Continue to closing background apps and downloads below.

Fix 3: Close Background Apps and Downloads

What it means: Stopping other programs or devices on your network from using bandwidth while you game.

Why it works: Background downloads, cloud syncing, streaming, or other devices on your network can quietly consume bandwidth, leaving less available for your game and increasing ping.

How to do it: Press Ctrl + Shift + Esc to open Task Manager, check the Network column under the Processes tab, and close any programs using significant bandwidth. Also pause any downloads, and ask others on your network to avoid heavy streaming while you play.

Expected Result: Ping stabilizes once competing bandwidth use is reduced.

If Fix Fails: Continue to enabling Windows Game Mode below.

Fix 4: Enable Windows Game Mode

What it means: Turning on a built-in Windows feature that prioritizes system resources for your active game.

Why it works: Game Mode reduces background activity, such as Windows Update downloads and notifications, that can otherwise interfere with your game's performance and network activity.

How to do it: Open Settings, then Gaming, then Game Mode, and turn the toggle on.

Expected Result: Background interruptions decrease, and gaming performance feels more consistent.

If Fix Fails: Continue to updating network drivers below.

Fix 5: Update Network Drivers

What it means: Installing the latest version of the software that lets Windows communicate with your network adapter.

Why it works: Outdated network drivers can handle data less efficiently, contributing to unstable ping and unnecessary latency spikes.

How to do it: Right-click the Start button, choose Device Manager, expand Network adapters, right-click your adapter, and choose Update driver, then Search automatically for drivers.

Expected Result: Network performance becomes more consistent after the driver update.

If Fix Fails: Continue to flushing DNS and resetting network protocols below.

Fix 6: Flush DNS and Reset Network Protocols

What it means: Clearing outdated DNS information and rebuilding your network configuration from scratch.

Why it works: A corrupted DNS cache or damaged network protocol settings can add unnecessary delay to your connection, especially when first connecting to game servers.

Command to type: ipconfig /flushdns

Command to type: netsh winsock reset

Command to type: netsh int ip reset

How to do it: Open Command Prompt as Administrator, type each command above one at a time, pressing Enter after each, then restart your computer once all three have completed.

Expected Result: Connection stability improves, and initial connection delays to game servers are reduced.

If Fix Fails: Continue to changing your DNS server below.

Fix 7: Change Your DNS Server

What it means: Switching from your internet provider's DNS servers to a fast, reliable public option like Google DNS or Cloudflare DNS.

Why it works: A slow DNS server can delay the initial connection to a game or its servers, even if your actual ping during gameplay is otherwise fine.

How to do it: Open Settings, then Network and Internet, then click your active connection, then Edit next to DNS server assignment. Choose Manual, turn on IPv4, and enter 8.8.8.8 as preferred and 8.8.4.4 as alternate. For Cloudflare, use 1.1.1.1 and 1.0.0.1 instead.

Expected Result: Game servers connect faster, and overall browsing and connection responsiveness improve.

If Fix Fails: Continue to disabling VPN or proxy settings below.

Fix 8: Disable VPN or Proxy While Gaming

What it means: Turning off any VPN app or proxy setting that routes your traffic through an additional server.

Why it works: VPNs add an extra stop along your connection's path, which almost always increases ping, even when the VPN itself is working correctly.

How to do it: Close your VPN app completely before gaming, or check Settings, then Network and Internet, then Proxy, and make sure no proxy is active.

Expected Result: Ping drops noticeably once traffic goes directly to the game server instead of through a VPN.

If Fix Fails: Continue to optimizing your router settings below.

Fix 9: Optimize Router QoS Settings and Wi-Fi Band

What it means: Prioritizing gaming traffic on your router, and choosing the best available Wi-Fi band if you cannot use Ethernet.

Why it works: Quality of Service settings let your router give gaming traffic priority over other devices, while the 5GHz Wi-Fi band offers faster, more stable speeds at shorter range compared to the more crowded 2.4GHz band.

How to do it: Log into your router admin panel through a browser, usually at an address like 192.168.1.1, and look for a Quality of Service or QoS section to prioritize your gaming device. If using Wi-Fi, connect to the network name ending in 5GHz if your router offers both bands separately.

Expected Result: Ping remains more stable, even with other devices active on the same network.

If Fix Fails: Continue to selecting the nearest game server below.

Fix 10: Choose the Nearest Game Server

What it means: Manually selecting a game server that is physically closer to your location, if your game allows it.

Why it works: Distance directly affects ping, since data has to travel farther to reach a distant server and come back.

How to do it: In your game's network or region settings, choose the server location closest to where you are physically located, instead of a default or automatically selected one.

Expected Result: Ping decreases noticeably once connected to a nearer server.

If Fix Fails: If ping remains high even to the nearest server, the issue is likely with your ISP's routing, and contacting your internet provider may be necessary.

Advanced Fixes

Use PingPlotter or a similar tool for deeper diagnostics. These tools track ping and packet loss over time across every hop in your connection, making it easier to spot exactly where instability is occurring, especially for intermittent issues that are hard to catch with a single test.

Check for scheduled Windows updates. Open Settings, then Windows Update, and check for any updates downloading in the background, since these can consume significant bandwidth during gameplay without an obvious notification.

Test at different times of day. If high ping only happens during evening hours, the cause is likely network congestion on your ISP's side from high overall usage in your area, rather than anything on your end.

Contact your ISP if routing issues persist. If tracert or pathping consistently shows high response times or packet loss at a hop outside your home network, share this information with your internet provider, since it points to an issue on their network path.

Prevention Tips

Use a wired Ethernet connection whenever possible for gaming, especially for competitive or fast-paced games.

Schedule large downloads and Windows updates for times when you are not gaming.

Keep your network drivers and router firmware updated regularly.

Avoid using a VPN while gaming unless it is specifically required for the game or service you are using.

Set up Quality of Service on your router in advance, rather than only after noticing lag.

Periodically run a ping and tracert test to your usual game servers, so you have a baseline to compare against if problems start later.

Warnings

Avoid downloading large files or running major updates while gaming, since this consumes bandwidth that your game needs for a stable connection.

VPNs almost always increase latency, since they add an extra step to your connection's path, so avoid using one during competitive gaming unless necessary.

Wi-Fi interference from walls, distance, and electronics can cause unpredictable ping spikes, even when your overall signal looks strong.

Router firmware updates should be performed carefully, following the manufacturer's instructions, since an interrupted update can cause other network issues.

Some ISP congestion and routing issues cannot be fixed from your side alone and may require contacting your provider directly.

Conclusion

High ping and network latency can turn a smooth game into a frustrating experience, but the cause is almost always something fixable, whether it is Wi-Fi interference, background bandwidth use, outdated drivers, or a distant game server. Testing your connection with ping, tracert, and pathping helps pinpoint exactly where the problem lies before you start fixing it.

Start with the simplest changes, like switching to Ethernet and closing background downloads, then work through driver updates, DNS changes, and router settings if the problem continues. If ping remains high even after trying everything in this guide, the issue is very likely coming from your internet provider's routing, and reaching out to them directly is the next step.

How to Repair a Corrupted TCP/IP Stack and Winsock on Windows 10/11

How to Fix "DNS Server Not Responding" Error on Windows 11/10 Permanently

How to Fix "Unidentified Network / No Internet Access" Errors in Windows

Fix Wi-Fi Connection Issues on Windows 10 and 11: Troubleshooting Guide

Wi-Fi Keeps Disconnecting on Windows 10/11: Causes and Step-by-Step Fixes

Frequently Asked Questions

Why is my ping so high while gaming on Windows?

High ping is usually caused by Wi-Fi interference, background downloads, outdated network drivers, an overloaded router, or routing issues from your internet provider, rather than a single cause.

How do I reduce network latency on Windows 11/10?

Use a wired Ethernet connection, close background apps and downloads, update your network drivers, flush DNS and reset network protocols, and avoid using a VPN while gaming.

Does Ethernet reduce ping compared to Wi-Fi?

Yes. A wired Ethernet connection is almost always more stable and lower latency than Wi-Fi, since it avoids signal interference and distance-related slowdowns entirely.

Can DNS changes lower gaming ping?

DNS changes mainly speed up the initial connection to a server rather than your ongoing gameplay ping, but a faster DNS server, like Google DNS or Cloudflare DNS, can still make connecting to games feel more responsive.

Will updating network drivers improve online gaming performance?

Yes. Outdated network drivers can handle data less efficiently, contributing to unstable ping, so keeping them updated is one of the simpler ways to improve consistency.

Back to Network Fix