Newer Version Available
Install Data Loader on Windows
| Available in: both Salesforce Classic (not available in all orgs) and Lightning Experience |
| Available in: Enterprise, Performance, Unlimited, and Developer editions |
| 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) |
For each major release, a new version of Data Loader is available at https://developer.salesforce.com/tools/data-loader. See the Salesforce Release Notes for the most current information. The Data Loader major release corresponds to the API version available.
- Install Java Runtime Environment (JRE) version 11 or later, for example, Zulu OpenJDK
version 11 or later for Windows. To install:
- Open the link and scroll down to "Download Azul Zulu Builds of OpenJDK".
- For Java Version, select your java version of choice, or the latest version.
- For Operating System, select Windows.
- For Architecture, select your computer's architecture.
- From Java Package, select JRE.
- Scroll down to the top results, and download either the .zip or .msi file that corresponds to your computer's architecture.
- Complete the installation. For installation help, click the How to install? link next to your download button.
- Navigate to your org’s Setup page. Enter Data Loader in the Quick Find box, and select Data Loader.
- Click Downloads. The Salesforce Data Loader page opens in your browser.
- Select your operating system, and select a release to start downloading the installation
.zip file. Optionally, verify that the downloaded Data Loader zip file is signed by
Salesforce by running the command jarsigner -verify
dataloader_win_<version>.zip. Replace <version> with the version string in the download's filename. For
example,
1jarsigner -verify dataloader_win_v56.0.2.zip - After the download completes, right-click the .zip file and select Extract All.
- In the Data Loader folder, double-click the install.bat file. If you get an unknown publisher error message, you can ignore it and run the file.
- Specify where to install Data Loader, and select whether to overwrite an existing Data Loader installation.
- Specify whether to create a Data Loader launch icon on your desktop or a start menu shortcut. Data Loader completes the installation.
To run Data Loader, use the Data Loader desktop icon, start menu entry, or the dataloader.bat file in your installation folder. If Zulu OpenJDK isn’t found, a message prompts you to download and install it.