en-US edge computer user

Set limit on megabytes of memory a single Microsoft Edge instance can use

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

Microsoft Edge 152.0.4191.53

Supported on: Microsoft Edge version 80, Windows 7 or later

Path in the GPO console

Computer Configuration\Administrative Templates\Microsoft Edge

Description

Configures the amount of memory that a single Microsoft Edge instance can use before tabs start getting discarded to save memory. The memory used by the tab will be freed and the tab will have to be reloaded when switched to. If you enable this policy, the browser starts to discard tabs to save memory once the limitation is exceeded. However, there's no guarantee that the browser is always running under the limit. Any value under 1024 is rounded up to 1024. If you don't set this policy, the browser only attempts to save memory when it has detected that the amount of physical memory on its machine is low.

Registry

HKLM Software\Policies\Microsoft\Edge
HKCU Software\Policies\Microsoft\Edge

More options available

Options

Set memory limit for Microsoft Edge instances:
TotalMemoryLimitMb decimal - range 1024-2000000000

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: Set limit on megabytes of memory a single Microsoft Edge instance can use
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: Microsoft Edge version 80, Windows 7 or later

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Edge]
"TotalMemoryLimitMb"=dword:00000400
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Set limit on megabytes of memory a single Microsoft Edge instance can use
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: Microsoft Edge version 80, Windows 7 or later

$path = 'HKLM:\Software\Policies\Microsoft\Edge'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'TotalMemoryLimitMb' -Value 1024 -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