What Windows Efficiency Mode Is: What the Green Leaf Icon in Windows 11 Means and How to Turn It Off

· · Windows 11, Task Manager, Efficiency Mode, Performance, Power Management

What you should know first

Efficiency Mode (the green leaf icon) is not the bad guy. It is a Windows 11 mechanism that quiets down background work to protect foreground responsiveness, battery life, heat, and fan noise.

The catch is that when it targets the wrong process, the app you are actually using can look slow or unstable.


Three things people tend to confuse

Feature Where to find it What it does
Windows Efficiency Mode Task Manager status column (green leaf icon) Lowers process priority and pushes the CPU toward power-saving behavior
Edge power saving Edge settings Throttles tab resources on the browser side
Windows power mode Settings > System > Power OS-wide power settings (background limits, etc.)

These three are separate mechanisms. Turning one off does not affect the others.


How Efficiency Mode works

Technically, it does the following:

  • Lowers the process base priority to Low
  • Sets the process to EcoQoS, which can lower the CPU frequency and prefer power-efficient cores
  • Microsoft itself describes EcoQoS as being “for work that does not contribute to the foreground user experience”

Windows can also apply this automatically, without you toggling anything, based on the window state:

Window state QoS level
Focused High
Visible but not focused Medium
Minimized or hidden Low
Background services Utility
Explicitly set to EcoQoS Eco

If something suddenly feels slow after you minimize it, Efficiency Mode may have been applied automatically.


When it is worth turning off

Situation Recommendation
Idle updaters, sync clients, indexers Leave it on
The app you are actively using is clearly stuttering or unstable Turn it off and compare
Web CAD, browser-based IDEs, video meetings, streaming, monitoring dashboards Good candidates to try with it off
Benchmarking or performance investigation Pin AC power, power mode, and window state before comparing
Only Edge feels slow Check Edge’s own power-saving setting, not just Windows

How to turn Efficiency Mode off

  1. Open Task Manager (Ctrl + Shift + Esc)
  2. Select Processes in the left menu
  3. Look in the status column for processes marked with Efficiency mode (green leaf icon)
  4. Right-click the process > Efficiency mode to toggle it off
  5. If the option is unavailable on the parent group, expand it with the arrow on the left and operate on the individual child processes
  6. You can also toggle it from the Efficiency mode icon at the top right (grayed out means it cannot be applied to that target)

Why you cannot turn it off, or why it comes back

Symptom Cause What to do
The option is grayed out Core Windows process, or the operation is blocked at the process group level Expand the group and toggle individual child processes
It keeps appearing on a browser even though you did not set it Edge or Chrome is calling the power-saving APIs itself Check the browser’s own power-saving setting
It comes back after you turn it off The browser is reapplying EcoQoS Turn off Edge’s power-saving feature

Turning everything off in bulk is not recommended. If you free up background work too, updaters and sync clients will reclaim CPU and degrade the experience in a different way.


When only Edge feels heavy

Edge’s power-saving feature is separate from Windows Efficiency Mode.

How to turn off Edge’s power saving

  1. Open Settings in Edge
  2. Open System and performance
  3. Turn off Turn on Efficiency mode (Energy saver)

To exclude specific sites only

Add the URL to “Always keep these sites active”. For heavy web apps and admin consoles, this is usually more practical than turning the whole feature off.


Common misconceptions

Misconception Reality
“Green leaf = always bad” For background work, having it applied actually helps foreground responsiveness
“Turning it off will make everything faster” If the bottleneck is RAM, disk I/O, or the network, Efficiency Mode is irrelevant
“I can compare performance with the window minimized” Just minimizing lowers the QoS level. Pin the window state when comparing performance
“Turning off Edge’s power saver also disables Windows Efficiency Mode” They are separate features. Check both

Summary

Efficiency Mode = a mechanism that quiets background work so foreground responsiveness and power efficiency can coexist
  • Background work (updaters, sync, indexing) -> leave it on
  • The app you actually care about is slow or unstable -> turn it off only for that process and compare
  • Only the browser feels heavy -> also check Edge’s power-saving feature
  • When comparing performance -> pin AC power, power mode, and window state

A green leaf icon does not automatically mean something is wrong. The practical question is whether that process is the one you are actually using right now.

Related Articles

Recent articles sharing the same tags. Deepen your understanding with closely related topics.

Related Topics

These topic pages place the article in a broader service and decision context.

Back to the Blog