A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.
Thank you for
There are a few reasons yhy a newly added domain is Healthy but missing from Accepted domains:
- Backend replication delay
When a domain is added, it’s registered in Microsoft Entra ID first and then replicated to Exchange Online. In some cases, this replication is delayed or gets stuck. As a result, the domain appears Healthy under Settings > Domains, but Exchange Online never provisions it as an Accepted Domain.
- Exchange service not enabled
If Exchange Online was not selected (or the selection didn’t persist) during domain setup, the domain will not appear under Accepted domains even if DNS shows as healthy.
- Domain previously used in another tenant
If the domain was recently removed from another Microsoft 365 tenant or migrated between tenants, Exchange Online may fail to provision it due to leftover backend associations. In these cases, Microsoft Support usually needs to run a backend resync.
- Accepted domain exists but not visible in EAC
Sometimes the domain is already provisioned in Exchange Online but does not appear in the Exchange Admin Center UI. This can be verified using Exchange Online PowerShell.
First of all, since short delays are expected, you can wait for replication. If it still doesn’t appear after a reasonable wait, continue the following steps:
- Verify Exchange is enabled for the domain
- Microsoft 365 admin center > Settings > Domains
- Open the domain > check that Exchange is selected
- Check via PowerShell
To view summary information about all accepted domains, run the following command:
Get-AcceptedDomain
To view details about a specific accepted domain, use the following syntax.
Get-AcceptedDomain -Identity <Name> | Format-List
More information at: Manage accepted domains in Exchange Online | Microsoft Learn
If the domain is healthy but still missing in Accepted domains after you've done all the verification steps, please create a support ticket via Microsoft 365 Admin Center. Microsoft also provides customer service phone numbers based on your region. You can find the appropriate contact number here: Customer service phone numbers - Microsoft Support
Microsoft Support can force a backend synchronization, allowing a support engineer to investigate the tenant at the system level. This includes reviewing backend configurations, running advanced diagnostics, and escalating the case to specialized teams with access to internal systems and logs, which are required to resolve issues not visible in the admin portals.
As community moderators, we’re here to guide you, but due to privacy and security limitations, we don’t have access to the backend tools required for a full resolution. For this reason, contacting Microsoft Support via the Admin Center is the most secure and efficient way forward.
I hope this helps you resolve the issue quickly. I’m glad to assist and truly hope the information provided has been useful. Please feel free to reach out anytime if you need further assistance.
If you find my post helpful, kindly consider marking it as the accepted answer. Doing so can assist others in the community who may have similar questions in finding solutions more quickly.
Thank you for your kindness and contributions to the forum.
Note: Follow the steps in our documentation to enable email notifications if you want to receive email notifications related to this topic.