
You check your WordPress site. Instead of your homepage, you see: “Briefly unavailable for scheduled maintenance. Check back in a minute.”
An hour later, it’s still there. Your site is stuck.
This happens when a WordPress update (coreCore The foundational files and code of WordPress itself, ma... More, pluginSoftware that adds specific features or functionality to a W... More, or themeTheme A collection of files that determine a site's design, ... More) is interrupted before it can finish. WordPress puts your site into maintenance mode during updates, and when something goes wrong, it forgets to take it back out.
The good news? This is one of the fastest WordPress errors to fix. Here’s how.
All you need to do is delete the .maintenance file from your site’s root folder.
Via FTP (FileZilla or similar):
wp-config.php lives)..maintenance (it may be hidden, ensure your FTP client shows hidden files).Via hosting file manager (cPanel, etc.):
.maintenance.That’s it. Your site will come back online immediately.
Note: If you don’t see
.maintenance, your FTP client is hiding dot-files. In FileZilla, go to Server → Force showing hidden files.
Deleted .maintenance but the site is still broken? The interrupted update likely corrupted a pluginSoftware that adds specific features or functionality to a W... More or themeTheme A collection of files that determine a site's design, ... More file.
Fix it:
/wp-content/plugins folder to /plugins_old. This deactivates all plugins./plugins.If the error happened during a WordPress coreCore The foundational files and code of WordPress itself, ma... More update, you’ll need to manually complete the update (see the official guide or re-upload the wp-admin and wp-includes folders from a fresh copy).
1. Update one thing at a time
Don’t click “Update All” for plugins. Update each pluginSoftware that adds specific features or functionality to a W... More individually. It takes longer but prevents conflicts.
2. Check your hosting resources
This error often comes from low PHP memory or slow server responses. If it happens frequently, consider upgrading your hosting plan or switching to managed WordPress hosting.
3. Keep backups
Always have a recent backupA copy of your WordPress site's files and database, saved to... More (UpdraftPlus, Jetpack VaultPress, or your host’s backupA copy of your WordPress site's files and database, saved to... More). If something goes wrong, restore in minutes.
The default “Briefly unavailable” message is ugly and unprofessional. Instead, create a branded maintenance pageStatic content (e.g., "About Us," "Contact") not part of chr... More that visitors actually appreciate.
Use SeedProd (drag-and-drop builder):
Now when you run updates, visitors see a professional “Coming soon” or “Under maintenance” pageStatic content (e.g., "About Us," "Contact") not part of chr... More instead of a cryptic error.
The “Briefly unavailable for scheduled maintenance” error looks scary, but it’s almost always a 30-second fix. Delete the .maintenance file, and you’re back online.
Prevent it next time by updating carefully and ensuring your hosting can handle the load.