Import and export users and customers
by Javier Carazo 4.7 (257 reviews)

Import and export users and customers

Bulk import and export WordPress users and WooCommerce customers from CSV, including roles, passwords and any custom meta.

Import and export users and customers ranks #582 among WordPress.org plugins with 70,000+ active installations, is #95 of 8,557 in the Customization category, a 4.7/5 rating from 257 reviews, and was last updated Sep 16, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Compatible with WP 7.1
v2.5.2 Current Version v2.5.2
Updated 1 day ago Last Update on 16 Sep, 2026
Refreshed 16 hours ago Last Refreshed on
#95 of 8,557 in Customization Top 1% by installs Downloads +100.6% this week Actively maintained
View on WordPress.org
Rank
#582
No change
Active Installs
70K+
-9.1%
KW Avg Position
1.6
No change
Downloads
5.6M
+3,392 today
Support Resolved
83%
No change
Rating
94%
Review 4.7 out of 5
4.7 (257 reviews)

Next Milestone 80K

Total Progress 59.6%
70K+ 80K+
23
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 4,036 more installs to reach 80K+

Rank Changes

552 567 582 597 612 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026
552 567 583 598 613 03-09-2026 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026
Current #582
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 5K 10K 15K 20K 25K 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026
0 5K 10K 15K 20K 25K 03-09-2026 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

4.7
257 reviews
Overall 94%
5
226 (88%)
4
8 (3%)
3
9 (4%)
2
3 (1%)
1
11 (4%)

Support Threads Overview

Resolved
Unresolved
6
Total Threads
5
Resolved
1
Unresolved
83%
Resolution Rate

Security History

Source: WPVulnerability

31 known vulnerabilities on record · 7 in the last 24 months · checked 1 week ago

  1. Import and export users and customers [import-users-from-csv-with-meta] < 2.4.2

    CVE-2026-16534 · Fixed in v2.4.2

  2. Import and export users and customers [import-users-from-csv-with-meta] < 2.4.3

    CVE-2025-15673 · Fixed in v2.4.3

  3. Import and export users and customers [import-users-from-csv-with-meta] < 2.4.1

    CVE-2026-15026 · Fixed in v2.4.1

  4. Import and export users and customers [import-users-from-csv-with-meta] < 2.0.9

    CVE-2026-7641 · Fixed in v2.0.9

  5. Import and export users and customers [import-users-from-csv-with-meta] < 2.0

    CVE-2026-3629 · Fixed in v2.0

  6. Import and export users and customers [import-users-from-csv-with-meta] < 1.27.13

    CVE-2025-24689 · Fixed in v1.27.13

  7. Import and export users and customers [import-users-from-csv-with-meta] < 1.27.6

    CVE-2024-50413 · Fixed in v1.27.6

  8. Import and export users and customers [import-users-from-csv-with-meta] < 1.26.9

    CVE-2024-38787 · Fixed in v1.26.9

  9. Import and export users and customers [import-users-from-csv-with-meta] < 1.26.7

    CVE-2024-4656 · Fixed in v1.26.7

  10. Import and export users and customers [import-users-from-csv-with-meta] < 1.26.7

    CVE-2024-4734 · Fixed in v1.26.7

Showing the 10 most recent of 31 records.

TL;DR

AI summary of the plugin's readme

This plugin is for WordPress site owners and WooCommerce store managers who need to manage user or customer data in bulk. It solves the problem of manually creating, updating, or migrating users and customers by enabling CSV-based import, export, and scheduled synchronization.

  • Bulk import/export via CSV
  • Import WooCommerce customer data
  • Assign roles during import
  • Import passwords and custom meta
  • Scheduled recurring imports
  • Send customizable new-user emails
  • Update existing users on import
  • Edit imported metadata per user

Frequently Asked Questions

Common questions about Import and export users and customers

