WordPress Stuck in Maintenance Mode
Your site shows 'Briefly unavailable for scheduled maintenance' and never comes back.
Common signs of this issue
- Every page shows 'Briefly unavailable for scheduled maintenance. Check back in a minute.'
- It started right after a plugin, theme, or core update.
- You can't reach the admin dashboard either.
- Refreshing and waiting does not clear it.
Safe checks you can do yourself
None of these require sharing passwords with anyone.
- Wait two or three minutes first and refresh — a normal update clears this automatically when it finishes.
- Confirm an update was in progress when it happened — that is the usual trigger.
- If you have file access (via your host's File Manager or FTP), look in the site's main folder for a hidden file named .maintenance.
- The safe, well-known fix is to delete that single .maintenance file — WordPress creates it during updates and is supposed to remove it afterward.
- After it loads again, go to Updates and re-run any update that was interrupted, one at a time.
What this usually means
WordPress drops a temporary .maintenance file at the start of an update and deletes it when done. If the update stalls (a timeout, a memory limit, or two updates at once), the file is left behind and the site stays 'in maintenance' forever.
Removing the leftover file lets the site load again. Then you re-run the update cleanly so it actually completes.
What not to do
- Don't keep refreshing for ten minutes hoping it clears — if it didn't finish, it won't on its own.
- Don't update many plugins simultaneously next time; that is a common cause.
- Don't delete other files while you are in there — only the single .maintenance file is involved.
When to get help
If you can't access your files, or the site still won't load after removing the file, get help — there may be a deeper update failure (a memory limit or a broken plugin) behind it. A helper can sort it without you sharing passwords up front.
Not sure what to do next?
Answer a few short questions and we'll point you to the safest next step — DIY, a freelancer, or a direct review. No passwords required.
Frequently asked questions
Where is the .maintenance file?
In your WordPress site's root folder (the same place as wp-config.php). It's hidden, so enable 'show hidden files' in your File Manager or FTP client.
Will deleting it break anything?
No — it's a temporary flag, not part of your content. WordPress recreates it only during updates and normally deletes it itself.