How do I update WordPress to the latest version?
Applies to: WordPress.org (self-hosted)
Last updated: May 2025
Problem
You want to ensure your WordPress site is secure and up to date, but you’re not sure how to update WordPress core safely and correctly.
Solution
Updating WordPress is essential for security, performance, and access to new features. WordPress typically notifies you of updates in the admin dashboard, and most updates can be applied with a single click.
Step-by-Step: Updating WordPress Core
Step 1: Backup Your Site
Before making any updates, back up your website—including files and the database. Use a plugin like:
- UpdraftPlus
- Duplicator
- All-in-One WP Migration
Or back up manually via your hosting provider.
Step 2: Check for Updates
- Log in to your WordPress admin dashboard (
/wp-admin) - Navigate to Dashboard > Updates
- If a new WordPress version is available, you’ll see a message like:
- “An updated version of WordPress is available.”
Step 3: Update WordPress
- Click Update Now
- WordPress will automatically download and install the latest version
- You’ll see a confirmation message once the update is complete
Step 4: Verify the Site
After the update:
- Visit your homepage and key pages to make sure everything works
- Check the admin dashboard for layout or functionality issues
- Confirm that plugins and themes are still functioning correctly
Optional: Enable Auto-Updates
WordPress allows you to enable automatic updates for major versions:
- In Dashboard > Updates, look for the auto-update toggle
- You may see options to:
- Enable automatic updates for WordPress
- Switch back to manual updates
Note: Some hosting providers manage updates automatically on your behalf.
Troubleshooting
If the update fails or breaks your site:
- Restore your backup immediately
- Deactivate plugins one by one to identify conflicts
- Check for PHP version compatibility with the new release
Notes
- Always keep WordPress, plugins, and themes up to date
- Use a staging site for testing if you’re running a high-traffic or complex website
- Regular updates help reduce the risk of malware, exploits, and compatibility issues





