New World Lag Fix: How to Fix Rubberbanding and Server Lag


Why New World Lag Kills Your Combat Performance

New World’s hybrid action-MMO combat demands precise timing for dodging, blocking, and ability rotations—but the game’s Lumberyard engine combined with Amazon’s server infrastructure creates lag spikes that turn 50v50 Wars into slideshow disasters. During Wars and Outpost Rush, even 100ms ping becomes unplayable when combined with the engine’s poor optimization for large-scale PvP encounters.

How to Check If You Have a Lag Problem

Press Ctrl+Shift+F to enable New World’s performance overlay, which displays your current FPS and latency in the top-left corner. You can also access this through Settings > Visuals > Show FPS. Your ping reading updates every few seconds and shows your connection to Amazon’s game servers.

For New World, acceptable ping ranges are: 0-50ms (excellent), 51-100ms (playable for PvE), 101-150ms (noticeable delays in PvP), and 151ms+ (unplayable for competitive content). During Wars, even 80ms ping can cause rubberbanding when capturing points due to the massive player synchronization load.

Network lag manifests as delayed ability activation, enemies teleporting, and your character snapping back to previous positions (rubberbanding). This is separate from FPS lag, which causes stuttering visuals but doesn’t affect your actual position on the server. If your FPS counter shows 60+ but you’re still experiencing rubberbanding, your problem is network-based.

Test your baseline ping by opening Command Prompt and typing ping 8.8.8.8. If this shows under 30ms but New World reports 100ms+, your ISP is routing poorly to Amazon’s servers. Screenshot your in-game latency during different content types: solo PvE, Expeditions, Outpost Rush, and Wars to identify when lag spikes occur.

Network Optimization Fixes

Change DNS to Reduce Routing Hops

Amazon’s servers work best with specific DNS providers that have direct peering agreements. Navigate to Network and Sharing Center > Change Adapter Settings, right-click your connection, select Properties, then Internet Protocol Version 4 (TCP/IPv4).

Set your Primary DNS to 1.1.1.1 and Secondary to 1.0.0.1 (Cloudflare). Alternative: Primary 8.8.8.8, Secondary 8.8.4.4 (Google). Cloudflare consistently provides 10-20ms lower ping to AWS infrastructure compared to ISP-provided DNS servers. After changing, open Command Prompt as administrator and run ipconfig /flushdns followed by ipconfig /renew.

Port Forwarding for New World

Forward these specific ports in your router’s admin panel (typically 192.168.1.1): TCP 443 and UDP 33435-33884. Most routers require you to create separate rules for TCP and UDP protocols. Navigate to your router’s Port Forwarding section, create a new rule named “New World TCP”, set Protocol to TCP, External Port Range 443-443, Internal Port Range 443-443, and Internal IP to your PC’s local IP address.

Create a second rule: “New World UDP”, Protocol UDP, External Port Range 33435-33884, Internal Port Range 33435-33884, same internal IP. Some routers call this “Virtual Servers” or “Applications and Gaming”. Restart your router after saving changes. This eliminates NAT-related packet delays that cause 20-50ms additional latency.

Enable UPnP and Disable IPv6

In your router settings, enable UPnP (Universal Plug and Play) to allow New World to automatically manage port assignments. Simultaneously, disable IPv6 entirely—New World’s servers primarily use IPv4, and IPv6 routing can add unnecessary hops.

On Windows, disable IPv6 by going to Network and Sharing Center > Change Adapter Settings, right-clicking your connection, selecting Properties, and unchecking Internet Protocol Version 6 (TCP/IPv6). Restart your PC after this change.

Optimize MTU Size

New World performs best with an MTU of 1472 bytes. Test your optimal MTU by opening Command Prompt and typing ping 8.8.8.8 -f -l 1472. If you receive “Packet needs to be fragmented but DF set”, reduce the number by 10 and test again until successful.

Set your optimal MTU in Network Adapter Properties: Device Manager > Network Adapters, right-click your ethernet/WiFi adapter, select Properties > Advanced, find Jumbo Packet or MTU Size, and set to your tested value. This prevents packet fragmentation that causes micro-stutters during combat.

QoS Gaming Mode Configuration

Access your router’s QoS settings and create a high-priority rule for New World traffic. Set your PC’s MAC address to Highest Priority or Gaming Mode. If your router supports application-specific QoS, prioritize traffic on TCP 443 and UDP 33435-33884.

