Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Cup
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

How to Enable Automatic Updates in WordPress for Major Versions

Editorial Note: We earn a commission from partner links on WPBeginner. Commissions do not affect our editors' opinions or evaluations. Learn more about Editorial Process.

Do you want to enable automatic updates for major WordPress updates?

Automatic updates are enabled for minor releases on WordPress. This means that the WordPress.org team can automatically install security updates without requiring user input.

However, it does not automatically update your website when there is a new major release. Luckily, you can easily turn on automatic updates for major releases as well.

In this article, we will show you how to enable automatic updates in WordPress for major versions.

How to Enable Automatic Updates in WordPress for Major Versions

How WordPress Automatic Updates Work

The automatic updates feature was introduced in WordPress 3.7. It allowed WordPress to automatically install new minor updates to improve the security of your WordPress website.

There is an option to disable automatic updates in WordPress. However, we recommend that you keep automatic updates enabled because they usually address important security issues and vulnerabilities.

If you just run one or two WordPress websites, then you can simply follow our guide to safely update your WordPress site when there is a new major WordPress release. However, updating WordPress to the latest version manually can be time-consuming if you manage multiple sites.

Luckily, managed WordPress hosting providers like WP Engine automatically update WordPress for all new releases, not just minor ones.

You can also enable WordPress auto-updates on a shared hosting provider like Bluehost and SiteGround. But first, you will just need to make sure that you have a proper backup system in place if something goes wrong.

With that being said, let’s take a look at how to easily set up automatic updates for major WordPress releases. Here’s what we will cover in this tutorial:

Video Tutorial

Subscribe to WPBeginner

If you’d prefer written instructions, then just keep reading.

Preparing for Automatic Updates in WordPress

The most important layer of security you can add to any website is to set up a backup system. Whether you turn on automatic updates or not, you should always have an automatic backup system in place for every WordPress installation.

There are several helpful WordPress backup plugins that you can use to set up automatic backups on your WordPress site.

We recommend using Duplicator because it is the best WordPress backup plugin on the market, and it’s free. Duplicator allows you to easily set up automatic backups of your complete WordPress website.

It also allows you to automatically store your backup files in a remote location such as Google Drive, Dropbox, or Amazon S3.

Once you have set up automatic WordPress backups, you can go ahead and turn on automated WordPress updates for major releases.

Method 1: Enable Automatic Updates for Major Releases From Dashboard » Updates

When you visit the Dashboard » Updates page in your WordPress admin area, you will see the message, ‘This site is automatically kept up to date with maintenance and security releases of WordPress only.’ These are the minor releases we mentioned above.

Enable Automatic WordPress Updates

If you would like all WordPress updates to be handled the same way, then simply click the link labeled ‘Enable automatic updates for all new versions of WordPress.’

Now, major WordPress releases will be automatically installed as well.

If you decide to turn off automatic updates in the future, then simply return to the Dashboard » Updates page and click the link that says ‘Switch to automatic updates for maintenance and security releases only.’

Disable Automatic WordPress Updates Except Security Updates

Now, major WordPress versions will not be installed automatically, just minor releases and security updates.

Method 2: Enable Automatic WordPress Updates for Major Releases Using a Plugin

The plugin method gives you more control over what is updated on your site. For example, it includes options to automatically update WordPress core, plugins, themes, and more.

First, you need to install and activate the Easy Updates Manager plugin. For more details, see our step-by-step guide on how to install a WordPress plugin.

Upon activation, you need to visit the Dashboard » Updates Options page to set up the plugin.

Enabling Automatic Updates With a Plugin

Under the ‘Quick configuration actions’ section, you should click the ‘Custom’ button. After that, click the ‘Auto update all releases’ button under the ‘WordPress core updates’ section.

Note: Be careful when clicking the ‘Auto update everything’ button under ‘Quick configuration actions’. This will turn on automatic updates for everything, including WordPress core, plugins, themes, and translations.

The plugin will automatically store your settings and enable the major WordPress releases to be automatically updated.

If you would also like to use this plugin to automatically update your plugins and themes, then see our detailed guide on how to better manage automatic WordPress updates.

