MicrosoftEdge / MicrosoftEdge/WebView2Feedback

[Problem/Bug]: Memory Leak with some NVIDIA devices causing severe ETW/ETS overrun.

Open
#5,593 0 comments 0 reactions 1 assignee View on GitHub

@ambikakunnath is already working on this.

Since May 17, 2026.

bug regression
Dominant language
PowerShell
Stars
526
Forks
67
PR merge metrics
No merged PRs in 30d

Description

What happened?

Following a recent WebView2 runtime update, we are observing significant system-wide memory leaks and performance degradation over time during WPF/WebView2 frame rendering.

The issue appears to be an event leak related to NVIDIA filters and ETW/ETS buffers rather than application-level code. Closing the application does not release the leaked memory; however, restarting the application sometimes resets the accumulated event count.

The leaked memory is not bound to a specific process ID because it populates via system events. It likely stems from aggressive tracing being accidentally triggered on the thread. This started occurring globally across installations immediately following a recent WebView2 runtime update.

The memory bias can be forced to clear out by killing the NVIDIA filters via the command line:

logman stop "NVIDIA-NVTOPPS-FILTER" -ets
logman stop "NVIDIA-NVTOPPS-NOCAT" -ets

We are currently working with our users to collect deeper trace logs (.etl). Because this issue is tied directly to the latest WebView2 runtime behavior and its interaction with NVIDIA's telemetry pipeline, we will likely need upstream input/collaboration from Microsoft and NVIDIA to isolate the exact trace registration registration bug.

You can find our associated tracking issue here: https://github.com/ciderapp/Cider-2/issues/1370

Importance

Important. My app's user experience is significantly compromised.

Runtime Channel

Stable release (WebView2 Runtime)

Runtime Version

145.0.3800.82, and latest as of this issue, 149.0.4022.8

SDK Version

1.0.3351.48 (This also occurs on the latest SDK version)

Framework

WPF

Operating System

Windows 11

OS Version

26220.8474

Repro steps

Currently unknown circumstance, although it seems to commonly invoke on the latest NVIDIA driver combined with a subsequent system sleep and wake with the WebView2 application open in the background.

Repros in Edge Browser

No, issue does not reproduce in the corresponding Edge version

Regression

Regression in newer Runtime

Last working version (if regression)

1.0.3351.48, 143.0.3650.139

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.