You can’t get a first-place trophy on Apex if the game crashes before you complete a match. The glory of the victor’s circle can only come after you troubleshoot problems with the game. Don’t worry if you’re experiencing crashes – they’re a common issue in Apex and are fixable with a little bit of troubleshooting.
What Causes Apex Legends to Crash?
There are a few reasons why your game might be crashing.
- Driver issues often create conflicts for Apex. Outdated drivers or rushed updates can both make the game crash. It can take a little experimentation to see whether you need to push a new update or roll back one that didn’t work correctly.
- Certain features from game sellers like overlays can interfere with the game and create crashes. This can happen even if they’ve worked for you in the past.
- Game files can become damaged or corrupted. Updates might not install correctly. Sometimes you have to repair or reinstall the game to get it working again.
- Another program might take priority over Apex and keep it from performing.
- Your operating system might have an error, or the disk on which Apex is installed could be damaged.
It’s not simple to narrow down the problem with Apex; however, that just means there are lots of potential fixes.
How to Fix Apex Legends Keeps Crashing
Start by making sure your drivers and Operating system are updated. Once you’re certain things are good to go, you can work on issues with the game, periphery software, and your operating system.
Check the Game Status
Some people have difficulties with Apex due to the game servers themselves. Check online to see whether Apex has issues before you start trying to fix your system. You might just need to wait a few hours before looking for another match.
Update Your Drivers and Operating System
There are multiple drivers to consider, but the most important are your GPU drivers. If these aren’t updated, many games can experience problems – including Apex.
Updating NVIDIA Drivers
- Open the GeForce experience app.
- Click the Drivers option.
- Click Check for updates if a driver update is available.
- Click Express Installation once the download is complete.
- Click Yes to allow the installation to continue.
- Wait for the driver to download and install. Your screen might go black or flicker out, but it’s a normal part of the installation. Don’t attempt to do anything else when updating the drivers.
Updating Drivers Through Device Manager
- Press Windows key + X.
- Select Device Manager.
- Click Display Adapters to see your GPU.
- Right-click your GPU.
- Choose Update Driver.
- Choose Search Automatically for Drivers.
- Follow the prompts to install any new drivers the process finds.
You should also use Device Manager to ensure your other drivers are up-to-date. Windows should also be updated if you haven’t lately. Sometimes not updating your machine can create errors that prevent games from functioning.
Rolling Drivers Back
If you installed a new driver just before the crashes started, it’s possible that you installed an unstable driver. Sometimes companies push driver updates to clients without realizing that it will create instabilities in their system. If this is the case for you, try rolling back your GPU driver instead of updating it.
- Press Windows key + X.
- Choose Device Manager.
- Expand the Display Adapters category.
- Right-click on your GPU.
- Choose Properties.
- Click the Driver tab.
- Click Roll Back Driver, if available.
- Follow the prompts to complete the process.
You can always update it again like you initially did if it doesn’t make Apex stop crashing.
Run Apex as an Administrator
Running Apex as an administrator ensures it has all the access it needs to perform as it should. You can avoid launching it as an administrator every time by changing the setting on the executable file.
- Navigate to your Apex executable file.
- Right-click the EXE file.
- Choose Properties.
- Click the Compatibility tab.
- Check the box by “Run this Program as an Administrator.”
- Click Apply and then click OK.
From now on, it will run as an administrator whenever it launches.
Change Launch Options
You can change your launch options so that your computer only uses four threads to run Apex. Limiting your FPS might also help.
Steam
- Launch Steam
- Right-click Apex and choose Properties.
- Click General.
- Type “
-numworkerthreads 4
” without quotes - Type a space.
- Type “
+fps_max 144
” without quotes. - Close the window and try Apex again.
Origin
- Launch Origin.
- Right-click Apex.
- Choose Game Properties.
- Click Advanced Launch Options.
- Type “
-numworkerthreads 4
” without quotes. - Type a space.
- Type “
+fps_max 144
” without quotes. - Save your changes and try Apex again.
Adjust Your Settings
Sometimes lowering your texture streaming budget and texture filtering can impact how the game runs. You might have better luck playing without crashes.
Graphics settings that are too high for your PC can lead to overheating or hardware issues that crash the game.
Disable Overlays
You should disable to overlay from the store where you bought the game, in addition to a Discord overlay that many people use when Apex isn’t working. For an unknown reason, overlays sometimes contribute to crashes.
Disable Steam Overlay
- Open Steam.
- Click the Steam menu button.
- Choose Setting.
- Click In-Game from the side menu.
- Ensure “Enable the Steam Overlay While In-Game” isn’t checked.
- Click OK.
- Restart Steam.
Disable Origin Overlay
- Open Origin.
- Click the Origin menu button.
- Choose Application Settings.
- Select Origin In Game.
- Uncheck the overlay option.
Disable Discord Overlay
- Open Discord.
- Click the gear icon to open Settings.
- Click Game Overlay under Activity Status.
- Toggle “Enable In-Game Overlay” to Off.
- Click X to close the settings.
Once you have all your overlays disabled, restart your computer and run Apex again to see if you can make it work without crashes.
Repair Your Game Files
Steam and Origin both include ways to fix your game files when they’re damaged or corrupted. The process checks the files you have installed and looks for problems. If it finds them, it will try to repair or replace the damaged files so that you can continue playing without having to do a complete reinstallation.
Repairing Files on Steam
- Launch Steam.
- Click on the Library tab.
- Right-click Apex in the menu.
- Choose Properties.
- Choose Local Files from the menu on the left.
- Click Verify Integrity of Game Files.
- Wait for the process to finish. It may take some time. It will tell you whether there were errors and whether they were fixed when it’s done.
- Restart your computer and try to launch Apex again.
Repairing Files on Origin
- Launch Origin.
- Choose My Game Library.
- Right-click on Apex.
- Click Repair.
- Wait for the process to complete.
While repairing your files should fix many problems with Apex itself, it’s not a cure-all. Sometimes you will still have to delete and uninstall the games. However, it’s the best first step for finding and fixing errors with the game files themselves.
Add an Apex Exception to Your Firewall
Sometimes the firewall protecting your computer can prevent access by programs you want to use. You can add exceptions for any program that you run, including Apex. An exception in the firewall should enable the game to communicate freely and perform correctly if that was the problem leading to the crashes.
- Press Windows key + X.
- Choose Settings.
- Click Update and Security.
- Click Windows Security in the left pane.
- Click Firewall and Network Protection.
- Click Allow an App Through Firewall.
- Scroll down the list and look for Apex Legends.
- Click the checkboxes under both Private and Public.
- Click OK.
- Restart your computer and try to launch Apex again.
You can always remove the firewall exceptions if you choose, but adding one shouldn’t increase your risk of computer issues.
You should also add an exception for Easy Anti-Cheat.
Run a CHKDSK Scan
This isn’t an exclusive fix to Apex but can solve many crashing and freezing problems in games. I just fixed a new installation of Elden Ring the day after launch by allowing a CHKDSK scan to run overnight. In the morning, it launched and ran without issues.
CHKDSK is a Windows utility that checks your hard drives for errors and repairs them.
- Press Windows key + X.
- Choose Windows PowerShell (Admin).
- Click Yes to allow the program to run.
- Type “
chkdsk C: /r
” without quotes. - Press Enter.
- Type “Y” if it asks if you want to dismount the disk. Make sure you aren’t downloading or using any programs on it at the time.
- Press Enter.
- Wait for the scan to run. It can take hours. Running mine on a half-full eight terabyte disk took more than eight hours. You can’t stop the scan or use anything on the disk during this time, so it’s best to run it overnight.
If there were errors, CHKDSK should report those to you. You’ll see a list of the files it found that needed repair and whether those were corrected.
Troubleshoot the Anti-cheat Software
A few issues with the anti-cheat software can cause Apex to crash. One of the best ways to fix it – even if it sounds a little strange – is to open Epic Games and let it update if it’s installed on your system.
Epic owns Easy Anti-Cheat. Sometimes people who are having trouble with games that use it find opening Epic and updating the software lets the anti-cheat program work better.
Turn Off Your Overclock
Some users reported that getting rid of an overclock helped make Apex more stable. If you have easy overclocking software, try just switching it off and restarting your computer to see whether Apex works.