How to Find and Remove Inactive WordPress Plugins to Speed Up Your Website (2024)

TL;DR: To properly uninstall inactive WordPress plugins, go to "Plugins" in your WP dashboard, and delete the ones with the tag "inactive." Note that while uninstalling removes most code, some plugins may leave residual data in your database, including settings and tables. For a thorough cleanup, use a plugin or manual methods to inspect and remove any remnants, but only after doing a backup.


When was the last time you went through all your WordPress plugins?

If the answer doesn’t pop right up, it’s been too long.

As a WordPress site owner, you might have installed various plugins to improve your site’s performance. However, not all of them were worth sticking with, and more often than not, they ended up outstaying their welcome.

In this article, we will discuss how inactive WordPress plugins can negatively impact your site’s speed and performance and how to go about them in a fast, effective way.

What are inactive WordPress plugins?

Inactive WordPress plugins are the ones you have installed on your website but are not currently in use.

WordPress plugins can become inactive for various reasons, such as not meeting your website's requirements, conflicts with other plugins, the website's overall goals have changed, or the plugin’s simply no longer supported.

Do unused plugins impact your WordPress site speed?

In short, yes! Inactive plugins can negatively impact your website's speed and performance in several ways:

  • they take up space on your server, which can lead to slower loading times
  • they add to the technical debt and can conflict with other plugins or WordPress updates, causing unforeseen errors and crashes that slow down your website
  • they can also pose a security risk, as they may contain vulnerabilities that hackers can exploit


How to Find and Remove Inactive WordPress Plugins to Speed Up Your Website (1)


How to identify unused plugins on a WordPress site?

It’s pretty straightforward.

To find which plugins are inactive in your WordPress dashboard, simply navigate to the “Plugins” section. There, you will see a list of all Installed plugins on your website.

Click on the Inactive tab to see a list of all the unused WordPress plugins:

How to Find and Remove Inactive WordPress Plugins to Speed Up Your Website (2)


While you’re at it, we recommend you also flip through the active plugins too. Determine if there are any that are no longer useful or may simply be overlapping with another plugin’s features.

For example, you’ve installed EWWW Image Optimizer in the past, but now you get all your images optimized (+ code, fonts, and other resources) by a more advanced solution, like NitroPack.

Consider parting with such plugins the same way as you would with inactive ones.


How to remove inactive plugins from a WordPress site

Before removing any plugin, it is essential to take a backup of your website to ensure you can restore it in case of any issues.


Deactivating vs. Deleting Inactive Plugins: Which One is Better?

Deactivating a plugin will simply turn off its functionality, but the plugin files will still be on your server.

On the other hand, deleting a plugin will completely remove all its files.

In general, it is better to delete inactive plugins rather than just deactivate them, as it can free up space and improve website performance.

However, if you think you might need the plugin again in the future, you can deactivate it and keep it on your server. As long as you keep these to a minimum, your site’s performance and speed shouldn’t be harmed.

Pro tip: Deactivating a plugin is helpful when you’re trying to investigate and troubleshoot an issue on your site. To isolate potential conflicts, webmasters often resolve to deactivate one plugin at a time.


To deactivate a plugin, click on “Deactivate” under the name of the plugin:

How to Find and Remove Inactive WordPress Plugins to Speed Up Your Website (3)


Removing unused WordPress plugins

Removing inactive plugins is a one-step process.

Once the plugin is deactivated, click “Delete” to remove it completely from the directory and server.

How to Find and Remove Inactive WordPress Plugins to Speed Up Your Website (4)

Repeat the process for all inactive plugins you no longer need or if you have a long list in the Inactive tab, perform a bulk delete.


How to remove inactive WordPress plugins in bulk

You can deal with unused plugins in bulk using the “Bulk Actions” dropdown menu in your Plugins section. Simply select all the inactive plugins you’d like to remove and hit “Delete.”

How to Find and Remove Inactive WordPress Plugins to Speed Up Your Website (5)

Pro tip: To make sure you don’t stack unused WordPress plugins, consider downloading Plugin organizer – a free tool that provides fine-grained control over which plugins are loaded on which pages and posts of a website. Observe which plugins are used often to optimize them, and toss the ones that don’t contribute to site performance and speed.


How to uninstall inactive WordPress plugins completely

