.NET Framework 4.8.1 is available on Windows Update and Catalog

Brett Lopez

Note: This post was updated on 6/27/2023 to account for this day’s release on Windows Update and Microsoft Update Catalog.

 

Today, the .NET Framework 4.8.1 is available on Windows Update and Microsoft Update Catalog for supported versions of Windows. With today’s release, the .NET Framework 4.8.1 is now rolling out gradually to customers seeking the latest content on Windows Update. 

.NET Framework 4.8.1 is available for the following versions of Windows and distribution channels:

  • Windows Update: Windows 11 21H2, Windows 10 21H2 (LTSC), and Windows 10 22H2
  • Microsoft Update Catalog: Windows 11 21H2, Windows 10 21H2 (LTSC), Windows 10 22H2 and Windows Server 2022 (Desktop, Azure Editions), Azure Stack 21H2 and Azure Stack 22H2.

Note: Customers using Windows Server Updates Services (WSUS), or any other update management tools can import the .NET Framework 4.8.1 product from the Microsoft Update Catalog.  Also note that .NET Framework 4.8.1 is already included by default as part of newer versions of Windows, starting with Windows 11 22H2.

 

What is new in .NET Framework 4.8.1?

For more information about what is new in the .NET Framework 4.8.1 product, you can read our previous announcement here: Announcing .NET Framework 4.8.1 – .NET Blog (microsoft.com). The NET Framework 4.8.1 (KB5011048) product installers have been updated to include the latest security and quality fixes as of June 13th, 2023. 

 

How can I get .NET Framework 4.8.1?

The .NET Framework 4.8.1 (KB5011048) is available for download from: Download .NET Framework | Free official downloads (microsoft.com) for supported versions of Windows and is also included with Visual Studio 17.3 and Windows 11 22H2, and their corresponding newer versions.

Additionally, the .NET Framework 4.8.1 is available on Windows Update and Microsoft Update Catalog as follows:

  • Windows Insider program participants that have registered their device into the Release Preview channel will be the first to receive the latest .NET Framework 4.8.1 product release as Recommended.
  • Windows Update seekers can now install the .NET Framework 4.8.1 by checking for the latest updates (Start > Settings > Windows Update > Check for Updates). We will gradually throttle availability to devices connected to Windows Update.
  • Supported versions of Windows client will receive the .NET Framework 4.8.1 as a Recommended update on Windows Update.
  • IT administrators can download the .NET Framework 4.8.1 directly or import into WSUS from the Microsoft Update Catalog.

 

More Information

Language Packs

The .NET Framework 4.8.1 Language Packs are also available on Windows Update and Microsoft Update Catalog for customers using non-English localized versions of Windows or those that have one or more Multilingual User Interface (MUI) pack installed. For information here: Microsoft .NET Framework 4.8.1 Language Pack on Windows 10 version 21H2, Windows 10 version 22H2, Windows 11 version 21H2, Windows Server 2022 (Desktop, Azure Editions), Azure Stack 21H2 and Azure Stack 22H2 (KB5027937).

Blocking the automatic deployment of .NET Framework 4.8.1

Enterprise customers may have client machines that connect directly to the public Windows Update servers. In such cases, an administrator may want to prevent the .NET Framework 4.8.1 from being deployed to these client machines to allow testing of internal applications to be completed before deployment.

In such scenarios, administrators can deploy a registry key setting and prevent the .NET Framework 4.8.1 from being offered to those devices. More information about how to use this blocker registry key can be found in the following Microsoft Knowledge Base article KB5027101: How to temporarily block the installation of the .NET Framework 4.8.1.

 

FAQ

I have already installed the .NET Framework 4.8.1. Do I still need the upcoming update?

If you have already downloaded and installed the .NET Framework 4.8.1 originally released, you do not need to install the upcoming product update for .NET Framework 4.8.1. However, you do want to keep your device up to date for the latest .NET Framework security and reliability updates through the Windows Update, Windows Server Update Services (WSUS) and Microsoft Update Catalog channels.

Will the updated .NET Framework 4.8.1 have the same KB numbers, title, and detection Release key values as the product originally released to Microsoft Download Center and Visual Studio 17.3+? 

Yes.

Do I need to import the .NET Framework 4.8.1 to my organization’s devices through WSUS?

No, unless your organization requires newer applications that target .NET Framework 4.8.1. For more information about what is new in .NET Framework 4.8.1, see: What’s new in .NET Framework – .NET Framework | Microsoft Learn.

Should my app target .NET Framework 4.8.1?

Each new .NET Framework product release introduces new features and capabilities. However, application developers do not necessarily need to target the highest version of .NET Framework unless they want to use specific new functionality (refer to What’s new in .NET Framework – .NET Framework | Microsoft Learn). When targeting .NET Framework 4.8.1, the application will not be able to run on Windows versions prior to Windows 10 version 21H2 and Server 2022. For more information on where 4.8.1 is supported, see the .NET Framework support lifecycle. For more information on patterns for developing and deploying native-arm64-capable applications see Tour of .NET Behavior on Windows 11 Arm64 · Issue #7709 · dotnet/core · GitHub. For information on patterns for developing accessible apps that take advantage of the latest .NET Framework support for accessible applications, see What’s new in accessibility in .NET Framework | Microsoft Learn.

