Outlook keeps hijacking default Mail app - even though it's not installed!

Scott Conrad 0 Reputation points
2026-09-14T14:53:20.45+00:00

Our Business has been forced to move to Office 365, so we have started deploying 365 to various departments in our building. We use Thunderbird for email, and thus have no need for Microsoft Outlook. I have run our 365 install through Office Deployment Tool so that only Word, Excel & Powerpoint get installed. However, since running this install on one Department, after a couple days the Registry keeps changing the default Mail app back to Microsoft Outlook (even though Outlook, at this point, IS NOT INSTALLED). I have to keep changing the registry back so that email within various programs we use composes in Thunderbird.

Does anyone know a permanant fix to stop Outlook from hijacking our Registry settings?

Outlook | Windows | Classic Outlook for Windows | For business
0 comments No comments

5 answers

Sort by: Most helpful
  1. Scott Conrad 0 Reputation points
    2026-09-17T14:43:33.61+00:00

    Well, I believe I have a found a solution, although I admit I'm a little embarrassed by my own ignorance.

    While the ODT install was installing the new Outlook along with Word, Excel & Powerpoint, after the install, I noticed if I pull up Outlook in the Start Menu that a UNINSTALL option is available (unlike in the Control Panel). Removing this also removes the Microsoft Outlook folder from the Registry, and I have yet to see it re-created. (see my screenshot below)

    Outlook-uninstall.png

    I think we are good for now - I again thank you so much for sticking with me!

    Was this answer helpful?


  2. Hornblower409 15,510 Reputation points
    2026-09-15T04:08:38.26+00:00

    @Scott Conrad said

    the Registry keeps changing the default Mail app back to Microsoft Outlook

    If help from Microsoft Support is not forthcoming. A few additional questions please.

    Exactly what Registry value are you changing?

    Is there a DefaultAssociationsConfiguration entry under HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System ?
    https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-ApplicationDefaults

    Just as a test on one PC - If you change the default app using the standard Windows Settings (instead of a Registry edit) does it stick? (I'm thinking you might have run into "UserChoice Hash" protection)

    after a couple days

    Could it be only when the user reboots or does a new login? This would point to a Group Policy or Intune Configuration that was being applied and over-writing your changes.

    Was this answer helpful?


  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.

    1 deleted comment

    Comments have been turned off. Learn more

  4. Stefan Blom 352.5K Reputation points MVP Volunteer Moderator
    2026-09-14T15:40:08.5266667+00:00

    If the classic Outlook isn't installed, maybe the default mail app reverts to the new Outlook for Windows? You should be able to uninstall that version as well.

    Just to be clear, I don't know why Outlook (any version) would override your choice for a default mail app. It sounds like a bug. This is worth reporting in the feedback portal at https://feedbackportal.microsoft.com/feedback/forum/89a8afa3-2e1c-ec11-b6e7-0022481f8472 . You may also want to send feedback in the Windows hub; see https://support.microsoft.com/en-us/windows/apps/send-feedback-to-microsoft-with-the-feedback-hub-app .

    Was this answer helpful?


  5. AI answer

    2026-09-14T14:53:39.4933333+00:00

    A supported way to stop Outlook from becoming the default mail client is to enforce the default app association through policy instead of manually editing the registry.

    For Windows 10 and Windows 8, the default Outlook Group Policy templates do not include a setting to configure the default email client. Windows protects the registry area that stores default app settings, so manual registry changes are not the reliable fix. The documented approach is:

    1. On a reference device, open Settings > Default apps.
    2. Select Choose default apps by protocol.
    3. Set the MAILTO protocol to the mail app that should handle email.
    4. Export the default app associations to XML by using DISM:
         Dism /Online /Export-DefaultAppAssociations:"F:\AppAssociations.xml"
      
    5. Deploy that XML through Group Policy:
      • Open gpedit.msc
      • Go to Computer Configuration > Administrative Templates > Windows Components > File Explorer
      • Open Set a default associations configuration file
      • Set it to Enabled

    Also verify the protocol association directly in Windows:

    1. Go to Start > Settings > Apps > Default apps.
    2. Select Set defaults by app.
    3. Check the mail application and confirm the relevant associations are set as intended.

    If the issue is tied to Outlook components being present from a Microsoft Store-based Office installation, uninstall that Office installation and reinstall Office. Microsoft documents that Office installed from the Microsoft Store can cause Outlook-related integration issues in some scenarios.

    If Outlook-related app associations are already corrupted, run an Office repair after correcting the defaults:

    • Windows 10/11: Start > Installed apps or Apps and Features > select the Microsoft Office product > Modify > Online Repair.

    Warning: editing the registry directly is risky and is not the documented long-term method for controlling the default email client on supported Windows versions.


    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

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.