Why you might want to disable BattlEye
BattlEye is anti-cheat software that runs in the background while you play GTA V on Steam. It monitors your game to prevent cheating in online multiplayer. However, some players disable it because it can conflict with certain mods, cause performance issues on older computers, or interfere with accessibility tools. Disabling BattlEye means you cannot play GTA Online — you can only play the single-player story mode.
Before you disable it, understand that this is a permanent choice for that installation. Once you turn it off, Steam will not let you back into GTA Online servers until you re-enable it. The process itself takes about five minutes and requires you to edit one game file.
Key Takeaways
- Disabling BattlEye locks you out of GTA Online but allows you to play the single-player campaign and use mods.
- You disable BattlEye by editing the gta5.exe.config file in your GTA V game folder, changing one line from "True" to "False".
- You need a text editor like Notepad to make this change — no special software required.
- If you want to play GTA Online again later, you can re-enable BattlEye by changing that same line back to "True".
Locate your GTA V game folder on your computer
Open Steam and find GTA V in your library. Right-click on it and select "Properties". In the window that opens, click the "Local Files" tab on the left side. Then click "Browse" — this opens a folder window showing where GTA V is installed on your computer.
Leave this folder window open. You will need to navigate inside it in the next step. The folder is usually called "Grand Theft Auto V" and contains many subfolders and files with names like "x64e.rpf" and "common.rpf".
Find and open the gta5.exe.config file
In that GTA V folder, look for a file called gta5.exe.config. It will have a small document icon next to it. Right-click on this file and select "Open with", then choose "Notepad" from the list. If Notepad does not appear, select "Choose another app" and find Notepad in the list that follows.
The file will open in Notepad showing several lines of text. Do not be alarmed by the code — you only need to change one word. Scroll down or use Ctrl+F to search for the word BattlEyeEnabled. You will find a line that reads something like this:
<setting name="BattlEyeEnabled" serializeAs="String"><value>True</value></setting>
Change True to False and save the file
In that line, find the word True (with a capital T) and change it to False (with a capital F). That is the only change you need to make. The line should now read:
<setting name="BattlEyeEnabled" serializeAs="String"><value>False</value></setting>
After you make this change, press Ctrl+S to save the file. Notepad will save it automatically. Close Notepad. You have now disabled BattlEye for this GTA V installation.
Launch GTA V and verify the change worked
Open Steam, find GTA V, and click "Play". The game will launch normally. When you reach the main menu, you will see a message at the bottom of the screen saying "BattlEye: Disabled" or similar text. This confirms the change worked.
You can now play the single-player story mode and use mods without BattlEye running. If you try to access GTA Online, the game will show a message saying you cannot connect to the online servers because BattlEye is disabled. This is expected and normal.
How to turn BattlEye back on if you change your mind
If you want to play GTA Online again later, repeat the same steps: open the gta5.exe.config file in Notepad, find the line with BattlEyeEnabled, and change False back to True. Save the file and close Notepad. The next time you launch GTA V, BattlEye will be active again and you can access GTA Online.
This process works the same way whether you are turning it off or back on. You can switch between the two states as many times as you want, though you will need to restart the game each time for the change to take effect.
Frequently Asked Questions
Will disabling BattlEye let me use any mod I want?
Disabling BattlEye removes the anti-cheat barrier, but some mods still will not work because they conflict with the game engine itself. Single-player mods generally work better than multiplayer ones. Test mods one at a time to see which ones function properly.
Can I get banned for disabling BattlEye?
No. Disabling BattlEye only prevents you from connecting to GTA Online servers — it does not trigger a ban. You straightforward cannot access multiplayer while it is disabled. Re-enabling it restores your access when ready.
What if I cannot find the gta5.exe.config file?
Make sure you are looking in the correct folder. In Steam, right-click GTA V, select Properties, go to Local Files, and click Browse. You should be in the root GTA V folder. If the file still does not appear, try pressing Ctrl+H in the folder window to show hidden files.
Do I need to restart Steam after making this change?
No. You only need to restart the GTA V game itself. Close the game completely, then launch it again from Steam. The new setting will take effect on the next launch.
Will this change affect my game performance?
Disabling BattlEye may slightly improve performance on older computers because the anti-cheat software will no longer run in the background. On newer systems, the difference is usually not noticeable.