en-US edge computer

Time period in each day to suppress auto-update check

Verified with Microsoft Edge 152.0.4191.53 — updated on July 12, 2026

Microsoft Edge 152.0.4191.53

Supported on: Microsoft Edge Update 1.3.33.5 and later

Path in the GPO console

Computer Configuration\Administrative Templates\Microsoft Edge Update\Preferences

Description

If you enable this policy, update checks are suppressed each day starting at Hour:Minute for a period of Duration (in minutes). Duration isn't affected by daylight saving time. For example, if the start time is 22:00 and the duration is 480 minutes, updates will be suppressed for exactly 8 hours, regardless of whether daylight saving time starts or ends during this period. If you disable or don't configure this policy, update checks aren't suppressed during any specific period. The values for this policy can range from 0 to 23 for hours, 0 to 59 for minutes and 0 to 960 for duration in minutes.

Registry

HKLM Software\Policies\Microsoft\EdgeUpdate

More options available

Options

Hour
UpdatesSuppressedStartHour decimal - range 0-23 - default: 0
Minute
UpdatesSuppressedStartMin decimal - range 0-59 - default: 0
Duration
UpdatesSuppressedDurationMin decimal - range 1-960 - default: 60

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: Time period in each day to suppress auto-update check
; State: Enabled
; Supported on: Microsoft Edge Update 1.3.33.5 and later

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\EdgeUpdate]
"UpdatesSuppressedStartHour"=dword:00000000
"UpdatesSuppressedStartMin"=dword:00000000
"UpdatesSuppressedDurationMin"=dword:0000003c
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Time period in each day to suppress auto-update check
# State: Enabled
# Supported on: Microsoft Edge Update 1.3.33.5 and later

$path = 'HKLM:\Software\Policies\Microsoft\EdgeUpdate'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'UpdatesSuppressedStartHour' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'UpdatesSuppressedStartMin' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'UpdatesSuppressedDurationMin' -Value 60 -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