sql server hub / latest updates

SQL Server latest updates

Latest SQL Server updates and patches for supported versions, plus Microsoft's full version history in one place.

If you want the quick explanation first, read the SQL Server update guide before diving into the tables.

Related

Need help planning or applying patches in a real environment? See SQL Server consulting. Need the SSMS installer list? Use the SSMS downloads page. For Reporting Services, use the SSRS versions reference.

Current status

1 changes

The latest sync matched the stored snapshot. Showing the last detected change from Jul 3, 2026.

History

6

Tracked snapshot changes kept locally for comparison and quick review.

Change highlights

SQL Server 2017: 14.0.1000.169 changed.

Affected versions

SQL Server 2017

Latest SQL Server update by version

A quick view of the newest SQL Server CU, GDR, and service pack for each major version, with support status beside it so you can check the current patch target before opening the full build history.

SQL Server versionLatest CULatest GDRLatest service packSupport statusMicrosoft links
SQL Server 2025CU6 for 202517.0.4055.5GDR17.0.1115.1NoneMainstream support until Jan 6, 2031.
SQL Server 2022CU25 for 202216.0.4255.1GDR16.0.1180.1NoneMainstream support until Jan 11, 2028.
SQL Server 2019CU32 for 201915.0.4430.1GDR15.0.2170.1NoneExtended support until Jan 8, 2030.
SQL Server 2017CU31 for 201714.0.3456.2GDR14.0.2110.2Azure Connect pack14.0.3490.10Extended support until Oct 12, 2027.
SQL Server 2016CU17 + GDR for SP213.0.5893.48GDR for Azure Connect pack13.0.7085.1Azure Connect pack13.0.7000.253Extended support until Jul 14, 2026.
SQL Server 2014CU4 + GDR for SP312.0.6449.1GDR for SP312.0.6179.1SP312.0.6024.0Regular support ended. ESU listed through Jul 12, 2027.
SQL Server 2012CU10 for SP311.0.6607.3GDR for SP411.0.7512.11SP411.0.7001.0Legacy/out of regular support. Verify Microsoft Lifecycle before planning.
SQL Server 2008 R2NoneGDR for SP310.50.6785.2SP310.50.6000.34Legacy/out of regular support. Verify Microsoft Lifecycle before planning.
SQL Server 2008NoneGDR for SP410.0.6814.4SP410.0.6000.29Legacy/out of regular support. Verify Microsoft Lifecycle before planning.

What SQL Server version do I have?

Run this on the instance you plan to patch. The important value for this page is `ProductVersion`, because that is the build number you compare with the CU and GDR rows.

T-SQL

SELECT
  SERVERPROPERTY('ProductVersion') AS ProductVersion,
  SERVERPROPERTY('ProductLevel') AS ProductLevel,
  SERVERPROPERTY('ProductUpdateLevel') AS ProductUpdateLevel,
  SERVERPROPERTY('Edition') AS Edition;

ProductVersion

The exact build number. Compare this with the latest CU, GDR, or CU+GDR build listed on this page.

ProductLevel

The broad release level, such as RTM or a service pack. It is useful context, but it is not enough by itself.

ProductUpdateLevel

The CU or GDR label SQL Server reports for the installed build when available.

Edition

The installed edition. Check this before patching because licensing, features, and HA patterns can change rollout risk.

Which SQL Server patches should I use?

CU path: use the latest cumulative update unless there is a tested vendor, compatibility, or rollout reason not to.

GDR-only path: use the matching GDR for that baseline when you are deliberately staying off the CU path.

CU+GDR: treat it as a security update applied to a CU baseline, not as a random newer number to install blindly.

Before changing paths: compare the current build, read the Microsoft notes, and check the maintenance risk.

I am on SQL Server 2022 RTM.

Start with the ProductVersion output, then compare it with the SQL Server 2022 latest CU row. If there is no vendor holdback, the latest CU is usually the normal patch target.

I am on SQL Server 2019 CU.

Check the exact CU build first. SQL Server 2019 is in extended support, so patching still matters, but a version-upgrade plan should sit beside the next maintenance window.

I see CU+GDR in the table.

Treat CU+GDR as a security update on a CU baseline. Confirm whether your server is already on that CU path before choosing it over the latest CU row.

My build number is not the latest listed build.

Do not jump straight to installation. Check edition, clustering/AG layout, backup state, vendor support, and whether the server is on a CU or GDR-only path.

SQL Server version support end dates

The latest build is only one part of the decision. Support phase matters too, especially for older production systems.

SQL Server 2025 support date

Microsoft lists mainstream support through Jan 6, 2031 and extended support through Jan 6, 2036.

Latest CU: CU6 for 2025 (17.0.4055.5). Latest GDR: GDR (17.0.1115.1).

