Improving performance and responsiveness of Edge on Windows 11
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
checking the properties, all but one of the items under web view have been modified 2 days before they were created. This may be causing errors. it's sure slowing my machine down
Improving performance and responsiveness of Edge on Windows 11
AI answer
WebView2 (msedgewebview2.exe) is a shared web runtime that many Windows apps use to display web content, independently of the Edge browser UI. It is normal to see several WebView2 processes in Task Manager even when Edge itself is closed.
Key points:
References:
Hello Barbara van den Berg,
Thanks for reaching out. I'm just adding a couple of points to put your mind at ease.
Looking at your Task Manager screenshot, the 7 entries you're seeing are grouped under Search, not Edge/WebView2 directly. That's Windows Search's own UI host (SearchHost.exe), which is also Chromium-based and uses the same multi-process model — one manager, a GPU process, a few utility processes, and a renderer. Widgets, Teams, Outlook, the new Outlook, Weather, and many other apps spawn similar groups via WebView2, even when Edge itself is closed.
On the timestamps: a Modified date earlier than the Created date is normal for installed system binaries and not a sign of corruption. The Modified date is when Microsoft built/signed the file; the Created date is when it was written to your disk during install or update. Copy or extract a file and you'll see the same pattern.
For the slowness itself, the numbers in your screenshot (~380 MB across the whole Search group, with most children under 60 MB) shouldn't on their own bog down a Windows 11 machine. If something does feel heavy, switch to the Processes tab in Task Manager and sort by Memory or CPU — WebView2 children appear under their parent app name there, so you can see which app (Widgets, Teams, a third-party app, etc.) is actually driving the usage and act on that one specifically.
Hope that helps clear it up.