2 min read
Reinstalling Chrome can fix crashes, slowdowns, and other issues. Here’s how to do a clean reinstall on any device.
When to Reinstall Chrome
- Chrome crashes frequently or won’t open
- Pages load slowly or display incorrectly
- Extensions cause problems
- Chrome feels sluggish after a long time
- You want a fresh start
Reinstall Chrome on Windows
Step 1: Uninstall Chrome
- Open Settings → Apps → Installed apps
- Find Google Chrome and click Uninstall
- Check “Also delete your browsing data” for a clean slate
Step 2: Download and Install
- Visit google.com/chrome
- Click Download Chrome
- Run the installer
- Sign in to restore your bookmarks and settings
Reinstall Chrome on Mac
Step 1: Remove Chrome Completely
- Quit Chrome (Cmd + Q)
- Drag Chrome from Applications to Trash
- Delete Chrome data: Open Finder, press Cmd + Shift + G, go to
~/Library/Application Support/Google/and delete the Chrome folder - Empty Trash
Step 2: Download Fresh Copy
Reinstall Chrome on Linux
Debian/Ubuntu
# Remove Chrome
sudo apt remove google-chrome-stable
# Remove user data (optional)
rm -rf ~/.config/google-chrome
# Reinstall
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.debFedora
# Remove and reinstall
sudo dnf remove google-chrome-stable
sudo dnf install google-chrome-stableReinstall Chrome on Android
Since Chrome is pre-installed on most Android devices, you can reset it instead:
- Go to Settings → Apps → Chrome
- Tap Storage → Clear data
- Tap Clear cache
- Restart your phone
This gives you a fresh Chrome experience without reinstalling.
Reinstall Chrome on iPhone/iPad
- Long-press Chrome → Remove App → Delete App
- Open the App Store
- Search for “Google Chrome”
- Tap Get to reinstall
- Sign in to restore your data
Keep Your Data Safe
Before reinstalling: Make sure you’re signed into Chrome with your Google account. Your bookmarks, passwords, and history sync automatically and will restore after reinstalling.
Not signed in? Go to Settings → You and Google → Turn on sync before uninstalling.
Related Guides
How to Download Chrome Offline InstallerIntroduction Downloading the Chrome offline installer can be a lifesaver when you…How to Reinstall Chrome Without Losing DataIntroduction If you're experiencing issues with Google Chrome that aren't resolved by…How to Completely Uninstall ChromeHow to Completely Uninstall Chrome Google Chrome is a widely used web…How to Uninstall Google ChromeNeed to remove Google Chrome from your device? Follow these step-by-step instructions…