In mainstream support. Functional, performance, scalability, and security updates are still in the normal support window.

SQL Server 2022 support date

Microsoft lists mainstream support through Jan 11, 2028 and extended support through Jan 11, 2033.

Latest CU: CU25 for 2022 (16.0.4255.1). Latest GDR: GDR (16.0.1180.1).

In mainstream support. This is usually the safest current long-term target for existing production estates.

SQL Server 2019 support date

Microsoft lists mainstream support through Feb 28, 2025 and extended support through Jan 8, 2030.

Latest CU: CU32 for 2019 (15.0.4430.1). Latest GDR: GDR (15.0.2170.1).

Mainstream support has ended. Extended support still provides security updates, but version-change planning should be on the table.

SQL Server 2017 support date

Microsoft lists mainstream support through Oct 11, 2022 and extended support through Oct 12, 2027.

Latest CU: CU31 for 2017 (14.0.3456.2). Latest GDR: GDR (14.0.2110.2).

Mainstream support has ended. Extended support is security-focused, so avoid treating patching as a substitute for upgrade planning.

SQL Server 2016 support date

Microsoft lists mainstream support through Jul 13, 2021 and extended support through Jul 14, 2026.

Latest CU: CU17 + GDR for SP2 (13.0.5893.48). Latest GDR: GDR for Azure Connect pack (13.0.7085.1).

Extended support is near its end. ESU may be available after regular support, but that should be a temporary risk decision.

Supported versions

Latest SQL Server updates and patches currently available

Service packs, GDRs, and cumulative updates for the versions Microsoft still lists in the current support view.

Latest service pack

(13.0.7000.253 - May 2022)
(13.0.6300.2 - September 2021)
(13.0.5026.0 - April 2018)
(13.0.4001.0 - November 2016)

Latest GDR

(13.0.7085.1 - May 2026)
(13.0.6490.1 - May 2026)
(13.0.5108.50 - June 2022)
(13.0.4259.0 - July 2019)
(13.0.1745.2 - January 2018)

Latest cumulative update

(13.0.5893.48 - June 2022)
(13.0.5888.11 - March 2021)
(13.0.4604.0 - July 2019)
(13.0.4574.0 - May 2019)
(13.0.2216.0 - November 2017)

SQL Server complete version history

The full Microsoft tables for every listed SQL Server version, kept here for quick lookup without hunting through the whole doc.

Compact initial view

Showing the first 12 rows per version table in the initial page so crawlers do not receive a multi-megabyte document.

SQL Server 2025 updates & patches

+
Build number or versionService packUpdateKnowledge Base numberRelease date
17.0.4055.5
None
CU6
June 17, 2026
17.0.4045.5
None
CU5
May 20, 2026
17.0.4040.1
None
CU4 + GDR
May 12, 2026
17.0.1115.1
None
GDR
May 12, 2026
17.0.4035.5
None
CU4
April 16, 2026
17.0.4030.1
None
CU3 + GDR
April 14, 2026
17.0.1110.1
None
GDR
April 14, 2026
17.0.4025.3
None
CU3
March 12, 2026
17.0.4020.2
None
CU2 + GDR
March 10, 2026
17.0.1105.2
None
GDR
March 10, 2026
17.0.4015.4
None
CU2
February 12, 2026
17.0.4006.2
None
CU1
January 29, 2026

SQL Server 2022 updates & patches

+
Build number or versionService packUpdateKnowledge Base numberRelease date
16.0.4255.1
None
CU25
May 20, 2026
16.0.4252.3
None
CU24 + GDR
May 12, 2026
16.0.1180.1
None
GDR
May 12, 2026
16.0.4250.1
None
CU24 + GDR
April 14, 2026
16.0.1175.1
None
GDR
April 14, 2026
16.0.4245.2
None
CU24
March 12, 2026
16.0.4240.4
None
CU23 + GDR
March 10, 2026
16.0.1170.5
None
GDR
March 10, 2026
16.0.4236.2
None
CU23
January 29, 2026
16.0.4230.2
None
CU22 + GDR
January 13, 2026
16.0.1165.1
None
GDR
January 13, 2026
16.0.4225.2
None
CU22
November 13, 2025

SQL Server 2019 updates & patches

+
Build number or versionService packUpdateKnowledge Base numberRelease date
15.0.4470.1
None
CU32 + GDR
May 12, 2026
15.0.2170.1
None
GDR
May 12, 2026
15.0.4465.1
None
CU32 + GDR
April 14, 2026
15.0.2165.1
None
GDR
April 14, 2026
15.0.4460.4
None
CU32 + GDR
March 10, 2026
15.0.2160.4
None
GDR
March 10, 2026
15.0.4455.2
None
CU32 + GDR
November 11, 2025
15.0.2155.2
None
GDR
November 11, 2025
15.0.4445.1
None
CU32 + GDR
September 09, 2025
15.0.2145.1
None
GDR
September 09, 2025
15.0.4440.1
None
CU32 + GDR
August 12, 2025
15.0.2140.1
None
GDR
August 12, 2025

SQL Server 2017 updates & patches

+
Build number or versionService packUpdateKnowledge Base numberRelease date
14.0.3530.2
None
CU31 + GDR
May 12, 2026
14.0.2110.2
None
GDR
May 12, 2026
14.0.3525.1
None
CU31 + GDR
April 14, 2026
14.0.2105.1
None
GDR
April 14, 2026
14.0.3520.4
None
CU31 + GDR
March 10, 2026
14.0.2100.4
None
GDR
March 10, 2026
14.0.3515.1
None
CU31 + GDR
November 11, 2025
14.0.2095.1
None
GDR
November 11, 2025
14.0.3505.1
None
CU31 + GDR
September 09, 2025
14.0.2085.1
None
GDR
September 09, 2025
14.0.3500.1
None
CU31 + GDR
August 12, 2025
14.0.2080.1
None
GDR
August 12, 2025

SQL Server 2016 updates & patches

+
Build number or versionService packUpdateKnowledge Base numberRelease date
13.0.7085.1
None
Azure Connect Pack + GDR
May 12, 2026
13.0.6490.1
None
SP3 + GDR
May 12, 2026
13.0.7080.1
None
Azure Connect Pack + GDR
April 14, 2026
13.0.6485.1
None
SP3 + GDR
April 14, 2026
13.0.7075.5
None
Azure Connect Pack + GDR
March 10, 2026
13.0.6480.4
None
SP3 + GDR
March 10, 2026
13.0.7070.1
None
Azure Connect Pack + GDR
November 11, 2025
13.0.6475.1
None
SP3 + GDR
November 11, 2025
13.0.7065.1
None
Azure Connect Pack + GDR
September 09, 2025
13.0.6470.1
None
SP3 + GDR
September 09, 2025
13.0.7060.1
None
Azure Connect Pack + GDR
August 12, 2025
13.0.6465.1
None
SP3 + GDR
August 12, 2025

SQL Server 2014 updates & patches

+
Build number or versionService packUpdateKnowledge Base numberRelease date
12.0.6449.1
None
SQL Server 2014 SP3 CU4 + GDR
October 10, 2023
12.0.6179.1
None
SQL Server 2014 SP3 GDR
October 10, 2023
12.0.6444.4
SP3
CU4 + GDR
February 14, 2023
12.0.6174.8
SP3
GDR
February 14, 2023
12.0.6439.10
SP3
CU4 + GDR
June 14, 2022
12.0.6169.19
SP3
GDR
June 14, 2022
12.0.6433.1
SP3
CU4 + GDR
January 12, 2021
12.0.6164.21
SP3
GDR
January 12, 2021
12.0.6372.1
SP3
CU4 + GDR
February 11, 2020
12.0.6118.4
SP3
GDR
February 11, 2020
12.0.6329.1
SP3
CU4
July 29, 2019
12.0.6293.0
SP3
CU3 + GDR
July 09, 2019

SQL Server 2012 updates & patches

+
Build number or versionService packUpdateKnowledge Base numberRelease date
11.0.7512.11
SP4
GDR Security Update
February 14, 2023
11.0.7507.2
SP4
GDR Security Update
January 12, 2021
11.0.7493.4
SP4
GDR Security Update
February 11, 2020
11.0.7462.6
SP4
GDR Security Update
January 16, 2018
11.0.6614.2
SP3
QFE Security Update
January 16, 2018
11.0.6260.1
SP3
GDR Security Update
January 16, 2018
11.0.7001.0
SP4
RTW/PCU4
October 2, 2017
11.0.6607.3
SP3
CU10
August 08, 2017
11.0.6251.0
SP3
QFE Security Update
August 08, 2017
11.0.6598.0
SP3
CU9
May 15, 2017
11.0.6594.0
SP3
CU8
March 20, 2017
11.0.6579.0
SP3
CU7
January 17, 2017

SQL Server 2008 R2 updates & patches

+
Build number or versionService packUpdateKnowledge Base numberRelease date
10.50.6785.2
SP3
GDR Security Update
February 14, 2023
10.50.6560.0
SP3
GDR Security Update
January 06, 2018
10.50.6529.0
SP3
MS15-058: QFE Security Update
July 14, 2015
10.50.6220.0
SP3
MS15-058: QFE Security Update
July 14, 2015
10.50.6000.34
SP3
RTW/PCU3
September 26, 2014
10.50.4339.0
SP2
MS15-058: QFE Security Update
July 14, 2015
10.50.4321.0
SP2
MS14-044: QFE Security Update
August 14, 2014
10.50.4319.0
SP2
CU13
June 30, 2014
10.50.4305.0
SP2
CU12
April 21, 2014
10.50.4302.0
SP2
CU11
February 18, 2014
10.50.4297.0
SP2
CU10
December 17, 2013
10.50.4295.0
SP2
CU9
October 28, 2013

SQL Server 2008 updates & patches

+
Build number or versionService packUpdateKnowledge Base numberRelease date
10.0.6814.4
SP4
GDR Security Update
February 14, 2023
10.00.6535.0
SP4
MS15-058: QFE Security Update
July 14, 2015
10.00.6241.0
SP4
MS15-058: GDR Security Update
July 14, 2015
10.00.5890.0
SP3
MS15-058: QFE Security Update
July 14, 2015
10.00.5869.0
SP3
MS14-044: QFE Security Update
August 12, 2014
10.00.5867.0
(on-demand update package)
NoneNone
10.00.5861.0
SP3
CU17
May 19, 2014
10.00.5852.0
SP3
CU16
March 17, 2014
10.00.5850.0
SP3
CU15
January 20, 2014
10.00.5848.0
SP3
CU14
November 18, 2013
10.00.5846.0
SP3
CU13
September 16, 2013
10.00.5844.0
SP3
CU12
July 15, 2013

SQL Server 2005 updates & patches

+
Build number or versionService packUpdateKnowledge Base numberRelease date
9.00.5324
SP4
MS12-070: QFE Security update
October 09, 2012
9.00.5292
SP4
MS11-049: QFE Security update
June 14, 2011
9.00.5069
SP4
MS12-070: GDR Security update
October 09, 2012
9.00.5057
SP4
MS11-049: GDR Security update
June 14, 2011
9.00.5000
SP4
RTW / PCU4
None
December 16, 2010
9.00.4309
SP3
CU11
August 16, 2010
9.00.4305
SP3
CU10
June 21, 2010
9.00.4285
SP3
CU8
February 16, 2010
9.00.4230
SP3
CU5
August 17, 2009
9.00.4226
SP3
CU4
June 15, 2009
9.00.4211
SP3
CU2
February 16, 2009
9.00.4060
SP3
MS11-049: GDR Security update
June 14, 2011

SQL Server 2000 updates & patches

+
Build number or versionVersion description, (KB number for that update), release date
8.00.2283
Post-SP4 hotfix for MS09-004 (971524)
8.00.2282
MS09-004: KB959420 October 29, 2008
8.00.2273
MS08-040 - KB 948111 July 08, 2008
8.00.2040
Post-SP4 AWE fix (899761)
8.00.2039
SQL Server 2000 SP4
8.00.1007
Update.exe Hotfix Installer Baseline 2 (891640)
8.00.977
Update.exe Hotfix Installer Baseline 1 (884856)
8.00.818
(821277)
8.00.765
Post SP3 hotfix rollup
8.00.760
SQL Server 2000 SP3 or SP3a (8.00.766 ssnetlib.dll)
8.00.701
Hotfix Installer v.1 released
8.00.534
SQL Server 2000 SP2

SQL Server 7.0 updates & patches

+
Version numberService pack
7.00.1063
SQL Server 7.0 Service Pack 4
7.00.961
SQL Server 7.0 Service Pack 3
7.00.842
SQL Server 7.0 Service Pack 2
7.00.699
SQL Server 7.0 Service Pack 1
7.00.623
SQL Server 7.0 RTM

SQL Server 6.5 updates & patches

+
Version numberService pack
6.50.479
SQL Server 6.5 Service Pack 5a Update
6.50.416
SQL Server 6.5 Service Pack 5a
6.50.415
SQL Server 6.5 Service Pack 5
6.50.281
SQL Server 6.5 Service Pack 4
6.50.258
SQL Server 6.5 Service Pack 3
6.50.240
SQL Server 6.5 Service Pack 2
6.50.213
SQL Server 6.5 Service Pack 1
6.50.201
SQL Server 6.5 RTM

Patch support

Need help reviewing a production patch plan before you touch it?

This tracker is for lookup. The consulting page is for rollout decisions, risk review, and cleanup when the environment is less tidy than the table suggests.

How this SQL Server updates tracker works

This page refreshes from Microsoft automatically once a day, so it should move when their official update page moves.

Patching a production environment?

I offer scoped help for upgrade planning, patch rollout reviews, and post-change stabilization. See SQL Server consulting. For SQL Server Management Studio installers, use SSMS downloads, and use SQL Server Reporting Services version history for SSRS builds.