Why Does Chrome Close as Soon as I Open It?

Disclosure: When you buy something through links on our site, we may earn an affiliate commission.

Almost always a profile, installation, or conflict issue — here’s how to fix it


Chrome opening and immediately closing — sometimes so fast you barely see the window — is a genuinely frustrating problem because it gives you no error message to work with.

The browser just vanishes. The cause is almost always one of a handful of things: a corrupted user profile, a broken Chrome installation, a conflicting application, or a system-level issue preventing Chrome from running. Here’s how to diagnose and fix it systematically.


Try Opening Chrome in Incognito Mode First

This is the fastest diagnostic step available. Right-click the Chrome icon and select New Incognito Window from the context menu. If Chrome opens successfully in incognito mode but closes immediately when opened normally, the problem is with your Chrome user profile rather than the installation itself.

Incognito mode loads Chrome with a minimal profile — no extensions, no saved data, a clean session. If this works, you’ve immediately narrowed the problem to the profile, which has a straightforward fix.


Try Opening Chrome With No Extensions

If incognito works, an extension is likely crashing Chrome on startup. Extensions load during normal Chrome startup but not in incognito by default.

Open a Run dialog with Windows + R and type:

chrome.exe --disable-extensions

Press Enter. This launches Chrome with all extensions disabled but your normal profile active. If Chrome stays open, an extension is the cause. Open chrome://extensions and disable all extensions, then re-enable them one at a time to identify which one is crashing Chrome.


Delete or Rename the Chrome Profile

A corrupted Chrome user profile is the most common cause of Chrome closing immediately on launch. The profile stores your browsing data, settings, and cached files — when any of these become corrupted, Chrome can fail to initialize and close before the window fully appears.

Close Chrome completely. Press Windows + R and type:

%LOCALAPPDATA%\Google\Chrome\User Data

Press Enter. File Explorer opens to your Chrome user data folder.

Find the folder named Default — this is your primary Chrome profile. Rename it to Default.old rather than deleting it outright. This preserves your data while preventing Chrome from loading the corrupted profile.

Reopen Chrome. It creates a fresh Default folder and a new clean profile. If Chrome now stays open, the original profile was corrupted.

To recover your bookmarks from the old profile, navigate back to the Default.old folder and copy the Bookmarks file into the new Default folder — replacing the empty one Chrome just created. Your bookmarks restore without bringing back whatever corruption was causing the crash.


Run Chrome as Administrator

Chrome occasionally fails to open due to permission issues — particularly if a recent Windows update, a security software change, or a permission reset affected Chrome’s access to required directories.

Right-click the Chrome icon and select Run as Administrator. If Chrome opens successfully as an administrator but not as a regular user, a permissions issue is preventing normal launch.

To fix the underlying permission problem rather than always running as administrator, navigate to Chrome’s installation directory — typically C:\Program Files\Google\Chrome\Application — right-click chrome.exe, select Properties → Security, and verify your user account has Read and Execute permissions.


Check for Conflicting Software

Security software, VPNs, antivirus programs, and certain system utilities can interfere with Chrome’s startup — detecting it as suspicious activity, intercepting its network initialization, or blocking access to resources Chrome needs to launch.

Temporarily disable your antivirus — not just pause real-time protection, but fully disable it — and try opening Chrome. If Chrome opens successfully with antivirus disabled, add Chrome as an exclusion in your security software rather than leaving protection off permanently.

Check for conflicting applications by opening Task Manager (Ctrl + Shift + Esc) before launching Chrome and watching for any processes that appear and disappear alongside Chrome’s process. Some system utilities and parental control software specifically intercept browser launches.


Reinstall Chrome Completely

If the Chrome installation itself is corrupted, a fresh reinstall is the most reliable fix.

First, uninstall Chrome through Settings → Apps → Installed Apps — find Google Chrome and uninstall it.

After uninstalling, manually delete Chrome’s remaining files to ensure a clean reinstall. Navigate to:

C:\Program Files\Google\Chrome

and

%LOCALAPPDATA%\Google\Chrome

Delete both folders if they remain after uninstalling. This removes any corrupted installation files that the uninstaller left behind.

Download a fresh Chrome installer from google.com/chrome and install it. A clean installation without leftover corrupted files resolves most installation-related crashes.


