What does 421 mean?

Still have a question, spotted an error, or have a better explanation or a source we should cite?

You hit send, and instead of a delivery confirmation, your ESP logs a 421. No bounce, no failure. Just the receiving server saying "not right now." So what does that actually mean, and should you be worried?

A 421 is a temporary SMTP error. It falls into the 4xx category, which means the failure is not permanent. The receiving server is telling your sending server to close the connection and try again later. Your message hasn't been rejected. It's queued for a retry.

The most common reasons you'll see a 421 are:

  • Rate limiting. You're connecting too fast or sending too many messages in a short window, and the receiving server is pumping the brakes.
  • Server overload. The destination server is handling too many connections at once and can't take on more right now.
  • Reputation-based throttling. The receiving server recognizes your IP or domain and is deliberately slowing you down based on your sender reputation.
  • Scheduled maintenance. The server is temporarily offline or restarting.

You might see messages like "421 Try again later", "421 Too many connections", or "421 Service temporarily unavailable" in your logs. They all mean the same thing: back off and retry.

Your ESP should handle retries automatically with a backoff strategy. Do not suppress the recipient address based on a 421. It's not a bad address. It's a busy door. Unlike a 5xx error, which is a hard rejection you should act on immediately, a 421 is usually self-resolving.

That said, if you're seeing 421s repeatedly from the same domain (especially Gmail or Outlook), that pattern is worth paying attention to. Persistent 421s from major mailbox providers are often a signal that your sending volume or reputation needs attention, not just a one-off server hiccup.

If the 421s keep piling up and retries aren't clearing them, it might be worth checking your sender reputation with our free Blocklist Checker, or dropping into our SOS hotline if things feel urgent.

Contributors

Who worked on this answer

Every name links to their profile. Every company links to their site. Real people, real accountability.

Ask an AI · tailored to your setup

Get a breakdown of your 421 pattern

I'm seeing repeated 421 responses from receiving domain or ISP. I'm sending X messages per day using ESP name, and the 421s started when. My current sending reputation is good/unknown/flagged. What's likely causing this, is it a volume issue or a reputation issue, and what should I check first?

Edit the yellow boxes, then send to the AI of your choice.