ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT - 1808 (0x710)

The account used is a computer account. Use your global user account or local user account to access this server.

Updated: Feb 21, 2026

Technical Meaning

The error code 1808, represented in hexadecimal as 0x710, indicates that the account used for authentication is a computer account. This type of account is not suitable for accessing resources on a server or workstation; instead, global user accounts or local user accounts should be utilized.

Error Details

This error typically arises during an attempt to authenticate using a computer account, which is designed primarily for managing domain trust relationships and does not have the necessary permissions to access shared resources. The error message suggests that the correct type of account should be used based on the intended operation.

Usage Context

The context in which this error occurs can vary but generally involves scenarios where user authentication is required, such as accessing network shares or logging into a remote workstation. The error is specific to situations where the authentication mechanism expects a different type of account than what was provided.

Developer Interpretation

Developers should be aware that this error code is indicative of an incorrect account type being used for authentication purposes. It is essential to ensure that the appropriate user accounts are utilized when performing operations that require access to network resources or remote workstations. The error message provides a clear indication of the issue and suggests corrective action.

Related Errors

  • ERROR_LOGON_FAILURE - Indicates an authentication failure due to incorrect credentials or account type.
  • ERROR_INVALID_PARAMETER - Suggests that the parameters passed during the authentication process are invalid, which could include providing a computer account where a user account is expected.

FAQ

Q: What does this error mean?

A: This error indicates that a computer account was used for authentication when a global or local user account is required. Use an appropriate user account to access the server or workstation.

Q: How can I resolve this issue?

A: Ensure that you are using a valid user account, either a global domain user account or a local user account, depending on the context of your operation.

Summary

The error code 1808 (0x710) is indicative of an incorrect account type being used for authentication. Developers should ensure that they use appropriate accounts when performing operations that require access to network resources or remote workstations. The error message provides clear guidance on the issue and suggests corrective action.