ARK: Survival Ascended is one of the heaviest Unreal Engine 5 games you can run, and low FPS in it is rarely a mystery. It uses Nanite for geometry, Lumen for global illumination and reflections, and Virtual Shadow Maps for shadows, all on top of dense volumetric clouds and fog and a foliage system that reacts to every dinosaur and player walking through it. Any one of those features is expensive; ASA enables all of them at once. The good news is that the game exposes most of them in its Options menu and the rest through the Tab console and Engine.ini, so you can trim GPU load without touching the parts that make the game look modern. The bad news is that some low-FPS complaints are really CPU-side: the server’s dinosaur count and tick rate, your own render thread on older processors, and the first-launch shader compilation that makes everything look broken for twenty minutes. The checks below separate those causes so you know which lever to pull in 2026.
- Likely Causes
- Fix 1: Lower Global Illumination Quality
- Fix 2: Reduce clouds, fog and water effects
- Fix 3: Trim foliage interaction and density
- Fix 4: Let shader compilation finish
- Fix 5: Use Resolution Scale with DLSS, FSR or XeSS
- Fix 6: Check that you are on a server you can actually run
- Fix 7: Update the GPU driver
- Fix 8: Reset GameUserSettings.ini
- If Nothing Works
- FAQ
Quick answer: Our top pick in 2026 is the Lumen global illumination and reflections at High or Epic — our #1 rated choice. See the full ranked comparison, alternatives and buying advice below.
Likely Causes
| Cause | How to confirm | Fix difficulty |
|---|---|---|
| Lumen global illumination and reflections at High or Epic | FPS climbs sharply when Global Illumination Quality is lowered | Easy |
| Volumetric clouds and fog | FPS improves when Clouds and Fog Quality are set to Low or Off | Easy |
| Foliage interaction and density | FPS collapses in jungles and recovers on beaches | Easy |
| Shader compilation still running after launch or update | Stutter and low FPS for 10-30 minutes after a patch, then settles | Wait it out |
| Resolution Scale above what the GPU can hold | Setting scale to 75 percent with DLSS or FSR restores FPS | Easy |
| Frame Generation disabled or unsupported | GPU supports FG but the option is off in Advanced Graphics | Easy |
| Server-side load or low tick rate | Client FPS fine in single player, poor on one server | Not fixable client-side |
| Outdated GPU driver | Driver predates the current game build | Moderate |
Fix 1: Lower Global Illumination Quality
How to check
Open Options, Graphics, and tick Advanced Graphics to reveal the full list. Find Global Illumination Quality. This controls Lumen, which is the single most expensive feature in the game. Toggle it between Epic and Low while standing in a forest and watch the FPS counter (enable it under Options, Interface, or use your GPU’s overlay).
What to do
Set Global Illumination Quality to Medium or Low. Set Reflections Quality to Low as well, since Lumen reflections share the same cost. Visually you lose some indirect bounce lighting in caves and under dense canopy; in exchange most mid-range GPUs gain a large amount of headroom. If you want to go further, the console command r.Lumen.DiffuseIndirect.Allow 0 disables Lumen GI entirely, at the cost of flatter lighting.
How to undo it
Raise both settings back in Options. Console commands reset on restart unless you placed them in Engine.ini.
Fix 2: Reduce clouds, fog and water effects
How to check
Volumetric clouds and fog are the second big cost. Look straight up at a cloudy sky and note the FPS, then look at the ground; a large difference confirms it.
What to do
In Advanced Graphics set Clouds Quality and Fog Quality to Low. Alternatively, press Tab to open the console and enter r.VolumetricCloud 0 and r.VolumetricFog 0. For water, r.Water.SingleLayer.Reflection 0 removes the costly screen-space water reflections. To make console commands persistent, add them under a [SystemSettings] section in Steam\steamapps\common\ARK Survival Ascended\ShooterGame\Saved\Config\Windows\Engine.ini. Some official and community servers block certain commands as unfair advantages, so test on your own server first.
How to undo it
Set the values back to 1 in the console or delete the lines from Engine.ini.
Fix 3: Trim foliage interaction and density
How to check
If FPS is fine on the beach and terrible in the redwoods or jungle, foliage is your bottleneck. Foliage Interaction Quality controls how many plants bend around creatures; Foliage Quality controls density and draw distance.
What to do
Set Foliage Interaction Quality to Low or Off and Foliage Quality to Medium. Set View Distance to Medium as well, which shortens Nanite streaming distance for distant geometry.
How to undo it
Raise each setting in Options.
Fix 4: Let shader compilation finish
How to check
After every game update or driver install, ASA compiles shaders in the background while you play. For the first 10 to 30 minutes FPS is low and stuttery, then it stabilizes. If your low FPS coincides with a patch day and gradually improves, no fix is needed.
What to do
Load into a single-player world and leave the game running at the main menu or a quiet location until Task Manager shows CPU usage dropping. Do not delete the shader cache in Steam\steamapps\shadercache\2399830 unless you are troubleshooting a crash, because doing so restarts the whole process.
How to undo it
Not applicable.
Fix 5: Use Resolution Scale with DLSS, FSR or XeSS
How to check
In Advanced Graphics, check Resolution Scale and the upscaler dropdown. Rendering at 100 percent of 1440p or 4K with Lumen active is more than most GPUs can sustain at 60 FPS.
What to do
Set Resolution Scale to 67 to 75 percent and enable DLSS (NVIDIA RTX), FSR 3 (AMD or others) or XeSS (Intel) in Quality or Balanced mode. If your card supports it, enable Frame Generation in the same panel; it roughly doubles displayed frame rate, though it adds a little input latency and should be paired with a base frame rate of at least 40 to 50 for good results.
How to undo it
Set Resolution Scale back to 100 and select None as the upscaler.
Fix 6: Check that you are on a server you can actually run
How to check
Join a fresh single-player world and note your FPS in the same biome. If single player runs well but a specific server is slow, that server’s dinosaur count, structure count or tick rate is the constraint. Some low-FPS reports are actually low server FPS, visible in the server browser as a poor ping and stuttery creature movement even while your own frame rate is fine.
What to do
Try a less populated server or one with lower structure limits. For your own dedicated server, review dinosaur count multipliers and wild dinosaur respawn settings.
How to undo it
Not applicable; this is a server choice.
Fix 7: Update the GPU driver
How to check
Compare your driver’s date against the game’s most recent major update. Nanite and Lumen performance depends heavily on driver optimizations that ship after big UE5 game releases.
What to do
Install the latest driver from NVIDIA, AMD or Intel using the clean installation option. Reboot. Let shaders recompile as described in Fix 4 before judging results.
How to undo it
Roll back the driver in Device Manager or install the previous version.
Fix 8: Reset GameUserSettings.ini
How to check
If your settings menu shows values that do not seem to apply, or performance is far worse than players with similar hardware, the settings file may hold stale or conflicting entries from earlier patches or mods.
What to do
Close the game. Rename ShooterGame\Saved\Config\Windows\GameUserSettings.ini to .bak and do the same for Engine.ini if you have edited it. Launch to regenerate defaults, then rebuild your settings using the fixes above.
How to undo it
Delete the regenerated files and restore the .bak copies.
If Nothing Works
Establish a baseline with the Low preset, Resolution Scale at 67 percent and an upscaler enabled, standing in the same spot in a single-player world. If that runs acceptably, walk back up the settings ladder one item at a time until you find the cost that matters most on your hardware. If even the baseline is poor, verify game files in Steam, test a fresh Windows user account, and confirm the game is running on the discrete GPU in Windows Graphics settings. Keep in mind that ASA’s minimum specification is genuinely higher than the original ARK’s, and some hardware that ran Survival Evolved well simply cannot hold a steady frame rate in Ascended without upscaling and Frame Generation.
FAQ
Is there a way to run ASA in DirectX 11?
No. The game requires DirectX 12 because Nanite and Lumen depend on it. Launch options that worked in the original ARK do not apply here.
Why does my FPS improve after the first half hour?
Shader compilation runs in the background after updates. Once it finishes, performance settles at its true level.
Do console commands get me banned?
Client rendering commands are not cheats, but some servers restrict specific ones. Check the server’s rules and test on your own world first.
Which single setting gives the biggest gain?
Global Illumination Quality. Lowering Lumen from Epic to Low recovers more frame time than any other single option on most systems.
Ready to decide? Our #1 pick for 2026 is the Lumen global illumination and reflections at High or Epic.
Live price & availability on Amazon.