For routers with bandwidth allocation, reserve 80% of your upload speed for gaming traffic. If you have 100 Mbps upload, allocate 80 Mbps to high-priority devices. Gaming traffic is more sensitive to upload congestion than download speeds—New World sends constant position updates that require consistent upload bandwidth.

Related: Game Lag Fix: Every Cause of In-Game Lag Solved for PC and Console

Wired Connection Requirements

Use a Cat6 ethernet cable directly to your router. WiFi adds 5-15ms latency and introduces packet loss during interference. If WiFi is unavoidable, use 5GHz band only, set channel width to 80MHz, and manually select channel 36, 44, 149, or 157 to avoid congestion.

Position your PC within 15 feet of the router with minimal walls between. Update WiFi drivers monthly—outdated wireless drivers cause connection drops during intensive content like Wars.

Flush Network Cache

Clear accumulated network cache that slows routing decisions. Open Command Prompt as administrator and execute these commands in order:

  • ipconfig /flushdns
  • ipconfig /release
  • ipconfig /renew
  • netsh winsock reset
  • netsh int ip reset

Restart your PC after running all commands. This clears DNS cache, releases/renews your IP lease, and resets network stack configurations that can accumulate routing inefficiencies over time.

ISP Routing Analysis

Run tracert 8.8.8.8 in Command Prompt to identify routing bottlenecks. Look for hops with 100ms+ latency or asterisks (*) indicating timeouts. Contact your ISP if you see consistent high latency at their gateway hops (usually hops 2-4 in the traceroute).

For US players, ideal server selection: East Coast players choose US East, West Coast choose US West, Central US can test both regions. EU Central serves European players, while AP Southeast covers Australia, Japan, and South Korea. Cross-region play adds 150-300ms baseline latency.

In-Game Settings Optimization

Graphics Settings for Stable Performance

Navigate to Settings > Visuals and apply these specific values: Shadows: Low (eliminates 90% of shadow-rendering CPU load), Lighting Quality: Medium, Effects Quality: Low (critical for Wars—Fire Staff and Void Gauntlet effects cause massive FPS drops when 20+ players spam abilities).

Set Object Detail Distance: High—this affects gathering node visibility, and Low setting makes iron veins disappear at 30+ meters. Terrain Detail: Medium, Water Quality: Low, Wind Quality: Off. These settings maintain visual clarity while eliminating performance-heavy atmospheric effects.

Frame Rate Cap Configuration

Set Max FPS to match your monitor’s refresh rate exactly: 60 FPS for 60Hz, 144 FPS for 144Hz, etc. Uncapped framerates cause GPU temperature spikes and introduce input lag through inconsistent frame timing. Enable V-Sync: On if you experience screen tearing, but disable it if your framerate drops below your monitor’s refresh rate.

Use Fullscreen Exclusive mode instead of Borderless Window—this reduces input latency by 10-15ms and prevents Windows Desktop Window Manager from interfering with frame delivery.

Audio Settings Impact

Set Master Volume: 80%, SFX Volume: 60%, Music Volume: 20%. High SFX volume during Wars creates audio processing overhead—50 players using abilities simultaneously can cause audio-related stutters. Disable Voice Chat entirely if you use Discord, as New World’s VOIP system adds network overhead.

In Windows Sound settings, set your audio device to 16-bit, 44100 Hz instead of higher quality settings. New World doesn’t benefit from 24-bit/96kHz audio and the additional processing can impact performance on CPU-limited systems.

Still lagging after trying everything?

WTFast reroutes your game traffic through optimized servers — cutting ping by 30-50% for most players.

Start Your Free WTFast Trial →

Interface Optimization

Disable Damage Numbers in Settings > Gameplay—during Wars, rendering hundreds of floating damage numbers per second causes significant performance drops. Set Nameplate Display: Off for enemy players to reduce UI rendering overhead in large PvP encounters.

Enable Auto-Run on Double-Tap and disable Hold to Sprint to reduce constant key input processing. Set Interaction Hold Time: 0.1 seconds for faster gathering without accidental interactions.

Field of View and Camera Settings

Set Field of View: 90-100 depending on your monitor size. Higher FOV provides tactical advantage in PvP but requires more rendering power. Camera Shake: Off eliminates unnecessary screen movement that can mask enemy positioning.

Configure Camera Follow Speed: Fast for responsive camera movement during combat. Auto-Face Target: Off—this feature causes movement stutters when switching between multiple enemies in group fights.

Social and Communication

