Users Registration Date adds a sortable "Registered" date column to the Users page in the wp-admin area, so you can see when each user registered on your site and sort users by registration date.
WordPress stores the registration date for every user account, but the users list never shows it. Without a plugin, checking it means digging into the database or reaching for WP-CLI. This plugin surfaces that date right on the screen you already use for user management. Activate it, open the Users page, and the "Registered" column is there.
Key Features
- Sortable "Registered" column: click the column header to sort users by registration date, ascending (oldest users first) or descending (newest users first).
- Human-readable age on hover: hover over any date to see how long ago the user registered, like "5 days ago" or "3 years ago".
- Respects your site settings: the column uses the date format, time format, and timezone you set on the Settings > General page.
- Zero configuration: there is no settings page and nothing to set up, and the plugin stores nothing in your database.
- Lightweight: a single small file built on the native WordPress admin columns hooks. It loads no JavaScript, adds no database queries, and does nothing on the front end of your site.
Find Recently Registered Users
Sort the "Registered" column in descending order to bring recently registered users to the top of the users list. This is handy for spotting spam registrations, checking that new user registration works, or keeping an eye on how your audience grows.
Works With Any WordPress Users
The column shows the registration date for every WordPress user account, no matter how it was created:
- Customers created by WooCommerce and other eCommerce plugins.
- Members registered through membership, community, or LMS plugins.
- Subscribers added by newsletter and form plugins.
- Users created manually in wp-admin or via WP-CLI.
Get Started
Install and activate the plugin, and the next time you open the Users page you will know exactly when every user joined your site. Thousands of WordPress sites already run it.
If the plugin helps you, please leave a review. Reviews help other WordPress users find it.
Backend installation:
- Install the plugin via Plugins > Add New Plugin. Search for "users registration date".
- Click the "Install Now" button, and then "Activate".
Manual installation:
- Download and unzip the plugin.
- Upload the
users-registered-list directory to the /wp-content/plugins/ directory.
- Activate the plugin through the "Plugins" menu in WordPress.
Now open the Users page: the "Registered" column is there.