Check the Windows Event Viewer

Windows Event Viewer records application crashes and can tell you exactly why Chrome is closing. This is particularly useful when the cause isn’t obvious from the above steps.

Press Windows + R, type eventvwr.msc, and press Enter. Navigate to Windows Logs → Application. Sort by time and look for Error entries that appeared when Chrome closed unexpectedly. The error details — particularly the Faulting Module Name — identify the specific component that caused the crash.

Common things to look for in Event Viewer:

A faulting module of chrome.dll points to a Chrome installation problem — reinstall Chrome.

A faulting module from a third-party application like an antivirus component, a GPU driver, or a system utility points to a software conflict — update or remove the conflicting software.

An access violation error in Event Viewer points to a permissions or memory issue — try running as administrator or checking system memory.


Update or Roll Back GPU Drivers

GPU driver issues cause Chrome to crash on launch — Chrome uses hardware acceleration by default and if the GPU driver is incompatible, corrupted, or has a known bug, Chrome can crash during initialization before the window fully appears.

Update your GPU driver through Device Manager → Display Adapters → right-click your GPU → Update Driver. Or download the latest driver directly from NVIDIA, AMD, or Intel depending on your hardware.

If Chrome started crashing after a recent GPU driver update, rolling back the driver may help. In Device Manager, right-click your GPU, select Properties → Driver → Roll Back Driver if the option is available.

You can also test whether GPU acceleration is the issue by launching Chrome with it disabled:

chrome.exe --disable-gpu

If Chrome opens with the GPU disabled, the driver is the problem.


Check for Malware

Malware sometimes targets Chrome specifically — modifying Chrome’s executable, injecting into its startup process, or installing components that cause it to crash. If Chrome started closing immediately after downloading something or visiting an unfamiliar site, malware is worth investigating.

Run Microsoft Defender Offline Scan — go to Windows Security → Virus and Threat Protection → Scan Options → Microsoft Defender Offline Scan. This runs before Windows loads and catches malware that hides during normal operation.

Also download and run Malwarebytes for a second opinion — it specifically detects browser hijackers and Chrome-targeting malware that general antivirus sometimes misses.


Check Available Disk Space

Chrome requires disk space to create temporary files during startup. If your system drive is critically full — less than a few hundred megabytes free — Chrome and other applications can fail to launch because they can’t write the files they need.

Check available disk space in File Explorer → This PC. If your C: drive is nearly full, free up space by emptying the Recycle Bin, running Disk Cleanup (cleanmgr.exe), and removing large files or applications you no longer need.


Create a New Windows User Account

If nothing else has resolved the issue, testing Chrome under a completely fresh Windows user account determines whether the problem is account-specific or system-wide.

Go to Settings → Accounts → Other Users → Add Account and create a new local user account. Log into it and try opening Chrome. If Chrome works under the new account but not your regular account, the problem is in your Windows user profile rather than Chrome itself — a Windows profile repair or migration to the new account is the fix.


A Quick Checklist

Work through these in order:

  • Open in Incognito mode to test whether the profile is the issue
  • Launch with –disable-extensions to rule out extension crashes
  • Rename the Default profile folder to Default.old and let Chrome create a fresh one
  • Run as Administrator to test for permission issues
  • Disable antivirus temporarily to test for security software conflicts
  • Reinstall Chrome completely including deleting leftover folders
  • Check Windows Event Viewer for specific crash details
  • Update or roll back GPU drivers and test with –disable-gpu
  • Run a malware scan with Defender Offline and Malwarebytes
  • Check disk space on the system drive
  • Create a new Windows user account to isolate whether it’s profile-specific

The Bottom Line

Chrome closing immediately on launch is almost always a corrupted user profile, a broken installation, or a conflicting application. The incognito test and profile rename together resolve the majority of cases — if Chrome opens in incognito, the profile is the problem, and renaming the Default folder fixes it in under two minutes.

If neither of those works, the Event Viewer gives you the specific technical detail that points directly at the actual cause rather than requiring you to guess.

Chrome isn’t broken — something it needs to start is. The profile rename and a clean reinstall fix it in most cases before you need to go deeper.

Leave a Comment