How to change the WordPress admin email

Learn how to update your WordPress administrator email address through the hPanel dashboard or manually via phpMyAdmin.

Updated 4 days ago

The WordPress administrator email is used for critical site notifications, password resets, and core updates. You may need to change this email if you no longer have access to the original address or are transferring site ownership. You can do this easily via the Hostinger hPanel or manually through the database.

Pre-requisites

  • Access to your Hostinger hPanel.

  • An active WordPress installation.

Change email via WordPress dashboard

This is the fastest and most recommended method as it does not require editing database tables directly.

  1. Log in to your hPanel and go to the Websites section.

  2. Click Manage next to the website you want to manage.

  3. On the left sidebar, search for WordPress and click WordPress admin.

  4. Look for Users.

  5. Click the Edit (pencil).

  6. Enter the new email address and click Save.

Change email manually via phpMyAdmin

If you cannot access the WordPress dashboard or the hPanel overview tool, you can update the email directly in the website’s database.

Step 1 – Identify the correct database

Before entering phpMyAdmin, confirm which database your website is using:

  1. Open the File Manager in your hPanel.

  2. Navigate to the public_html folder.

  3. Open the wp-config.php file and look for the line: define('DB_NAME', 'database_name');. Note this name.

Step 2 – Update the user_email value

  1. Go back to your hPanel and navigate to DatabasesphpMyAdmin.

  2. Click Enter phpMyAdmin next to the database you identified in Step 1.

  3. On the left-hand sidebar, click on the wp_users table (note: your prefix might be different than wp_, e.g., wp123_users).

  4. Locate the administrator user you wish to change and click Edit.

  5. Find the user_email row and enter your new email address in the Value column.

  6. Click Go at the bottom of the page to save the changes.

Updating your WordPress admin email ensures you stay informed about your site’s status. While the WordPress dashboard method is the most straightforward, the phpMyAdmin method provides a reliable fallback for manual adjustments.