en-US chrome computer user

Actions to run when the computer is idle

Verified with Google Chrome — updated on July 10, 2026

Supported on: Microsoft Windows 7 or later

Path in the GPO console

Computer Configuration\Administrative Templates\Google\Google Chrome\Idle Browser Actions

Description

List of actions to run when the timeout from the IdleTimeout policy is reached. Warning: Setting this policy can impact and permanently remove local personal data. It is recommended to test your settings before deploying to prevent accidental deletion of personal data. If the IdleTimeout policy is unset, this policy has no effect. When the timeout from the IdleTimeout policy is reached, the browser runs the actions configured in this policy. If this policy is empty or left unset, the IdleTimeout policy has no effect. Supported actions are: 'close_browsers': close all browser windows and PWAs for this profile. Not supported on Android and iOS. 'close_tabs': close all open tabs in open windows. Only supported on iOS. 'show_profile_picker': show the Profile Picker window. Not supported on Android and iOS. 'sign_out': Signs out the current signed in user. Only supported on iOS. 'clear_browsing_history', 'clear_download_history', 'clear_cookies_and_other_site_data', 'clear_cached_images_and_files', 'clear_password_signing', 'clear_autofill', 'clear_site_settings', 'clear_hosted_app_data': clear the corresponding browsing data. See the ClearBrowsingDataOnExitList policy for more details. The types supported on iOS are 'clear_browsing_history', 'clear_cookies_and_other_site_data', 'clear_cached_images_and_files', 'clear_password_signing', and 'clear_autofill' 'reload_pages': reload all webpages. For some pages, the user may be prompted for confirmation first. Not supported on iOS. The user will stay signed into their Google account when deleting cookies using 'clear_cookies_and_other_site_data'. Setting 'clear_browsing_history', 'clear_password_signing', 'clear_autofill', and 'clear_site_settings' will disable sync for the respective data types if neither `Chrome Sync` is disabled by setting the SyncDisabled policy nor BrowserSignin is disabled. Example value: close_browsers show_profile_picker

Registry

HKLM Software\Policies\Google\Chrome
HKCU Software\Policies\Google\Chrome

More options available

Options

Actions to run when the computer is idle
List (registry values) list
- list under Software\Policies\Google\Chrome\IdleTimeoutActions

Export Builder

BETA

Configure the state, scope and options, then generate .reg, PowerShell, Intune and SCCM outputs — or add the setting to a multi-setting collection.

These exports write the registry — this is not a managed GPO.

Scope

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Actions to run when the computer is idle
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: Microsoft Windows 7 or later

[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome\IdleTimeoutActions]
; List values: enter one value per line in the builder UI.
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Actions to run when the computer is idle
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: Microsoft Windows 7 or later

$path = 'HKLM:\Software\Policies\Google\Chrome\IdleTimeoutActions'
New-Item -Path $path -Force | Out-Null
# List values: enter one value per line in the builder UI.

Building a multi-setting collection? Add this setting and generate combined .reg / PowerShell / GPO scripts.

Open the Builder

Embed this policy on your site

What to embed
Theme

Adds one script line: the theme follows your site’s appearance and the height fits the content. If your site blocks scripts, the embed follows the visitor’s system theme.

Preview