You're already done most of the correct troubleshooting, so the issue is likely not a basic install or dependency problem—it looks more like a broken runtime or profile-level corruption specific to Copilot/Edge components.
A few targeted things I’d suggest (since generic fixes didn’t work):
- Check Edge version alignment Copilot relies heavily on Edge + WebView2. Make sure Microsoft Edge is fully updated—not just WebView2. A mismatch can cause silent crashes like this.
Clear WebView2 user data manually Even after reinstall, corrupted runtime data can persist:
Go to: C:\Users\<YourUser>\AppData\Local\Microsoft\EdgeWebView
Delete the entire folder
Relaunch Copilot
Try a new Windows user profile Since there are no logs, this strongly suggests profile corruption:
Create a new local user
Launch Copilot there If it works → your main profile is the issue
Check GPU / hardware acceleration Some recent builds crash silently due to GPU issues:
Disable hardware acceleration system-wide (or via Edge flags if accessible)
Update or roll back graphics drivers
Roll back Copilot version (important) Since it worked on 9-Apr, this may be a bad update:
Use an older version if available (or wait for patch)
Many users see this exact behavior with broken rollout builds
Force reinstall WebView2 Evergreen Runtime (clean) Uninstall ALL WebView2 entries (including per-user installs), then reinstall fresh from Microsoft’s official installer—not Store.
Given there's zero Event Viewer trace, this is almost certainly:
runtime crash before logging (WebView2/Edge issue), or
user profile corruption
If it works in a new user account, don’t waste time—just migrate.
If not, it’s very likely a bad Copilot build, and waiting for an update is the practical fix.
Let me know if you want a quick script to fully clean WebView2 + Copilot residues—I can give a proper deep-clean sequence.You're already done most of the correct troubleshooting, so the issue is likely not a basic install or dependency problem—it looks more like a broken runtime or profile-level corruption specific to Copilot/Edge components.
A few targeted things I’d suggest (since generic fixes didn’t work):
Check Edge version alignment
Copilot relies heavily on Edge + WebView2. Make sure Microsoft Edge is fully updated—not just WebView2. A mismatch can cause silent crashes like this.
Clear WebView2 user data manually
Even after reinstall, corrupted runtime data can persist:
Go to:
C:\Users\<YourUser>\AppData\Local\Microsoft\EdgeWebView
Delete the entire folder
Relaunch Copilot
Try a new Windows user profile
Since there are no logs, this strongly suggests profile corruption:
Create a new local user
Launch Copilot there
If it works → your main profile is the issue
Check GPU / hardware acceleration
Some recent builds crash silently due to GPU issues:
Disable hardware acceleration system-wide (or via Edge flags if accessible)
Update or roll back graphics drivers
Roll back Copilot version (important)
Since it worked on 9-Apr, this may be a bad update:
Use an older version if available (or wait for patch)
Many users see this exact behavior with broken rollout builds
Force reinstall WebView2 Evergreen Runtime (clean)
Uninstall ALL WebView2 entries (including per-user installs), then reinstall fresh from Microsoft’s official installer—not Store.
Given there's zero Event Viewer trace, this is almost certainly:
runtime crash before logging (WebView2/Edge issue), or
user profile corruption
If it works in a new user account, don’t waste time—just migrate.
If not, it’s very likely a bad Copilot build, and waiting for an update is the practical fix.
Let me know if you want a quick script to fully clean WebView2 + Copilot residues—I can give a proper deep-clean sequence.