How to Turn Off Auto Save in WordPress

Photo of author

By Oluwaseun Bamisile

Published

Do you want to turn off the auto-save feature in WordPress but don’t know how? You should read this guide, as it features multiple ways to do that.

Option 1: Disable Autosave Using a Plugin

A major way to disable the auto-save feature in WordPress is by using a plugin. Although there are various plugins that can do that, we will focus on the Disable Gutenberg Autosave plugin for this article.

This free plugin automatically turns off the auto-save feature in WordPress as soon as it is activated. Thus, follow the procedures below to learn how to install and enable the plugin in WordPress.

This plugin only works for the WordPress Gutenberg block editor and not the WordPress classic editor.
  1. Access the backend of your WordPress site as an administrator. Now, place your mouse cursor on Plugins on the left pane, then left-click Add New from the options that appear.
  1. On the Add Plugins page, type “disable Gutenberg autosave” in the search field.
Disable Autosave In WordPress Using A Plugin
  1. Then, left-click the Install Now button on the Disable Gutenberg Autosave plugin from the search results.
  1. After installing the plugin, click the Activate button. Consequently, the auto-save feature in WordPress should be automatically disabled.
Disable Autosave In WordPress Using A Plugin

Interestingly, this plugin not only disables the auto-save feature but also allows you to change the autosave interval. Basically, the plugin enables you to set a different time interval at which WordPress automatically saves a page/post.

This feature can come in handy if you don’t wish to completely disable the auto-save feature in WordPress. Well, to change the autosave interval using the plugin, open the WordPress Gutenberg block editor – it can be a page or post.

Then, click the Autosave Settings icon at the top right corner of the page/post. Finally, select a preferred autosave interval from the options that appear.

Without activating the plugin, you won’t find the Autosave Settings icon in the WordPress block editor.

Option 2: Deactivate Autosave Using Code

Another way to disable the autosave feature in WordPress is by adding a certain code to your theme’s functions.php file. To do that, observe the subsequent procedures and screenshot images below.

  1. Sign in to the WordPress backend using an administrator account. Next, place your mouse cursor on Appearance among the options on the left pane, then click Theme File Editor.
Deactivate Autosave In WordPress Using Code
  1. After that, select the functions.php file among the Theme Files.
  1. Now, add the subsequent command to the functions.php file content.
add_action( 'admin_init', 'disable_autosave' );
function disable_autosave() {
wp_deregister_script( 'autosave' );
}
Deactivate Autosave In WordPress Using Code
  1. Finally, click the blue Update File to save the input. Thus, the autosave feature in WordPress should be automatically disabled.

Frequently Asked Questions

1. What is the default autosave time interval in WordPress?

The default autosave time interval in WordPress is 1 minute.

2. How do I disable autosave in WordPress?

You can disable the Autosave feature in WordPress by activating the Disable Gutenberg Autosave plugin. Follow the steps below to do that.
a) Access the backend of your WordPress site as an administrator.
b) Now, hover your mouse on Plugins among the menus on the left pane, then select Add New options that appear.
c) On the Add Plugins page, type “disable Gutenberg autosave” in the search field.
d) Aftrward, click the Install Now button on the Disable Gutenberg Autosave plugin from the search results.
e) After installing the plugin, click the Activate button. Consequently, the auto-save feature in WordPress should be automatically disabled.

3. Is the autosave feature enabled in WordPress by default?

Yes, the autosave feature in WordPress is enabled by default.

4. Are there any advantages of disabling autosave in WordPress?

Yes, there are. Disabling autosave in WordPress can reduce server load and improve site speed.

5. Does the WordPress Classic Editor have an autosave feature?

Yes, the WordPress classic editor has an autosave feature.

Conclusion

The autosave feature in WordPress is a helpful feature that automatically saves your posts or pages as you work on them. Thereby ensuring that you don’t lose any content in case of accidental page closing or a system crash.

However, some WordPress users may prefer to turn off the autosave feature for various reasons. Turning off the feature can help to reduce the number of revisions saved, reduce server load, and improve site speed.

Gladly, this guide demonstrated two ways to disable the autosave feature in WordPress. Specifically, we discussed how to execute this task with the aid of a free plugin.

Then, we learned how to deactivate the feature by adding a code to the theme’s function.php file.

I hope this guide was helpful to you. If it were, click on “Yes” beside the “Was this page helpful” question below.

You may also express your thoughts and opinions by using the “Leave a Reply” form at the bottom of this page.

Finally, go through our WordPress & Websites How-to Guides page to find other insightful guides like this.

About the Author

Photo of author

Oluwaseun Bamisile

Oluwaseun is the Lead Content Editor at Itechguides.com. He holds a National Diploma in Computer Science (currently studying part-time for his Higher National Diploma). An internet geek with a love for automobiles, he writes product reviews, tech articles, and how-to guides on the site.

Related Articles

Get in Touch

We're committed to writing accurate content that informs and educates. To learn more, read our Content Writing Policy, Content Review Policy, Anti-plagiarism Policy, and About Us.

However, if this content does not meet your expectations, kindly reach out to us through one of the following means:

  1. Respond to "Was this page helpful?" above
  2. Leave a comment with the "Leave a Comment" form below
  3. Email us at [email protected] or via the Contact Us page.

Leave a comment