Constant and Immediate Crashing on Windows

Description of the issue: Brave crashes immediately after launching, less than one second
How can this issue be reproduced?

  1. Double click brave

  2. Run Brave as Admin

Expected result: Brave should open and run as normal

Brave Version( check About Brave):

147.1.89.132

Additional Information: I’ve been running Brave for almost two years and have had almost no issues. This has been beyond frustrating. I have uninstalled, reinstalled, edited ad files, restarted my Pc, and so much more. Really sad about this.

@Dylan

In order to see if you can “just get it running” - using the command line:

"C:\Program Files\BraveSoftware\Brave-Browser\Application\brave.exe" --incognito --disable-extensions --user-data-dir="%TEMP%\BraveNewProfile01"

Notes:

  1. --incognito → Opens the browser in private mode.
  2. --disable-extensions → Prevents all extensions from loading.
  3. --user-data-dir="%TEMP%\BraveNewProfile01" → Initializes a fresh Brave Browser User Data structure in that temporary folder named “BraveNewProfile01”.

More Notes:

  • %TEMP% is a Windows OS environment variable pointing to your Windows OS user account’s temp folder. Using it ensures a new clean profile every time. Location: C:\Users\[UserName]\AppData\Local\Temp
  • Make sure the path to brave.exe matches where Brave is installed. In a Brave Browser New Window, go to: ‘brave://version’ and scroll down to Executable Path:

A batch file (the script) to clear the user’s Temp folder, when you wish:

@echo off
REM Run as administrator for best results
REM Clear current user temp folder
:: Location --> "C:\Users\[UserName]\AppData\Local\Temp"
del /f /s /q "%TEMP%\*.*"
for /d %%D in ("%TEMP%\*") do rd /s /q "%%D"
echo.
echo TEMP cleared.
pause


Where Brave Browser Profiles Are Located

64 architecture, system level installation:
C:\Program Files\BraveSoftware\Brave-Browser\Application\brave.exe

x86 architecture, system level installation:
C:\Program Files(x86)\BraveSoftware\Brave-Browser\Application\brave.exe

64 / x86 architecture, user level installation (NOTE: you must substitute your Windows OS user account name for [UserName]):
C:\Users\[UserName]\AppData\Local\BraveSoftware\Brave-Browser\Application\brave.exe

How to Uninstall Brave Browser (Desktop)

The Brave Browser application brave.exe etc.:
Every time I open the browser it closes again directly - #20 by clifton

The Brave Browser updater, BraveUpdate.exe:
Have to re-install Brave multiple times per day on Windows11 - #24 by mherrmann

A note from Brave Support, if all you want, is: How do I delete my data in Brave?
'https://support.brave.app/hc/en-us/articles/4413256282765-How-do-I-delete-my-data-in-Brave


I use:
https://crystalidea.com/uninstall-tool

Yep that pulled up an incognito tab no problem.

Also after writing my initial post I changed the User Data folder name to force create a new folder. This worked in launching brave and using it. However, I would lose a lot of data if I kept it that way.

I’m having a similar issue when i press the shield button and i have a proof VIDEO

@Dylan

Some files may be copied, see:

Tab session manager no longer imports stored json session files + deletes all autosaved sessions - #4 by 289wk

I would create a new BB user profile for testing each added … Bookmarks file is most resilient.

i’m not the only one who is facing this bug

How do I manually submit crash reports?

NOTE: In a Brave Browser New Window, go to: brave://settings/privacy and ENABLE Automatically send diagnostic reports

READ the guidance:

https://support.brave.com/hc/en-us/articles/22281484910221-How-do-I-manually-submit-crash-reports

After you click the “Send Now” button, return to brave://crashes and gather up the Crash Report ID numbers that end with a string of zeros. Post the numbers, here, in a new reply. Example of a Crash Report ID number:

Same issue. After a system and winget (winget upgrade –all) update, click on the Brave icon, pop open the browser, and crash. This happens when in user mode or administrator mode. It happens even with the other “tweaks” applied. Edition: Windows 11 Pro Version: 25H2 Installed on: ‎2/‎11/‎2026 OS build: 26200.8117
Experience Windows Feature Experience Pack: 1000.26100.297.0 I can’t get Brave to open long enough to get its version.

Same. I restored my system to my last image before I installed Brave. I had to reinstall all other software that I need. I installed Brave thinking my efforts would pay off. Nope! A page crash is one thing; when your browser just abends, it’s time to start looking for another browser.

Keeping this issue alive for now …