How to Fix ‘Another Update in Process’ Error in WordPress
If you face “Another update currently in process” error on your WordPress site, then you can follow the steps given in below to solve the problem. This is the error which stops you from updating WordPress. Normally, it should go away automatically. But if it doesn’t, then there is a fix which is very easy for that. In this article, we will show you how to fix ‘Another Update in Process Error in WordPress.
Why ‘Another Update in Process’ Error occurs?
This is the message which usually appears when a core WordPress Update is running in the background.User also tries to initiate another update process.
WordPress automatically sets an update lock option in the database when the core process is updated. This database option prevents you from running simultaneous updates on your website.

This is the message which is set to automatically disappear in 15 minutes or when the update process has finished.However, if you are stuck on that message or don’t want to wait, then you can reset it manually.
Let’s take a look at how to fix ‘Another update currently in process’ error in WordPress.
Fixing Another Update in Process Error
To quickly get rid of ‘another update in process’ message, you need to delete the core_updater.lock option from your WordPress database. We will show you how to do that using two different methods. You can choose the one that works best for you.
Method 1: Fix Another Update in Process Error Using a Plugin
First thing you need to do is install and activate the Fix Another Update In Progress plugin.
You need to visit Settings » Fix Another Update In Progresspage. If updates on your website are locked, then you will see a message with a button to fix it:

Click on ‘Fix WordPress Update Lock’ button to continue.
The plugin will delete the WordPress core update lock option from your database, and you will see a success message like this:

Method 2. Manually Fix Another Update in Process
This method requires you to use phpMyAdmin to run a query in your WordPress database directly.
First, you need to visit the cPanel dashboard of your WordPress hosting account. Under the database section, click on the phpMyAdmin icon.

In the next step, you need to select your WordPress database in phpMyAdmin. This will show you all the tables inside your WordPress database. You need to click on the Browse button next to the WordPress options table (wp_options).

This will show you all the rows which is in inside of the options table. You need to find that,the row with the option name ‘core_updater.lock’ and click on the delete button next to it.

PhpMyAdmin will now delete the row from your WordPress database.
Now,you can switch back to your WordPress website and proceed with updating your WordPress website.
We hope this article will help you to fix ‘Another update in process’ error on your WordPress site.
Comment
Preview may take a few seconds to load.
Markdown Basics
Below you will find some common used markdown syntax. For a deeper dive in Markdown check out this Cheat Sheet
Bold & Italic
Italics *asterisks*
Bold **double asterisks**
Code
Inline Code
`backtick`Code Block```
Three back ticks and then enter your code blocks here.
```
Headers
# This is a Heading 1
## This is a Heading 2
### This is a Heading 3
Quotes
> type a greater than sign and start typing your quote.
Links
You can add links by adding text inside of [] and the link inside of (), like so:
Lists
To add a numbered list you can simply start with a number and a ., like so:
1. The first item in my list
For an unordered list, you can add a dash -, like so:
- The start of my list
Images
You can add images by selecting the image icon, which will upload and add an image to the editor, or you can manually add the image by adding an exclamation !, followed by the alt text inside of [], and the image URL inside of (), like so:
Dividers
To add a divider you can add three dashes or three asterisks:
--- or ***

Comments (0)