How do I update or delete plugins in WordPress?
Applies to: WordPress.org (self-hosted)
Last updated: May 2025
Problem
You want to keep your plugins secure and functional by updating them—or you need to remove a plugin you no longer use—but you’re not sure how to do it safely.
Solution
WordPress allows you to update or delete plugins directly from the dashboard. It’s important to update regularly and remove unused plugins to maintain site performance and security.
How to Update Plugins
Method 1: Manual Updates
- Log in to your WordPress dashboard
- Go to Plugins > Installed Plugins
- If an update is available, you’ll see a notice below the plugin name
- Click Update now
WordPress will download and install the new version automatically.
Method 2: Bulk Update
- Go to Dashboard > Updates
- Scroll to the Plugins section
- Select the plugins you want to update
- Click Update Plugins
Enable Auto-Updates (Optional)
- Go to Plugins > Installed Plugins
- On the right side of each plugin, click Enable auto-updates
This ensures the plugin updates automatically when a new version is released.
Note: Auto-updates are convenient, but they can occasionally cause compatibility issues. Always back up your site if you rely on auto-updates.
How to Delete a Plugin
- Go to Plugins > Installed Plugins
- First deactivate the plugin you want to remove
- Click Deactivate under the plugin name
- Once deactivated, click Delete
- Confirm the deletion when prompted
The plugin and its associated files will be removed from your site.
Tips
- Always back up your site before major updates, especially for critical plugins
- Only keep active plugins that are necessary and regularly updated
- Deactivating a plugin removes its effects but preserves its settings for reactivation
- Deleting a plugin may not remove all data; some plugins leave behind database entries (consider using a database cleaner plugin if needed)