/
/

How to Enable or Disable Efficiency Mode Confirmation Dialog in Windows 11

by Andrew Gono, IT Technical Writer
How to Enable or Disable Efficiency Mode Confirmation Dialog in Windows 11 blog banner image

When running an app in Efficiency Mode (previously “Eco mode”), Windows displays a confirmation prompt to prevent accidental activation. This helps protect your system from possible misconfiguration, but certain organizations can benefit more from removing the warning to streamline workflows.

Our Windows 11 Efficiency Mode article below explains how to safely achieve “Eco” mode on modern workstations.

How to manage the Efficiency Mode confirmation dialog for streamlined tasks

Managing Windows 11 Efficiency Mode pop-ups can be as simple as clicking a few buttons. Additionally, IT admins may utilize scalable methods focused on user-specific changes (via HKEY_CURRENT_USER).

📌 Prerequisites:

  • Any edition of Windows 11 (Build 22621.1344 and later)
  • Task Manager must be updated to support Efficiency Mode controls

📌 Recommended deployment strategies:

Click to Choose a Method💻

Best for Individual Users

💻💻💻

Best for Enterprises

Method 1: Task Manager
Method 2: On-the-fly prompt
Method 3: Registry Editor
Method 4: .reg file

Method 1: Disable the confirmation dialog via Task Manager

You can easily enable or disable the Windows 11 Efficiency Mode confirmation dialog through Task Manager, which lists all of your running apps.

📌 Use Case: Support-led assistance

  1. Press Ctrl + Shift + Esc to open the Task Manager.
  2. Click Settings in the bottom-left corner.
  3. Under Other options, clear the box next to Ask me before applying Efficiency Mode.
  4. Close Task Manager.

Method 2: Disable the confirmation dialog via on-the-fly prompt

📌 Use Cases: Quickly disable confirmation prompts when the first one appears.

  1. Open an app that is in Efficiency Mode.
  2. In the confirmation dialog, select the box near Don’t ask me again.
  3. Click OK to stop all future confirmation prompts.

Method 3: Enable or disable via Registry Editor

⚠️ Warning: Editing the registry can cause system issues. Create a backup before proceeding.

📌 Use Case: System-wide changes

📌 Prerequisites: Administrator privileges

  1. Press Win + R, type regedit, and press Enter.
  2. Navigate to:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\TaskManager 

    1. If you don’t see the Task Manager key, do the following:
      1. Double-click on CurrentVersion.
      2. Right-click on the right-hand pane.
      3. Select New > Key.
      4. Name the new key “TaskManager”.
  1. Double-click the ShowEcoModeDialog value.
    1. If this key doesn’t exist, do the following:
      1. Right-click on the right-hand pane.
      2. Select New > DWORD (32-bit) value.
      3. Name the new value “ShowEcoModeDialog”.

Registry Editor DWORD Value

  1. Modify the value.
    1. To turn the confirmation dialog on, type 1.
    2. To turn the confirmation dialog off, type 0.

Set DWORD Value to 1

  1. Close Registry Editor.
  2. Restart the computer or re-launch Task Manager (taskmgr.exe) to apply your changes.

Method 4: .reg file

Simplify Registry changes by creating lightweight .reg files that store commands needed to turn Windows 11 Efficiency Mode confirmation on or off.

📌 Use Cases: Configuration baselines and deploying automated Registry changes across your IT environment.

📌 Prerequisites: Administrator privileges.

  1. Press Windows + S, type notepad, and press Enter.
  2. Create your .reg file.
    1. To enable the confirmation dialog, paste the following:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\TaskManager]

"ShowEcoModeDialog"=dword:00000001

    1. To deactivate the confirmation dialog, paste the following:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\TaskManager]

"ShowEcoModeDialog"=dword:00000000

  1. Save the file with a .reg extension (e.g., EMConfirmationOn.reg).
  2. Open the file and confirm the merge.
  3. Restart the PC or log back in again to apply your changes.

⚠️ Things to look out for

RisksPotential ConsequencesReversals
Accidentally setting critical system processes to Efficiency ModeSystem unresponsiveness and instabilityOpen Task Manager > Right-click on vital processes > Clear the box next to “Efficiency Mode”
Deleting Registry keys related to power throttlingEfficiency Mode stops working for all appsRecreate the key manually or restore the Registry from backup
Activating Efficiency Mode globally instead of per-process via a .reg filePerformance issues (e.g., throttling) across all appsReplace the .reg file entry with the correct script and restart your system

Additional considerations for toggling Windows 11 Efficiency Mode

Knowing the details of Efficiency Mode confirmation can give you insight into handling possible troubleshooting scenarios later on. Here are the key points:

Confirmation prompt

While removing the confirmation prompt can speed up your tasks, note that the warning helps maintain stability by preserving system-critical processes. Putting these at risk can possibly misconfigure workstations and degrade performance.

Windows 11 Efficiency Mode is done per-user

Keep in mind that the Efficiency Mode feature is per-user and per-session. This means two things: an app will stop running on Efficiency Mode after a reboot, and other logged-in users can enjoy a separate instance of Efficiency Mode apps.

No Group Policy Object

At the time of writing, no Efficiency Mode GPO setting exists for Windows 11. This can limit your ability to centrally manage apps within your enterprise. Instead, you can deploy .reg files via PowerShell as a workaround for wider, at-scale changes.

Quick-Start Guide

NinjaOne offers several ways to manage Windows 11 efficiency mode and updates:

1. For preventing Windows 10 to Windows 11 upgrades, NinjaOne provides:

  • A script to block the upgrade via registry:
    1. reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /f /v TargetReleaseVersion /t REG_DWORD /d 1
    2. reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /f /v TargetReleaseVersionInfo /t REG_SZ /d 22H2
    3. reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /f /v ProductVersion /t REG_SZ /d “Windows 10”

2. Patch management policy settings allow you to:

  • Reject feature updates
  • Set manual approval for Windows 11 upgrades
  • Configure how Windows 11 updates are handled

3. The Patch Intelligence AI can help by:

  • Monitoring patch risks
  • Overriding automatic approvals for problematic updates
  • Providing insights into potential update issues

Control Efficiency Mode confirmation prompts for smoother workflow

Managing the Efficiency Mode dialog simplifies your company workflow, prevents potential misconfigurations, and enhances system responsiveness.

With that in mind, adapt the way you run important apps according to your policies. For instance, production environments that require constant uptime may value data integrity over speed, while trusted work processes may be improved by removing unnecessary warnings.

Related topics:

FAQs

Windows is trying to regulate low-priority tasks with high CPU demand. This is part of Microsoft’s energy-saving strategies that optimize performance across its devices.

It depends on your priorities. While it helps extend battery life, lower fan noise, and reduce heat, intensive apps like video editing software will experience significant throttling on Efficiency Mode.

Eco mode was the original name for Efficiency Mode in early Windows 11 builds before it was renamed for clarity.

You might also like

Ready to simplify the hardest parts of IT?