Yeah — that’s a frustrating situation, especially since it worked perfectly during the open beta. Based on what you’re describing — teleporting players, rubberbanding, delayed movement/aiming, and high latency/packet loss — the issue sounds network-related rather than GPU/CPU performance. Let’s go through the most likely causes and fixes step-by-step:
🔍 1. Confirm it’s not your connection
Even good hardware can’t overcome network instability.
Test ping & packet loss
Open Command Prompt and run:
ping 8.8.8.8 -n 50
Then run:
tracert ea.com
If you see timeouts or high spikes, there’s packet loss between you and the EA/Battlefield servers.
Run a speed test (speedtest.net).
Look for consistent upload/download and ping under ~50 ms.
Try a wired connection (Ethernet) if you’re on Wi-Fi — Wi-Fi interference often causes packet loss in games.
🌐 2. Check Battlefield 6 server location
Sometimes the full release connects you to different data centres than the open beta did.
In Battlefield 6, go to Settings → Network Graph (if available) or enable it via console/launch parameters:
-networkGraph 1
Check your latency (should be under ~60 ms).
If you’re being connected to a far-away region (like Asia/US servers instead of Australia), that’s likely the cause.
➡️ Workaround: use a VPN set to Sydney/Melbourne or try the in-game server browser (if it exists) to force AU servers.
⚙️ 3. Background network traffic
Ensure no one else on your network is:
Streaming 4K video,
Downloading large updates,
Using cloud backup (OneDrive, Steam, Windows Update).
You can check with Resource Monitor → Network tab to see what’s using your connection.
🧩 4. Game-specific or server-side issues
Since you mentioned others are reporting the same symptoms — this might be on EA’s side.
Check @BattlefieldComm on X/Twitter or EA Help forums for outage or latency reports.
During open beta, EA often used different test servers — now you’re likely on production servers with regional load balancing issues.
💻 5. System and driver checks
Even though this doesn’t sound like a performance issue, still good to confirm:
Update to the latest NVIDIA driver (clean install using DDU if needed).
Ensure Windows Update and network drivers are current.
Disable NVIDIA Reflex Low Latency Mode temporarily — sometimes it makes things worse under high packet loss.
🧠 6. Extra troubleshooting
Try flushing DNS cache:
ipconfig /flushdns
Reset your network adapter:
netsh winsock reset
Reboot your router/modem afterward.
If you’d like, I can help you pinpoint the exact issue — just tell me:
Your average latency and packet loss % (from the in-game graph or ping test),
Your ISP and region (e.g. Melbourne, Sydney, etc.),
Whether you’re on Wi-Fi or Ethernet.
Once I have that, I can tell you if the issue is likely your end or EA’s servers.