PuTTY on Windows 11, from download link to first prompt

Windows 11 changed the shell, the settings app and the processor landscape, but not much about running a small Win32 terminal. The four details that actually matter on an 11 machine are the processor architecture, S mode, SmartScreen, and how you pin the thing so you can find it again.

Step by step

  1. Check your processor type. Open Settings, System, About and read the System type line to see whether the PC is x64 or Arm-based.
  2. Download the matching installer. Take the 64-bit x86 or Arm64 MSI from the official PuTTY release page.
  3. Verify the file. Run Get-FileHash in PowerShell and compare the SHA-256 value with the one published next to the download.
  4. Install and pin. Run the MSI, accept the default location, then pin PuTTY to the Windows 11 taskbar for quick access.

Not sure which of the listed files to grab? The package comparison breaks each one down.

x64 or Arm64?

Arm-based Windows 11 laptops can run the x86 build through emulation, and it works — it simply starts slower and burns more battery. Since both installers come from the same release, there is no reason to accept emulation on hardware that has a native option.

Windows 11 specific behavior

Make the first connection

Enter the host name, leave the port at 22, click Open, compare the host key fingerprint, and log in. If anything stalls, the error message reference identifies the cause faster than retrying. For the settings behind that dialog, see the PuTTY SSH client explainer.

Windows 11 questions

Which PuTTY build should a Windows 11 laptop use?
The 64-bit x86 installer covers Intel and AMD machines. Copilot+ style laptops built on Snapdragon chips should take the Arm64 installer for native speed.
Does Windows 11 S mode allow PuTTY?
No. S mode only runs Microsoft Store apps, so you would need to leave S mode, which is a one-way switch, before installing.
Can I install it silently on Windows 11?
Yes: msiexec /i putty-64bit-installer.msi /qn from an elevated prompt installs without any dialogs, which is what deployment tools use.