Microsoft Entra Domain Verification Issue for New Users

VEERABHADRAPPA 0 Reputation points
2026-05-23T17:42:25.0866667+00:00

We have Microsoft subscriptions for 10 users. Out of these, 4 users were created 20–30 days ago and are currently active.

However, when we tried to create the 5th user three days ago, we were unable to view all users in the Microsoft Entra account for our domain. During the process, we received the following error message:

“Verification will not succeed until you have configured your domain with your registrar as described above.”

We updated the required DNS records with our domain registrar, and after checking through DNS Checker, all records are showing green across locations. Despite waiting for 3 days, the issue still persists. When we click on “Verify,” we continue to receive the following error:

“Verify domain name Failed to verify domain name.”

Please help us resolve this issue.

Microsoft Security | Microsoft Entra | Microsoft Entra ID

1 answer

Sort by: Newest
  1. AI answer

    2026-05-23T17:42:41.7633333+00:00

    The error indicates that Microsoft 365 / Microsoft Entra still cannot see a correct verification record for the custom domain, even though records appear correct in public DNS checkers. Troubleshooting must focus on the authoritative DNS zone and the exact TXT/MX verification record value.

    Use these steps end-to-end:

    1. Confirm the domain’s authoritative DNS
      • Go to an authoritative DNS lookup tool such as the Dig web interface mentioned in the documentation.
      • Select TXT (or MX if using MX-based verification), set Nameservers to Authoritative, enter the domain name, and run the query.
      • Verify that the output contains the Microsoft 365 verification record (TXT starting with MS= or the specific MX record provided during domain setup).
      • If the expected TXT/MX record is not present in the authoritative result, the record is either missing or configured at the wrong DNS host.
    2. Verify the exact verification record value
      • In the Microsoft 365 admin center, go to Setup > Domains, select the domain, and review the verification instructions.
      • Ensure the TXT record at the DNS host:
        • Includes the full value, including the MS= prefix.
        • Matches exactly (no extra spaces, quotes, or altered characters).
      • Common issues:
        • MS= was omitted.
        • The record was added as a different type (e.g., as an SPF TXT or as a CNAME instead of the required TXT/MX).
    3. Make sure the record is saved in the correct DNS zone
      • If the domain’s nameservers point to Microsoft 365 (for example, ns1.bdm.microsoftonline.com, etc.), DNS is managed in Microsoft 365, not at the registrar.
      • In that case, any TXT/MX records added only at the registrar will be ignored.
      • Ensure the verification TXT/MX record is added in the authoritative DNS zone (for example, via Microsoft 365 admin center > Settings > Domains > [your domain] > DNS records/Manage DNS if Microsoft 365 is authoritative).
    4. Confirm the record is visible without propagation delay
      • Use an authoritative lookup again (TXT or MX, Nameservers = Authoritative) and confirm the verification record appears exactly as required.
      • The documentation notes that authoritative queries have no propagation delay; if the record appears there, Microsoft 365 should be able to verify it. If it does not appear, the DNS configuration is still incorrect.
    5. Retry verification in Microsoft 365
      • After confirming the record is correct and visible in an authoritative lookup, return to Setup > Domains in the Microsoft 365 admin center and select Verify again.
      • Although global DNS propagation can take up to 48–72 hours, authoritative visibility usually means verification should succeed within minutes to a few hours.
    6. If verification still fails
      • If the authoritative lookup shows the correct TXT/MX record and verification still fails after a reasonable wait, use built-in troubleshooting and support:
        • In the Microsoft 365 admin center, go to Setup > Domains, check the Status column, and select Check health for the domain to see any specific issues reported.
        • If the problem persists, open a support ticket:
          • In the admin center, select Help & Support, describe the domain verification issue, and then choose Contact support.
      • The domain verification KB articles referenced in the documentation (such as the one for “Sorry, we can't find the record you created” and “Can't verify domain”) provide targeted guidance based on the exact error text.

    Once the domain is successfully verified, new Microsoft Entra ID users can be created and associated with that domain without further domain verification prompts.


    References:

    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.