Share via

Microsoft Copilot Crashes Immediately Upon Launching

Tim Chesnut 0 Reputation points
2026-04-10T19:51:58.2+00:00

Microsoft Copilot (146.0.3856.109) crashes immediately upon launching on W10 . A white window briefly appears, then closes. Despite multiple attempts to resolve the issue, Copilot continues to fail to launch properly. Copilot was working normally on 9-Apr-26.

Troubleshooting Steps Taken:

  1. Reinstalled WebView2 multiple times, ensuring it's up to date.
  2. Reinstalled Copilot from the Microsoft Store after uninstalling and cleaning up residual files.
  3. Reset Microsoft Store and re-registered apps via PowerShell.
  4. Checked Event Viewer and Reliability Monitor for crash logs, but no specific errors or warnings were found.
  5. Performed a clean boot and Windows updates.
  6. Ensured no background software conflicts by testing with minimal apps running.

Outcome: Despite these steps, Copilot continues to crash with no error logs or relevant event entries. The issue remains unresolved.

How do I fix this?

Microsoft Copilot | Windows Copilot | Copilot+ PC
0 comments No comments

2 answers

Sort by: Most helpful
  1. Clary-N 11,395 Reputation points Microsoft External Staff Moderator
    2026-04-11T06:50:57.8766667+00:00

    Hi Tim Chesnut,

    Since the previous guidance suggested trying Copilot from a new Windows user profile, here are the step-by-step instructions in case you’d like to give that a try:

    1. Go to Settings > Accounts > Family & other users.
    2. Under Other users, select Add someone else to this PC.
    3. Click I don’t have this person’s sign-in information.
    4. Select Add a user without a Microsoft account.
    5. Enter a username and password, then click Next.
    6. Once the account is created, sign out of your current account and sign in to the new one.
    7. Before signing into any Microsoft apps or syncing settings, try launching Copilot to see if the issue still occurs.

    If Copilot opens normally in the new profile, it could point to something in the original user profile affecting the app.

    Please let me know how it goes.


    If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?


  2. priyanshupaikra 0 Reputation points
    2026-04-10T20:01:30.42+00:00

    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):

    1. 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.

    Was this answer helpful?

    0 comments No comments

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.