Skip to content

Commit 7082a87

Browse files
authored
Added info about .NET Framework 4.8.1 Release 533509 (Windows 11 25H2) (#49306)
1 parent 336f851 commit 7082a87

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/framework/install/how-to-determine-which-versions-are-installed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Determine which .NET Framework versions are installed
33
description: Use code, regedit.exe, or PowerShell to detect which versions of .NET Framework are installed on a machine by querying the Windows registry. Or, check Control Panel.
4-
ms.date: 07/10/2025
4+
ms.date: 10/20/2025
55
dev_langs:
66
- "csharp"
77
- "vb"
@@ -86,7 +86,7 @@ The **Release** REG_DWORD value in the registry represents the version of .NET F
8686
| .NET Framework 4.7.1 | On Windows 10 Fall Creators Update and Windows Server, version 1709: **461308**<br/>On all other Windows operating systems (including other Windows 10 operating systems): **461310** |
8787
| .NET Framework 4.7.2 | On Windows 10 April 2018 Update and Windows Server, version 1803: **461808**<br/>On all Windows operating systems other than Windows 10 April 2018 Update and Windows Server, version 1803: **461814** |
8888
| .NET Framework 4.8 | On Windows 10 May 2019 Update and Windows 10 November 2019 Update: **528040**<br/>On Windows 10 May 2020 Update, October 2020 Update, May 2021 Update, November 2021 Update, and 2022 Update: **528372**<br/>On Windows 11 and Windows Server 2022: **528449**<br/>On all other Windows operating systems (including other Windows 10 operating systems): **528049** |
89-
| .NET Framework 4.8.1 | On Windows 11 2022 Update and Windows 11 2023 Update: **533320**<br/>All other Windows operating systems: **533325** |
89+
| .NET Framework 4.8.1 | On Windows 11 2025 Update: **533509**<br/>On Windows 11 2022 Update and Windows 11 2023 Update: **533320**<br/>All other Windows operating systems: **533325** |
9090

9191
#### Minimum version
9292

docs/framework/install/versions-and-dependencies.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: .NET Framework & Windows OS versions
33
description: Learn about key features in each version of .NET Framework, including underlying CLR versions and versions installed by the Windows operating system.
4-
ms.date: 07/10/2025
4+
ms.date: 10/20/2025
55
helpviewer_keywords:
66
- "versions, .NET Framework"
77
---
@@ -63,6 +63,7 @@ Jump to:
6363

6464
To determine the installed .NET version, use the following `Release` DWORD:
6565

66+
- 533509 (Windows 11 September 2025 Release)
6667
- 533320 (Windows 11 September 2022 Release and Windows 11 October 2023 Release)
6768
- 533325 (all other OS versions)
6869

0 commit comments

Comments
 (0)