How do I install WinSCP on Windows?

Original query: "WinSCP install windows"
Asked on May 2, 2026

WinSCP is a popular Windows application for securely transferring files using protocols like SFTP and SCP. To install it safely, you should download it from the official WinSCP website and follow the installer prompts. After installation, you can launch WinSCP and create your first session to connect to a server. If you run into permission issues or connection errors, the setup steps below will help you verify the basics.

Step-by-step: Install WinSCP on Windows

  1. Download the installer: Go to the official WinSCP download page and choose the Windows installer version (commonly the “Installer” build). [1]

  2. Run the installer: Double-click the downloaded .exe file. If Windows asks for permission (User Account Control), click Yes.

  3. Follow the setup wizard: Accept the license agreement, then proceed through the installation steps. You can usually keep the default installation folder.

  4. Choose installation options: If the installer offers shortcuts or file association options, select what you prefer. For most users, defaults are fine.

  5. Complete installation: Click Finish. WinSCP should start automatically (or you can open it from the Start Menu).

First launch and basic configuration

  • Create a session: In WinSCP, click New Session.

  • Select protocol: Choose SFTP (common for secure file transfer).

  • Enter connection details: Provide Host name, Port (often 22 for SFTP), and User name.

  • Authentication: Use either Password or Private key (recommended for many environments).

  • Connect: Click Login to test the connection.

Common installation and setup issues

1) “Windows protected your PC” / blocked download

If Windows blocks the installer, check the file properties and unblock it (right-click the file > Properties > Unblock). Then run the installer again.

2) Missing permissions or antivirus interference

Temporarily disable real-time scanning only if you trust the source and need to complete installation. Otherwise, add an exception for the WinSCP installer and installation folder.

3) Connection fails after installation

Verify the server address, port, and credentials. If using SSH keys, ensure the private key path is correct and the key format is supported.

Helpful references

For detailed guidance on installation and features, review the official WinSCP documentation and security-related notes. [1] You can also consult the WinSCP support and user documentation for troubleshooting steps and best practices. [2] If you want to understand the underlying protocols (SFTP/SCP), the OpenSSH project documentation is a good reference. [3] For general Windows installer troubleshooting, Microsoft’s guidance can help. [4]