| Previous | Next |
| ONL_E_PARENTAL_CONSENT_REQUIRED | ONL_E_ACCOUNT_SUSPENDED_COMPROIMISE |
ONL_E_EMAIL_VERIFICATION_REQUIRED
Within Windows Online ID and interactive account authentication ONL_E_EMAIL_VERIFICATION_REQUIRED (0x80860009) reports that the Online ID sign-in address must be verified by email before authentication. Treat it as the Online ID email verification required condition and start with account alias, verification state and remediation link result, not with the final dialog text.
Why this HRESULT is specific
The broker can return this HRESULT before a service ticket is issued. Keep the asynchronous operation, requested scopes or tickets, application identity, UI context and account remediation result together; a wrapper message such as “sign-in failed” discards the distinction.
The decisive question is whether the recorded evidence supports the reported condition that the Online ID sign-in address must be verified by email before authentication. Keep evidence tied to the failing operation.
How to distinguish nearby failures
The key comparison is this: Email verification differs from password update and general account-property update. A valid Online ID email verification required test keeps account alias, verification state and remediation link result attached to the same object and varies one supported prerequisite.
Evidence that can change the diagnosis
- Primary record: account alias, verification state and remediation link result.
- Object correlation: keep the product, account, package, device, key, or API identity associated with account alias, verification state and remediation link result beside the first timestamped result.
- Neighboring-state control: use a controlled comparison that tests whether email verification differs from password update and general account-property update; this separates the named condition from a nearby status.
- Before/after result: retain the outcome before and after the corrective action “complete verification through the account-owned email channel”; keep the same identifiers until the broker returns a fresh result.
Controlled troubleshooting sequence
- Locate the exact object: Use the primary record to identify the transaction or licensed object that actually returned this result.
- Preserve the first decision: Record the earliest event stating that the Online ID sign-in address must be verified by email before authentication, together with the code, UTC time, and the same identity fields.
- Change one prerequisite: Complete verification through the account-owned email channel; do not combine this with a store reset, key replacement, account removal, package reinstall, or unrelated repair.
- Repeat the user operation: Re-run the original operation and require that the broker returns a fresh result; if another HRESULT appears, diagnose it as a new boundary.
Evidence-preserving cautions
While investigating this result, do not collect passwords or tokens in diagnostic logs, and do not bypass broker UI with embedded credential forms. That shortcut can replace or invalidate that evidence before the original decision is understood.
Verification
The incident is resolved only when the broker returns a fresh result. Confirm the result by repeating the exact operation that produced this result; maintenance success alone is insufficient.
Technical references
- Microsoft Win32 metadata: winerror.h — status definition reference.
- Microsoft: Errors associated with Web Account Manager — owning service/API reference.
- Microsoft: OnlineIdAuthenticator class — diagnostic/remediation API reference.
- Microsoft: OnlineIdAuthenticator.AuthenticateUserAsync — lifecycle reference.
Looking for a different code? Search another status or error code.