Hi @Administrator ,
For Windows 11, the option is only available as a local admin/local account. Regular users cannot join their accounts to Entra ID/Azure AD. You need to have a local admin account on the device to perform that action. https://support.microsoft.com/en-us/windows/create-a-local-user-or-administrator-account-in-windows-20de74e0-ac7f-3502-a866-32915af2a34d
If you use a local admin account and still run into the issue, here are some other possibilities and mitigations:
- The device is already joined to on-premises Active Directory. If this is the case, you will not get the Azure AD join option because you would need to perform Hybrid Azure AD join in that case using either of the following methods:
- Configure hybrid Azure Active Directory join for federated domains
- [Configure hybrid Azure Active Directory join for managed domains](https://learn.microsoft.com/en-us/azure/active-directory/devices/hybrid-azuread-join-managed-domains) You can try using below commands to join Azure AD and check the status:AI ConvertCopy ```yaml - DsRegCmd /join - DsRegCmd /status ```
- Configure hybrid Azure Active Directory join for federated domains
- You can create a new offline profile and log in with that profile to join to Entra ID/Azure AD
- Make sure you are not using the Home edition. If you are, you will need to upgrade the edition since the Home edition cannot be joined to Entra ID/Azure AD
https://learn.microsoft.com/en-us/azure/active-directory/devices/concept-azure-ad-join
Let me know if this helps and if you still face the issue with the local admin account.
If the information helped you, please Accept the answer. This will help us and improve searchability for others in the community who may be researching similar questions. Otherwise let me know if you have further questions.