Microsoft 365 Admin Decoder Fast answers for working admins
0x80180014

Device is not supported for enrollment

Answer: Windows MDM enrollment is disabled by the effective Intune enrollment restriction.
Resolution playbook

Fix it, then prove it

Use the error record as the starting point; use tenant evidence to confirm the actual cause.

1

Likely causes

  • Microsoft documents this code with the message that the organization does not support this version of Windows, but the documented cause is disabled Windows MDM enrollment.
  • Enrollment scope, licensing, discovery, restriction, platform support, or device registration does not match the request.
  • A previous workplace/MDM registration or enrollment limit is producing conflicting state.
2

Recommended fix

  1. Open Intune admin center and review Devices > Enrollment restrictions.
  2. Edit the effective device type restriction and inspect its platform settings.
  3. Confirm Windows (MDM) is set to Allow for the affected user.
3

Verify

  1. Repeat the smallest operation that produced the failure.
  2. Confirm a fresh success in the authoritative service log or admin center, not only in the client UI.
  3. Record the new UTC timestamp and correlation/request ID so the retry can be distinguished from cached or older failures.
4

Escalate when

  • The failure persists after the documented prerequisites and a new authentication/session attempt.
  • Multiple users, apps, devices, or networks show the same error, suggesting tenant policy or service scope.
  • You can provide the exact UTC time, tenant, application/resource, correlation or request ID, and sanitized logs.
Collect Windows enrollment diagnostics
mdmdiagnosticstool.exe -area "DeviceEnrollment;DeviceProvisioning;Autopilot" -zip "C:\Users\Public\Documents\MDMDiagReport.zip"

Creates a local diagnostics archive. Review and redact tenant, user, and device identifiers before sharing.

Admin context

Microsoft documents this code with the message that the organization does not support this version of Windows, but the documented cause is disabled Windows MDM enrollment.

Evidence to preserve

  • UTC timestamp and correlation/request ID
  • Tenant, application, resource, and authentication flow
  • Sanitized service log details and exact operation
Advertisement