Skip to content

How to Fix UpdraftPlus License or Pro Feature Confusion

Fix UpdraftPlus license, Premium feature, add-on, and downgrade confusion without risking backups or settings.

7 min read Last updated Jun 15, 2026

UpdraftPlus license or Premium feature confusion usually starts after a site changes owner, a subscription expires, a developer hands the site over, or someone switches from Premium to the free plugin. The safest fix is to check the plugin state in wp-admin first, protect the existing backup archives, and only use file manager, SFTP, or hosting support if the dashboard is broken.

Do not delete UpdraftPlus as your first step. The important question is not just whether the plugin is installed, but whether the site is using free features, Premium code, paid add-ons, or an account connection that no longer matches the site.

Check the plugin and account state first

Open Plugins > Installed Plugins and look at the exact plugin name and update notices.

  • UpdraftPlus – Backup/Restore usually means the free WordPress.org plugin is installed.
  • UpdraftPlus Premium means paid code is installed and should be connected to the correct UpdraftPlus account.
  • Separate UpdraftPlus add-ons mean the site may still depend on paid components even if the main plugin looks ordinary.
  • A message about updates, renewals, add-ons, or account connection usually points to an entitlement mismatch, not a broken WordPress install.

Then go to Settings > UpdraftPlus Backups and check the notice area near the top of the page. Look for the practical indicators: whether the site says it is connected to an UpdraftPlus account, whether Premium updates are available, whether add-ons are shown as installed or missing, and whether a Premium feature is visible but blocked. If the site asks you to connect, update, renew, dismiss a Premium prompt, or install add-ons, handle that from the plugin screen before changing files.

Use the official UpdraftPlus documentation to confirm which features are included in your version. The free plugin is listed on WordPress.org, while Premium features and paid support are managed through UpdraftPlus.

Match the symptom to the likely cause

If Premium features are visible but unavailable, the site may have Premium files installed without the right license connection. This often happens when the license belongs to a previous developer, agency, or site owner.

If a Premium prompt will not go away, the site may still have Premium code, saved Premium settings, or old add-on folders even though the active account no longer has access. Dismissing the prompt repeatedly will not fix an account mismatch.

If scheduled backups are overdue, do not assume the license caused it. First clear the license or plugin-version confusion, then check scheduling. WordPress scheduled events depend on WP-Cron, which can be delayed by low traffic, disabled cron, or hosting rules; WordPress explains the system in its cron documentation.

If remote storage looks connected but backups fail, verify that the destination is supported by your current UpdraftPlus version. Some storage providers and advanced options require Premium or add-ons. S3-compatible storage can also fail because of endpoint, region, bucket, permission, or provider-specific settings, even when the field names look correct.

If old backups appear missing, stop before reinstalling anything. Check whether the backup archives still exist locally, in remote storage, or in a host backup. A license change does not by itself prove backup files were deleted.

Protect existing backups before changing versions

Before updating, reinstalling, or downgrading, download the most recent complete backup set if it is available. A normal restore set may include separate files for the database, plugins, themes, uploads, and other content.

If the UpdraftPlus screen is unreliable, create or download a host-level backup first. That gives you a rollback path if removing Premium components also changes schedules, storage settings, or add-on behavior.

Also note the current backup schedule and remote storage destination. A screenshot or written note is enough; the goal is to preserve the settings you will need to verify afterward.

Downgrade from Premium to free without losing the plot

Downgrade only after confirming that the site does not depend on Premium-only features such as paid remote storage, migration or cloning tools, incremental backups, advanced scheduling, or paid reporting behavior.

A cautious downgrade path is:

  1. Download or otherwise preserve the latest usable backup archives.
  2. Note the existing schedule and remote storage settings.
  3. In wp-admin, deactivate the Premium plugin or Premium add-on components.
  4. Install or keep the free UpdraftPlus – Backup/Restore plugin from Plugins > Add New or Dashboard > Updates.
  5. Return to Settings > UpdraftPlus Backups and confirm that the site still shows the settings you expect.
  6. Run a small manual database backup and confirm where it is stored.

