
You are working on a document, with about ten tabs open, and Chrome disappears without warning. No error message, no warning. The browser closes by itself, and you have to reopen everything. This crash affects both Windows 10 and Windows 11, and the causes often go beyond the simple “too many tabs open.” Chrome conflicts with security software, stumbles over an outdated graphics driver, or trips over a corrupted user profile.
Antivirus Conflict and Chrome Closing on Launch
Before adjusting the browser settings, take a look at your antivirus. Several unexplained closures of Chrome on Windows are linked to conflicts with the real-time protection of antivirus software like Microsoft Defender, Sophos, or CrowdStrike. These programs inject their own modules into the browser to analyze network traffic. When a new version of Chrome is deployed, this injection can cause an immediate crash.
See also : How to Adjust a Too-Tight Motorcycle Helmet: Practical and Effective Tips
The quickest test is to temporarily disable your antivirus and then relaunch Chrome. If the browser remains stable, the culprit is identified. You can then create a exclusion rule in your antivirus for the Chrome profile folder, usually located in C:UsersYourNameAppDataLocalGoogleChromeUser Data. This action prevents having the antivirus disabled permanently.
For those looking to resolve the issue of Chrome closing by itself, this antivirus avenue is often the most effective and least documented in usual tutorials.
See also : Easily Find Sleep: Effective Tips for a Peaceful Night
Corrupted User Profile: Create a Fresh Profile for Chrome

Have you ever noticed that Chrome offers to “restore pages” after a crash? This message reveals a deeper problem. Recent versions of Chrome (starting from branch 124) include automatic detection of corrupted profiles. When the browser detects an anomaly in your profile, it may force its own closure to avoid a crash loop.
Renaming the “Default” folder in the User Data directory is not always sufficient. The most reliable method involves creating an entirely new profile via a command line:
- Open the Windows command prompt and type
chrome.exe --user-data-dir="C:ChromeTest"to launch Chrome with a temporary data folder - If Chrome works normally with this blank profile, the problem lies with your old profile
- Reimport only your bookmarks and history from Chrome’s settings, without copying and pasting the old Default folder (that’s where the corruption is)
- Then delete the temporary folder and continue with your new clean profile
Brutally copying the old Default folder into the new profile reproduces the problem. Reimport your data using Chrome’s built-in tools, not through the file explorer.
Graphics Drivers and Hardware Acceleration on Windows
Chrome increasingly relies on GPU hardware acceleration to display pages, manage videos, and run web applications. Outdated Intel, AMD, or Nvidia graphics drivers can cause instant browser closures, especially after a Chrome or Windows update.
The diagnosis is simple. Type chrome://settings in the address bar, then look for “Use hardware acceleration” in the system settings. Disable hardware acceleration and relaunch Chrome. If the crashes stop, your graphics drivers are to blame.

The sustainable solution is not to leave acceleration disabled (you would lose video smoothness and overall performance). Visit your graphics card manufacturer’s website to download the latest driver version. After installation, reactivate hardware acceleration and monitor Chrome’s behavior for a few days.
Check Experimental Flags
Type chrome://flags in the address bar. If you have modified flags in the past (experimental features), some may conflict with recent updates. The “Reset all” button at the top of the page resets all flags to their default values. An outdated experimental flag can cause looping closures without any visible error message.
Chrome Extensions and Memory Overconsumption
A poorly coded or abandoned extension by its developer can crash the entire browser. The built-in task manager in Chrome (accessible via Shift + Esc) shows the memory consumption of each extension and tab.
- Open the Chrome task manager and sort by memory consumption
- Identify the extensions that significantly exceed others in resource usage
- Disable them one by one from
chrome://extensionsto isolate the problematic one
Ad blocker, built-in VPN, or document viewer extensions are often to blame. Some extensions automatically reinstall after deletion, indicating profile corruption or third-party software that reinjects them. In this case, creating a blank profile (described above) remains the cleanest solution.
Incognito Mode to Confirm the Diagnosis
Launch Chrome with the --disable-extensions command line parameter. If the browser remains stable, an extension is responsible. Then reactivate them in groups of two or three to find the culprit without spending all day.
When none of these avenues work, a complete reinstallation of Chrome remains an option. Use a thorough uninstallation tool to remove all residual files before reinstalling a fresh version. Remember to back up your bookmarks via the integrated HTML export in the bookmarks manager before any deletion.