Set Global Chat: Off, Recruitment Chat: Off, keep only Company and Group chat enabled. Global chat spam during prime time causes micro-stutters as the client processes hundreds of messages. Disable Chat Timestamps and Player Status Notifications to reduce text processing overhead.

Storage and Inventory Settings

Enable Auto-Sort Inventory but disable Auto-Stack Items—the constant inventory reorganization during farming creates small lag spikes. Set Salvage Confirmation: Off for items below Rare quality to speed up inventory management.

System-Level Performance Optimization

Graphics Driver Configuration

For NVIDIA GPUs, open NVIDIA Control Panel, navigate to Manage 3D Settings > Program Settings, select New World, and configure: Power Management Mode: Prefer Maximum Performance, Texture Filtering Quality: High Performance, Threaded Optimization: On, Vertical Sync: Fast (not just On).

For AMD GPUs in Radeon Software: Anti-Lag: Enabled, Radeon Chill: Disabled, Enhanced Sync: Enabled, Texture Filtering Quality: Performance. Set GPU Workload: Graphics (not Compute) to prioritize gaming performance over cryptocurrency mining optimizations.

Windows Game Mode and Priority

Enable Windows Game Mode: Settings > Gaming > Game Mode: On. This prevents Windows Update downloads and background app CPU usage during gaming sessions. Navigate to Settings > Gaming > Graphics, add NewWorld.exe, and set to High Performance.

Open Task Manager while New World is running, go to Details tab, right-click NewWorld.exe, select Set Priority > Above Normal. Don’t use High or Realtime priority as these can cause system instability.

Related: Deadlock Lag Fix: How to Lower Ping in Valve’s New Shooter

Related: Lethal Company Lag Fix: How to Fix Host Lag and Disconnects

Background Application Management

Close these specific applications before launching New World: Chrome/Edge browsers (use 2GB+ RAM), Discord (switch to mobile during Wars), Spotify/music streaming, RGB software (Corsair iCUE, Razer Synapse), and Windows Defender real-time scanning.

Disable startup programs in Task Manager > Startup: Skype, Steam (launch manually), Adobe Updater, Office applications. Keep only essential items: Windows Security, Audio drivers, and GPU control software.

Power Plan Optimization

Set Windows Power Plan to High Performance or Ultimate Performance. Access via Control Panel > Power Options. Click Change Plan Settings > Change Advanced Power Settings. Configure: Processor Power Management > Maximum Processor State: 100%, PCI Express > Link State Power Management: Off.

For laptops, ensure USB Selective Suspend: Disabled to prevent network adapter power saving that causes connection drops during extended gaming sessions.

Memory and Storage Configuration

Set Windows Virtual Memory to 16GB minimum, 32GB maximum regardless of your physical RAM amount. Go to System Properties > Advanced > Performance Settings > Advanced > Virtual Memory. New World can exceed 12GB RAM usage during Wars, and insufficient virtual memory causes hard crashes.

Install New World on an NVMe SSD—zone transitions on mechanical hard drives cause 5-10 second loading stutters. If using multiple drives, ensure New World and Windows are on the same SSD to prevent cross-drive access delays.

Overlay and Recording Software

Disable all overlay software: Steam Overlay, Discord Overlay, NVIDIA GeForce Experience Overlay, Xbox Game Bar. Each overlay adds 5-10ms input latency and causes FPS drops during intensive scenes.

In Steam, right-click New World > Properties > General > Uncheck “Enable Steam Overlay”. For Discord: Settings > Game Overlay > Disable. For Windows: Settings > Gaming > Xbox Game Bar > Off.

Advanced Configuration and Tweaks

Launch Parameters

In Steam, right-click New World > Properties > Launch Options and add: -high -USEALLAVAILABLECORES -malloc=system. The -high parameter sets process priority, -USEALLAVAILABLECORES forces the engine to utilize all CPU threads, and -malloc=system uses Windows memory management instead of the game’s allocator.

For systems with 32GB+ RAM, add -maxmem=16384 to allow New World to cache more assets in memory, reducing loading stutters during rapid zone transitions common in PvP scenarios.

Windows Registry Optimization

Open Registry Editor (regedit) and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games. Set these values: GPU Priority: 8, Priority: 6, Scheduling Category: High, SFIO Priority: High.

Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile and set NetworkThrottlingIndex: ffffffff (hexadecimal) to disable Windows network packet throttling that can delay gaming traffic.

TCP/IP Stack Optimization

