You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/windows-sdk/downloads.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,17 @@ ms.localizationpriority: medium
9
9
10
10
# Windows SDK downloads
11
11
12
-
This page contains links to SDK releases and updates for earlier Windows. NuGet feed can be found [here](https://www.nuget.org/profiles/WindowsSDK).
12
+
This page provides links to the **.ISO** and **Installer** files for all supported and preview Windows SDK releases and updates for both Windows 10 and Windows 11. The NuGet packages are available on the [Windows SDK NuGet feed](https://www.nuget.org/profiles/WindowsSDK).
13
13
14
-
### Windows 11
14
+
For older versions, see the [Windows SDK download archive](downloads-archive.md).
|**Windows SDK for Windows 11 (10.0.26100.7463)** <br/> December 2025 <br/> [Release notes](./release-notes.md#build-100261007463)|[Installer](https://go.microsoft.com/fwlink/?linkid=2346012) <br/> [ISO](https://go.microsoft.com/fwlink/?linkid=2345534)|
19
21
|**Windows SDK for Windows 11 (10.0.26100.7175)** <br/> November 2025 <br/> [Release notes](./release-notes.md#build-100261007175)|[Installer](//go.microsoft.com/fwlink/?linkid=2342616) <br/> [ISO](//go.microsoft.com/fwlink/?linkid=2342518)|
20
22
|**Windows SDK for Windows 11 26H1 for OEMs and Partners (10.0.28000.1)** <br/> November 2025 |[Installer](//go.microsoft.com/fwlink/?linkid=2342535) <br/> [ISO](//go.microsoft.com/fwlink/?linkid=2343616)|
21
-
|**Windows SDK for Windows 11 (10.0.26100.6901)** <br/> November 2025 <br/> [Release notes](./release-notes.md#build-100261006901)|[Installer](//go.microsoft.com/fwlink/?linkid=2338977) <br/> [ISO](//go.microsoft.com/fwlink/?linkid=2338787)|
22
23
|**Windows SDK for Windows 11 (10.0.26100.6901)** <br/> October 2025 <br/> [Release notes](./release-notes.md#build-100261006901)|[Installer](//go.microsoft.com/fwlink/?linkid=2338977) <br/> [ISO](//go.microsoft.com/fwlink/?linkid=2338787)|
23
24
|**Windows SDK for Windows 11 (10.0.26100.6584)** <br/> September 2025 <br/> [Release notes](./release-notes.md#build-100261006584)|[Installer](//go.microsoft.com/fwlink/?linkid=2335755) <br/> [ISO](//go.microsoft.com/fwlink/?linkid=233566)|
24
25
|**Windows SDK for Windows 11 (10.0.26100.4948)** <br/> August 2025 <br/> [Release notes](./release-notes.md#build-100261004948)|[Installer](//go.microsoft.com/fwlink/?linkid=2332022) <br/> [ISO](//go.microsoft.com/fwlink/?linkid=2332023)|
@@ -29,13 +30,13 @@ This page contains links to SDK releases and updates for earlier Windows. NuGet
29
30
|**Windows SDK for Windows 11 (10.0.22621.5040)** <br/> April 2025 |[Installer](//go.microsoft.com/fwlink/?linkid=2311806) <br/> [ISO](//go.microsoft.com/fwlink/?linkid=2312900)|
30
31
|**Windows SDK for Windows 11 (10.0.20348.3330)** <br/> August 2025 (Includes servicing update for [CVE-2024-29187](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-29187)) |[Installer](//go.microsoft.com/fwlink/?linkid=2331862)|
31
32
32
-
For older releases, see the [Archive of Windows SDK downloads](downloads-archive.md).
|**Windows SDK for Windows 10 2004 (10.0.19041.0)** <br/> Released in conjunction with Windows 10, version 2004. Includes servicing updates 10.0.19041.5609. <br/> Updated: 4/2/2025 |[Installer](https://go.microsoft.com/fwlink/?linkid=2311805) <br/> [ISO](https://go.microsoft.com/fwlink/?linkid=2312004)|
39
38
|**Windows SDK for Windows 10 (10.0.17763.7010)** <br/> August 2025 (Includes servicing update for [CVE-2024-29187](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-29187)) |[Installer](https://go.microsoft.com/fwlink/?linkid=2331960) <br/> |
40
39
41
-
For older releases, see the [Archive of Windows SDK downloads](downloads-archive.md).
40
+
41
+
## Preview releases
42
+
Preview releases are available from the [Windows Insider Preview Download Center](https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewSDK). To use a preview SDK via [NuGet](https://www.nuget.org/profiles/WindowsSDK), ensure the **Preview** checkbox is enabled and select package versions with the `-preview` suffix.
Copy file name to clipboardExpand all lines: hub/apps/windows-sdk/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ To see what's new, check out the [release notes](./release-notes.md).
26
26
27
27
| Release channel | Description | Includes experimental APIs |
28
28
|--|--|--|
29
-
|**Stable**| Default SDK release intended for production use. Includes all current stable APIs and a limited set of experimental APIs. | ✅ |
30
-
|**Preview**| Preview SDK built on Windows Insider Preview releases. Provides access to newer and upcoming APIs, including experimental ones. | ✅ |
29
+
|[**Stable**](./downloads.md)| Default SDK release intended for production use. Includes all current stable APIs and a limited set of experimental APIs. | ✅ |
30
+
|[**Preview**](./downloads.md#preview-releases)| Preview SDK built on Windows Insider Preview releases. Provides access to newer and upcoming APIs, including experimental ones. | ✅ |
0 commit comments