You might think that hitting the “Delete” button on an unused WordPress plugin is enough to call it quits.

Although this usually uninstalls any files and folders linked to the plugin, sometimes files, tables, and shortcodes may get left behind outside the /wp-content/plugins/ directory. In the long run, this may start taking extra space in your server and harm your site’s performance and speed.

Note: A properly-developed plugin will have an option for a complete uninstall inside its settings. For example, the NitroPack plugin will never work on your website’s original files and instead will make copies. When you decide to uninstall the plugin, there won’t be any leftovers to harm your site’s speed and performance.


Removing leftover files and subfolders

To remove any traces an inactive WordPress plugin might have created, you need access to the files and folders on your WordPress server.

Depending on your host, you can delete unwanted files via File Transfer Protocol (FTP)/ Secure File Transfer Protocol (SFTP) or use a file manager.

Generally, when you first install WordPress, it will create two subfolders in the "wp-content" folder: plugins and themes. As you develop your website and start growing your tech stack, other subfolders will appear, like: cache, upgrade, uploads, updrafts, etc.

How to Find and Remove Inactive WordPress Plugins to Speed Up Your Website (6)

Some plugins will add their dedicated subfolders to the list and these will remain there even after you delete the plugin from your library, like the Shield Security plugin below:

How to Find and Remove Inactive WordPress Plugins to Speed Up Your Website (7)


To delete them permanently, simply right-click on the subfolders and select “Delete.”

All done!


Removing leftover database tables

Using phpMyAdmin in your hosting admin dashboard, you can control all database tables that WordPress plugins might have created.

There are 12 standard database tables every WordPress site owner begins with:

  • wp_commentmeta
  • wp_comments
  • wp_links
  • wp_options
  • wp_postmeta
  • wp_posts
  • wp_termmeta
  • wp_terms
  • wp_term_relationships
  • wp_term_taxonomy
  • wp_usermeta
  • wp_users

How to Find and Remove Inactive WordPress Plugins to Speed Up Your Website (8)

Extra tables may be created by plugins in your tech stack, like Yoast SEO, Social Snap, WP Forms, etc.

These would usually start with a different prefix than “wp_”, in the example below it’s “icwp_wpsf_.”

To delete a leftover table, right-click on it and choose the “Drop” or “Delete” options (depending on your menu). Confirm your choice, and voilà!

How to Find and Remove Inactive WordPress Plugins to Speed Up Your Website (9)


Removing leftover shortcodes

A lot of the plugins on your WordPress site will use shortcodes (bits of code) to add functionality and features.

You might have seen this before: you go to a contact page, and instead of a contact form, you see the actual shortcode tag displayed.

How to Find and Remove Inactive WordPress Plugins to Speed Up Your Website (10)

This happens because a plugin for contact forms was deleted, but the leftover shortcode was not. To avoid such user experience hiccups, simply edit the pages and remove the code.

To make sure you haven’t missed any orphan shortcodes, consider installing the Shortcodes Finder plugin. This will allow you to automatically find and remove unwanted tags across your website.

Speed up your WordPress site with NitroPack – a lightweight plugin that works on copies of your files only →

Note: The manual solutions aboverequire a more technical approach. If you don’t feel comfortable applying them on your own, you can either turn to a developer or a plugin like Advanced Database Cleaner.


Next steps

After deleting unused WordPress plugins, it’s generally good practice to check for broken links on your website and update them if necessary.

Then, scanif any of your active plugins have an update pending. Additionally,consider flipping throughour top picks for WordPress plugins in 2023for potential hidden gems to optimize your tech stack with.

By following these steps, you can effectively keep your website secure, fast, and efficient.

FAQ

Is it bad to have too many plugins in WordPress?

Yes, having too many plugins can be detrimental to your WordPress site as they addoverhead by consuming server resources. More plugins can mean slower page load times, security vulnerabilities, and plugin conflicts that often result in website crashes and malfunctions.

Can a deactivated WordPress plugin be hacked?

Yes, a deactivated plugin can still be hacked. Even if a plugin is deactivated, its files remain on your server. If there are vulnerabilities in these files, hackers can exploit them. Therefore, it is advisable to completely delete any plugins that are not in use.

What is null plugin in WordPress?

A null plugin is a pirated version of a premium plugin, often modified to work without a license key. Using such plugins poses security risks and legal issues, and you won't receive updates or support.

What is a deprecated plugin in WordPress?

A deprecated plugin is one that the developers no longer support or update. Thiscan lead to security vulnerabilities and compatibility problems. It’s advisable to replace deprecated plugins with updated, supported alternatives.

How to Find and Remove Inactive WordPress Plugins to Speed Up Your Website (2024)

FAQs

How to Find and Remove Inactive WordPress Plugins to Speed Up Your Website? ›

TL;DR: To properly uninstall inactive WordPress plugins, go to "Plugins" in your WP dashboard, and delete the ones with the tag "inactive." Note that while uninstalling removes most code, some plugins may leave residual data in your database, including settings and tables.

Should I delete inactive WordPress plugins? ›

There's no reason to keep plugins around if you've decided you're not going to use them. Not only do they clutter up your dashboard, but they can also impact your website in tangible ways, such as: Slowing loading times down due to database bloat. Adding points of vulnerability to your website.

Do inactive plugins impact site speed? ›

Even if you have dozens of inactive WordPress plugins installed, the speed of your website will not be affected or slowed. The “Plugins” page itself is the only area where WordPress searches for deactivated plugins on your website.

How to increase the speed of a WordPress website plugin? ›

If you want to speed up your site's loading time, take the following steps:
  1. Optimize Images. ...
  2. Remove Unnecessary Plugins. ...
  3. Remove or Delay Third-Party Scripts. ...
  4. Optimize CSS Loading. ...
  5. Choose a Fast Theme. ...
  6. Update Your Tools. ...
  7. Clean the Database.

How do I find slow plugins in WordPress? ›

How to Find Out Which Plugins Are Slowing Down Your WordPress Site
  1. Step 1: Run a Speed Test.
  2. Step 2: Make a Copy of Your Site in a Staging Environment.
  3. Step 3: Review the List of the Slowest WordPress Plugins.
  4. Step 4: Deactivate All Your Plugins.
  5. Step 5: Reinstall Your Plugins One-by-One.
  6. Step 6: Delete the Slow Plugin.
Feb 3, 2022

How do I clean up unused plugins in WordPress? ›

TL;DR: To properly uninstall inactive WordPress plugins, go to "Plugins" in your WP dashboard, and delete the ones with the tag "inactive." Note that while uninstalling removes most code, some plugins may leave residual data in your database, including settings and tables.

Do inactive themes slow down WordPress? ›

No, inactive or deactivated plugins do not slow down WordPress.

What slows down site speed? ›

High Traffic: A surge in the number of visitors can slow down a website, especially if the hosting infrastructure isn't equipped to handle the increased load. Inefficient Database Design: A poorly designed database can lead to slow query responses and increased load times.

Do WordPress plugins affect website speed? ›

While some plugins can harm your website speed, others can improve it. The quality of the plugin, its compatibility with your website's theme and other plugins, and its usage all affect its impact on website speed. So, it is crucial to choose high-quality plugins that are well-coded and optimized for performance.

Which plugin is best for speed optimization? ›

  1. WP Rocket. 🥇 Easiest Performance Plugin. ...
  2. NitroPack. 🥈Best For Busy Professionals. ...
  3. WP-Optimize. 🥉Best All-Round Performance Plugin. ...
  4. Perfmatters. ...
  5. W3 Total Cache. ...
  6. EWWW Image Optimizer. ...
  7. WP Fastest Cache. ...
  8. Autoptimize.
Apr 19, 2024

What is slowing down my WordPress site? ›

The most common reasons your Wordpress site is slow to load are: Slow or poor quality hosting that doesn't match your level or traffic or site. No caching or caching plugins in place. You have a high traffic site but no content delivery network (CDN) to reduce the load on the hosting.

What is the free plugin for WordPress speed? ›

WP-Optimize is the best free plugin to improve your WordPress website performance. Some paid plugins don't even have image compression! So WP-Optimize is one of the best WordPress plugins for speed and performance optimization.

What is the optimal number of plugins for a WordPress site? ›

The average WordPress site may have between 20-30 plugins installed at one time. For more features, this can easily increase to over 50. However, keep in mind that you shouldn't install just any plugin. It's best to do some research before adding a lot of plugins to your site.

How do I debug a slow WordPress site? ›

How to debug a page? While logged in as admin, visit any page you feel is causing your site to run slowly. Then, from the top admin bar click on Debug → Queries. A screen with the debug information will open.

Is it safe to deactivate WordPress plugins? ›

You can deactivate a plugin to temporarily remove the plugin from your site. Deactivating a plugin is safe and non-destructive: the plugin will remain on your site for you to reactivate if you need to.

Should I remove inactive themes in WordPress? ›

You might want to change your WordPress theme. Another situation is that WordPress comes preinstalled with some themes. If you have themes that are not in use it is best to remove them. Removing unused themes is advisable because it will make the site faster and enhance security.

What happens when you delete a WordPress plugin? ›

Deleting a WordPress plugin from your admin dashboard will usually uninstall any files and folders created in the /wp-content/plugins/ directory. But sometimes, a plugin creates files, tables, and shortcodes in other folders that may not get deleted.

Does deactivating plugins delete data? ›

No, inactive plugins will not load in WordPress. However, the code of inactive plugins will still remain in your database, thus taking up valuable space. It's always recommended that you delete any inactive plugins from your WordPress installation to ensure that you have an optimized and up to date system.

Top Articles
Baking with California Cottage Cheese
How to make sure you can easily regain access to your Google Account
Ffxiv Shelfeye Reaver
Cottonwood Vet Ottawa Ks
Euro (EUR), aktuální kurzy měn
Obor Guide Osrs
12 Rue Gotlib 21St Arrondissem*nt
Cad Calls Meriden Ct
Z-Track Injection | Definition and Patient Education
Jesus Calling December 1 2022
Phenix Food Locker Weekly Ad
My.doculivery.com/Crowncork
Best Cav Commanders Rok
Uc Santa Cruz Events
Dumb Money
Summer Rae Boyfriend Love Island – Just Speak News
Aldi Sign In Careers
60 X 60 Christmas Tablecloths
Locate At&T Store Near Me
Parent Resources - Padua Franciscan High School
Craigslist Red Wing Mn
Abby's Caribbean Cafe
Craigslist Maui Garage Sale
Allentown Craigslist Heavy Equipment
The best firm mattress 2024, approved by sleep experts
Drift Boss 911
Powerschool Mcvsd
Timeline of the September 11 Attacks
Amerisourcebergen Thoughtspot 2023
Foodsmart Jonesboro Ar Weekly Ad
Dmv In Anoka
Craigslist List Albuquerque: Your Ultimate Guide to Buying, Selling, and Finding Everything - First Republic Craigslist
Login.castlebranch.com
Keshi with Mac Ayres and Starfall (Rescheduled from 11/1/2024) (POSTPONED) Tickets Thu, Nov 1, 2029 8:00 pm at Pechanga Arena - San Diego in San Diego, CA
30+ useful Dutch apps for new expats in the Netherlands
Askhistorians Book List
Poe T4 Aisling
Khatrimmaza
In Branch Chase Atm Near Me
Gabrielle Enright Weight Loss
Lichen - 1.17.0 - Gemsbok! Antler Windchimes! Shoji Screens!
New York Rangers Hfboards
Pillowtalk Podcast Interview Turns Into 3Some
Empire Visionworks The Crossings Clifton Park Photos
Priscilla 2023 Showtimes Near Consolidated Theatres Ward With Titan Luxe
MSD Animal Health Hub: Nobivac® Rabies Q & A
Shell Gas Stations Prices
2013 Honda Odyssey Serpentine Belt Diagram
Chubbs Canton Il
Page 5747 – Christianity Today
Denys Davydov - Wikitia
Dinargurus
Latest Posts
Article information

Author: Arline Emard IV

Last Updated:

Views: 6546

Rating: 4.1 / 5 (72 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Arline Emard IV

Birthday: 1996-07-10

Address: 8912 Hintz Shore, West Louie, AZ 69363-0747

Phone: +13454700762376

Job: Administration Technician

Hobby: Paintball, Horseback riding, Cycling, Running, Macrame, Playing musical instruments, Soapmaking

Introduction: My name is Arline Emard IV, I am a cheerful, gorgeous, colorful, joyous, excited, super, inquisitive person who loves writing and wants to share my knowledge and understanding with you.