chrome stopped opening. clicking the icon does nothing. no window appears, no loading indicator, nothing. checked task manager and there’s no chrome process running at all.
tried restarting. still won’t open. other browsers open fine. this is just chrome.
what’s the most likely cause? i haven’t installed anything new recently or changed any settings. it just stopped working.
looking for the systematic fix, starting from the least destructive option. i’d rather not uninstall and lose my saved data if there’s a way to fix it without doing that. what’s the right sequence to try?
The SingletonLock file deletion fix is the one that specifically resolves the “Chrome was already running but isn’t showing” problem. Chrome creates these lock files to prevent multiple instances and they can persist after a crash. Deleting them takes five seconds and is risk-free.
renaming the Default folder to Default.bak instead of deleting it is the right approach. you test whether a clean profile fixes the issue while keeping a backup of your old profile data. if it works, you can try to recover specific things from the bak folder rather than losing everything.
Background mode keeping Chrome running after windows close being the cause of launch conflicts is something people don’t realize because Chrome appears closed. The system tray should have a Chrome icon if background mode is active. Settings > System > untoggle “Continue running background apps when Google Chrome is closed” prevents this.
chrome appearing to do nothing when you click it usually means a process is stuck or there’s a profile corruption.
step 1: kill existing chrome processes. even though you don’t see a window, chrome may have a background process running. task manager (Ctrl+Shift+Esc) > look for any chrome.exe entries > end all of them. then try launching chrome again.
step 2: try launching with a new profile. find the chrome shortcut, right-click > properties > in the target field add --profile-directory=Default after the closing quote of the path. if chrome opens, your existing profile is corrupted.
to recover a corrupted profile: navigate to %LOCALAPPDATA%\Google\Chrome\User Data. find the Default folder. rename it to Default_old. chrome will create a fresh Default folder on next launch. you lose local profile data (extensions, history not synced) but chrome should open. if you’re signed into a google account, synced data (bookmarks, passwords) comes back after signing in.
if chrome still won’t open after clearing processes and the profile fix: check your antivirus logs. some security software blocks chrome processes, especially after a chrome update changes its binary signature.
last resort: uninstall chrome, then manually delete the %LOCALAPPDATA%\Google\Chrome folder (this deletes local profile data), then reinstall. if you’re signed into google sync, your data is in the cloud and comes back after signing in.
The Lockfile being in the User Data root rather than the profile subfolder is worth specifying. People sometimes look in the Default folder for it. It’s at the User Data level and its presence blocks Chrome from launching regardless of profile state.