How to Update Google Chrome
Chrome updates itself in the background, but you can check or force an update at any time. Updates are essential: most Chrome releases fix security holes, sometimes including ones already being exploited in the wild. Keeping Chrome current is the single most important thing you can do to stay safe online.
Update Chrome on Windows, Mac, and Linux Desktop
- Open Chrome
- Click the three-dot menu in the top-right corner
- Click Help, then About Google Chrome
- Chrome checks for updates and downloads them automatically
- Click Relaunch when the update is ready
Your tabs reopen after the relaunch, including incognito tabs (though incognito session data is still cleared as usual).
The Update Indicator on the Menu
Chrome shows a colored dot on the three-dot menu when an update is waiting:
- Green: Update available less than 2 days
- Orange: Update available about 4 days
- Red: Update available a week or more (please relaunch soon)
Update Chrome on Android
- Open the Google Play Store
- Tap your profile icon in the top-right
- Tap Manage apps & device, then Updates available
- Find Chrome and tap Update, or tap Update all
To make sure Chrome updates automatically in future, open the Play Store, tap your profile, then Settings > Network preferences > Auto-update apps.
Update Chrome on iPhone and iPad
- Open the App Store
- Tap your profile icon in the top-right
- Scroll down to find Chrome under available updates
- Tap Update next to Chrome (or tap Update All)
Update ChromeOS on Chromebooks
The browser updates with the operating system. Click the clock area in the bottom-right, click the gear icon, then About ChromeOS > Check for updates. Restart when prompted to apply the update. Chromebooks stop receiving updates at their Auto Update Expiration date.
Force an Update from the Command Line
Useful for headless servers, scripted deployments, or stuck updates.
Linux (apt):
sudo apt update && sudo apt install --only-upgrade google-chrome-stableLinux (dnf):
sudo dnf upgrade google-chrome-stableMac: Google Software Update runs automatically. To kick it manually:
"/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftwareUpdateAgent" -runMode oneshot -userInitiated YESWindows: Quit Chrome completely (close all windows including any background tray icon), then relaunch. Chrome applies any downloaded update on startup.
Update Channels
Chrome ships in four channels. Most people stay on Stable.
- Stable: Updated about every 4 weeks. The default.
- Extended Stable: Updated about every 8 weeks. Aimed at enterprise admins who want fewer disruption windows.
- Beta: Updated weekly, about one Chrome version ahead of Stable. Reasonably reliable.
- Dev: Updated about twice a week, two versions ahead. More bugs.
- Canary: Nightly, no testing. Installs side by side with your normal Chrome.
Check Your Current Version
- Open Chrome
- Type
chrome://versionin the address bar and press Enter
The first line shows your version number, build, and channel. You can also see it under Help > About Google Chrome.
Enterprise Update Controls
For managed fleets, Chrome supports update policies through Group Policy on Windows, configuration profiles on Mac, and policy JSON on Linux. You can pin a version, control the update channel, set rollout windows, and require relaunches after a delay. Templates and the full policy list live at chromeenterprise.google/policies.
Troubleshooting Updates
If Chrome will not update:
- Close and reopen Chrome completely (Windows tray icon counts)
- Restart your computer
- Check your internet connection
- Temporarily disable antivirus or VPN that might block Google Update
- On Windows, run the installer from the download page over the existing install. It will repair without losing your data.
- If all else fails, reinstall Chrome
Why Updates Matter
Chrome’s release notes regularly list fixes for vulnerabilities rated High or Critical. A small number each year are zero-days that attackers were already exploiting before the patch shipped. Chrome’s auto-update is what protects most users; the only thing you usually need to do is relaunch when the menu shows red.