PalworldBreeding

Game Info

Fixing Palworld crashes, stutter and low FPS

Updated Verified for Palworld 1.0.3

Palworld already runs on DirectX 11 by default — DirectX 12 is the opt-in mode, enabled with the -dx12 launch argument — so if a guide told you to "switch to DX11" to fix crashes, it was telling you to do nothing.

Launch options that are actually documented

ArgumentWhat it doesStatus
-dx12Runs the game on DirectX 12 instead of the DX11 defaultDocumented
-ngxdisableotaDisables DLSS over-the-air updates; documented fix for black screen at startup on older Nvidia GPUsDocumented
-dx11Would force DX11, which is already the defaultNot documented for Palworld — community-reported
-force-d3d11Nothing. This is a Unity engine flag; Palworld runs on UnrealIncorrect advice

To set one on Steam: right-click Palworld → Properties → General → Launch Options, and type the argument.

💡
How to test DX12 properly

Add -dx12, play the same 10 minutes of a busy base with the same settings, and compare. If it stutters or crashes, remove the argument to return to DX11. There is no official Pocketpair recommendation for which renderer to use, so ignore anyone who states one as fact.

Crashes: work through this order

1. Remove mod residue (the biggest single cause)

Pocketpair's advisory before 1.0 named the symptoms directly: crashes when launching or playing, corrupted or unloadable save data, and quests or events becoming impossible to progress. The critical detail is that disabling mods does not help — leftover mod files and loaders still get loaded. Delete them manually, unsubscribe from Workshop items and delete their leftovers too.

2. Verify integrity of game files

Steam Library → right-click Palworld → Properties → Installed Files → Verify integrity of game files. This is Pocketpair's own recommended step and it repairs partial or interrupted updates.

3. Check whether your crash is a known, already-fixed bug

PatchDateCrash or hang fixed
v1.0.115 Jul 2026Save data could be unintentionally discarded after certain operations
v1.0.229 Jul 2026All players disconnecting, and player crashes, during the Panthalus battle on dedicated servers; crash on Japanese text input in fullscreen
v1.0.2.10110330 Jul 2026Infinite loading screen after defeating the World Tree boss
v1.0.312 Aug 2026Unintended Fast Travel activation during Tower Boss fights; Pals appearing to vibrate on client screens

If your crash matches one of these, updating is the fix. As of 13 August 2026 the current build is v1.0.3.

4. Confirm you meet the requirements — they are steeper than people assume

SpecMinimumRecommended
OSWindows 10 (64-bit)Windows 11 (64-bit)
CPUIntel Core i5-9400FIntel Core i5-12400 / AMD Ryzen 5 5600X
RAM16 GB32 GB
GPUGeForce GTX 1660GeForce RTX 3060 Ti / Radeon RX 6700 XT
Storage40 GB, SSD required

Pocketpair adds a note to both tiers: performance varies depending on the number of active Pals. That is the studio telling you the simulation, not the renderer, is the bottleneck.

Stutter and low FPS

Version 1.0 shipped meaningful optimisation work. Per the official changelog, Pocketpair optimised high-load processes to reduce temporary stuttering, optimised memory-related processing, optimised data search for items and work states, and fixed crashes and memory leaks on PS5, Xbox and dedicated servers.

The same changelog names the two graphics settings the team itself adjusted, which is a strong hint about where the cost lives:

  • Grass and tree draw distance at High graphics and above
  • Shadow density across the field

Lower those two first. Community reports consistently point at grass detail and shadows as the settings that clear up stutter while exploring and flying — labelled here as community-reported because Pocketpair publishes no official settings guide.

The non-graphics causes

  • Base size and Pal count. Working Pals are simulated. Bigger bases with more Pals cost more, permanently.
  • Dropped items. Version 1.0 added a Maximum Number of Dropped Active Items world setting precisely because loose items are a measurable cost. Lower it.
  • Placed structures. Every building part is persistent state.
  • Storage speed. An SSD is a stated requirement, not a suggestion.

Dedicated server performance

Official requirements: 4+ CPU cores recommended, 16 GB RAM recommended. Pocketpair notes 8 GB will boot but increases the chance of out-of-memory crashes, and that low-performance storage may corrupt saved data. The default port is UDP 8211.

🔑
Old server tuning advice is now wrong

Palworld's official arguments documentation states that for version 1.0 and later, leaving -useperfthreads, -NoAsyncLoadingThread and -UseMultithreadForDS unset may improve performance. Those three flags were standard community advice for two years. If you copied them from a 2024 guide, remove them and re-test.

Config levers worth knowing, with their exact names:

SettingEffect
ServerReplicatePawnCullDistanceHow far away Pals are replicated to clients. Range 5000–15000
PhysicsActiveDropItemMaxNumCap on physics-active dropped items
BaseCampWorkerMaxNumWorking Pals per base, maximum 50
MaxBuildingLimitNumStructure cap; 0 means unlimited
BaseCampMaxNumInGuildBases per guild. Default 4, maximum 10

Fixes we could not verify

⚠️
Community-reported only

Rolling GPU drivers back or forward, disabling Steam, Discord and GeForce overlays, enlarging the Windows page file, and disabling XMP memory profiles are all widely recommended for Palworld crashes but appear in no Pocketpair or vendor documentation for this game. They are cheap to try and harmless; they are not verified fixes.

Frequently asked questions

Should I use DirectX 11 or DirectX 12 in Palworld?
Palworld runs on DirectX 11 by default. DirectX 12 requires the -dx12 launch argument, so you are already on DX11 unless you opted in. Both are supported. DX12 is worth testing on newer GPUs if you are chasing frame rate, but since DX11 is the default, switching to it is not a fix — you were never off it.
What launch options does Palworld actually accept?
Two are documented: -dx12 to switch the renderer to DirectX 12, and -ngxdisableota to disable DLSS over-the-air updates, which is the documented fix for a black screen at startup on older Nvidia GPUs. The commonly shared -dx11 flag is not documented for Palworld and would be redundant anyway, and -force-d3d11 is a Unity flag that does nothing here.
Why does Palworld keep crashing after an update?
Leftover mod files are the most common cause Pocketpair itself calls out. Disabling mods is not enough — the files still load at startup and can cause launch crashes, corrupted saves and quests that cannot progress. Delete mod files and loaders manually, unsubscribe from Workshop items and delete their leftovers, then verify integrity of game files in Steam.
Why is Palworld lagging even on a good PC?
Usually simulation load rather than graphics. Pocketpair's own store listing warns that performance varies with the number of active Pals, and Palworld requires an SSD with 16 GB of RAM minimum and 32 GB recommended. Large bases with many working Pals, many placed structures and lots of dropped items cost far more than raising your resolution does.
Does Palworld still have a memory leak?
Pocketpair fixed a dedicated server memory leak in v0.5.3 on 9 April 2025, and the 1.0 changelog states that crashes and memory leaks on PS5, Xbox and dedicated server environments were fixed. Hosting providers still recommend scheduled server restarts, but no post-1.0 leak has been confirmed by Pocketpair, so treat those claims as unverified.

Keep reading