Rainbow Six Siege Network Lag Diagnosis
Rainbow Six Siege’s AnvilNext 2.0 engine makes every 20ms of ping difference critical for peeker’s advantage. When your ping spikes above 60ms or fluctuates more than 15ms during firefights, you’re giving opponents a significant tactical advantage in ranked matches.
The game’s precise hit registration and fast time-to-kill mechanics mean network inconsistencies translate directly into lost gunfights. A stable 30ms connection beats a fluctuating 40-80ms connection every time.
How to Check If You Have a Lag Problem
Enable the in-game ping display by going to Settings > Display > HUD Preferences > Network Icons > Always. This shows real-time ping, packet loss, and connection quality icons in the top-right corner during matches.
Your ping should stay below 60ms for competitive play. More importantly, watch for ping spikes exceeding 100ms or yellow/red connection icons indicating packet loss. If your ping varies by more than 20ms consistently, you have a routing or ISP throttling issue.
Open Command Prompt and run continuous pings to your regional data center:
- East US: ping -t 162.244.54.x
- West US: ping -t 162.244.55.x
- North EU: ping -t 162.244.52.x
- West EU: ping -t 162.244.53.x
Run this for 5 minutes while gaming. Consistent ping with occasional spikes indicates ISP routing issues. Gradual ping increases suggest thermal throttling or background processes consuming bandwidth.
Distinguish network lag from performance lag by monitoring your frame rate. Network lag shows as delayed hit registration and rubber banding with stable FPS. Performance lag shows as stuttering, frame drops, and delayed input response even in Terrorist Hunt offline.
Use Resource Monitor to check network utilization. If you’re consistently using above 80% of your available bandwidth during matches, other devices or applications are competing for your connection.
DNS Server Configuration
Ubisoft’s default DNS routing often connects you through suboptimal paths to data centers. Switch to Cloudflare’s gaming-optimized DNS servers for better routing to Siege’s AWS-hosted infrastructure.
Go to Network and Sharing Center > Change Adapter Settings. Right-click your network connection and select Properties. Select Internet Protocol Version 4 (TCP/IPv4) and click Properties.
Set DNS servers to:
- Primary: 1.1.1.1
- Secondary: 1.0.0.1
For IPv6, use 2606:4700:4700::1111 and 2606:4700:4700::1001. Cloudflare’s infrastructure has direct peering agreements with AWS, reducing hop count to Siege’s data centers by 2-4 routing hops on average.
Flush your DNS cache after changing servers. Open Command Prompt as administrator and run:
- ipconfig /flushdns
- ipconfig /registerdns
- ipconfig /release
- ipconfig /renew
Test your new routing with tracert 162.244.54.1 (replace with your regional data center IP). You should see fewer hops and potentially lower overall latency to Ubisoft’s servers.
Port Forwarding and NAT Configuration
Rainbow Six Siege requires specific ports open for optimal connectivity. A strict or moderate NAT type causes connection timeouts and forces the game to relay traffic through additional servers.
Forward these ports to your gaming PC’s local IP address:
TCP Ports:
- 80 (HTTP)
- 443 (HTTPS)
- 13000, 13005, 13200
- 14000, 14008
- 14020-14024
UDP Ports:
- 10000-10099 (Game traffic)
- 3478-3480 (Voice chat)
Access your router’s admin panel (usually 192.168.1.1 or 192.168.0.1). Navigate to Port Forwarding or Virtual Servers. Create separate rules for each port range, pointing to your PC’s static IP address.
Set your PC to a static IP to prevent port forwarding rules from breaking. Go to Network Connections > Properties > Internet Protocol Version 4 and set:
- IP Address: 192.168.1.100 (or similar, outside your router’s DHCP range)
- Subnet Mask: 255.255.255.0
- Default Gateway: Your router’s IP
Enable UPnP in your router settings as a backup for dynamic port assignment. Some ISPs block certain ports, so test your NAT type in-game after configuration. An “Open” NAT type confirms proper port forwarding.
QoS Traffic Prioritization
Quality of Service settings prevent other devices from consuming bandwidth during ranked matches. Configure QoS to prioritize Rainbow Six Siege traffic over streaming, downloads, and other devices.
Access your router’s QoS settings and create a gaming device priority rule. Set your gaming PC to “Highest” priority for both upload and download traffic. Limit other devices to 70% of your total bandwidth during peak gaming hours.
For advanced routers supporting application-based QoS, create specific rules for:
- RainbowSix.exe – Highest priority
- RainbowSix_BE.exe – Highest priority
- UbisoftConnect.exe – High priority
Set bandwidth allocation to reserve at least 1Mbps upload and 3Mbps download exclusively for your gaming PC. Siege uses approximately 100KB/s during matches, but you need headroom for voice chat and anti-cheat communication.
Enable “Gaming Mode” or “Adaptive QoS” if available. These features automatically detect gaming traffic and prioritize it over bulk data transfers like Windows updates or cloud backups.
Configure upload prioritization specifically. Most home connections have limited upload bandwidth (25Mbps down/3Mbps up is common). Outgoing game packets compete with streaming uploads, video calls, and cloud sync services.
Wired Connection Optimization
Wireless connections introduce 3-15ms of additional latency and packet loss during congestion. Use a wired Ethernet connection for competitive play.
Replace old Cat5 cables with Cat6 or Cat6a cables rated for 1Gbps. Damaged or low-quality cables cause packet retransmissions that manifest as micro-stutters in gameplay.
Related: Game Lag Fix: Every Cause of In-Game Lag Solved for PC and Console
Check your network adapter settings in Device Manager. Right-click your Ethernet adapter and select Properties > Configure > Advanced. Optimize these settings:
- Speed & Duplex: Set to your connection speed (1.0 Gbps Full Duplex for gigabit)
- Interrupt Moderation: Disabled
- Receive Buffers: 512
- Transmit Buffers: 512
- Large Send Offload v2: Disabled
- TCP Checksum Offload: Disabled
Disable Windows’ network adapter power management. Go to Device Manager > Network Adapters, right-click your adapter, and select Properties > Power Management. Uncheck “Allow the computer to turn off this device to save power”.
If you must use wireless, connect to 5GHz bands only and select a channel with minimal interference. Use WiFi Analyzer to identify the least congested channel in your area. Channels 36, 40, 44, and 48 typically have less interference than higher channels.
MTU Size Optimization
Maximum Transmission Unit size affects packet fragmentation and can cause stuttering in Rainbow Six Siege. The default 1500 MTU works for most connections, but some ISPs require smaller values.
Test your optimal MTU size using ping with the “don’t fragment” flag:
- ping 8.8.8.8 -f -l 1472
- ping 8.8.8.8 -f -l 1464
- ping 8.8.8.8 -f -l 1450
Find the largest packet size that doesn’t fragment. Add 28 bytes for headers to get your optimal MTU. For example, if 1464 bytes work without fragmentation, set MTU to 1492.
Change MTU in Command Prompt as administrator:
- netsh interface ipv4 show subinterface (find your adapter name)
- netsh interface ipv4 set subinterface “Wi-Fi” mtu=1492 store=persistent
Replace “Wi-Fi” with your actual adapter name. Some fiber and cable internet connections work better with MTU values of 1492 or 1480, while others require the full 1500 for optimal performance.
Test different MTU sizes during actual gameplay, not just ping tests. Some values that work for ping tests cause issues with Siege’s larger data packets during intense firefights with multiple players.
ISP Routing and Server Selection
Force Rainbow Six Siege to connect to your optimal data center by editing the GameSettings.ini file. Navigate to %USERPROFILE%\Documents\My Games\Rainbow Six – Siege and open GameSettings.ini in Notepad.
Add or modify the DataCenterHint line:
- East US: DataCenterHint=eus
- West US: DataCenterHint=wus
- North EU: DataCenterHint=neu
- West EU: DataCenterHint=weu
- East Asia: DataCenterHint=eas
- Southeast Asia: DataCenterHint=seas
- Australia: DataCenterHint=eau
- Brazil: DataCenterHint=sbr
- Japan: DataCenterHint=sjap
Save the file and set it to read-only to prevent the game from changing your selection. Right-click the file, select Properties, and check Read-only.
Test ping to each data center before selecting. Some ISPs route traffic inefficiently, making a geographically distant server actually faster than the “closest” one. AT&T users on the West Coast sometimes get better ping to East US servers due to fiber routing paths.
Contact your ISP if you consistently experience high ping to all data centers during peak hours (7-11 PM local time). Many ISPs throttle gaming traffic or use traffic shaping that prioritizes web browsing over UDP game packets.
Graphics Settings for Network Performance
Certain graphics settings affect network performance indirectly by causing frame drops during intensive moments, which delays input processing and creates perceived lag.
Navigate to Settings > Display and configure these settings for optimal competitive performance:
- Display Mode: Fullscreen
- Render Scaling: 100% (never use dynamic resolution)
- Texture Quality: Medium or High (based on VRAM)
- Texture Filtering: Linear
- LOD Quality: Medium
- Shading Quality: Low
- Shadow Quality: Medium
- Reflection Quality: Low
- Ambient Occlusion: Off
- Lens Effects: Off
- Zoom-In Depth of Field: Off
- Anti-Aliasing: T-AA
Disable V-Sync and use the in-game FPS limiter instead. Set the FPS limit to your monitor’s refresh rate +10 frames. For a 144Hz monitor, set the limit to 154 FPS. This prevents GPU driver-level frame buffering that adds input delay.
Use Vulkan API if you have an AMD graphics card, or DirectX 11 for NVIDIA cards. Vulkan reduces CPU overhead on AMD systems, preventing frame drops during intense multiplayer moments that can make network lag feel worse.
Turn off Lens Effects completely. This setting causes significant frame drops during explosions and breaching charges, creating stutters that compound network lag issues during critical moments.
Audio and Voice Chat Settings
Voice chat settings affect network performance because audio packets compete with game data on limited upload bandwidth.
Go to Settings > Audio and set:
- Voice Chat Volume: 50-70%
- Voice Chat Record Level: Auto
- Voice Chat Record Mode: Push to Talk
- Voice Chat Output Device: Your primary audio device
Push-to-talk reduces constant upload traffic from voice activation. Open microphones transmit continuously, using 20-40 KB/s of upload bandwidth that could otherwise be used for game packets.
If your team uses Discord instead of in-game voice chat, completely disable Siege’s voice chat to free up network resources. Set Voice Chat to Off in the audio menu.
Configure Discord for minimal bandwidth usage:
- Server bitrate: 64 kbps maximum
- Enable “Use Legacy Audio Subsystem” if experiencing audio stutters during gameplay
- Disable “Automatically determine input sensitivity”
- Set push-to-talk with a comfortable key binding
System-Level Network Optimization
Windows network stack optimization reduces latency and improves packet processing efficiency. These registry modifications require administrator access.
Open Registry Editor as administrator and navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters. Create these DWORD values if they don’t exist:
- TcpAckFrequency: 1
- TCPNoDelay: 1
- TcpDelAckTicks: 0
- NetworkThrottlingIndex: 10
- SystemResponsiveness: 0
Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile and set:
Still lagging after trying everything?
WTFast reroutes your game traffic through optimized servers — cutting ping by 30-50% for most players.
- NetworkThrottlingIndex: FFFFFFFF (hexadecimal)
- SystemResponsiveness: 0
Create a gaming network profile at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games:
- GPU Priority: 8
- Priority: 6
- Scheduling Category: High
- SFIO Priority: High
Restart your computer after making registry changes. These modifications disable Windows’ network throttling, reduce TCP acknowledgment delays, and prioritize gaming traffic over background system processes.
Graphics Driver Configuration
Graphics driver settings significantly impact perceived network lag by affecting frame timing and input processing.
NVIDIA Control Panel Settings
Open NVIDIA Control Panel and navigate to Manage 3D Settings > Program Settings. Add RainbowSix.exe and configure:
- Low Latency Mode: Ultra
- Max Frame Rate: Your monitor refresh rate + 10
- Power Management: Prefer Maximum Performance
- Preferred Refresh Rate: Highest Available
- Threaded Optimization: On
- Vertical Sync: Off
- Virtual Reality Pre-rendered Frames: 1
Ultra Low Latency Mode forces the GPU to process frames immediately rather than buffering them, reducing input lag by 10-15ms in most scenarios.
AMD Radeon Settings
Open AMD Radeon Software and go to Gaming > Global Settings:
- Anti-Lag: Enabled
- Radeon Boost: Disabled
- Image Sharpening: Disabled
- Enhanced Sync: Disabled
- Frame Rate Target Control: Set to monitor refresh rate + 10
- GPU Workload: Graphics
AMD Anti-Lag dynamically reduces render queue depth, similar to NVIDIA’s Ultra Low Latency Mode. This setting alone can improve perceived responsiveness by 12-20ms.
Update graphics drivers monthly, not immediately when new versions release. Download drivers directly from manufacturer websites rather than using Windows Update or third-party tools. Beta drivers often contain bugs that cause microstutters in competitive games.
Background Process Management
Background applications consume network bandwidth and CPU resources that should be dedicated to Rainbow Six Siege during competitive play.
Open Task Manager and end these processes before playing ranked matches:
- Windows Update (temporarily disable in Services)
- OneDrive, Google Drive, Dropbox (pause syncing)
- Steam (if not launching Siege through Steam)
- Origin, Epic Games Launcher
- Spotify, music streaming apps
- Browser processes (Chrome, Firefox, Edge)
- Communication apps (Skype, Teams, Slack)
Disable Windows Game Mode for Rainbow Six Siege specifically. Press Windows + G to open Game Bar, click the gear icon, and go to Gaming > Game Mode. Turn off Game Mode – it causes stutters in Siege due to conflicts with BattlEye anti-cheat.
Set Rainbow Six Siege to High priority in Task Manager. Right-click RainbowSix.exe in the Details tab, select Set Priority > High. This ensures the game gets CPU scheduling priority over background processes.
Configure Windows to prevent automatic restarts during gaming sessions. Go to Settings > Update & Security > Windows Update > Advanced Options and set active hours from 6 PM to 2 AM (or your typical gaming window).
Power Management and CPU Configuration
Windows power management can throttle CPU performance during extended gaming sessions, causing frame drops that compound network lag issues.
Related: FC 25 High Ping Fix: How to Stop Input Delay in Online Matches
Related: Call of Duty MW3 Lag Fix: How to Get Low Ping in Multiplayer
Related: Apex Legends Lag Fix: Connection Issues, High Ping, and Packet Loss
Related: Escape from Tarkov Ping Fix: How to Stop Getting Kicked for High Ping
Go to Control Panel > Hardware and Sound > Power Options and select High Performance. Click Change Plan Settings > Change Advanced Power Settings and configure:
- Processor Power Management > Maximum Processor State: 100%
- Processor Power Management > Minimum Processor State: 100%
- PCI Express > Link State Power Management: Off
- USB Settings > USB Selective Suspend: Disabled
Disable CPU parking for better frame consistency. Download and run ParkControl or use Command Prompt as administrator:
- powercfg -setacvalueindex scheme_current sub_processor CPMINCORES 100
- powercfg -setactive scheme_current
This prevents Windows from putting CPU cores to sleep during gameplay, eliminating stutters when cores wake up during intense firefights.
For Intel CPUs, disable SpeedStep in BIOS to maintain consistent clock speeds. For AMD CPUs, disable Cool’n’Quiet. These features cause clock speed fluctuations that create micro-stutters during network-intensive moments.
Advanced Configuration File Modifications
Rainbow Six Siege stores advanced network settings in configuration files that aren’t accessible through the in-game menu system.
Navigate to %USERPROFILE%\Documents\My Games\Rainbow Six – Siege and open GameSettings.ini in a text editor. Locate or add these network-related entries under the appropriate sections:
- NetworkUpdateRate=128 (increases tick rate for smoother hit registration)
- PeerToPeerLimit=0 (forces dedicated server connections)
- NetworkSmoothingFactor=0 (disables client-side lag compensation)
- MaxNetworkFPS=144 (matches your monitor refresh rate)
Edit the network configuration in %LOCALAPPDATA%\Ubisoft Game Launcher\settings.yml. Change the bandwidth limit:
- bandwidth_limit_kbps: 0 (removes artificial bandwidth caps)
Create a custom launch parameter file to override additional network settings. Create a text file named “launch_params.txt” in your Siege installation directory with:
- -refresh 144 -high -nojoy -noaafonts -nod3d9ex
The -high parameter sets process priority, -nojoy disables joystick polling that can cause micro-stutters, and -nod3d9ex disables legacy DirectX compatibility layers.
Back up original configuration files before making changes. Copy GameSettings.ini to GameSettings.ini.backup so you can restore default settings if modifications cause connectivity issues.
Ubisoft Connect and Overlay Optimization
Ubisoft Connect’s overlay and background services can cause significant FPS drops and network interruptions during Rainbow Six Siege matches.
Open Ubisoft Connect and go to Settings > General. Disable these features:
- Enable In-Game Overlay: Off
- Enable Desktop Notifications: Off
- Launch Ubisoft Connect When Windows Starts: Off
- Keep Ubisoft Connect Running in Background: Off
The overlay causes frame drops when receiving friend requests, achievement notifications, or store promotions. Disabling it can improve frame consistency by 5-15 FPS during intensive moments.
Disable cloud save synchronization during gameplay. Go to Settings > General > Cloud Save Synchronization and turn it off. Cloud saves upload during matches, consuming upload bandwidth needed for game packets.
Clear Ubisoft Connect’s cache regularly. Navigate to %PROGRAMFILES%\Ubisoft\Ubisoft Game Launcher and delete the cache folder. This prevents corrupted temporary files from causing connectivity issues.
If you experience persistent connection issues, add Ubisoft Connect and Rainbow Six Siege executables to Windows Defender exclusions. Go to Windows Security > Virus & Threat Protection > Exclusions and add:
- C:\Program Files\Ubisoft\Ubisoft Game Launcher\
- Your Rainbow Six Siege installation directory
Router Firmware and Hardware Considerations
Consumer router firmware often prioritizes web browsing and streaming over gaming traffic, regardless of QoS settings. Consider firmware upgrades for better gaming performance.
Check if your router supports OpenWrt or DD-WRT custom firmware. These alternatives provide more granular control over traffic prioritization and often include gaming-specific optimizations not available in stock firmware.
For ASUS routers, enable Adaptive QoS and set Gaming Mode to “Gaming Accelerator.” This feature specifically recognizes Rainbow Six Siege traffic and prioritizes it automatically.
NETGEAR routers with Dynamic QoS should have Gaming Dashboard enabled. Set your gaming device to “Gaming” category and allocate at least 70% of bandwidth during peak hours.
Replace routers older than 3 years if you have internet speeds above 100Mbps. Older routers with insufficient processing power become bottlenecks, causing packet buffering and increased latency during high-bandwidth usage.
Position your router optimally for wired connections. Keep it away from other electronic devices, microwaves, and wireless phones that can cause electromagnetic interference affecting both wired and wireless performance.
Upgrade Ethernet cables throughout your network path. Cat5e cables are sufficient for gigabit speeds, but Cat6 cables provide better interference resistance and more consistent latency over longer runs.
Console-Specific Optimizations
PlayStation 5 and Xbox Series X/S have specific network settings that affect Rainbow Six Siege performance differently than PC configurations.
PlayStation 5 Network Settings
Go to Settings > System > Console Information and note your current NAT Type. For optimal performance, you need NAT Type 1 or 2.
Configure DNS settings by going to Settings > Network > Settings > Set Up Internet Connection. Select your connection method and choose Advanced Settings:
- DNS Settings: Manual
- Primary DNS: 1.1.1.1
- Secondary DNS: 1.0.0.1
- MTU Settings: 1450
- Proxy Server: Do Not Use
PlayStation 5’s network stack works better with slightly lower MTU values than PC. Test with 1450, then try 1480 if you experience connection issues.
Enable UPnP in your router settings and restart your PS5. The console will automatically configure necessary port forwarding rules for Rainbow Six Siege.
Xbox Series X/S Network Settings
Go to Settings > Network > Network Settings > Advanced Settings and configure:
- DNS Settings: Manual
- Primary DNS: 1.1.1.1
- Secondary DNS: 1.0.0.1
- MTU: 1480
Test your NAT type by going to Settings > Network > Test NAT Type. You need “Open” NAT for optimal connectivity. If you have “Strict” NAT, enable UPnP on your router and use Xbox’s built-in port forwarding.
Enable Quality of Service tagging by going to Settings > Network > Network Settings > Advanced Settings > Alternate MAC Address > Clear. This resets network identification and often resolves connection priority issues.
For both consoles, use wired connections whenever possible. Console wireless adapters typically have higher latency than PC wireless cards, making the performance difference more significant for competitive play.
ISP-Specific Troubleshooting
Different internet service providers have specific quirks that affect Rainbow Six Siege connectivity. Understanding your ISP’s network configuration helps optimize your connection.
Comcast/Xfinity Users
Comcast uses traffic shaping during peak hours that affects gaming traffic. Contact customer service and request to be moved to a different CMTS (Cable Modem Termination System) if you experience consistent lag between 7-11 PM.
Rent Comcast’s latest modem model or purchase a DOCSIS 3.1 modem. Older DOCSIS 3.0 modems cause packet buffering during high usage periods.
Enable Bridge Mode on Comcast’s gateway and use your own router. Their combo units have poor QoS implementation that doesn’t properly prioritize gaming traffic.
AT&T Fiber Users
AT&T’s residential gateways have restrictive firewall settings by default. Log into your gateway (usually 192.168.1.254) and set DMZ+ mode for your gaming PC’s IP address.
AT&T routes gaming traffic through Dallas and Atlanta data centers regardless of your location. West Coast users often get better ping connecting to East US Siege servers.
Verizon FiOS Users
Disable IPv6 on Verizon’s ActionTec routers if experiencing connection instability. Go to My Network > Network Connections > Broadband Connection > Settings and disable IPv6.
Verizon’s network performs better with MTU set to 1492 rather than the default 1500. Change this in your router’s WAN settings.
Contact technical support if your speeds are significantly lower during gaming than speed tests show. Verizon sometimes applies gaming-specific throttling that doesn’t affect web browsing or streaming.
Still lagging after trying everything?
WTFast reroutes your game traffic through optimized servers — cutting ping by 30-50% for most players.
Frequently Asked Questions
What ping is too high for ranked Rainbow Six Siege?
Anything above 60ms puts you at a significant disadvantage for peeker’s advantage and hit registration. The game’s netcode favors lower ping players, so 80ms+ ping makes it nearly impossible to win aggressive peek battles against 30ms players. Your ping should ideally stay below 50ms with minimal variance (less than 10ms fluctuation) for competitive play. If you consistently get 70ms+ to your closest data center, consider switching ISPs or using a gaming VPN service.
Why does my ping spike only in Rainbow Six Siege but not other games?
Siege uses UDP packets exclusively for game traffic, which many ISPs deprioritize compared to TCP traffic used by web browsing. Your ISP may be using traffic shaping that specifically targets gaming UDP packets during peak hours. Additionally, Siege’s anti-cheat BattlEye performs constant background checks that can interfere with some network configurations. Try switching to a wired connection, changing your DNS servers to 1.1.1.1, and contacting your ISP about gaming traffic prioritization.
Should I use a VPN to reduce ping in Rainbow Six Siege?
VPNs can help if your ISP has poor routing to Ubisoft’s data centers, but they’re incompatible with BattlEye anti-cheat and will get you banned. Instead, try different DNS servers (1.1.1.1, 8.8.8.8, or 208.67.222.222) which can improve routing without triggering anti-cheat systems. If you must use a VPN-like service, only use ones specifically designed for gaming that have arrangements with anti-cheat providers. Most traditional VPN services will result in a permanent ban from Rainbow Six Siege.
How do I fix rubber banding that only happens after new season updates?
Post-season rubber banding is usually server-side congestion as returning players overwhelm Ubisoft’s infrastructure. This typically resolves within 2-3 weeks as player counts normalize. On your end, ensure you’re connecting to your optimal data center by adding “DataCenterHint=eus” (or your region) to GameSettings.ini. Clear your DNS cache with “ipconfig /flushdns” and verify your game files through Ubisoft Connect. If rubber banding persists beyond the first month of a new season, it’s likely a server hardware issue that only Ubisoft can fix.
Why does enabling Windows Game Mode make my Siege lag worse?
Windows Game Mode conflicts with BattlEye anti-cheat, causing micro-stutters and frame pacing issues specific to Rainbow Six Siege. Game Mode also interferes with manual CPU priority settings and can limit network bandwidth allocation. Disable Game Mode completely for Siege by going to Settings > Gaming > Game Mode and turning it off. Instead, manually set RainbowSix.exe to High priority in Task Manager and use the High Performance power plan. This gives you the performance benefits without the compatibility issues that cause perceived network lag.
