Software⏱️ 3 min read📅 2026-05-28

How to Fix: Anyone else dealing with standalone Copilot reinstalling through EdgeUpdate

MicrosoftEdgeUpdate.exe is reinstalling standalone Copilot app, causing issues with M365 Copilot.

Quick Answer: To resolve the issue, write the two DWORDs u

The issue you're facing is due to the MicrosoftEdgeUpdate.exe process managing the standalone Copilot app, which continues to reinstall itself during scheduled update runs despite setting the Windows AI policy 'Turn Off Copilot in Windows'. This policy only affects the old Copilot-in-Windows experience baked into the OS, not the standalone app.

⚠️ Common Causes

  • The MicrosoftEdgeUpdate.exe process is responsible for reinstalling the standalone Copilot app.
  • The Windows AI policy 'Turn Off Copilot in Windows' does not stop the reinstallation of the standalone app.
  • Other potential causes may include outdated system files, corrupted registry entries, or conflicting software.

🛠️ Step-by-Step Verified Fixes

Method 1: Disable MicrosoftEdgeUpdate.exe

  1. Step 1: Open the Task Manager by pressing Ctrl+Shift+Esc.
  2. Step 2: Find and select MicrosoftEdgeUpdate.exe in the list of running processes.
  3. Step 3: Click on the 'End task' button to terminate the process.

Method 2: Update MicrosoftEdgeUpdate.exe

  1. Step 1: Open the Command Prompt as an administrator.
  2. Step 2: Run the command `sfc /scannow` to scan for and repair any corrupted system files.
  3. Step 3: Run the command `disregardall` followed by `MicrosoftEdgeUpdate.exe /uninstall` to uninstall MicrosoftEdgeUpdate.exe.

Method 3: Use Group Policy Editor

  1. Step 1: Open the Group Policy Editor by navigating to `Computer Configuration` > `Administrative Templates` > `Windows Components` > `Microsoft Edge`.
  2. Step 2: Enable the policy 'Turn Off Copilot in Windows'.
  3. Step 3: Apply the policy to your organization's Group Policy Object (GPO).

💡 Conclusion

By following these steps, you should be able to resolve the issue of the standalone Copilot app reinstalling itself during scheduled update runs. Remember to regularly check for updates and maintain your system's integrity to prevent similar issues in the future.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions