EA FC 26 has a VRAM memory leak that makes the game run worse the longer you play. Forum reports on EA’s technical support board show the game leaking approximately 1,674 MB of VRAM per match on a 4 GB RTX 3050. After two matches, available VRAM drops to 0.7 MB. The GPU stays fully clocked at 1,965 MHz with normal temperatures, but FPS collapses from 60 to single digits because there is simply no memory left for new frames.
This leak has existed since launch and survived every patch through version 1.6.2 (released June 16, 2026). It is the single biggest performance problem in EA FC 26 on PC, and the only current fix is restarting the game every two to three matches. But the leak is not the only issue. A 30Hz server tick rate inflates input delay in online modes, the Frostbite engine stutters above 120 FPS, and a dual-monitor bug crashes frame rates if your second display runs at a different refresh rate.
The VRAM Memory Leak
The leak was first documented in EA FC 25, where EA patched it in January 2025. A similar or identical bug returned in FC 26 after a November 2025 update and has not been resolved.
What happens: FC 26 allocates VRAM for cutscenes (goal celebrations, replays, pre-match cinematics) and never releases it. Each match adds to the cumulative total. On a 4 GB GPU, two matches can exhaust the entire buffer. On an 8 GB card, degradation typically begins around match four or five. Symptoms include FPS plummeting to 5 or 10, textures failing to load, and the game becoming unresponsive without producing a crash or error message.
The workaround: Restart FC 26 every two to three matches. Close the application completely (not just return to the main menu) and relaunch. This resets VRAM usage to the baseline of roughly 150 MB.
Reduce the leak rate: Skip goal replays and cutscenes whenever possible. Each cinematic allocates additional VRAM that never gets freed. Disabling Strand Based Hair and setting Ambient Occlusion to Low also reduces the per-frame VRAM footprint, giving the leak more room before it hits the ceiling.
If you run a second monitor, disconnect it or match its refresh rate to your primary display. FC 26 allocates a separate rendering context for each active display output, and mismatched refresh rates force the engine to maintain two separate buffer pools. On a 4 GB card, this alone can cut your effective VRAM headroom in half.
EA lists 12 GB as the recommended RAM. With the memory leak active, 16 GB is the practical minimum for sessions longer than a handful of matches.
The Three Settings That Matter Most
Dozens of graphics options exist in FC 26. Three account for the majority of performance improvement. Changing everything else produces diminishing returns.
Render Scale: Drop from 100% to 85%. Testing by Hone shows a 30 to 40% FPS improvement with minimal visual impact during actual gameplay. Player models and the pitch look nearly identical at match camera distance; the difference only shows in close-up cutscenes.
Ambient Occlusion: Set to Low. This yields roughly 20% more FPS on mid-range hardware. AO adds soft shadows under players and stadium structures. At the camera distance used during gameplay, the difference between Low and Ultra is almost invisible.
Strand Based Hair: Turn it off. This setting renders individual hair strands on player models. It is purely cosmetic, has zero gameplay impact, and costs measurable FPS on every GPU tier.
Display Mode: Use Windowed Borderless instead of Fullscreen. FC 26 has a known issue detecting monitor refresh rates in Fullscreen mode. Windowed Borderless avoids the bug entirely and maintains correct refresh rate behavior.
On GPUs with 6 GB or more VRAM, additional savings from Anti-aliasing (Medium), Shadows (Medium), and Grass Quality (Low) are less dramatic than the three above but still worth testing if you are below your target frame rate.
The 90 FPS Cap and the Refresh Rate Config Fix
EA FC 26’s Frostbite engine develops micro-stutters above 120 FPS. The frame pacing becomes inconsistent even on hardware that can sustain 144+ FPS, creating a jittery feel that many players mistake for network lag.
The fix is to cap your frame rate at 90 FPS, but not through the game’s built-in limiter. FC 26’s internal frame rate cap introduces its own stutter. Instead:
- Set the in-game Frame Rate Limit to “No Limit”
- Disable in-game VSync
- Open your GPU control panel (NVIDIA Control Panel or AMD Adrenalin)
- Add FC26.exe to the program list
- Set Max Frame Rate to 90
- Enable VSync in the driver settings only
This combination lets the driver handle frame pacing, which is more consistent than the game’s internal implementation.
The fcsetup.ini refresh rate fix: FC 26 sometimes detects your monitor’s refresh rate incorrectly, locking output to 60Hz on a 144Hz display. To force the correct value:
- Navigate to
C:\Users\[YourName]\Documents\EA SPORTS FC 26 - Open
fcsetup.iniin Notepad - Find the line
REFRESH_RATE = [value] - Change it to your monitor’s actual refresh rate (for example,
REFRESH_RATE = 144) - Save the file, then right-click it, select Properties, and check “Read-only”
The read-only flag prevents the game from overwriting your change on the next launch.
If your local settings are sorted but online matches still feel heavy, the route between your PC and EA’s servers might be adding latency you cannot fix with settings alone.
Online matches still feel sluggish?
WTFast reroutes your game traffic through optimized servers, cutting ping by 30 to 50% for most players.
30Hz Servers and Why Input Delay Is Not Your Fault
EA FC 26 runs its online servers at a 30Hz tick rate. The server updates the game state roughly 30 times per second, once every 33 milliseconds. For comparison, Valorant runs at 128Hz (7.8ms per tick), Counter-Strike 2 uses a sub-tick system that effectively exceeds 64Hz, and even Call of Duty runs at 60Hz for most modes.
At 30Hz, every action you take (a pass, a shot, a skill move) waits up to 33ms just for the server to register it. Add your network latency on top, and the total input delay in an online match can easily reach 80 to 120ms. Forum testing on the EA community boards confirmed that timed finishing windows become nearly unusable above 100ms of combined delay, turning what should be a skill-based mechanic into guesswork.
EA’s netcode compensates for latency by “speeding up” player models on your screen, teleporting them to match the server’s version of reality. This is what causes the speed-up lag that FUT players know well: a player suddenly lurches forward or a ball teleports across the pitch. It is not a bug; it is the 30Hz netcode catching up.
After 20 years in IT operations, I can tell you that 30Hz is a bandwidth and cost decision, not a technical limitation. EA could run these servers at 60Hz; the infrastructure cost would roughly double. Until they do, reducing your own network contribution to the delay is the only lever available.
Wired connection: WiFi adds 10 to 50ms of variable latency. An ethernet cable removes that entirely. If running a cable is not practical, check our guide to fixing packet loss for WiFi optimization steps.
DNS servers: Switch to Cloudflare (1.1.1.1) or Google (8.8.8.8). Your ISP’s default DNS can add 20 to 40ms to initial connection setup times.
Port forwarding: Open these ports on your router for EA FC 26:
- TCP: 1935, 3478, 3479, 3480
- UDP: 3478, 3479, 8080
QoS: If your router supports Quality of Service, prioritize your gaming device. This prevents other devices on your network from competing for bandwidth during matches. Our high ping fix guide covers QoS setup for every major router brand.
EAAntiCheat and Windows Optimizations
EA’s kernel-level anti-cheat service occasionally conflicts with other software and causes persistent stuttering. A fresh reinstall resolves most of these conflicts:
- Navigate to your FC 26 game folder
- Open
__Installer>EAAntiCheat - Run
EAAntiCheat.Installer.exe - Select Uninstall, then run the installer again and select Install
- Run both the EA App and FC 26 as Administrator
Windows settings that affect FC 26 performance:
- Game Mode: Leave it ON (unless you run an AMD 3D V-Cache CPU, where Game Mode can interfere with the chiplet scheduler)
- Hardware-accelerated GPU Scheduling (HAGS): Turn it ON in Settings > System > Display > Graphics
- Power Plan: Set to High Performance or Ultimate Performance
- Windows Defender: Add the FC 26 installation folder to the exclusion list (Settings > Privacy & Security > Windows Security > Virus & threat protection > Exclusions)
Disable overlays from Discord, Steam, GeForce Experience, and Xbox Game Bar. Each overlay injects into the rendering pipeline and can cause frame pacing issues, particularly in Frostbite engine games.
NVIDIA users: In NVIDIA Control Panel, set these for FC26.exe: Power management mode to Prefer maximum performance, Low Latency Mode to Ultra, Texture filtering quality to High performance, and Threaded optimization to On.
AMD users: In AMD Adrenalin, enable Radeon Anti-Lag and set Radeon Chill to 90 FPS for both minimum and maximum. Set Wait for Vertical Refresh to Always On and Texture Filtering Quality to Performance.
If you have worked through every setting above and FUT matches still feel inconsistent, testing a different network route to EA’s servers costs nothing.
Still getting speed-up lag in FUT?
WTFast’s gaming network finds a faster path between your PC and EA’s servers. Most players see results within one match.
Console Fixes: PS5 and Xbox Series
The VRAM leak is PC-specific, but console players deal with their own FC 26 performance problems. HyperMotion V3 on PS5 creates inherent processing overhead that can cause frame dips during dense scenes such as corners and free kicks with many players in the box.
PS5 cache clear and database rebuild:
- Power off the PS5 completely (do not use Rest Mode)
- Hold the power button for seven seconds until you hear a second beep
- Connect a controller via USB cable
- Select Option 6: Clear Cache and Rebuild Database
- Clear the cache first, then let the database rebuild (5 to 20 minutes)
This resolves corrupted shader caches and fragmented asset storage that accumulate over months of updates.
Xbox Series cache clear:
- Shut down the console fully
- Unplug the power cable from the wall
- Wait two full minutes
- Press the power button five times while unplugged (this drains residual charge)
- Reconnect power and restart
On both consoles, switching from WiFi to a wired ethernet connection remains the single highest-impact change for online play. Console WiFi chipsets introduce more latency variance than their PC counterparts, and FC 26’s 30Hz tick rate makes every extra millisecond more noticeable.
Patch 1.6.2 (June 16) addressed some frame rate drops specifically in the second half of matches on PC. If you have not updated recently, install the latest patch before troubleshooting further. EA has not yet acknowledged the VRAM leak as a known issue in their patch notes, but the pattern mirrors the FC 25 leak that eventually received a dedicated fix in early 2025.
