en-US office computer

Show the Update Channel option to allow users to select an update channel

Verified with Microsoft 365/Office 5568.1000 — updated on September 4, 2026

Microsoft 365/Office 5568.1000

Supported on: At least Windows Server 2016, Windows 10

Path in the GPO console

Computer Configuration\Administrative Templates\Microsoft Office 2016 (Machine)\Miscellaneous

Description

This policy setting controls whether the Update Channel option is shown under File > Account in an app, such as Word. This option allows users to select which update channel they want to receive updates from. For more information about update channels, see https://go.microsoft.com/fwlink/p/?linkid=846105. If you enable this policy setting, the Update Channel option is shown under File > Account. You need to select which update channels will be shown as options to the user. Important: - Users must be a local administrator on the device to change to a different update channel. - Beta Channel is not a supported update channel. It should only be used in test environments and by a small group of select users, such as IT staff or application developers. If you disable or don’t configure this policy setting, the Update Channel option is not shown under File > Account. Notes: - This policy setting only applies to subscription versions of Office, such as Microsoft 365 Apps for enterprise, and to subscription versions of Project and Visio. - This policy setting takes precedence over the “Show the option for Microsoft 365 Insider” policy setting in cases where both policy settings are enabled. - If you enable this policy setting, you shouldn’t enable and configure the “Target Version”, “Update Channel”, or “Update Path” policy settings under Computer Configuration\Policies\Administrative Templates\Microsoft Office 2016 (Machine)\Updates. If you do, those policy settings will take precedence. The Update Channel option will still appear under File > Account, but it will be disabled and the user won’t be able to select an update channel.

Registry

HKLM software\policies\microsoft\office\16.0\common

Value name: suppressofficechannelselector

Enabled: suppressofficechannelselector = 0

Disabled: suppressofficechannelselector = 1

More options available

Options

Beta Channel
insiderfast boolean
Current Channel (Preview)
firstreleasecurrent boolean
Current Channel
current boolean - default: 1
Monthly Enterprise Channel
monthlyenterprise boolean - default: 1
Semi-Annual Enterprise Channel (Preview)
firstreleasedeferred boolean
Semi-Annual Enterprise Channel
deferred boolean

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.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Show the Update Channel option to allow users to select an update channel
; State: Enabled
; Supported on: At least Windows Server 2016, Windows 10

[HKEY_LOCAL_MACHINE\software\policies\microsoft\office\16.0\common]
"suppressofficechannelselector"=dword:00000000
"insiderfast"=dword:00000000
"firstreleasecurrent"=dword:00000000
"current"=dword:00000001
"monthlyenterprise"=dword:00000001
"firstreleasedeferred"=dword:00000000
"deferred"=dword:00000000
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Show the Update Channel option to allow users to select an update channel
# State: Enabled
# Supported on: At least Windows Server 2016, Windows 10

$path = 'HKLM:\software\policies\microsoft\office\16.0\common'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'suppressofficechannelselector' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'insiderfast' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'firstreleasecurrent' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'current' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'monthlyenterprise' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'firstreleasedeferred' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'deferred' -Value 0 -Type DWord

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