Do not remove Premium folders through SFTP just because a prompt remains. If wp-admin still loads, use the WordPress plugin screen first. File removal is a fallback for broken dashboards or failed cleanup, not the normal downgrade method.

If the free plugin keeps the schedule but the remote destination no longer works, check whether that destination or authentication method requires Premium. Switch to a free-supported destination or renew Premium before relying on the schedule.

Reconnect or repair Premium

If the site should remain Premium, sign in with the UpdraftPlus account that owns the license. A WordPress administrator account is not the same thing as an UpdraftPlus purchase account.

Use the plugin’s own Premium connection and update controls rather than uploading old ZIP files from a previous project handover. Old Premium packages can leave the site in a confusing state where features appear in the interface but updates, add-ons, or license checks fail.

Contact UpdraftPlus support when the purchase, license owner, subscription, or add-ons do not match what the site shows. That is an account and entitlement problem, and guessing inside WordPress can waste time or make the plugin state harder to read.

Fix overdue schedules after the license state is clear

Once the plugin version and account status make sense, check the schedule in Settings > UpdraftPlus Backups.

Confirm:

  • The backup interval is not set to manual only.
  • The next scheduled backup time is not far in the past.
  • The destination is still connected.
  • The site has enough storage space for a new backup.
  • A manual database backup can complete.

If scheduled tasks are overdue across the site, check your hosting panel for a cron, scheduled task, or WordPress cron setting. Some hosts disable normal WP-Cron and expect a server cron job to call wp-cron.php at regular intervals. If you do not see that setting, ask the host whether WordPress cron is disabled, rate-limited, or replaced by a server cron job.

For deeper troubleshooting, WordPress has official guidance on debugging WordPress, but most site owners should start with hosting support rather than editing configuration files.

Use SFTP or the host file manager only when wp-admin is broken

If the UpdraftPlus page causes a fatal error, freezes wp-admin, or blocks access to the plugin screen, use your host’s file manager or SFTP to disable only the suspected plugin folder under wp-content/plugins/.

Rename the folder temporarily, reload wp-admin, and then decide whether to reinstall the free plugin or reconnect Premium. Keep the renamed folder until you know whether it contains backup archives, add-on code, or settings you still need.

If renaming the Premium folder makes the situation worse, restore the original folder name before making more changes. That is the fastest safe rollback when the cleanup itself caused the problem.

Do not leave security, ecommerce, form, or membership plugins disabled longer than necessary. If you are checking for a conflict, re-enable plugins one at a time and reload the UpdraftPlus settings page after each change.

Optional SSH check

If you already have SSH and WP-CLI access, this command can confirm which UpdraftPlus package WordPress sees:

wp plugin status updraftplus

Use it as a quick check, not the main repair path. If WP-CLI fails with a fatal error, go back to wp-admin, SFTP, or hosting support. The command is documented in the official WP-CLI plugin status reference.

Confirm the repair

Run a small manual backup from Settings > UpdraftPlus Backups and include the database. If remote storage was part of the problem, send that test backup to the configured destination and confirm the file appears there.

Then verify:

  • The site clearly shows either the free version or the connected Premium license.
  • Premium prompts, add-on notices, or license warnings now match the version you intend to use.
  • The next scheduled backup time is reasonable.
  • Existing backup archives are still accessible locally, remotely, or through the host.
  • A dismissed prompt stays dismissed after reloading the page in a private browser window.

If the site gets worse after a Premium repair or downgrade, restore the previous plugin state from your host backup or restore the renamed plugin folder before trying another cleanup. If the files are stable but the license still does not match, escalate the account issue to UpdraftPlus support.

Published by

Editorial Staff

Practical WordPress fixes, recovery steps, and performance notes from the BugWP editorial team.