When a browser won't open at all — no window appears, no error, nothing — the most common cause is a process from a previous session still running in the background, silently blocking a new window from launching.
Fix 1: check for a stuck background process
- Open Task Manager (Ctrl+Shift+Esc)
- Go to the Processes tab and look for your browser (chrome.exe, msedge.exe, firefox.exe) — you might see several entries, since browsers run multiple processes per tab/extension
- Right-click each one and select End Task to close them all
- Try opening the browser again
This resolves the issue in a large share of cases — a previous crash or forced shutdown can leave a process running that prevents a fresh window from launching, even though nothing visible suggests the browser is actually "open."
Fix 2: restart your computer
If ending the process doesn't help, a full restart clears anything Task Manager might have missed, including any related services or drivers in an inconsistent state.
Fix 3: check if it opens via a new user profile
If the browser still won't open after a restart, try creating a temporary new Windows user account (Settings → Accounts → Other users → Add account) and see if the browser opens normally there. If it does, the problem is specific to something in your user profile (corrupted settings or browser data) rather than the browser installation itself.
Fix 4: repair or reset the browser via Windows Settings
- Go to Settings → Apps → Installed apps
- Find your browser, click the three dots, and look for Repair or Reset
- Try Repair first (less disruptive); if that doesn't help, Reset will restore the app to default settings, which can resolve deeper corruption issues
Fix 5: full uninstall and reinstall
As a last resort:
- Uninstall the browser via Settings → Apps → Installed apps
- Restart your computer
- Download a fresh installer directly from the browser's official website
- Reinstall
If it opens for a split second and closes immediately: this specific pattern is sometimes caused by a corrupted user profile within the browser itself (different from your Windows user profile). Try navigating to the browser's user data folder while it's fully closed (for Chrome: %localappdata%\Google\Chrome\User Data) and renaming the "Default" folder to something like "Default.old" — this forces the browser to create a fresh default profile on next launch. Your bookmarks/history in the renamed folder aren't deleted, just set aside, in case you need to recover anything from it later.