Dune: Awakening Stuttering Fix: Stop Hitches and FPS Drops
Published
On this page
Most Dune: Awakening stuttering is Unreal Engine 5 shader compilation and open-world streaming from storage — not a broken PC — so the biggest wins are an SSD, the latest driver hotfix, and a CPU-safe FPS cap. This guide works through the causes in order of impact, starting with the changes that fix the most hitching for the least effort.

Average FPS hides stutter. Watch the frame-time graph — a flat line at 60 feels better than a spiky average of 90.
Step 1 — Diagnose with frame time, not FPS
The FPS counter barely reacts to a single long frame, but your eyes catch it instantly. Turn on a frame-time graph and watch when the spikes land:
- Spikes when new effects, sandworms or areas first appear → shader compilation. Go to Step 2.
- Spikes when fast-travelling or sprinting into new terrain → storage/streaming. Go to Step 3.
- Spikes that build the longer you play, worst at high Textures → VRAM pressure. Go to Step 4.
- Constant sawtooth everywhere → CPU limit or an FPS cap problem. Go to Step 5.
Set up a graph with the RivaTuner Statistics Server guide or an in-game FPS overlay.
Step 2 — Update the driver and let shaders build
Dune: Awakening launched with the usual UE5 first-run hitching, and NVIDIA’s Game Ready driver for the game included a stability hotfix that fixed most of it. Do this before changing any in-game setting:
- Update to the latest GPU driver. On NVIDIA, a clean install is safest if stutter started after an older driver — see how to clean install GPU drivers with DDU.
- On NVIDIA, set Shader Cache Size to 100 GB or Unlimited in NVIDIA Control Panel → Manage 3D Settings. A too-small cache re-compiles the same shaders repeatedly, which you feel as endless hitching.
- After changing any graphics setting, play 15-20 minutes before judging — UE5 recompiles shaders in the background whenever settings change, so the first few minutes always look worse than the real result.
If hitching persists after a driver or game update, clear the stale cache and rebuild it in one clean session — see clear shader cache to fix stuttering and the background in shader compilation stutter explained.
Step 3 — Fix storage and streaming hitches (the big one)
Dune: Awakening streams Arrakis continuously, and players report disk usage spiking from 5-10% up to 50% during traversal — that spike is the hitch. Storage speed matters more here than in a corridor game:
- Install on an SSD, ideally NVMe. A mechanical hard drive cannot feed UE5’s streaming, and moving the game to an SSD is the single biggest fix if you are on one. Compare the real difference in NVMe vs SATA SSD for gaming.
- Leave 15-20% of the drive free. A nearly full SSD loses sustained speed, which reads as traversal stutter.
- Close disk-hammering background apps while playing — cloud sync, antivirus scans, browser downloads, and capture software all compete for the same reads.
- Enable XMP/EXPO so RAM runs at its rated speed; JEDEC defaults starve an open-world streaming engine — see how to enable XMP or EXPO.
- 16 GB is the practical floor; 32 GB helps. With Discord and a browser open, 16 GB systems page to disk during traversal, which reads as stutter.
Step 4 — Size Textures to your VRAM and pick one upscaler
Dune: Awakening’s texture and lighting load can overrun 8 GB cards, and the slow-building spike pattern is VRAM pressure. In Settings → Graphics:
| Setting | Change | Why |
|---|---|---|
| View Distance | Low–Medium | Drives streaming and traversal cost the most |
| Effects Quality | Medium | Big saving in sandstorms and combat set-pieces |
| Textures | One tier below where VRAM fills | Prevents the slow-building spike pattern |
| Shadows | Medium | Meaningful cost, little visual loss |
| Upscaling (DLSS / FSR / TSR / XeSS) | Quality | Large GPU saving; pick one and stick with it |
| Motion Blur | Off | Hides detail and adds perceived latency |
Watch VRAM in your overlay during real play, not in a menu. If it sits at 95-100% of your card’s capacity, drop Textures one tier and the spikes usually go with it.
Dune: Awakening supports DLSS 4, FSR 3.1, TSR and XeSS 2. A specific upscaler or its Frame Generation can itself introduce stutter — turn upscaling off for one session to test, and if the hitching stops, switch upscalers rather than disabling it. Only enable Frame Generation once you already hold 60+ FPS; below that it makes hitching feel worse. If you use FSR 3 Frame Generation, turn V-Sync on, because FSR frame generation needs it for stable pacing (DLSS does not). Which upscaler to prefer is covered in DLSS vs FSR vs XeSS for gaming.
Step 5 — Cap FPS to what your CPU can always hold
Dune: Awakening’s frame rate swings between open desert and dense bases or combat, and those swings are the stutter you feel. Capping removes them:
- Play through a busy area and note the lowest stable FPS.
- Cap a few frames below that number with RTSS or your driver’s frame limiter.
- Keep V-Sync off and use the cap instead (except with FSR Frame Generation, which needs V-Sync); with G-Sync or FreeSync, cap 3-4 FPS below your refresh rate.
A locked 60 genuinely feels smoother than an average of 90 that keeps dropping to 45. The reasoning and exact values are in the best FPS cap for low latency.
Step 6 — Clear the usual Windows-side culprits
If the frame time is still spiky:
- Run in exclusive Fullscreen, not borderless — see fullscreen vs borderless vs windowed.
- Disable MPO if you get flickering plus stutter on NVIDIA — disable MPO to fix stutter and flickering.
- Close overlays you don’t need; keep one for monitoring.
- Check DPC latency if the spikes are periodic and happen outside the game too — how to fix high DPC latency.
What to expect honestly
Dune: Awakening is a large UE5 open world, so some first-visit hitching while the engine builds its cache is normal and no configuration removes it completely. What the steps above remove is the repeatable stutter: the shader-cache thrash, the storage spikes on slow drives, the VRAM spikes, and the frame-rate swings. After an SSD, the latest driver, a sensible texture tier and a CPU-safe FPS cap, the frame-time line should be flat enough that the remaining hitches are rare and short.
For the system-side layer underneath all of this — a steady timer, a clean power plan and a tuned frame pipeline — start with how to minimize input delay for competitive gaming and the timer resolution pillar guide.
Related guides
Frequently asked questions
Why does Dune: Awakening stutter so much on PC?
Dune: Awakening runs on Unreal Engine 5 and streams a large open world, so most of its stutter comes from two things: shader compilation the first time you meet new effects or areas, and asset streaming from storage as you sprint or fast-travel across Arrakis. On a mechanical hard drive the storage-read spikes are severe. Installing on an SSD, running the latest Game Ready driver hotfix, and capping FPS removes the bulk of it, and turning upscaling off briefly tells you whether DLSS/FSR is the cause of your particular hitching.
How do I stop storage-spike stuttering in Dune: Awakening?
Dune: Awakening streams assets continuously, and players see disk usage spike from 5-10% up to 50% during traversal, which shows as a hitch. Install the game on an SSD (NVMe if you have one), keep 15-20% of the drive free, and close background apps that hammer the disk (cloud sync, antivirus scans, browser downloads). If you are on a hard drive, moving Dune: Awakening to an SSD is the single biggest fix available.
Does DLSS or FSR cause stuttering in Dune: Awakening?
It can. Dune: Awakening supports DLSS 4, FSR 3.1, TSR and XeSS 2, and some players find a specific upscaler or its Frame Generation introduces stutter, blurry frames or sudden FPS drops. Turn upscaling off for one session to see if the hitching disappears — if it does, switch to a different upscaler (DLSS generally looks and paces best on NVIDIA) rather than turning it off permanently. If you use FSR 3 Frame Generation, enable V-Sync, because FSR frame generation needs it for stable frame pacing.
Did a Dune: Awakening patch or driver fix the stuttering?
NVIDIA's Game Ready driver for Dune: Awakening shipped a stability hotfix that resolved most people's launch-window stutter, so updating your GPU driver is an early step. Funcom has also patched performance since launch. If stutter returns right after a game patch, that is usually the shader cache being invalidated and rebuilt — play 15-20 minutes at your final settings before judging, then it should settle.
What are the best settings to reduce Dune: Awakening stutter?
Lower View Distance and Effects first — they drive the streaming and combat spikes — set Shadows to Medium, keep Textures only as high as your VRAM allows without filling it, and enable an upscaler at Quality. Cap your FPS a few frames below the lowest value you hold in a busy area so the frame rate stops swinging. These flatten the frame-time line rather than just raising the average, which is what actually feels smooth.