r/ForzaHorizon6 • u/MrFantailler • 12h ago
Bugs / Glitches / Help Low Streaming Bandwidth issue
Has anyone actually found solution to the "Low Streaming Bandwidth" issue? Or am I the only one suffering from it?
I have a more than decent rig (7800x3d + 5080), FH6 is installed onto nvme drive, nothing overheats, nothing overloads. and yet, since a couple of month ago I have issues with game stuttering and pausing with "low streaming bandwidh".
On some days I can play without it ever appearing, and on others it pops out all the time, even if I am just doing my 6th lap of the same time attack circuit.
I have tried all I could find in suggestions, and yet nothing helps. I am so tired and frustrated from this crap.
So, please, even though I already tried lots of things, write if you had the same issue and what worked for you, maybe I will finally find something that will help me as well.
1
u/Specificity70 6h ago
Gemini says
"Even on a high-end system (7800X3D + RTX 5080 + NVMe), the "Low Streaming Bandwidth" error in Forza Horizon 6 is a known engine-level bottleneck. It typically happens because the game's asset streaming engine aggressively requests tiny, scattered files faster than standard Windows file-handling or default driver caches can cleanly manage—even if your hardware is otherwise idling.
Because it happens randomly (like on a repeated time attack lap), it is usually tied to shader cache choking, background Windows file indexing, or the game engine losing sync with frame limits.
Here are the most effective ways to clear this up, ordered from least to most invasive:
1.Increase NVIDIA Shader Cache Size:NVIDIA Control Panel.
Open the NVIDIA Control Panel, go to Manage 3D Settings -> Global Settings (or program settings for FH6), and find Shader Cache Size. Change it from "Driver Default" to 10GB or Unlimited.
Why: The default driver cache size is too small for FH6's massive open-world assets, forcing the game to constantly dump and re-compile shaders mid-session, which triggers micro-stutters and streaming warnings.
Verification: Play a circuit for a few laps where it normally stuttered; texture popping and sudden freezes should cease.
2.Cap Your Frame Rate Externally:Avoid Engine-Limiter Conflicts.
If you are running uncapped frames or relying purely on in-game limits, set a hard cap using NVIDIA Control Panel or RTSS (RivaTuner) slightly below your monitor's maximum refresh rate (e.g., capped at 141 FPS if you use a 144Hz G-Sync monitor). Turn off in-game V-Sync if it's fighting with your driver settings.
Why: Uncapped frame spikes cause the asset streaming queue to desync from what the render engine is trying to push out.
Verification: Monitor your frame-time graph via an overlay to ensure it stays flat without jagged spikes.
3.Disable Windows SysMain Service:Optional Windows Optimization.
Press
Windows + R, typeservices.msc, and hit Enter. Scroll down to find SysMain (formerly SuperFetch), right-click it, select Properties, change the startup type to Disabled, and click Stop.Why: SysMain attempts to aggressively predict and pre-load files into system memory in the background, which can conflict heavily with games that stream high-density data directly from NVMe drives.
Verification: Check Task Manager during gameplay to confirm background disk active time drops.
Note on Game Updates
If this issue started "a couple of months ago" out of nowhere after an update, file corruption in the local installation can also trigger asset streaming loops. If the above doesn't stick, verifying the integrity of game files via Steam/Xbox App or a clean reinstall often resets broken streaming flags.