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 Easily Deactivate WordPress Plugins (Beginner’s Guide)

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 learn how to deactivate WordPress plugins?

As a WordPress beginner, you need to know how to deactivate one or all of your WordPress plugins. Learning this will help you with troubleshooting and fixing common WordPress errors.

In this article, we will show you different ways to easily deactivate WordPress plugins so that you can better manage them on your website.

How to easily deactivate WordPress plugins

Here is an overview of what you will learn in this article. You can use the quick links to jump to the different sections:

How to Deactivate a WordPress Plugin

Let’s start with deactivating a single WordPress plugin.

If you want to temporarily disable or deactivate a WordPress plugin, then you need to simply visit the Plugins » Installed Plugins page in your WordPress admin area.

Deactivate a WordPress plugin

From here, you need to locate the WordPress plugin that you want to deactivate. Next, take your mouse to the plugin’s row, and it will show you a link to ‘Deactivate’ that plugin.

Clicking on the link will deactivate the WordPress plugin right away.

Once you deactivate the plugin, it remains installed on your website or blog, but WordPress will stop loading it.

If you want to start using the plugin again, then you will just need to click on the ‘Activate’ link below it.

How to Bulk Deactivate WordPress Plugins

Sometimes, you may need to deactivate all WordPress plugins on your website to troubleshoot issues. Instead of deactivating one plugin at a time, WordPress makes it easy to deactivate multiple or all WordPress plugins quickly.

Simply visit the Plugins » Installed Plugins page and check the box next to the plugins you want to deactivate. If you want to deactivate all WordPress plugins, then simply check the box at the top to select all plugins.

Select all plugins

Next, you need to select ‘Deactivate’ from the ‘Bulk Actions’ drop-down menu.

After that, click the ‘Apply’ button.

Bulk deactivate all WordPress plugins

WordPress will now deactivate all selected WordPress plugins.

How to Deactivate All WordPress Plugins via FTP

If you have been locked out of your WordPress admin area, then you will not be able to deactivate WordPress plugins from your dashboard.

In these situations, you will need to deactivate plugins using other methods. The easiest option is to deactivate WordPress plugins via file transfer protocol (FTP) or the File Manager app in your WordPress hosting dashboard.

Basically, WordPress looks for your installed plugins in the /wp-content/plugins/ folder. If it cannot find the plugin’s folder, then WordPress will automatically deactivate all plugins.

Instead of deleting the plugin’s folder, we will just rename it.

First, you will need to connect to your WordPress site using an FTP client like FileZilla. Once connected, you must navigate to the wp-content folder inside your WordPress root directory.

Rename plugins folder to deactivate all plugins

From here, you need to right-click on the plugins folder and then select ‘Rename’.

This will bring up a popup where you need to enter a new name for your plugin’s folder, such as ‘plugins-deactivated’.

Plugins deactivated

Your FTP client will now rename the plugin’s folder. You can now try to log in to your WordPress admin area and visit the Plugins page.

Here, you will see notifications about deactivated WordPress plugins.

Deactivated WordPress plugins

For more details, please see our beginner’s guide on how to easily deactivate WordPress plugins when not able to access WP-Admin.

How to Manually Deactivate WordPress Plugins via phpMyAdmin

The FTP method is definitely easier, in our opinion. However, you can also deactivate all plugins using phpMyAdmin. This is a database management tool that you can access via your hosting account dashboard.

Note: For this method, please make a complete database backup first to prevent errors in case anything goes wrong.

First, you will need to log in to your web hosting account dashboard. Next, click on the phpMyAdmin icon under the ‘Databases’ section.

phpMyAdmin icon in cPanel

This will bring you to the phpMyAdmin interface.

First, you will need to select your WordPress database from the left menu.

WordPress options table

phpMyAdmin will now load your database tables in the right panel. You need to click on the ‘Browse’ button next to the ‘wp_options’ table. Note that your WordPress table name may differ depending on your WordPress database table prefix.

Now, phpMyAdmin will load data inside the wp_options table. You need to scroll down to the ‘active_plugins’ row and click on the ‘Edit’ button next to it.

Active plugins row in the WordPress database

phpMyAdmin will open the row for editing. You need to delete the data inside the ‘option_value’ field.

After that, simply click on the ‘Go’ button at the bottom to save your changes.

You can now visit your WordPress website, and WordPress will see that all plugins have been deactivated.

How to Deactivate WordPress Plugins for Your Website’s Mobile Version

These days, it’s important that your website’s mobile, tablet, and desktop versions are equally fast. That said, there may be cases when plugins can slow down the mobile version of your website.

In this case, you may want to consider deactivating plugins for mobile viewers. If you want to learn more about this, then check out our guide on how to disable specific plugins for mobile users.

What Is the Difference Between Deactivating vs Uninstalling a WordPress Plugin?

The difference between deactivating vs. uninstalling a WordPress plugin is quite simple.

When you deactivate a WordPress plugin, it is simply turned off. However, it is still installed on your website, so you can activate it again if you need to.

On the other hand, uninstalling a plugin completely deletes it from your website. You will not be able to see the plugin on the Plugins » Installed Plugins page.

If you want to use that same plugin again, then you will have to reinstall it. Plus, you have to set the plugin up from scratch, as your previous configurations will also be deleted.

How to Uninstall a WordPress Plugin

WordPress makes it super easy to uninstall plugins from the admin area. Simply log in to your WordPress dashboard and go to the Plugins page.

You will see the list of currently installed plugins on your site. Your active plugins will be highlighted with a blue background.

If you want to uninstall an active plugin, then first, you will need to deactivate it. After that, click on the ‘Delete’ link below it.

Delete WordPress plugin

WordPress will now ask you to confirm that you want to delete the plugin.

Simply click ‘OK’.

Confirm plugin deletion

WordPress will now safely remove the plugin from your web server and uninstall it from your website.

However, some WordPress plugins leave traces of data and files even when they are uninstalled. These items don’t have any significant impact on your WordPress site. But if you want to remove them, then this is how you do it.

Removing Unused Shortcodes

Many WordPress plugins use shortcodes to add content to your posts or pages. Once you deactivate or uninstall a plugin, those shortcodes will become visible in your posts, and they look quite ugly.

[pluginshortcode]

You can easily disable shortcodes by adding the following code to your theme’s functions.php file or by using WPCode:

add_shortcode( 'pluginshortcode', '__return_false' );

For more details, please see our guide on how to easily add custom code in WordPress.

This code basically adds the shortcode back and makes it display nothing. Don’t forget to replace pluginshortcode with the shortcode tag used by the plugin you want to remove.

It is important to note that you will need to remove this code if you ever decide to use that plugin again.

Cleaning Up Plugin Traces From the WordPress Database

Some WordPress plugins create their own tables in the WordPress database. If these tables have too much data in them, then they will increase your WordPress backup size.

To clean these up, you need to launch phpMyAdmin from your WordPress hosting dashboard.

phpMyAdmin icon in cPanel

You need to click on your database and then select the tables you want to delete.

Below the tables list, you will see a drop-down labeled ‘With selected’. Simply click on the drop-down, and then select ‘Drop’.

Delete plugin tables

Next, you will see a warning that you are about to delete these tables. You need to click on ‘Yes’ to confirm the action.

Please note that this is irreversible. Once it is deleted, you will not be able to restore these tables unless you have a database backup.

Delete warning

phpMyAdmin will now delete the database tables from your unused plugins.

Cleaning Up Unused WordPress Plugin Files

Often, WordPress plugins create files and folders on your hosting server. These files are usually harmless, but they can increase your WordPress backup size.

To delete them, you need to connect to your WordPress site using an FTP client. Once connected, you need to go to the wp-content folder. You will find files and folders created by plugins inside the ‘uploads’ and ‘plugins’ folders.

Make sure that the files you are deleting are created by the plugin that you have uninstalled. After that, simply delete them from your web server.

Delete plugin files

Should You Keep Deactivated WordPress Plugins Installed on Your Site?

If you are not going to use those plugins, then you should not keep inactive or deactivated WordPress plugins installed on your website.

Inactive plugins don’t necessarily slow down your website. However, plugins may contain executable files and can be used by hackers to hide malware or a backdoor.

Apart from security concerns, they can also increase your WordPress backup size, show up as false positives in security scans, and cause other issues.

This is why we always recommend users delete inactive plugins from their sites.

We hope this article helped you learn how to properly deactivate WordPress plugins. You may also want to see our guide on how to choose the best WordPress plugin for your website and our list of must-have WordPress plugins.

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

8 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

    Could you recommend any plugin to check the database and delete old data after uninstalling plugins? Sometimes it happens that I get to some ready-made site where I don’t know the history. I don’t know what plugins have been installed there and what tables are no longer used. Is there some nifty program that can identify and delete such tables to reduce the size of the database?

  3. farhan says

    what happen to the customize setting of plugin after deactivate, example if deactivate wprocket plugin the still available or not

    • WPBeginner Support says

      It would depend on the specific plugin and how they handle their settings for what customization settings would stay and what wouldn’t.

      Admin

Leave A 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.