What is the general .NET Framework targeting recommendation?

For existing apps, there is no need to make a change in targeting version. For new apps, in general, we currently recommend targeting .NET Framework 4.8, as noted here, unless your application must run on Windows Server 2008 SP2 or Windows version 1507 (where it is unsupported), or unless your application requires newer features only available in .NET 4.8.1 (see considerations in the question above). For more information about features and improvements across .NET Framework releases, refer to What’s new in .NET Framework – .NET Framework | Microsoft Learn.

8 comments

Discussion is closed. Login to edit/delete existing comments.

  • SuperCocoLoco . 4

    This is very interesting because the vast majority of developers don’t want to migrate to .NET Core due to the little support it has, only 3 years for LTS versions. For example, .NET Core 8, which hasn’t been released yet, will be released in November this year 2023, it will end support in November 2026. If the developer doesn’t update the software before then, or has discontinued the software, you’re left with an outdated and unpatched version of .NET Core to keep that program running (which is a security risk). Software developed with .NET Core 8 needs .NET Core 8 to run. Not run on newer versions.

    However, the .NET Framework from version 4.7 to 4.8.1 does not have an end-of-support date: “As long as it is installed on a supported version of Windows, the .NET Framework 4.8 will continue to also be supported.” We are sure that it will be supported beyond the year 2030. And it is also compatible with previous versions of the .NET Framework. Software developed in .NET Framework 4.6 runs without problems in .NET Framework 4.8. Thats not the case for .NET Core.

    • Jamshed DamkewalaMicrosoft employee 2

      Thanks for sharing your feedback on the support lifecycle for .NET.

      With the .NET Framework, upgrades from one major version to the next for large suites of apps could take months, while with modern .NET (.NET Core) customers tell us that their upgrades are much faster and pain free. That makes more frequent upgrades a lot easier, which also means you get access to valuable improvements a lot faster. Towards that end, we’re investing in tools like the .NET Upgrade Assistant to make the experience better supported and smoother.

      It is our aspiration that upgrades from one major version of .NET to the next should take days to weeks rather than months. If your upgrade experience significantly differs from that we’d like to hear more about your specific scenario, feel free to file an issue in the appropriate GitHub repo.

      We know that some percentage of customers have other constraints that make it difficult if not impossible to update their .NET once and have a need to stay on a single version of .NET for the lifetime of their product. So for these customers we would suggest staying on .NET Framework. As you know we continue to support the .NET Framework with the latest security and reliability fixes and we will continue to support this for as long as .NET Framework remains a part of Windows (effectively forever). Though the downside with the approach is they cannot take advantage of the latest features available in modern .NET but not in .NET Framework.

    • Benjamin Krämer 0

      (I know, this is one month old, I just wanted to add something for other seeing this thread in the future.)

      Please also consider, that even major releases of .NET (Core) are in most parts backwards-compatible. You can check https://learn.microsoft.com/en-us/dotnet/core/compatibility/8.0 for what Binary incompatible and Behavioral changes exist that would affect running the .NET 7 targeted code with the .NET 8 runtime.

  • Malte 0

    .net 4.8.1 for Windows 10 22H2 is not detected by any client as “needed” after importing to WSUS (of cause “BlockNetFramework481” is NOT set at clients)
    4.8.1 for Server 2022 works normally

    • Malte 0

      Seems to be a WSUS dectecion bug caused by KB5028937.
      If KB5028937 is already installed (for .Net 4.8.0) KB5028166 is not detected as “needed” anymore.

      • Malte 0

        Re-released version of .net 4.8.1 (KB5011048) from 8/8/2023 also do not fix the detection issue, neither KB5029649.

        • Brett LopezMicrosoft employee 0

          Hi Malte, thank you for your inquiry. There are no dependencies or pre-requirements between .NET Framework updates and regular Windows Updates (e.g., KB5028166), so these updates won’t interfere with each other’s offering rules. KB5011048 represents the .NET Framework 4.8.1 product offering and will apply on supported configurations, unless one of the following conditions are not met: it is a supported version of Windows (see details in post above, including Edition version especially for LTSC-only editions for Windows 10 v21H2), the “BlockNetFramework481” marker is set (sounds like this is not the case for you), the device has at least 5GB of free space, the device is not managed by the Windows for Business (WUfB) deployment service, or of course if the .NET 4.8.1 product is already installed. I hope this is helpful!

          • Malte 0

            Hi Brett
            unfortunally systems with Windows 10 22H2 Ent. x64 engl. (with latest updates e.g KB5029244 and KB5029649 installed) shows status “not needed” in WSUS.
            BlockNetFramework481 is NOT set on them. No disk space issue. only .NET 4.8 is installed.
            So all conditions should be ok, right?

            EDIT:
            Updated 4.8.1 installer from 10/10/23 fixed the issue

Feedback usabilla icon