Method 3: Manually Enable Automatic Updates for Major Releases in WordPress

This method requires you to add code to your WordPress files.

First, you need to add the following line of code to your site’s wp-config.php file:

define( 'WP_AUTO_UPDATE_CORE', true );

There is one little problem with this code. It also enables what are called ‘nightly’ updates, or ‘nightlies.’ These are still under development and may contain bugs, so they should not be installed on a live WordPress website.

To disable nightly builds and development updates, you need to add the following code to your theme’s functions.php file or use a code snippets plugin such as WPCode:

add_filter( 'allow_dev_auto_core_updates', '__return_false' );

This filter will disable automatic updates for nightly builds or development updates.

Your WordPress site is now ready to automatically update itself without your input whenever there is a new WordPress version available.

Frequently Asked Questions About WordPress Automatic Updates

1. Why do I need to install WordPress updates?

WordPress is a regularly maintained software. Thousands of developers contribute to making WordPress better and more secure.

You need to install WordPress updates as soon as they are available. This ensures that your website has the latest security patches, new features, and the best speed and performance.

2. Are updates safe for my website?

As the world’s most popular website builder, WordPress updates immediately become available to millions of websites. The core team works very hard to ensure that they are safe for all websites to install.

However, we recommend everyone always back up their WordPress website before updates. This allows you to quickly revert back in case anything goes wrong after an update.

3. Can I also automatically update WordPress plugins?

By default, WordPress requires you to manually install plugin updates. However, you can enable automatic updates for plugins as well.

See our guide on how to enable automatic updates for WordPress plugins.

4. Can I install updates on all my websites from a single dashboard?

By default, you will need to log in to each WordPress website to install updates. Luckily, you can use tools to manage multiple WordPress sites. These tools make it easier to install updates on all your WordPress sites without having to log in to each site.

Learn more in our guide on how to manage multiple WordPress sites from one dashboard.

We hope this article helped you learn how to enable automatic updates in WordPress for major releases. You may also want to see our guide on how to choose the best web design software or our expert picks for the best email marketing services for small businesses.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Disclosure: Our content is reader-supported. This means if you click on some of our links, then we may earn a commission. See how WPBeginner is funded, why it matters, and how you can support us. Here's our editorial process.

Editorial Staff

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

The Ultimate WordPress Toolkit

Get FREE access to our toolkit - a collection of WordPress related products and resources that every professional should have!

Reader Interactions

12 CommentsLeave a Reply

  1. Syed Balkhi says

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. Jiří Vaněk says

    After many experiences, I’ve practically disabled automatic updates on all websites and take care of them manually. As the recent WordPress 6.4 update showed, there are numerous things that can break, and it’s better to address them one by one than to have four websites down at once due to automatic updates. Additionally, because of a single recurring issue (for example, the current problems with the Oxygen builder in WP version 6.4.), it’s extra work but worth it, giving one peace of mind compared to automatic updates.

  3. Alex K. says

    Can you explain the difference between automatic updates for major versions and minor updates in WordPress, and why might a website owner choose one over the other?

    • WPBeginner Support says

      Major version updates are the updates that change one of the first two sets of numbers such as 1.1 to 1.2 which are normally larger changes. If you have a plugin or system that could break with a major version update then that is when you would normally not allow major updates.

      Admin

  4. Annie says

    Thanks for this post. I had a couple of notifications from WordPress today saying my sites were updated and I didn’t realise they were now updating automatically. I freaked out at first because I didn’t realise WP introduced automatic updates…for a second I even thought I got hacked and the hacker decided to update WP for me while he was there…lol !!!

    Your informative post really reassured me – thanks.

  5. Duncan Michael-MacGregor says

    Thanks for this, I am curious how the auto updates will pan out. The concept is fantastic but thinks are often not that simple.

    If it means less maintenance for websites then all the better! :)

Leave a Reply to Vitaliy Kolos Cancel reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.

WPBeginner Assistant
How can I help you?

By chatting, you consent to this chat being stored according to our privacy policy and your email will be added to receive weekly WordPress tutorials from WPBeginner.