How to Run OBS Studio in Safe Mode

Yes, OBS Studio includes a dedicated “Safe Mode” feature designed specifically to help users troubleshoot crashes caused by incompatible or outdated third-party plugins, scripts, and WebSockets. This article provides a straightforward guide on what OBS Safe Mode does, how to enable it both automatically and manually, and how to use it to isolate and resolve plugin-related issues.

What is OBS Studio Safe Mode?

Introduced in OBS Studio version 29.0, Safe Mode runs the software in a bare-bones state. When active, OBS temporarily disables: * All third-party plugins (such as StreamFX, Move Transition, or audio plugins). * Custom scripts (Python or Lua). * WebSockets and external connections.

If OBS Studio runs stably in Safe Mode, it confirms that your core installation is healthy, and the crashing is being caused by an external plugin or script.

How to Launch OBS in Safe Mode

There are two primary ways to access Safe Mode in OBS Studio.

1. Automatic Prompt After a Crash

If OBS Studio detects an improper shutdown or a crash on its previous run, it will automatically present a dialogue box upon the next launch. The prompt will ask: “OBS did not shut down cleanly. Would you like to launch in Safe Mode?” Click Launch in Safe Mode to proceed.

2. Manual Launch via the Menu

If OBS is currently open but behaving unstably, you can manually trigger Safe Mode: 1. Open OBS Studio. 2. Click on Help in the top menu bar. 3. Select Restart in Safe Mode from the dropdown menu. 4. Confirm the restart when prompted.

How to Troubleshoot Crashing Plugins in Safe Mode

Once you are in Safe Mode, use the following steps to identify and fix the problematic plugin:

  1. Verify Stability: Keep OBS open in Safe Mode for a few minutes. Try performing the actions that previously triggered the crash. If it does not crash, a plugin is definitely the culprit.
  2. Analyze the Crash Logs:
    • Go to Help > Log Files > View Current Log (or Show Log Files to view older logs).
    • Look at the bottom of the log file or search for words like “Crash”, “Failed”, or the names of specific plugins you have installed.
  3. Remove or Update the Plugin:
    • Close OBS Studio.
    • Navigate to your OBS plugins directory (usually C:\Program Files\obs-studio\obs-plugins on Windows).
    • Delete or move the suspected plugin files out of the folder, or run the plugin’s uninstaller.
    • Alternatively, visit the plugin creator’s website to download and install the latest version compatible with your current OBS version.
  4. Restart OBS Normally: Open OBS Studio again without selecting Safe Mode. If the crash no longer occurs, the issue is resolved.