If you’re seeing the error “Another update is currently in progress” in WordPress, it means that a previous WordPress core update is either still running or got stuck. This prevents you from starting another update.
Don’t worry! You can fix this issue easily by following the steps below.
✅ Solution 1: Fix via phpMyAdmin (Database)
The quickest way to resolve this issue is by removing a specific entry from your WordPress database.
1. Open phpMyAdmin
- Log into your hosting cPanel or hosting dashboard.
- Find and open phpMyAdmin.
2. Select Your WordPress Database
- In phpMyAdmin, on the left side, click on your WordPress database.
3. Find and Delete the “Core Update Lock” Entry
- Click on the wp_options table (or yourprefix_options if your database has a prefix).
- Look for the row with the option name
core_updater.lock. - Delete this row.
4. Try Updating Again
Go back to your WordPress dashboard and try running the update again.
✅ Solution 2: Use a Plugin (Easy Method)
If you’re not comfortable editing the database, you can use a plugin like:
- Fix Another Update In Progress (Download Here)
After installing and activating the plugin:
- Go to Settings > Fix Another Update
- Click the Fix Now button
- Try updating WordPress again.
✅ Solution 3: Wait It Out
Sometimes the update process is just taking longer than expected. If you’re not in a hurry, try waiting 10-15 minutes and then refresh your dashboard. WordPress may automatically clear the lock.
💡 Preventing This Issue in the Future
- Always backup your site before running updates.
- Avoid clicking the update button multiple times.
- Check your hosting speed—slow servers can cause update issues.