Broken site after update? Step-by-step guide on how to use WP Rollback plugin or manually replace files via FTP.
EN

How to downgrade WordPress? (Plugin, FTP, wp-CLI)

5.00 /5 - (22 votes )
Last verified: May 1, 2026
3min read
Guide
500+ WP projects
Security auditor

You click “Update”, wait a moment, and suddenly see the “White Screen of Death” or a critical PHP error. Your site is down, and the client is calling.

Don’t panic. In WordPress, you can almost always revert changes. In this guide, I’ll show you three methods for a Downgrade, ranging from easiest to most advanced.


#Method 1: Wp rollback plugin (if admin works)

If you still have access to the Dashboard (wp-admin), you are saved. The best tool for reverting plugins and themes is the free WP Rollback plugin.

  1. Install and activate WP Rollback.
  2. Go to the plugins list (Plugins -> Installed).
  3. A new link “Rollback” will appear next to each plugin.
  4. Click it and choose the version you want to return to (e.g., from 5.4 to 5.3).
  5. Confirm. Done!

Note: WP Rollback (free version) usually doesn’t revert WordPress Core itself, only plugins and themes. For Core, you need another plugin: Core Rollback.


#Method 2: Wp-CLI (for professionals)

If you have SSH access (see our SSH guide), this is the fastest and safest method.

To downgrade WordPress Core:

wp core update --version=6.4.3 --force

The --force parameter forces installation even if you have a newer version.

To downgrade a plugin (e.g., WooCommerce):

wp plugin update woocommerce --version=8.5.0 --force

#Method 3: Manual file replacement (FTP)

If you have no access to the panel or SSH, only “open heart surgery” via FTP remains.

This is risky. Backup your database before starting!

  1. Go to WordPress.org Releases and download the older WP version (zip).
  2. Unzip it on your computer.
  3. DELETE the wp-content folder and wp-config-sample.php file from the unzipped folder.
    • Why? So you don’t accidentally overwrite your photos, themes, and configuration!
  4. Connect via FTP (FileZilla).
  5. Upload the remaining files (wp-admin, wp-includes, root files) to the server, choosing “Overwrite”.

After uploading, try accessing wp-admin. WordPress might ask for a “Database Update” - agree to it.


#When is backup the only salvation?

Learn more about WordPress security services at WPPoland. Sometimes downgrading files isn’t enough. Example: WooCommerce 9.0 changed the database structure. If you revert files to 8.9 but only keep the database in the new structure, the store will break.

In such a case, the only option is to restore a full backup (Files + Database) from yesterday.

#How to avoid problems?

  1. Staging: Never update “live”. Test on a copy.
  2. Automated Backups: Set up hosting backups every 24h.

Remember: Updates are important for security, but stability is more important for business.

Next step

Turn the article into an actual implementation

This block strengthens internal linking and gives readers the most relevant next move instead of leaving them at a dead end.

Article FAQ

Frequently Asked Questions

Practical answers to apply the topic in real execution.

SEO-ready GEO-ready AEO-ready 3 Q&A
How long does a WordPress rollback take?
Around 15 minutes for a single plugin or core downgrade once you have a backup ready. The actual file replacement is fast; what takes the most time is verifying the database state and confirming that no plugin requires the newer core version.
What is the minimum tooling required to rollback WordPress?
At minimum you need FTP or SSH access. WP Rollback plugin works without any command line, WP-CLI requires SSH, and manual FTP needs the matching version archive from wordpress.org/releases.
What can go wrong during a WordPress downgrade?
The biggest risk is overwriting the wp-content folder, which deletes uploads and customizations. Database schema changes between versions may also block rollback unless you also restore the database from the same backup point.

Need an FAQ tailored to your industry and market? We can build one aligned with your business goals.

Let’s discuss

Related Articles

Comprehensive guide to safely restoring WordPress after failed updates. Learn backup strategies, manual recovery via FTP/phpMyAdmin, plugin-based restoration, and prevention techniques.
wordpress

How to Restore WordPress After a Failed Update

Comprehensive guide to safely restoring WordPress after failed updates. Learn backup strategies, manual recovery via FTP/phpMyAdmin, plugin-based restoration, and prevention techniques.

Compare the best WordPress plugins in 2026 for security, SEO, cache, backups, and image optimisation, with practical advice on what to install and what to avoid.
wordpress

Best WordPress Plugins 2026 - Essential Plugin Stack Guide

Compare the best WordPress plugins in 2026 for security, SEO, cache, backups, and image optimisation, with practical advice on what to install and what to avoid.

CRA covers products with digital elements. NIS2 covers entities. DORA covers financial entities. When all three apply at once, headless WordPress sits at the intersection. I sketch what the joint evidence package looks like in 2026.
wordpress

Cyber Resilience Act + NIS2 + DORA: the 2026 compliance stack for headless WordPress

CRA covers products with digital elements. NIS2 covers entities. DORA covers financial entities. When all three apply at once, headless WordPress sits at the intersection. I sketch what the joint evidence package looks like in 2026.