5.7.13

Enhanced Status Code 5.7.13: User Account Disabled

Permanent failure High severity Security RFC 5248
What it means

Enhanced Status Code 5.7.13 means “User Account Disabled.” The account authenticated successfully and was then refused because an administrator has disabled it. Retrying and re-entering the password cannot help; the block is administrative and only an administrator can lift it.

At a glance
Code5.7.13
Bounce typeHard (permanent)
SeverityHigh
CategorySecurity
What to doSuppress the address; do not retry
StandardRFC 5248
What it looks like in your mail logs
550 5.7.13 Message Not Delivered: sender account disabled

What does 5.7.13 mean?

Enhanced status code 5.7.13 means the user account is disabled. RFC 5248 registers it for the case where a system administrator has disabled an account, for reasons such as non-payment, abuse, or evidence of a break-in attempt. The distinguishing feature is the order of events: authentication succeeds first, and only then does the server refuse. That is what separates it from a wrong password.

In Microsoft 365 this is the code you get when a mailbox has had its sign-in blocked, its licence removed, or the user deleted while an application is still authenticating as it. Microsoft also returns 5.7.13 and the related 5.7.135 when a sender is not authenticated for a public folder. Because the credentials themselves are still valid, monitoring that only checks whether authentication succeeded will report the connection as healthy while every message is rejected.

For anyone running automated sending, this is a code worth alerting on separately. A disabled service account produces a total, silent outage: the sender keeps connecting and authenticating without error, and every message bounces. Unlike a reputation problem it will not recover on its own and will not improve by slowing down.

How 5.7.13 plays out

Your server attempts delivery
The recipient server returns a permanent 5.7.13 rejection
This is a hard bounce: the message will not be accepted as sent
Suppress the address and fix the root cause before resending

Where 5.7.13 sits: soft vs hard bounce

Soft bounce (4xx) Hard bounce (5xx)
NatureTemporaryPermanent
SMTP class4xx5xx
What to doLet it retrySuppress the address
Recoverable?OftenNo
5.7.13 is✓ this code

What each provider means by 5.7.13

A registered code does not oblige a provider to use it that way, and the large ones diverge. Match the wording in your own bounce, not the definition above.

IANA registry User account disabled, returned after authentication succeeds Reference
Exchange Online The sender account is disabled, unlicensed, deleted, or not authenticated for a public folder Reference

Common causes of 5.7.13

  • The sending mailbox has had its sign-in blocked in the directory
  • The account licence was removed or expired, leaving the mailbox unlicensed
  • The user was deleted while an application still authenticates as that account
  • The account was disabled for non-payment or for suspected abuse
  • A security incident triggered an automatic account lockout
  • The sender is not authorised to submit to a public folder or shared mailbox

How to fix 5.7.13

  • Check the account sign-in status in your identity provider, not just the password
  • Confirm the mailbox still holds a valid licence
  • Re-enable the account, or move sending to a service account that is not tied to a person
  • For public folder or shared mailbox rejections, grant the sender explicit Send As rights
  • Alert on 5.7.13 separately from authentication failures, since credentials still appear valid
  • Stop the retry loop: this code will not resolve itself, and retrying wastes reputation

Frequently asked questions

What does SMTP error 5.7.13 mean?
It means the account you authenticated as has been disabled by an administrator. Authentication itself succeeded, which is the important detail: the password is correct and the credentials are valid, but the account is administratively blocked from sending. Common causes are a blocked sign-in, a removed licence, a deleted user, or an account suspended for abuse or non-payment.
Why does 5.7.13 happen when my password is correct?
Because it is not a password problem. The server accepts your credentials and then refuses the transaction on policy grounds. This trips up monitoring that only tests whether authentication succeeds, because that test passes while every message still bounces. If your password were wrong you would get 5.7.8 or a 535 reply instead.
How do I fix 5.7.13 in Microsoft 365?
Check the account in the Microsoft 365 admin centre for three things: whether sign-in is blocked, whether the mailbox still has a licence assigned, and whether the user has been deleted or converted to a shared mailbox. Any of those produces this code. If the sending account belongs to a person who has left, move the sending to a dedicated service account so a personnel change cannot take mail flow down again.
Should my mail server retry after 5.7.13?
No. The leading 5 marks it permanent, and the cause is administrative rather than transient. No amount of retrying will re-enable the account, and continued retries against a provider that has told you to stop can count against your sending reputation. Suppress the send, raise an alert, and fix the account.
Is 5.7.13 about DKIM?
No, and this is a common misunderstanding worth correcting. 5.7.13 concerns disabled accounts and has nothing to do with email authentication. The registered code for a message with no passing DKIM signature is 5.7.20, and for a failed SPF check it is 5.7.23. If you are diagnosing a DKIM problem, those are the codes to read.
Reviewed by Jennifer Jackson, Email Deliverability Analyst · June 2026 ← All bounce codes