How to Join a Windows 11 PC to Entra ID

Windows | Published 2026-03-28 | By NetCollege Team

Summary: Step-by-step guide to join a Windows 11 device to Microsoft Entra ID, verify join status, and troubleshoot common issues.

Introduction

Joining Windows 11 to Microsoft Entra ID (formerly Azure AD) enables modern identity features such as SSO, Conditional Access, Intune enrollment, and easier device management.

This guide covers prerequisites, the join process, verification, and basic troubleshooting.


Prerequisites

Before starting, confirm:

  • You have a valid Entra user account.
  • The account is allowed to join devices to Entra ID.
  • Device join limits are not exceeded for the user.
  • The PC has internet access and can reach Microsoft sign-in services.
  • Date/time on the device is correct (important for auth tokens).

Optional but recommended:

  • Intune auto-enrollment configured in Entra/Intune.
  • MFA ready for the user account.

Step 1: Open Access Work or School

  1. Open Settings.
  2. Go to Accounts.
  3. Select Access work or school.

Settings: Accounts, Access work or school


Step 2: Start the Entra join flow

  1. Click Connect.
  2. In the dialog, select Join this device to Microsoft Entra ID.
  3. Enter the Entra user email (for example, user@contoso.com).
  4. Complete password and MFA prompts.

Join this device to Microsoft Entra ID


Step 3: Confirm the join

After successful sign-in:

  • You should see a confirmation that the device is joined.
  • The connected account appears under Access work or school.

Restart the device if prompted.


Step 4: Sign in with Entra account

At the Windows sign-in screen:

  • Choose Other user (if needed).
  • Sign in with the Entra user (user@domain.com).

If first login takes a little longer, that is normal while profile setup completes.


Step 5: Verify join status from command line

Open Command Prompt or PowerShell and run:

dsregcmd /status

Look for:

  • AzureAdJoined : YES
  • DomainJoined : NO (for cloud-only joined devices)
  • Valid user/device state sections

Example dsregcmd /status output


Optional: Verify MDM enrollment

If you use Intune auto-enrollment, check:

  • Settings -> Accounts -> Access work or school -> connected account -> Info
  • Device appears in Intune admin center

Related hardening step:


Common issues and fixes

1) “You cannot join this device”

  • User may not have permission to join devices.
  • Check Entra settings: device join restrictions and max devices per user.

2) MFA or sign-in loops

  • Confirm Conditional Access and MFA policies allow device join flow.
  • Test sign-in on portal.office.com first to isolate account issues.

3) AzureAdJoined : NO after setup

  • Ensure internet access and correct system time.
  • Run dsregcmd /status again after reboot.
  • Disconnect and repeat join process if needed.

4) Intune not enrolling

  • Check MDM user scope in Entra.
  • Confirm user is licensed for Intune/EMS.
  • Review Enrollment failures in Intune logs.

Quick rollback (if needed)

To remove the Entra join from the device:

  1. Go to Settings -> Accounts -> Access work or school.
  2. Select the connected Entra account.
  3. Click Disconnect.

Then restart the PC.


Conclusion

For most organizations, Entra joining Windows 11 devices is straightforward: connect account, complete MFA, verify with dsregcmd /status, and confirm management policies apply.

For production rollouts, pilot with a few users first and validate Conditional Access plus Intune behavior before broad deployment.

Frequently asked questions

Do I need Intune to join a Windows 11 PC to Entra ID?

No. Intune is optional for joining the device, but commonly used for management after join.

How do I confirm the device joined successfully?

Run dsregcmd /status and verify AzureAdJoined is YES.

Why does the user get a device join error?

Most commonly the user lacks Entra device join permission or has reached the tenant device limit.

← Back to category