WordPress3 min read

How to Disable WordPress Plugins when Locked Out of Admin Dashboard

Locked out of your WordPress dashboard? Learn how to safely disable plugins via FTP or cPanel file manager to regain access.

FT
Figmantor Team
Published: May 17, 2026
How to Disable WordPress Plugins when Locked Out of Admin Dashboard

Understanding the Problem: Locked Out of WordPress Admin

Finding yourself locked out of the WordPress admin dashboard can be a frustrating experience. This often occurs due to plugin conflicts, misconfigurations, or compatibility issues following updates. When you can't access your dashboard, your ability to manage your website effectively is severely hindered.

Fortunately, there are methods to regain access by disabling plugins, either through FTP or the cPanel file manager. This guide will walk you through both approaches step-by-step.

Method 1: Disabling Plugins via FTP

Using FTP (File Transfer Protocol) to disable your WordPress plugins is a straightforward process. Here’s how to do it:

  • 1. Connect to Your Website via FTP
  • - Use an FTP client like FileZilla or Cyberduck.
  • - Enter your FTP credentials (hostname, username, password, and port).
  • 2. Navigate to the Plugins Directory
  • - Go to the path: `/wp-content/plugins/`.
  • 3. Rename the Plugins Folder
  • - To disable all plugins, right-click on the `plugins` folder and rename it to something like `plugins_disabled`.
  • - If you want to disable a specific plugin, navigate into the `plugins` folder and rename the desired plugin folder (e.g., `plugin-name` to `plugin-name_disabled`).
  • 4. Check Your Admin Dashboard
  • - Try to log in to your WordPress admin dashboard again.

Example: Renaming a Specific Plugin Folder

Suppose you suspect the plugin causing the issue is 'example-plugin'. You would navigate to `/wp-content/plugins/example-plugin/` and rename it to `/wp-content/plugins/example-plugin_disabled/`. This action disables that particular plugin.

Method 2: Disabling Plugins via cPanel File Manager

If you prefer using cPanel, the process is similar. Here’s a detailed walkthrough:

  • 1. Log into Your cPanel Account
  • - Access your hosting provider’s cPanel.
  • 2. Open the File Manager
  • - Locate the 'File Manager' option, usually found in the 'Files' section.
  • 3. Navigate to the Plugins Directory
  • - Go to `public_html/wp-content/plugins/`.
  • 4. Rename the Plugins Folder
  • - As with FTP, you can rename the entire `plugins` folder or specific plugin folders.
  • 5. Access Your WordPress Admin
  • - Attempt to log in to your WordPress admin area.

What Next? Troubleshooting Further Issues

After regaining access to your admin dashboard, you can troubleshoot further:

  • 1. Reactivate Plugins One by One
  • - Rename the plugin folders back to their original names one at a time.
  • - Check your dashboard after each activation to identify the problematic plugin.
  • 2. Update Plugins and Themes
  • - Ensure all your plugins and themes are up-to-date to avoid compatibility issues.
  • 3. Check Error Logs
  • - Use the error logs available in your hosting control panel to diagnose issues.
Always create a backup of your website before making any changes to plugins or themes.

Conclusion

Being locked out of your WordPress admin dashboard is a common issue that can be resolved by disabling plugins. Whether you choose to use FTP or cPanel, the methods outlined above are effective solutions. Remember to reactivate your plugins systematically to identify any conflicts and ensure your site runs smoothly.

Figmantor Logo
Verified Agency Experts

Work with Figmantor

We are an experienced team of experts in AI integrations, WordPress development, Showit customizations, and Next.js web development. From fixing bugs and optimizing speed to converting designs into production-ready platforms, we handle your project end-to-end with premium code quality.

Related Articles