Is there a projected timeline for fixing the Missing My Templets App?
My Template
My Template is missing from ribbon, how do I get it back?
Outlook | Windows | Classic Outlook for Windows | For business
Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
2 answers
Sort by: Most helpful
-
Q&A Assist2026-03-16T14:42:17.3033333+00:00 AI generated content. This question contains an answer created with AI from Q&A Assist. Learn moreIn classic Outlook for Windows, the missing My Templates button is part of a known service issue rather than a local setting problem.
When composing a message, the View Templates button under My Templates can be missing from the ribbon, and My Templates may also be missing under All Apps. Attempts to add the add-in back can show a "Something went wrong" error, and some users cannot find it under All apps > Add Apps. This is being tracked as service incident EX1238375, caused by a recent authentication change for the My Templates add-in in Exchange Online.
Microsoft has reverted the change to the previous authentication method and telemetry shows access errors dropping while they confirm remediation with affected tenants. If My Templates is still missing, this is not something that can be fully fixed from the client side; it depends on the service-side rollout.
For tenant administrators working with Microsoft Support, the documented steps are:
- Connect to Exchange Online PowerShell as a tenant administrator. See Connect to Exchange Online PowerShell.
- Start a transcript to capture output (path can be adjusted):
Start-Transcript -Path "C:\mytemplates\MySession.txt" -Append - Check the status of the My Templates add-in:
get-app -Identity a216ceed-7791-4635-a752-5a4ac0a5eb93 - Ensure the add-in is enabled at the organization level:
Set-App -Identity a216ceed-7791-4635-a752-5a4ac0a5eb93 -OrganizationApp -Enabled $true - List add-ins to confirm status:
get-app
These PowerShell steps are primarily for use when requested by Microsoft Support. If the add-in is enabled but still not visible, the remaining resolution depends on completion of the EX1238375 service fix by Microsoft.
References: