Download the SQL Server Management Studio (SSMS) tool onto your machine and connect to SQL Server, whether it’s on-premises or in the cloud.
Use SSMS to connect to:
- On-premises SQL Server
- Azure SQL Database
- Azure SQL Managed Instance
- SQL Server on Azure VM
All executable (.exe) files are hosted on Microsoft’s official website and not on my own site.
Table of Contents
- Download the SSMS fixed version releases (Offline installer)
- Donwload SSMS Bootstrapped version releases
- Release notes of SSMS versions
- System Requirements:
- Known Issues
This page offers two options for downloading SSMS.
- Fixed version releases (exact build, offline)
- bootstrapped releases (always latest, online, evergreen)
Download the SSMS fixed version releases (Offline installer)
Download the appropriate version of SSMS and connect it to the database. The downloaded file contains the complete SSMS package for a specific version (e.g., SSMS 18.12.1).
| SSMS Version | Build Number | Release Date | Architecture | VS Shell | Minimum Windows Support |
| 21.6.17 | 21.6.17 | October 14, 2025 | 64-bit | VS 2022 | Win 10 / Server 2016 |
| 20.2.1 | 20.2.37.0 | April 8, 2025 | 32-bit | VS 2019 | Win 10 / Server 2016 |
| 19.3 | 19.3.4.0 | January 10, 2024 | 32-bit | VS 2019 | Win 10 / Server 2016 |
| 18.12.1 | 15.0.18420.0 | June 21, 2022 | 32-bit | VS 2017 | Win 8.1 / Server 2012 |
| 17.9.1 | 14.0.17289.0 | November 21, 2018 | 32-bit | VS 2015 | Win 7 / Server 2008 R2 |
| 16.5.3 | 13.0.16106.4 | January 30, 2017 | 32-bit | VS 2013 | Win 7 / Server 2008 R2 |
Who needs fixed version releases? They’re especially useful for Enterprise DBAs, Compliance and Security Officers, DevOps and QA Engineers, and administrators of air-gapped or isolated datacenters. While anyone can download them, these roles tend to rely on them the most.
Advantages of Fixed Versions (Consistency across teams, Change Management, etc.)
Disadvantages & Risks (Security, Feature Lag, etc.) As they are fixed versions, they will lose future updates, if you don’t upgrade to the newer version.
Donwload SSMS Bootstrapped version releases
| Version | Channel | Bootstrapper / Installer | Architecture | VS Shell | Release Date (Est.) | Official Download Link |
| 22.8.1 | Release | SQL Server Management Studio GA | 64-bit | VS 2022 | July 2026 | Download 22.x |
| 22.8.0 | Release | SQL Server Management Studio 22.8.0 | 64-bit | VS 2022 | June 2026 | Download 22.x |
| 22.7.2 | Release | SQL Server Management Studio 22.7.2 | 64-bit | VS 2022 | May 2026 | Download 22.x |
| 22.7.1 | Release | SQL Server Management Studio 22.7.1 | 64-bit | VS 2022 | April 2026 | Download 22.x |
| 22.7.0 | Release | SQL Server Management Studio 22.7.0 | 64-bit | VS 2022 | March 2026 | Download 22.x |
| 22.6.0 | Release | SQL Server Management Studio 22.6.0 | 64-bit | VS 2022 | February 2026 | Download 22.x |
| 22.5.2 | Release | SQL Server Management Studio 22.5.2 | 64-bit | VS 2022 | January 2026 | Download 22.x |
| 22.5.0 | Release | SQL Server Management Studio 22.5.0 | 64-bit | VS 2022 | December 2025 | Download 22.x |
| 22.4.1 | Release | SQL Server Management Studio 22.4.1 | 64-bit | VS 2022 | November 2025 | Download 22.x |
| 22.3.3 | Release | SQL Server Management Studio 22.3.3 | 64-bit | VS 2022 | October 2025 | Download 22.x |
| 22.3.2 | Release | SQL Server Management Studio 22.3.2 | 64-bit | VS 2022 | September 2025 | Download 22.x |
| 22.3.0 | Release | SQL Server Management Studio 22.3.0 | 64-bit | VS 2022 | August 2025 | Download 22.x |
| 22.2.1 | Release | SQL Server Management Studio 22.2.1 | 64-bit | VS 2022 | July 2025 | Download 22.x |
| 22.1 | Release | SQL Server Management Studio 22.1 | 64-bit | VS 2022 | June 2025 | Download 22.x |
| 22.0 | Release | SQL Server Management Studio 22.0 | 64-bit | VS 2022 | May 2025 | Download 22.x |
Who needs bootstrapped version releases? Useful for individual developers, agile database teams, independent consultants, and students.
Advantages of Bootstrapped Versions (Latest Features, Security, Zero Maintenance)
Disadvantages & Risks (Version Drift, Internet Dependency, Breaking Changes)
Release notes of SSMS versions
To review what changes were introduced between different versions of SQL Server Management Studio (SSMS), check the official Microsoft documentation:
Release Notes for SQL Server Management Studio (SSMS) | Microsoft Learn
For Latest versions:
- SQL Server Management Studio 22 release notes
- SQL Server Management Studio 21 release notes
- SQL Server Management Studio 20 release notes
For Older versions:
Release Notes for SQL Server Management Studio (SSMS) 19 and Earlier Versions | Microsoft Learn
System Requirements:
Visit official Microsoft documentation System Requirements for SQL Server Management Studio | Microsoft Learn.
Before you download and install a modern version of SSMS (versions 20, 21, or 22), you need to ensure your machine meets the necessary hardware and operating system requirements. Microsoft has become increasingly strict about dropping support for older platforms.
These days, opening just a few apps can consume a lot of RAM on Windows laptops, and when SSMS is running on older machines, working with it can be a real nightmare.
So, make sure you have a good amount of RAM and a supported OS version.
Minimum Hardware Requirements
- Processor: 1.8 GHz or faster (x64 Intel/AMD). Note: Starting with SSMS 22, native ARM64 support was introduced.
- RAM: 2 GB minimum, but 4 GB or more is highly recommended (especially if you regularly open massive execution plans or multi-gigabyte .sql files).
- Storage: 2 GB to 10 GB of available hard disk space. (SSMS shares components with Visual Studio, so the exact footprint depends on what developer tools you already have installed).
Supported Operating Systems
To run the latest versions of SSMS, you must be on a 64-bit operating system. 32-bit operating systems are no longer supported.
- Desktop: Windows 11, Windows 10 (version 1607 or newer).
- Server: Windows Server 2022, Windows Server 2019, Windows Server 2016.
- (Note: If you are running Windows 8, Windows 7, or Windows Server 2012, you must download SSMS 18.12.1 or older).
Core Limitations & “Gotchas”
Microsoft’s documentation lists several hard limitations for SSMS. Here is what you need to know before you try to install it:
1. SSMS is strictly Windows-only. There is no native version of SSMS for macOS or Linux. If you try to run the .exe installer on a Mac or a Linux machine, it will not work.
- The Workaround: If you are on a Mac or Linux, Microsoft expects you to use Azure Data Studio instead. Alternatively, Mac users can run SSMS using virtualization software like Parallels Desktop, or by connecting to a Windows 365 Cloud PC.
2. The 32-bit / 64-bit Divide. SSMS was a 32-bit application for decades (which is why older versions sometimes crashed with “Out of Memory” errors when returning millions of rows). Starting with SSMS 21, the application is strictly 64-bit. You cannot install modern SSMS on a 32-bit machine.
3. Side-by-Side Installation Restrictions. You can safely install major versions side-by-side (for example, you can have SSMS 19 and SSMS 22 open on the same computer at the same time). However, you cannot install minor versions side-by-side. If you install SSMS 22.8, it will automatically overwrite and upgrade your existing SSMS 22.3 installation.
4. Language Pack Limitations. If you are deploying SSMS across a global team, note that you cannot install an SSMS language package if the base Windows operating system does not support that language natively. The OS language and the SSMS language installer must be compatible.
Known Issues
Visit the official documentation for known issues in SSMS tool.
Known Issues in SQL Server Management Studio | Microsoft Learn
The content is prepared by referencing official Microsoft Release History for SQL Server Management Studio | Microsoft Learn article.
Helpful Articles
How to connect to Azure SQL MI with SSMS using Entra ID
Entra ID Connection Strings for Azure SQL Managed Instance
What is the difference between SQL Server and SQL Managed Instance?