How to disable background throttling on MS edge

Mohammad Alkronz 0 Reputation points
2025-05-14T18:05:14.1066667+00:00

Greetings

We have Cisco contact center solution(UCCE), the agents use MS edge browser to sign in to the agent portal(finesse) where they receive customers calls and answer it.

The problem is that when the agent minimize the browser or switch to another tab, MS edge throttle the connection with finesse server causing the system to forcibly logout the agent after random period of time. This behavior only happens with MS edge browser.

We tried to add finesse URL to the background exception list to disable the throttling feature but the problem is still on going. Is there anything else we need to do/consider in this regard?

Appreciate your support!

MS edge version: 135.0.3179.73

Microsoft Edge | Microsoft Edge development
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Tom Tran (WICLOUD CORPORATION) 525 Reputation points Microsoft External Staff
    2025-08-21T08:38:32.1466667+00:00

    Hi Mohammad Alkronz,

    Based on your description, the issue occurs because Microsoft Edge applies background timer throttling and Intensive Wake Up Throttling when a tab is minimized or inactive. This can disrupt real-time applications like Cisco Finesse, leading to unexpected logouts.

    Here are the steps you can take to resolve this:


    1. Use Command-Line Flag

    If you launch Edge via a shortcut or script, add:

    "C:\path\msedge.exe" --disable-background-timer-throttling 
    
    • Make sure to close all Edge processes before relaunching.
    • If you use Run (Win + R), you can simply type: msedge --disable-background-timer-throttling

    Reference: https://learn.microsoft.com/en-us/answers/questions/1691638/disable-throttling-of-background-timers


    2. Apply Group Policy (Enterprise-Wide)

    For managed environments:

    • Download the latest Microsoft Edge ADMX templates.
    • In Group Policy: Administrative Templates > Microsoft Edge > Control the IntensiveWakeUpThrottling feature
    • Set it to Disabled.
    • Registry equivalent (create manually if it doesn’t exist):
        [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]
        "IntensiveWakeUpThrottlingEnabled"=dword:00000000
      

    Reference: https://learn.microsoft.com/en-us/deployedge/microsoft-edge-browser-policies/intensivewakeupthrottlingenabled


    3. Verify Sleeping Tabs Settings

    • Go to: Settings > System and performance > Optimize Performance
    • Disable Sleeping Tabs or add the Finesse URL to the exception list.

    Reference: Turn the Sleeping Tabs in Microsoft Edge On or Off


    Note:

    • These changes can increase CPU usage, so apply only to critical apps.
    • For large deployments, Group Policy is the most reliable method.
    • Cisco often recommends Firefox for Finesse as it does not throttle background tabs as aggressively.

    I hope this helps! If you need anything else - please feel free to ask!


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.