en-US edge computer

Let users update on metered connections

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.179.5 and later

Path in the GPO console

Computer Configuration\Administrative Templates\Microsoft Edge Update\Applications\Microsoft Edge Dev

Description

Specifies whether Microsoft Edge Update will update on connections marked as metered, such as cellular connections or others where data usage is controlled for the Microsoft Edge browser. If you don't enable and configure this policy, updates occur based the 'Download Updates over metered connections' toggle in the About Page of the Microsoft Edge browser. If a user doesn't make a choice, the Windows setting is used. You can find out more about the Windows setting here: https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-update#allowautowindowsupdatedownloadovermeterednetwork Always allow updates (2): Updates are always downloaded when found, either by automatic update check or by a manual update check. Disable updates (1): Updates are not downloaded when using a metered connection.

Registry

HKLM Software\Policies\Microsoft\EdgeUpdate

Value name: MeteredUpdates{0D50BFEC-CD6A-4F9A-964C-C7416E3ACB10}

More options available

Options

Metered Updates Policy
MeteredUpdates{0D50BFEC-CD6A-4F9A-964C-C7416E3ACB10} enum
  • Metered Disable updates -> 1 (default)
  • Metered Updates Allowed -> 2

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: Let users update on metered connections
; State: Enabled
; Supported on: Microsoft Edge Update 1.3.179.5 and later

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\EdgeUpdate]
"MeteredUpdates{0D50BFEC-CD6A-4F9A-964C-C7416E3ACB10}"=dword:00000001
"MeteredUpdates{0D50BFEC-CD6A-4F9A-964C-C7416E3ACB10}"=dword:00000001
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Let users update on metered connections
# State: Enabled
# Supported on: Microsoft Edge Update 1.3.179.5 and later

$path = 'HKLM:\Software\Policies\Microsoft\EdgeUpdate'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'MeteredUpdates{0D50BFEC-CD6A-4F9A-964C-C7416E3ACB10}' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'MeteredUpdates{0D50BFEC-CD6A-4F9A-964C-C7416E3ACB10}' -Value 1 -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