503Service Unavailable
The server is temporarily unable to handle the request, usually because it is overloaded or down for maintenance.
Browse all HTTP status codesWhen you see it
Unlike most 5xx codes, a 503 is often deliberate. Maintenance pages return it on purpose, and so do servers shedding load when they have more traffic than they can serve.
A good 503 includes a Retry-After header. It is also the correct code for a planned maintenance window, because it tells search engines the outage is temporary and they should come back rather than dropping the page.
What to do about it
As a visitor, wait and try again. This is one of the few errors where waiting genuinely is the fix.
If you run the site, decide whether this was intentional. An unintentional 503 usually means capacity, so check whether the application is out of workers, connections or memory before assuming the code is at fault.
Often confused with
Look up another one
Open
Type a code, a partial code like 40, or any word from a name or description. Everything runs in your browser.
69 of 69 codes. Click a row to copy it.