en-US edge computer user

Configure when energy saver (previously named efficiency mode) should become active

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

Microsoft Edge 152.0.4191.53

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

Path in the GPO console

Computer Configuration\Administrative Templates\Microsoft Edge\Performance

Description

This policy setting lets you configure when energy saver becomes active. By default, energy saver is set to 'BalancedSavings'. On devices with no battery, energy saver is disabled by default and does not become active. Please note that Windows Energy Saver settings can influence when energy saver becomes active on all devices. Individual sites may be blocked from participating in energy saver by configuring the policy 'SleepingTabsBlockedForUrls' (Block sleeping tabs on specific sites). Set this policy to 'AlwaysActive' and energy saver is always active. Set this policy to 'NeverActive' and energy saver never becomes active. Set this policy to 'ActiveWhenUnplugged' and energy saver becomes active when the device is unplugged. Set this policy to 'ActiveWhenUnpluggedBatteryLow' and energy saver becomes active when the device is unplugged and the battery is low. Set this policy to 'BalancedSavings' and when the device is unplugged, energy saver takes moderate steps to save battery. When the device is unplugged and the battery is low, energy saver takes extra steps to save battery. Set this policy to 'MaximumSavings' and when the device is unplugged or unplugged and the battery is low, energy saver takes extra steps to save battery. If the device does not have a battery, energy saver never becomes active in any mode other than 'AlwaysActive' unless the setting or 'EfficiencyModeEnabled' (Efficiency mode enabled) policy is enabled. This policy has no effect if the 'EfficiencyModeEnabled' policy is disabled. Learn more about energy saver: https://go.microsoft.com/fwlink/?linkid=2173921 Learn more about energy saver: https://learn.microsoft.com/en-us/windows-hardware/design/component-guidelines/energy-saver Policy options mapping: * AlwaysActive (0) = Energy saver is always active * NeverActive (1) = Energy saver is never active * ActiveWhenUnplugged (2) = Energy saver is active when the device is unplugged * ActiveWhenUnpluggedBatteryLow (3) = Energy saver is active when the device is unplugged and the battery is low * BalancedSavings (4) = When the device is unplugged, energy saver takes moderate steps to save battery. When the device is unplugged and the battery is low, energy saver takes extra steps to save battery. * MaximumSavings (5) = When the device is unplugged or unplugged and the battery is low, energy saver takes extra steps to save battery. Use the preceding information when configuring this policy.

Registry

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

More options available

Options

Configure when energy saver (previously named efficiency mode) should become active
EfficiencyMode enum
  • Energy saver is always active -> 0
  • Energy saver is never active -> 1
  • Energy saver is active when the device is unplugged -> 2
  • Energy saver is active when the device is unplugged and the battery is low -> 3
  • When the device is unplugged, energy saver takes moderate steps to save battery. When the device is unplugged and the battery is low, energy saver takes extra steps to save battery. -> 4
  • When the device is unplugged or unplugged and the battery is low, energy saver takes extra steps to save battery. -> 5

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: Configure when energy saver (previously named efficiency mode) should become active
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: Microsoft Edge version 96, Windows 7 or later

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

PowerShell

# Exported from gporais.com
# Policy: Configure when energy saver (previously named efficiency mode) should become active
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: Microsoft Edge version 96, Windows 7 or later

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