Open Command Prompt as administrator and run these netsh commands: netsh int tcp set global autotuninglevel=normal, netsh int tcp set global chimney=enabled, netsh int tcp set global rss=enabled, netsh int tcp set global netdma=enabled.

These settings optimize Windows TCP handling for gaming traffic, enable receive-side scaling for multi-core processing of network packets, and activate hardware acceleration for network processing.

EasyAntiCheat Exclusions

Add New World’s entire installation directory to Windows Defender exclusions: Windows Security > Virus & Threat Protection > Exclusions > Add Folder. Select your Steam directory (typically C:\Program Files (x86)\Steam\steamapps\common\New World).

EasyAntiCheat files require specific exclusions: EasyAntiCheat.exe, EACLauncher.exe, and the entire \EasyAntiCheat\ subdirectory. Real-time scanning of these files during gameplay causes micro-stutters every 30-60 seconds.

Network Adapter Advanced Settings

In Device Manager, expand Network Adapters, right-click your ethernet adapter, select Properties > Advanced. Configure: Interrupt Moderation: Disabled, Receive Buffers: 2048, Transmit Buffers: 2048, Flow Control: Disabled.

For Intel adapters, set Energy Efficient Ethernet: Disabled and Green Ethernet: Disabled to prevent power-saving features that introduce latency spikes during low network activity periods.

Still lagging after trying everything?

WTFast reroutes your game traffic through optimized servers — cutting ping by 30-50% for most players.

Start Your Free WTFast Trial →

Frequently Asked Questions

What causes rubberbanding during Wars and how do I fix it?

Rubberbanding in Wars occurs when your client and the server disagree about your position, typically due to packet loss or high latency during point captures when 30+ players cluster together. The server processes movement updates in order, and delayed packets cause position rollbacks. Switch to a wired connection, enable QoS gaming mode on your router, and reduce in-game Effects Quality to Low to minimize the data your client needs to process. If rubberbanding persists, your ISP may have poor routing to Amazon’s servers—contact them to request a routing investigation.

Why does my ping spike to 300ms+ during Outpost Rush?

Outpost Rush ping spikes happen when the server processes multiple ability activations simultaneously, especially during teamfights near control points. The Lumberyard engine struggles with rapid position synchronization for 20 players using abilities at once. Lower your Effects Quality to Low, disable Damage Numbers, and turn off enemy player nameplates to reduce client-side processing load. Ensure your upload bandwidth isn’t saturated by other devices on your network—gaming requires consistent upload for position updates.

Should I use a VPN or gaming proxy service for New World?

VPN services typically increase ping by 20-50ms due to additional routing hops, but they can improve connection stability if your ISP has poor peering with Amazon Web Services. Test your baseline ping to your chosen server region first—if it’s consistently under 80ms, a VPN will likely make performance worse. Only consider VPN solutions if you experience frequent disconnections or routing issues that your ISP refuses to address. Gaming-specific proxy services may provide better routes but add monthly costs without guaranteed improvement.

How much RAM and what CPU specs do I need for stable performance in Wars?

Wars require 16GB RAM minimum, with 32GB recommended for optimal performance. New World can use 12GB+ during large battles due to player model caching and effect rendering. CPU requirements focus on single-thread performance—Intel i5-10600K or AMD Ryzen 5 5600X minimum for 60+ FPS during Wars. The Lumberyard engine doesn’t efficiently utilize more than 6-8 CPU cores, making high-frequency cores more important than core count. An NVMe SSD is mandatory for zone transition performance during War map changes.

Why do I get disconnected during peak hours but not during off-peak times?

Peak hour disconnections typically result from ISP network congestion, not New World server issues. During evening hours (7-11 PM local time), residential internet infrastructure becomes saturated, causing packet loss that triggers Amazon’s anti-cheat disconnect protection. Monitor your connection stability using continuous ping tests during peak hours: open Command Prompt and run ping -t 8.8.8.8 for 10 minutes. If you see packet loss or ping spikes above 200ms, contact your ISP about network congestion in your area. Consider upgrading to a business internet plan with guaranteed uptime SLA if you’re in a heavily congested residential area.

Ty Sutherland

With over a decade in game network and hardware optimization, Ty is a seasoned expert committed to enhancing your gaming experience. He's worked with industry leaders across platforms, from PC to mobile, advocating for accessible, cutting-edge optimization tools. At "Fix Game Lag," Ty keeps you updated on the latest gaming resources and solutions, leveling the playing field for all gamers.

Recent Posts