Table of contents
Get the industry’s fastest hosting for WordPress◦ 99.999% uptime
◦ Comprehensive security
◦ 24/7 support

WordPress GuideUsers → Change Password

How to change a WordPress password

Lost access or just ready for a reset? Whether you’re locked out or want a stronger password, WordPress gives you multiple ways to change it. We’ll walk you through every method—step-by-step.

Get fast, reliable hosting for WordPress

Power your site with the industry’s fastest, most optimized WordPress hosting

Why you might need to change your WordPress password

Before jumping into instructions, it’s helpful to understand a few common reasons for changing a WordPress password:

Method 1: Use the “Lost your password?” link on the login screen

This method is the easiest if you’ve forgotten your password and can’t get into the dashboard.

Make sure your admin email is current. If your password reset email doesn’t arrive, you may need to use another method below.

Method 2: Change your password through the WordPress dashboard

If you’re already logged in, changing your password is quick and simple.

WordPress will show a strength meter below the password field. Avoid weak passwords, even if WordPress lets you use them.

Method 3: Change your password via phpMyAdmin (advanced)

If you’re locked out and the email reset isn’t working, you can manually change your password using phpMyAdmin in your hosting control panel.

Your new password is now set, and you can log in normally. If you’re using this method, be very cautious: editing your database directly can break your site if done incorrectly.

Method 4: Use WP-CLI to reset your password (for developers)

For those managing WordPress via SSH, the command-line tool WP-CLI is a fast and secure way to reset a password.

WP-CLI is especially helpful on staging or dev environments where email reset links don’t work.

Best practices for creating a strong WordPress password

WordPress powers over 40% of the internet, making it a top target for brute-force attacks. Weak passwords are often the first vulnerability exploited.

WordPress powers over 40% of the internet, making it a top target for brute-force attacks. Weak passwords are often the first vulnerability exploited.

If your site allows multiple users, consider enforcing strong passwords with a plugin like Password Policy Manager.

FAQ: WordPress password changes

You can change it from the dashboard under Users > Profile, use the “Lost your password?” link on the login screen, or reset it through phpMyAdmin or WP-CLI if you’re locked out.

WordPress doesn’t display your password for security reasons. If you forget it, you’ll need to reset it using the login screen, dashboard, or database tools.

If you’re running WordPress locally (with MAMP, XAMPP, Local, etc.), use phpMyAdmin to change the password in the wp_users table. Follow the same MD5 encryption method listed above. Or use WP-CLI if you’ve installed it locally.

The WordPress dashboard doesn’t allow changing usernames directly. To change your login name:

Alternatively, advanced users can edit the user_login field in the database via phpMyAdmin—just back up your database first.

Additional resources

What is WordPress? →

A complete beginner’s guide—from use cases, to basics, to how to get started

How to customize the way a users table looks in WordPress →

Learn how to customize the appearance of the WordPress users table to better suit your site’s needs.




How to integrate WordPress and Slack →

If your org uses Slack and WordPress, there are several ways you can tie them together.