Avowed Stuttering Fix (PC): Stop Traversal Hitches and Shader Stutter

On this page

To fix Avowed stuttering, lower Global Illumination and Shadows to High, enable DLSS or FSR, install on an NVMe SSD, and add the D3D12.PSO.DriverOptimizedDiskCache=1 line to Engine.ini to kill the early shader hitching. Avowed is an Unreal Engine 5 game, so most of its stutter traces to a handful of UE5-typical causes — shader compilation, traversal streaming, and heavy Lumen lighting — rather than one broken setting. This guide fixes each in order of impact.

Avowed Stuttering Fix (PC): Stop Traversal Hitches and Shader Stutter

What actually causes Avowed stutter

Avowed stutter falls into four buckets, and the fix depends on which one you have:

SymptomMost likely causePrimary fix
Heavy hitching in the first 1–2 minShader/PSO warm-upEngine.ini disk-cache tweak; update driver
Brief freezes entering new areasUE5 traversal streamingInstall on NVMe SSD; enable DirectStorage
Frame drops in dense/lit scenesLumen GI + Effects loadGlobal Illumination & Shadows → High
Texture pop-in + micro-stutterHDD install / low VRAMMove to SSD; drop Textures one notch

Diagnose before you change settings: watch your frame time with the RivaTuner Statistics Server overlay. One-time spikes at startup are shader warm-up; spikes when you cross into a new zone are traversal streaming; steady drops in lit interiors are GPU-bound Lumen lighting.

Fix 1: The Engine.ini disk-cache tweak (the big early-stutter fix)

Avowed’s worst hitching is concentrated in the first minute or two of a session as it warms its shader/PSO pipeline. A single config line removes most of it:

  1. Update your GPU driver first so the cache builds against the current version.

  2. Open %LOCALAPPDATA%\Alabama\Saved\Config\Windows\Engine.ini in Notepad (Alabama is Avowed’s internal project name).

  3. Add these lines under the [SystemSettings] section (create the section header if it isn’t there):

    [SystemSettings]
    D3D12.PSO.DriverOptimizedDiskCache=1
  4. Save and launch the game.

This keeps an optimized shader/PSO cache on disk so the driver stops rebuilding it every session. For the background on why UE5 games hitch while compiling shaders, see our shader compilation stutter explainer. If hitching continues after a driver change, clear the shader cache so it rebuilds cleanly.

Fix 2: Tame the heavy UE5 settings

The biggest cause of drops in dense, well-lit scenes is Unreal Engine 5’s lighting load.

  • Global Illumination → High. GI is the single largest FPS lever in Avowed because it drives Lumen’s software ray-marching cost. High recovers a large chunk of GPU headroom with little visible change during play.
  • Shadows → High (not Epic). Shadows are the second-biggest GPU drain; Epic adds fine detail you rarely notice in combat for a significant frame cost. High is the sweet spot.
  • Effects → High (don’t go lower). Medium and Low Effects introduce blocky edges around objects that are more distracting than the frames are worth — this is the one setting to keep up.
  • Ray Tracing → Off. RT in Avowed is an experimental afterthought that tanks performance and adds stutter; the default software Lumen already handles global illumination. Leave RT off unless you have a high-end RTX card and headroom.

For the full recommended configuration with a settings table, see best Avowed settings for FPS.

Fix 3: Storage and VRAM — the streaming stutter

Avowed streams the Living Lands continuously, so slow storage and tight VRAM show up as pop-in and traversal micro-stutter.

  • Install on an SSD, not a hard drive — an HDD guarantees streaming hitches. NVMe is ideal, and with DirectStorage the GPU decompresses assets directly for smoother traversal (see NVMe vs SATA for gaming).
  • Watch your VRAM. If you see texture pop-in and stutter that worsens over time, drop Texture quality one notch — this is a VRAM ceiling, not a CPU problem.
  • Run your RAM at rated speed with XMP/EXPO enabled to keep 1% lows stable.

Fix 4: Use upscaling and cap your frame rate

Set DLSS or FSR — Avowed ships with DLSS 4 on NVIDIA and FSR 3 on AMD — to Quality at 1080p/1440p (or Balanced at 4K). DLSS Quality runs roughly 57% faster than native here with minimal visual loss, and it smooths GPU-bound frame times. See DLSS vs FSR vs XeSS to pick the best one for your GPU. DLSS frame generation is available natively on RTX 40-series and above; treat it as a smoothness boost on an already-stable base, not a fix for stutter, because it adds a little latency (frame generation input lag explained).

Then cap your FPS to a value your PC holds steadily. A steady, capped frame rate feels far smoother than an uncapped one that swings, and capping is one of the most effective anti-stutter tools. Our FPS cap guide and best FPS cap for low latency walk through the right value.

Fix 5: Windows and driver housekeeping

Still dropping frames?

Once the world is smooth, the remaining wins are in input responsiveness. Lower system-level input lag with the timer resolution guide and our input delay guide. For the full graphics breakdown with recommended values, see best Avowed settings for FPS.

Frequently asked questions

Why does Avowed stutter on PC?

Avowed stutter comes mainly from its Unreal Engine 5 base: shader-compilation hitches in your first session, traversal stutter as new areas of the Living Lands stream in, and heavy Lumen global illumination in dense scenes. Lower Global Illumination and Shadows to High, enable DLSS or FSR, install on an NVMe SSD, and add the Engine.ini disk-cache tweak to remove the early hitching.

How do I fix the shader stutter in the first few minutes of Avowed?

Avowed's worst hitching happens in the first 1–2 minutes as it warms its shader pipeline. Add the line D3D12.PSO.DriverOptimizedDiskCache=1 to Engine.ini at %LOCALAPPDATA%\Alabama\Saved\Config\Windows\Engine.ini, then save the file. This tells the driver to keep an optimized shader/PSO cache on disk, which removes most of the early startup stutter. Update your GPU driver first so the cache builds against the latest version.

Should I turn off ray tracing in Avowed?

Yes, for most players. Ray tracing in Avowed is an experimental option that tanks performance and adds frequent stutter for only a small lighting improvement, because the game already uses software Lumen global illumination by default. Turn ray tracing off in Graphics Settings and keep the far cheaper software Lumen unless you have a high-end RTX card and headroom to spare.

Does Avowed need an SSD?

Yes. Avowed streams its world continuously, so an SSD is effectively required — installing on a hard drive causes texture pop-in, delayed loading, and traversal micro-stutter as you move between areas. An NVMe SSD is ideal and, with DirectStorage, lets the GPU decompress assets directly for smoother traversal, but any SATA SSD is a large improvement over an HDD.

How do I stop FPS drops in Avowed?

To stop FPS drops in Avowed, lower Global Illumination to High (the single largest FPS lever, since it drives Lumen), drop Shadows to High, keep Effects at High to avoid blocky edges, and enable DLSS or FSR at Quality. Then cap your frame rate to a value your PC holds steadily so frame times stay flat, and turn ray tracing off unless you have a high-end GPU.