How to Optimize Apex Legends Launch Settings on Steam for Best Performance
When you fire up Apex Legends on Steam, the game’s core loop—fast‑paced firefights, fluid movement, and those clutch revives—relies heavily on how the client talks to your hardware. Small tweaks in the launch parameters can shave off jitter, curb occasional crashes, and let you stay focused on out‑maneuvering the competition rather than wrestling with lag.
Why Launch Options Matter
Steam’s “Set Launch Options” field isn’t just a placeholder for curiosity. It feeds the game engine command‑line arguments before the first pixel hits the screen. These arguments can:
- Force the game to start in a specific graphics mode.
- Disable background processes that consume CPU cycles.
- Adjust how memory is allocated, which matters on systems with limited RAM.
In practice, the right combo can turn a choppy 45 fps session into a buttery‑smooth 120 fps experience—provided your hardware can keep up, of course.
Essential Launch Flags for Apex Legends
Below are the most commonly recommended flags. Paste them into Steam’s launch options box exactly as shown, separated by spaces.
- -high – nudges Windows to give Apex a higher priority thread, reducing interference from background apps.
- -novid – skips the opening video, saving a few seconds and bypassing a potential source of stutter on older GPUs.
- +fps_max 0 – removes the cap, letting your monitor’s refresh rate dictate the frame output.
- -processHeap – helps the game manage memory more efficiently, which can lessen occasional “out‑of‑memory” warnings.
- -frequency 60 – forces a 60 Hz refresh if you’re on a monitor that struggles with variable refresh rates.
Feel free to start with just -high -novid and test performance; then layer on the others one by one. This incremental approach makes it easier to pinpoint a flag that might cause an unexpected side‑effect.
Advanced Tweaks for Specific Setups
NVidia Users
If you run an NVidia card, add -useNvApi to make the game lean on the NVidia driver’s low‑level API. Pair it with the NVidia Control Panel setting “Power Management Mode → Prefer maximum performance” for a noticeable boost.
AMD Radeon Owners
AMD drivers respond well to -useDX12 (if you’re playing on DirectX 12). Coupled with the Radeon Software “Radeon Chill” disabled, this can keep the frame rate steadier during intense engagements.
Low‑End RAM Configurations
Systems with 8 GB or less can benefit from -malloc=system, which tells the engine to avoid the custom memory allocator that sometimes trips over limited RAM.
Setting Up the Launch Options
Follow these steps to apply the flags without breaking your installation:
- Open your Steam Library and right‑click Apex Legends.
- Select Properties → General tab.
- Click the Set Launch Options… button.
- Paste the desired flags (e.g.,
-high -novid +fps_max 0). - Hit OK and launch the game.
After a short test match, open the in‑game performance overlay (usually F3) to see if the FPS count steadies. If you notice any new issues—crashes, texture pop‑ins, or audio glitches—remove the most recent flag and try again.
Complementary In‑Game Settings
Launch options are only half the story. Pair them with sensible in‑game tweaks:
- Display Mode: Windowed Fullscreen often yields the best balance between input latency and stability.
- Texture Quality: Dropping from Ultra to High can free up VRAM without a huge visual hit.
- Anti‑Aliasing: Switching to SMAA or turning it off entirely saves GPU cycles.
- Shadow Detail: Low shadows shave off a few ms per frame, especially on older rigs.
These adjustments work synergistically with the launch flags, ensuring the game runs as lean as possible.
When Things Go Wrong
Not every flag plays nice with every system. Common symptoms and quick fixes include:
- Black screen on start: Remove
-novidand verify that your monitor’s input isn’t set to a conflicting mode. - Frequent disconnects: Turn off
-highand check your network adapter’s power‑saving options. - Audio stutter: Disable
-processHeapand ensure your Windows audio drivers are updated.
In stubborn cases, a clean reinstall of the game (keep your saved settings) can clear residual misconfigurations.
Keeping Up with Updates
Apex Legends receives patches almost weekly. Occasionally a new update will deprecate an older flag or introduce a fresh one. The safest habit is to revisit community hubs—Reddit’s r/apexlegends, the official forums, or trusted streamers—after a major patch. A quick scan of the “Launch Options” thread usually reveals any newly recommended arguments.