Evergreen

The latest WordPress version is 7.0.2.

Released July 17, 2026. Below: what changed, what to check before you update, and what to do if an update breaks something.

WordPress 7.0.2security release, released July 17, 2026. A security release addressing one critical and one high-severity issue. Security releases should be applied promptly rather than batched with routine updates. The next release, WordPress 7.1, is scheduled for August 19, 2026 — schedules can move, so treat that as a plan rather than a date.
Releases

Recent WordPress releases

Last checked against wordpress.org on July 31, 2026.
VersionReleasedTypeWhat it was
7.0.2July 17, 2026Security releaseA security release addressing one critical and one high-severity issue. Security releases should be applied promptly rather than batched with routine updates.
7.0.1July 9, 2026Maintenance releaseBug fixes only — 13 Core tickets and 13 Gutenberg fixes, with no new features.
Your site

Which version are you on?

The fastest check is the WordPress dashboard: the version appears at the bottom right of the admin home screen. For more detail, Tools → Site Health → Info lists the WordPress version alongside your PHP version, database server and active theme — which is the screen worth looking at before any major update, because PHP requirements rise over time.

If you manage sites you do not log into daily, the version you remember is rarely the version running. Auto-updates apply minor releases silently, and major releases sit unapplied indefinitely, so portfolios drift into a mix of versions without anyone deciding that.

Before you update

What to check first

How much of this applies depends on the release. A security patch on a simple site is worth applying quickly; a major release on a store deserves the whole list.

CheckWhen it mattersWhy
Take a backup and confirm it restoresAlwaysAn untested backup is not a rollback plan. This is the only step with no acceptable shortcut.
Check plugin compatibilityMajor releasesCheck the plugins that matter most — commercial, custom, or central to how the site earns.
Test on stagingMajor releases, and any storeFor a security release on a simple site, the risk of waiting usually exceeds the risk of updating.
Check the PHP versionMajor releasesNew WordPress versions raise minimum PHP requirements over time.
Avoid updating during a campaignAlwaysFreeze changes around launches, sales and seasonal peaks. Update the day after.

The trade-off people get backwards

Waiting is not the safe option it feels like. The risk of updating is that something breaks and you fix it; the risk of not updating is that a publicly disclosed vulnerability sits unpatched while automated scanners look for exactly that. For security releases the second risk is materially larger, which is why the answer is to make updating cheap to reverse rather than to update less.

The full procedure — what order to apply things in, and what to check afterwards — is on how to update WordPress and plugins safely.

If it breaks

Recovering from a bad update

Ordered by what to try first:

  • Check the admin email. A fatal error usually triggers an automatic message naming the plugin or theme responsible, with a recovery link that logs you in with the fault paused.
  • Deactivate the last thing you updated. If you can reach the admin, this is a ten-second test that confirms or clears the obvious suspect.
  • Deactivate everything over FTP. Renaming wp-content/plugins restores admin access in most cases without deleting anything.
  • Reverse the change, rather than restoring a backup, if you can. A restore costs you everything written since it was taken; reversing one action costs nothing.

Detailed walk-throughs: the critical error message and the white screen of death.

At scale

Keeping a portfolio on the same version

Version drift across a client portfolio is not usually a decision, it is an accumulation of deferrals. One site was mid-campaign, another had a plugin that needed checking, a third nobody remembered. A year later there are four WordPress versions and three PHP versions in play, and every fix has to be tested against all of them.

The practical fix is knowing the current state of every site without logging into each one, and applying a release across the fleet as a single action with a snapshot taken per site first. Managing multiple WordPress sites covers that, and the maintenance guide covers the recurring schedule around it.

Questions

WordPress versions, answered.

What is the latest version of WordPress?

The latest stable release is WordPress 7.0.2, published on July 17, 2026. A security release addressing one critical and one high-severity issue. Security releases should be applied promptly rather than batched with routine updates.

How do I check which version of WordPress I am running?

Log in and look at the bottom right of the Dashboard, which shows the current version. Alternatively, Tools → Site Health → Info lists the WordPress version along with PHP, database and server details. Avoid publishing the version publicly in your page source if you can, since it tells automated scanners exactly what to try.

Should I update to a new WordPress version immediately?

For security releases, yes — apply them promptly, because the vulnerability is public and scanners look for unpatched sites during exactly that window. For major releases, a short wait while plugin authors ship compatibility updates is reasonable, particularly on a store or a heavily customised site.

What is the difference between a major, maintenance and security release?

A major release adds features and is numbered accordingly. A maintenance release fixes bugs without adding features. A security release patches disclosed vulnerabilities and should be treated as urgent regardless of how small the version increment looks.

Does WordPress update itself automatically?

Minor releases — which include most security and maintenance updates — install automatically by default on most installations. Major releases do not; they need to be applied deliberately. Plugin and theme auto-updates are separate and are opted into individually from the Plugins and Themes screens.

What if a WordPress update breaks my site?

If you can reach the admin, deactivate the most recently updated plugin. If you cannot, rename the wp-content/plugins folder over FTP to deactivate everything and restore access. If the site shows a critical error message, WordPress has usually emailed the administrator naming the component that failed, along with a recovery link.

Every site on the version you chose.

Apply a release across your whole portfolio, with a snapshot per site and a report of what changed.

Start free