---
title: Export Customers
description: How to export customer records from Shopware 6 with Improved Import, Export & Mass Actions.
---

Use customer export when you need customer account data from Shopware 6 for reporting, migration, review, or updates in another system.

Customer exports can include account fields such as customer number, email, name, active status, customer group, sales channel, and address data, depending on your mapping.

:::caution
Customer files can contain personal data. Store exported files only where your team is allowed to keep customer information.
:::

## Export Process

1. Go to **Extensions > Improved Import, Export > Export**.
2. Create a new export profile.
3. Select **Customer** as the entity.
4. Choose the file format and destination.
5. Map the customer fields you want to export.
6. Add filters if you only need customers from a specific sales channel or group.
7. Save the profile or run the export immediately.

## Useful Filters

Common customer export filters include:

- `email`
- `customerNumber`
- `active`
- `group`
- `salesChannel`

Use [Filter Customers by Sales Channel](/entities/customers/customer-sales-channel/) when you only need customers from one storefront or sales channel.

## Related Guides

- [Export Overview](/export/overview/)
- [Configure Mapping & Default Values](/export/mapping/)
- [Add Filters & Run Export](/export/filters-and-run/)
- [Customer Import Field Reference](/reference/customer-fields/)
