Setting Timer Coalescing Windows 11

Tyler W 0 Reputation points
2026-07-13T19:19:05.53+00:00

If remember correctly, to configure this on Windows 10 you needed to edit the below reg key or keys. To my understanding, this reg key has changed for Windows 11 from CoalescingTimerInterval to TimerCoalescing? I'm wondering what's the proper registry keys to edit for this on Windows 11. I cant find much online for this reg key or any official documentation on how to change this.

Windows 10

Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power

DWORD32 - CoalescingTimerInterval = 0

Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\kernel

DWORD32 - CoalescingTimerInterval = 0

Windows 11 ?

Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power

DWORD32 - TimerCoalescing = 0

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows

DWORD32 - TimerCoalescing = 0

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile

DWORD32 - TimerCoalescing = 0

Windows for home | Windows 11 | Settings
0 comments No comments

1 answer

Sort by: Most helpful
  1. Lucus-V 9,130 Reputation points Microsoft External Staff Moderator
    2026-07-14T17:29:52.8766667+00:00

    Hi Tyler W,

    In short, if you are using Windows 11, I recommend using the TimerCoalescing registry value to ensure the setting is applied correctly.

    The CoalescingTimerInterval DWORD was primarily used in Windows 10 and earlier versions of Windows. While it may still function on Windows 11 in some cases, if both CoalescingTimerInterval and TimerCoalescing are present, Windows 11 will generally prioritize TimerCoalescing.

    I hope this information helps clarify the difference between the two settings.

    Was this answer helpful?


Your answer

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