Update Drupal core¶
Regularly updating Drupal core ensures you benefit from the latest bug fixes, feature improvements, and security patches. T
Note: Right now the update UI only supports patch updates for Drupal core. For minor, or major, version updates you’ll need to use Composer.
Perform a Drupal core update via the UI¶
Follow these steps to update Drupal core via the Drupal CMS UI.
- Check for updates. Navigate to Reports > Available updates (
/admin/reports/updates). Under the Drupal core section of the page check to see if Drupal core has any updates available. The status will say either Updates available or Security update required.
- Make a backup before applying any updates.
- Apply the update. Navigate to the Update tab at the top of the Available updates report. Review the version information, and press the button to start the update process.

- Drupal CMS will verify the update can be applied, and prompt you to confirm that the process can not be reversed. Press the Continue button.
- After the updates are complete you will be redirected back to the Available updates report and an Update complete! status message will be displayed. In the event of errors the errors will be displayed on the page. Resolve the errors, then revert to the backup version of your site and try again.
Next¶
When you use the Drupal CMS UI to apply updates, it uses the Composer dependency management tool in the background. It’s possible, and in some cases preferred, to use Composer directly to manage updates. Learn more about updating Drupal core with Composer.
When updates are applied Drupal CMS modifies the relevant Composer files. If your site uses Git for version control you’ll need to commit any changes to the composer.json, composer.lock, and any other updated files.