• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

Reduce Process Interference with Task Manager Efficiency Mode

Joined
Apr 12, 2013
Messages
6,728 (1.68/day)

Introduction​

Task Manager Efficiency mode is a new feature that gives you options to ensure certain running processes won’t stress the CPU out, leading to faster foreground responsiveness and better energy efficiency. It also helps you to identify apps that are already running in Efficiency mode and are good citizens of the OS. The goal is to give power users control of process resource consumption and contribute to Microsoft’s Sustainable Software initiative. At a high level, the Task Manager Efficiency mode limits process resource usage by reducing the process priority and ensuring it runs efficiently on the CPU by leveraging EcoQoS.

Image Efficiency applied

Motivation​

Some applications continue to consume system resources (CPU, memory, disk, networking) even when they are idle and not being actively used or providing value to the user. This results in less resources being allocated to guarantee the performance needed for the user-desired applications. It may also lead to increased thermal and fan noise, as well as shortened battery life.

Task Manager is the go-to utility tool if a user wants to understand how well the system performs. We want to provide our users the way to limit the resource allocation on a per-process basis (in addition to just terminating a process since it might lead to undesirable issues), so the work from the processes can be executed as efficiently as possible, minimizing their interference with the foreground experience. The signals that we get back would help Windows to influence app teams to run as efficiently as possible.

The Feature Explained​

The Windows Operating System provides a few knobs that can be turned to tune a process’ resource availability. For the first iteration, we focused on CPU as it is the most contended and power-consuming resource on modern devices.

When Efficiency mode is enabled on a process, it a) reduces process base priority to low, and b) sets QoS mode to EcoQoS. Low priority ensures that this process does not interfere with higher priority processes that the user is actively using. EcoQoS ensures the process is executed in the most power-efficient manner. This could mean running the processor at a lower frequency to save power, and it helps improve the thermal footprint of the CPU. We see up to 4x improvements (or ~76% reduction, see below) in UI responsiveness on a CPU contended system. The following section discusses improvements in detail.

Impact​

To measure the benefits of Efficiency Mode, we test the completion time of certain activities like app launch and Start Menu open on a “busy” system. During these scenarios, the system has a synthetic CPU workload running in the background to simulate a busy device. This CPU workload runs on a normal priority thread per CPU core 100% of the time, meaning it does not attempt to yield the CPU by sleeping or blocking. We can measure the effect of Efficiency mode on the foreground experience by comparing the completion times when the system is loaded with the CPU load without Efficiency mode applied vs. when the system is loaded with Efficiency mode applied to the CPU workload. Both normalized to the baseline completion times without the CPU load. The chart below shows the results:

Image Efficiency mode

The results show that setting Efficiency mode on the CPU workload vastly improves the responsiveness of the system by 14% ~ 76% across the common scenarios we tested. Recall that the Efficiency mode consists of both lowered priority and EcoQoS. EcoQoS can save thermal headroom for the foreground or ‘important’ work by keeping the CPU from working too hard on the background work, while the lowered priority ensures that the foreground work gets to run first.

Usage​

Here is how to enable Efficiency mode for a given process in the Task Manager Processes tab (the same process works in the Task Manager Details tab too):

  1. Open Task Manager.
  2. Click on Processes tab.
  3. Expand the process tree group by clicking on the > for the intended app
  4. Either click on the Efficiency mode on the command bar or right-click on a child process or an individual process.
  5. The status column in the Processes tab should show “Efficiency mode” for the process & will show the new leaf icon for the parent process.
If “Efficiency mode” is greyed out, then its a core Windows process, and throttling that process may affect the system.

Note: If Microsoft Edge (or Chrome) is showing “Efficiency mode” as enabled but you did not apply it, this is due to both Microsoft Edge and Chrome experimenting with lowering base priority and applying power efficiency APIs to improve efficiency which is similar to what Task Manager is doing to identify “Efficiency mode” apps. You may see other apps with “Efficiency mode” if they adapt to similar techniques to improve efficiency.

Image Efficiency sample

Closing Thoughts​

The Task Manager Efficiency Mode is a feature that we hope to keep iterating on. As mentioned above, for the first iteration, we focused on managing the CPU allocation for a given app. For future iterations, we are exploring additional knobs to manage CPU resources and similar techniques for other system resources.

If you have any suggestions or feedback about the Efficiency Mode feature, feel free to shoot our way by commenting down below or click here to jump to the Task Manager category in Feedback hub (Win+F – Feedback Hub -> Desktop Environment – Task Manager)

Pretty useful for background apps or services that are kinda necessary but sometimes end up using far too many resources! Also enabled through applications like process hacker.
Screenshot (6).png
 
Joined
Oct 16, 2018
Messages
954 (0.48/day)
Location
Uttar Pradesh, India
Processor AMD R7 1700X @ 4100Mhz
Motherboard MSI B450M MORTAR MAX (MS-7B89)
Cooling Phanteks PH-TC14PE
Memory Crucial Technology 16GB DR (DDR4-3600) - C9BLM:045M:E BL16G36C16U4W.M16FE1 X2 @ CL14
Video Card(s) XFX RX480 GTR 8GB @ 1408Mhz (AMD Auto OC)
Storage Samsung SSD 850 EVO 250GB
Display(s) Acer KG271 1080p @ 81Hz
Power Supply SuperFlower Leadex II 750W 80+ Gold
Keyboard Redragon Devarajas RGB
Software Microsoft Windows 10 (10.0) Professional 64-bit
Benchmark Scores https://valid.x86.fr/mvvj3a
Looks like this a is Windows 11 feature, I don't see that option in my W10 install.
 
Last edited:
Joined
Apr 12, 2013
Messages
6,728 (1.68/day)
Yes, just recently introduced in win11 ~ I've been using it for about a month or so, just avoid using any critical applications or services with it :D

I tried it with DWM or Explorer & the results weren't pretty :shadedshu:
 
Top