Newer Version Available
Download and Install Data Loader
| User Permissions Needed | |
|---|---|
| To use Data Loader: | API Enabled AND The appropriate user permission for the operation you’re doing, for example, Create on accounts to insert new accounts AND Bulk API Hard Delete (only if you configure Data Loader to use Bulk API to hard-delete records) |
Data Loader is updated in every Salesforce Release. The major version number corresponds to the currently available API version.
- Install Java Runtime Environment (JRE) version 17 or later for your operating system.
- Download the most recent version of Data Loader at https://developer.salesforce.com/tools/data-loader.
- Optionally, verify that the downloaded Data Loader zip file is signed by Salesforce. On
macOS or Windows, run the command jarsigner -verify
dataloader_v<version>.zip. Replace <version> with the version string in the download's filename. For
example,
- After the download completes, open the .zip file and select Extract All.
- In the Data Loader folder, find and open the installation file. On macOS, look for the
installer.command file. On Windows, look for the
install.bat file.
- For macOS, an error is shown when you first double-click
install.command after extracting zip file content. Ignore the error and click OK.

- On macOS, ignore any error regarding an unidentified developer message. Press the
Control key while clicking the installer.command file, and
select Open from the menu. An error is shown:Ignore the error and click Open.

- For macOS, an error is shown when you first double-click
install.command after extracting zip file content.
- Specify a directory for the Data Loader installation. Overwrite the contents if there’s an existing Data Loader directory.
- Answer the prompts and decide your preferences to complete the installation.
To open Data Loader, use the Data Loader desktop icon, or find it from the Start menu (Windows) or in your Applications folder (macOS). You can also run dataloader.app (macOS) or dataloader.bat (Windows) from the installation folder.
If you have Data Loader version 44 or earlier installed and want to upgrade to the current version while retaining your current settings, move config.properties from /configs subdirectory of previous version of your Data Loader installation to the /configs subdirectory of your current version.