Dec 22, 2025
Will M. & Prasasti P.
6min Read
As your website grows, you will naturally want to adjust or tweak certain elements, such as the WordPress username.
Unfortunately, WordPress doesn’t include any built-in features to change your username. When you go to the Users tab and choose Profile, you will see a greyed-out field with a message that says Usernames cannot be changed.
For this reason, you’ll need to look for a workaround to change your username.
In this article, we’ll go over the process of changing your username using three alternative methods – editing your WordPress database, creating a new user, and using a plugin. But let’s start by discussing why it might be a good idea to change your WordPress username in the first place.
Together with a password, your WordPress username is an essential element that grants access to your site.
With this in mind, security is one of the most common reasons for wanting to change WordPress usernames.
Hackers can utilize automated tools to find your vulnerabilities and take advantage of them. Examples of these include brute force and dictionary attacks, where bots will perform multiple trial-and-error attempts to guess your login credentials. In fact, brute-force attack cases escalated by 274% in the last four months of 2021.
Since generic WordPress usernames like admin are easier to guess, they pose a significant risk for your website.
Aside from security reasons, you might also want to change your WordPress username due to the following factors:
Regardless of the reason, choosing a new username is something you should consider carefully, as it might affect your WordPress site’s security.
Now, let’s jump into the methods on how to change your WordPress username.
The first method to change your username is by editing the site’s database through phpMyAdmin. This method requires some technical expertise and can be challenging for beginners.
Here’s a quick overview of how to change your WordPress username using the database:
With that in mind, be sure to follow the instructions carefully to avoid any errors.
Important! We recommend creating a backup before you modify the database. That way, you will be able to restore your site in case of an error.
Accessing the wp_users table will reveal a list of all the user accounts on your WordPress website.
There is also a row called user_nicename, which includes your actual username – generally, it should have the same value as user_login.
You’ll also notice a display name row, which refers to the name that appears next to your blog posts and profile page. Feel free to change this value to match your current username.
As for cPanel users, navigate to the Databases section on your dashboard and click the phpMyAdmin menu.
Then, go through the same steps to change your WordPress username.

The next method to modify your WordPress username is by replacing an old WordPress account with a new one. Unlike the previous alternative, this method is more straightforward.
Check out the quick overview on how to change your WordPress username by creating a new user:
In this section, we will show you an example of how to create a new WordPress admin account and transfer all of the privileges and blog posts authorship from the old username.

As a super admin, you can delete other accounts. Upon this process, WordPress will ask if you want to reassign the content of your old WordPress username to the new one.
The system will then remove your old WordPress account, and your new account will be set up along with all privileges and the posts attributed to it.
The easiest way to change a username on WordPress is by using a plugin. A username changer plugin allows you to update your old account straight from the WordPress dashboard.
Here are the quick steps to change your WordPress username using a plugin:
There are numerous username changer plugins you can use for this purpose. In this article, we will use Easy Username Updater as an example.
Once you install and activate the WordPress plugin, a new sub-menu for Easy Username Updater will appear under the Users section. Click on it, and you’ll see the list of users along with their email addresses, roles, and user ID.
The plugin shows a maximum of 25 users for each page, and it lets you search for a specific username for easier navigation. Click on the update button to change your username. In this example, we will change the username for the test account.
A new screen will appear where you can change it – just type your desired username in the New Username field. For this example, we will change the username from the test account to the guest account.
It is also possible to send the user an email about their updated username by clicking the checkbox. Once done, click on the Update Username button for the change to take effect. Don’t forget to double-check the users list and make sure the username has been changed.
The method will vary depending on what username changer you use. If your plugin doesn’t work properly, make sure it is compatible with other installed plugins.
Knowing how to change WordPress usernames can be useful for many different occasions.
In some cases, a user might need to perform a name change to better reflect its branding and content. Others might need to change a username before handing the website to a new owner.
Furthermore, using a default username or generic password can pose significant risks to a site, as automated hacking attempts will have a much chance of success. Thus, always use a unique and secure username to keep your website safe.
Even though WordPress doesn’t include a default feature to change your username, it is still possible to change your WordPress username safely following these three methods:
Do you have any questions about how to change your WordPress username? Let’s talk about them in the comments section below.
Comments
December 11 2020
For absolute beginners, the plugin method is best. Because if they delete any database table by mistake, their website will break. I have used the Username Editor plugin to change my username recently. Because it provided me a lot of options like password confirmation before password reset and access control. There are other cool things that I liked about the plugin. Anyway, the article is well written and lucid. Thanks for making this available.