Warzone is one of the most demanding battle royales out there. With a huge map, high player count, and heavy visual effects, it pushes CPU and GPU to the limit. If you're suffering from lag, stutters, or inconsistent FPS, the problem likely isn't just the hardware — it's the system.
Types of "lag" in Warzone
Before fixing anything, it's important to identify which type of lag you have:
- Low FPS: visually sluggish game, choppy animations — local performance issue
- High ping: your shots arrive late at the server, deaths "behind walls" — network issue
- Packet loss: worse than high ping, causes freezes and teleporting — ISP or router issue
- Stutters: sudden FPS drops at specific moments — DPC Latency or VRAM issue
Warzone settings for more FPS
- Display Mode: Fullscreen exclusive (not borderless)
- Render Resolution: 100%
- Upscaling / Sharpening: DLSS Quality (NVIDIA) or FSR Quality (AMD)
- Shadow Map Resolution: Low
- Spot Shadow Quality: Disabled
- Bullet Impacts & Sprays: Disabled
- Tessellation: Near
- Vsync: Disabled in all menus
- NVIDIA Reflex: Enabled + Boost
Reducing ping in Warzone
Wired vs Wi-Fi connection
Wi-Fi adds variable latency and jitter. For competitive Warzone, always use an ethernet cable. If that's not possible, position the router as close to your PC as possible.
Preferred server
Warzone selects servers automatically, but doesn't always pick the best one. In account settings, you can check latency to each region and prioritize Brazilian servers (SA) which tend to have lower ping for players in Brazil.
QoS on the router
If you share internet with other people, configure QoS (Quality of Service) on your router to prioritize gaming traffic.
Windows tweaks for Warzone
Exclusive fullscreen
Playing in windowed or borderless mode adds latency because Windows needs to composite your screen with other windows. In Fullscreen Exclusive, the game has direct control of the display, reducing input lag and improving FPS.
Disable Nagle's Algorithm
Nagle's Algorithm bundles small network packets for sending, which increases latency. For online games, disabling it in the Windows registry can reduce perceived ping.
Exclusive tips
Want more guides like this?
Leave your email and we'll let you know when a new optimization guide drops. No spam, unsubscribe anytime.
Only optimization guides worth your time. Unsubscribe anytime.
UPBOOST does all of this for you in 20 minutes
Forget tutorials. Our technicians apply all these optimizations, and much more, remotely and live, while you watch every step.
What UPBOOST does differently
Beyond the settings above, UPBOOST applies advanced-level tweaks: Nagle's Algorithm disabled in the registry, TCP/IP configuration for gaming, network interrupt tuning (NDIS), and kernel optimizations that reduce CPU jitter. Result: fewer "deaths behind walls" and much more consistent FPS.
Advanced Windows tweaks for Warzone
Disable Nagle's Algorithm in the registry
Nagle bundles small packets before sending — great for bandwidth efficiency, terrible for gaming. To disable, add in the registry at HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{your-adapter}: TcpAckFrequency=1 and TCPNoDelay=1. This forces immediate sending of each packet, reducing perceived latency.
Network Throttling Index
Windows artificially limits network processing rate to save CPU. For gaming, disable via registry: HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile → NetworkThrottlingIndex = ffffffff.
Advanced network adapter settings
In the network adapter properties (Device Manager → right-click → Properties → Advanced):
- Interrupt Moderation: Disabled — processes each packet immediately without waiting to batch
- Large Send Offload (LSO): Disabled — can add jitter
- Flow Control: Disabled
- Energy Efficient Ethernet: Disabled — prevents the adapter from entering power-saving states
- Receive Side Scaling (RSS): Enabled — distributes network processing across CPU cores
Disable Windows Auto-Tuning
Windows TCP Auto-Tuning automatically adjusts the receive buffer. On some connections, this causes variable jitter. Disable via PowerShell (as admin): netsh int tcp set global autotuninglevel=disabled. If it worsens your connection, revert with autotuninglevel=normal.
Packet loss in Warzone: diagnosis and solution
Packet loss is worse than high ping — it causes freezes, rubber-banding, and instant deaths without warning. To diagnose:
- Open CMD and run
ping 8.8.8.8 -tfor a few minutes - If you see "Request timed out" or very high ms variation, you have packet loss or ISP jitter
- Test with a cable directly to the modem (without the router) — if it improves, the problem is the router
- If it persists with a direct cable, the problem is the ISP — contact them reporting packet loss
Frequently asked questions
This phenomenon is caused by the ping difference between you and your opponent. When they shoot, the server processes the shot at the position you were in the past (due to your latency). Reducing ping and jitter with network tweaks minimizes this, but doesn't completely eliminate it — it's a limitation of the game's network model.