This is caused by the option that forces the users to reset their password. When it is used, each of those users is redirected to their password page on every page load until they change it, and if that destination cannot be reached (for example, because wp-admin is blocked for customers or subscribers by WooCommerce, by a membership plugin or by a security plugin) the browser ends up in a redirection loop. Since version 2.4.12 the plugin detects this situation and gives up after 3 consecutive redirects, so the site stays usable, but you can also clear the flag for the users that are already affected: go to the plugin documentation tab and use the button that removes the force reset password metadata from all the users. If you want to change how many redirects are allowed before the plugin gives up, use the acui_force_reset_password_max_redirects filter (return 0 to disable the limit): add_filter( 'acui_force_reset_password_max_redirects', function( $max ){ return 5; } );
By default they are sent to their WordPress profile page. If WooCommerce or WP User Manager are active, they are sent to the password section of the account page of those plugins instead. You can point them anywhere else using the acui_force_reset_password_edit_profile_url filter, and you can add your own exceptions (pages where the redirection must not happen) using acui_force_reset_password_redirect_condition.= Can I import users from an Excel or LibreOffice file? = The plugin natively supports CSV files. If you need to import directly from Excel (XLSX, XLS) or LibreOffice (ODS) files without converting them first, the File Formats Addon adds support for those formats.
You should fill the first two columns with the next values: Username, Email. The next columns are totally customizable and you can use whatever you want. All rows must contains same columns. User profile will be adapted to the kind of data you have selected. If you want to disable the extra profile information, please deactivate this plugin after make the import.
You can use a column called id in order to make inserts or updates of an user using the ID used by WordPress in the wp_users table. We have two different cases: If id doesn't exist in your users table: WordPress core does not allow us insert it, so it will throw an error of kind: invalid_user_id If id exists: plugin check if username is the same, if yes, it will update the data, if not, it ignores the cell to avoid problems Passwords We can use a column called "Password" to manage a string that contains user passwords. We have different options for this case: If you don't create a column for passwords: passwords will be generated automatically If you create a column for passwords: if cell is empty, password won't be updated; if cell has a value, it will be used Serialized data Plugin can import serialized data. You have to use the serialized string directly in the CSV cell in order the plugin will be able to understand it as an serialized data instead as any other string. Lists Plugin can import lists as an array. Use this separator: :: two colons, inside the cell in order to split the string in a list of items. WordPress default profile data You can use those labels if you want to set data adapted to the WordPress default user columns (the ones who use the function wp_update_user) user_nicename: A string that contains a URL-friendly name for the user. The default is the user's username. user_url: A string containing the user's URL for the user's web site. display_name: A string that will be shown on the site. Defaults to user's username. It is likely that you will want to change this, for both appearance and security through * obscurity (that is if you don't use and delete the default admin user). nickname: The user's nickname, defaults to the user's username. first_name: The user's first name. last_name: The user's last name. description: A string containing content about the user. jabber: User's Jabber account. aim: User's AOL IM account. yim: User's Yahoo IM account. user_registered: Using the WordPress format for this kind of data Y-m-d H:i:s. Multiple imports You can upload as many files as you want, but all must have the same columns. If you upload another file, the columns will change to the form of last file uploaded. Export You can export a file with all your users data using "Export" tab. There you will be able to find some filters and options to prepare your export. Hooks: actions and filter If you want to extend this plugin or use this plugin with any other, here you have a list with all hooks available in the plugin.
Thanks, donations help us to continue improving our plugins and allow us to give the best support in the forums Donate Here via PayPal.
Of course! In Codection we help you to import, migrate, synchronized, update or any other operation you will need to do with your users. Contact us at contacto@codection.com for more information. Free and premium support You can get: Free support in WordPress forums Premium support writing directly to contacto@codection.com. Customizations, addons, develops... Write us directly to contacto@codection.com.
Yes. Export users from your old site using the Export tab, then import the resulting CSV into your new site. Hashed passwords can be transferred using the user_pass column so users keep their existing passwords without needing to reset them.
Yes. Add WooCommerce billing and shipping fields as columns in your CSV (e.g. billing_first_name, billing_email, shipping_address_1) and the plugin will populate them automatically when importing users with the customer role.
Yes. The plugin has addons for Advanced Custom Fields, BuddyPress/BuddyBoss, Paid Membership Pro, WooCommerce Memberships, WooCommerce Subscriptions and many others. Custom meta fields not covered by an addon can still be imported by using the meta key as the column header.
By default WordPress requires an email for every user. If you need to import users without one, the Allow No Email Addon removes that requirement.

Sign In / Register

You need to sign in or register to use this feature.