Welcome to the forum
25H2 may have increased baseline usage for DWM
Turning off hardware acceleration in apps like browsers, could reduce the usage.
You could experiment and disable hardware acceleration globaly? And let the software take on the task.
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Avalon.Graphics]
"DisableHWAcceleration"=dword:00000001
If the Avalon.Graphics registry entry is not there:
- Open Registry Editor
- Press Win + R, type regedit, and hit Enter.
- Navigate to:
- HKEY_CURRENT_USER\Software\Microsoft
- Create a new key
- Right-click on Microsoft > New > Key
- Name it: Avalon.Graphics
- Create a new DWORD value
- Right-click on Avalon.Graphics > New > DWORD (32-bit) Value
- Name it: DisableHWAcceleration
- Set the value
- Double-click DisableHWAcceleration
- Set the value to: 1
Restart your system
If it doesn’t help, you can delete the key.