What version of .NET comes with Windows 10 21H2?

46

New! Save questions or answers and organize your favorite content.
Learn more.

I want to know which .Net version does windows 10 have built-in? like Windows 7 comes with 3.0 and 3.5 .Net pre-installed by default.

What version of .NET comes with Windows 10 21H2?

RBT

22.3k20 gold badges151 silver badges219 bronze badges

asked Feb 12, 2016 at 12:08

4

Here is a link to Microsoft Article that answers "What version of the .NET Framework is included in what version of the OS?"

Windows 10 (all editions) includes the .NET Framework 4.6 as an OS component, and it is installed by default. It also includes the .NET Framework 3.5 SP1 as an OS component that is not installed by default. The .NET Framework 3.5 SP1 can be added or removed via the Programs and Features control panel.

Details from the link:

  • Windows 10 1507 (all editions) includes the .NET Framework 4.6.0
  • Windows 10 1511 November 2015 Update (all editions) includes the .NET Framework 4.6.1
  • Windows 10 1607 Anniversary Update (all editions) includes the .NET Framework 4.6.2
  • Windows 10 1703 Creators Update (all editions) includes the .NET Framework 4.7
  • Windows 10 1709 Fall 2017 Creators Update (all editions) includes the .NET Framework 4.7.1
  • Windows 10 1803 April 2018 Update (all editions) includes the .NET Framework 4.7.2
  • Windows 10 1903 May 2019 Update (all editions) includes the .NET Framework 4.8

What version of .NET comes with Windows 10 21H2?

answered Apr 13, 2018 at 13:10

What version of .NET comes with Windows 10 21H2?

clhyclhy

6797 silver badges15 bronze badges

2

.NET 4.6 should normally be installed with Windows 10, but it might not be activated. You can also activate 3.5 if you need to. From version 4 onwards, .NET delivers in-place updates, i.e. it is no longer possible to have parallel versions of 4.x installed. Support ends soon for these intermediate versions.

Newer versions might come per Windows update (currently 4.6.1).

answered Feb 12, 2016 at 12:23

slfanslfan

8,805115 gold badges65 silver badges77 bronze badges

Skip to main content

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Install the .NET Framework on Windows 10 and Windows Server 2016 and later

  • Article
  • 07/23/2022
  • 2 minutes to read

In this article

The .NET Framework is required to run many applications on Windows. The instructions in this article should help you install the .NET Framework versions that you need. The .NET Framework 4.8 is the latest available version.

You may have arrived on this page after trying to run an application and seeing a dialog on your machine similar to the following one:

What version of .NET comes with Windows 10 21H2?

.NET Framework 4.8

.NET Framework 4.8 is included with:

  • Windows 10 May 2021 Update
  • Windows 10 October 2020 Update
  • Windows 10 May 2020 Update
  • Windows 10 November 2019 Update
  • Windows 10 May 2019 Update

.NET Framework 4.8 can be used to run applications built for the .NET Framework 4.0 through 4.7.2.

You can install .NET Framework 4.8 on:

  • Windows 10 October 2018 Update (version 1809)
  • Windows 10 April 2018 Update (version 1803)
  • Windows 10 Fall Creators Update (version 1709)
  • Windows 10 Creators Update (version 1703)
  • Windows 10 Anniversary Update (version 1607)
  • Windows Server 2019
  • Windows Server, version 1809
  • Windows Server, version 1803
  • Windows Server 2016

The .NET Framework 4.8 is not supported on:

  • Windows 10 1507
  • Windows 10 1511

If you're using Windows 10 1507 or 1511 and you want to install .NET Framework 4.8, you first need to upgrade to a later Windows 10 version.

.NET Framework 4.6.2

The .NET Framework 4.6.2 is the latest supported .NET Framework version on Windows 10 1507 and 1511.

The .NET Framework 4.6.2 supports apps built for the .NET Framework 4.0 through 4.6.2.

.NET Framework 3.5

Follow the instructions to install .NET Framework 3.5 on Windows 10.

The .NET Framework 3.5 supports apps built for the .NET Framework 1.0 through 3.5.

Additional information

.NET Framework 4.x versions are in-place updates to earlier versions. That means the following:

  • You can only have one version of the .NET Framework 4.x installed on your machine.

  • You cannot install an earlier version of the .NET Framework on your machine if a later version is already installed.

  • 4.x versions of the .NET Framework can be used to run applications built for the .NET Framework 4.0 through that version. For example, .NET Framework 4.7 can be used to run applications built for the .NET Framework 4.0 through 4.7. The latest version (the .NET Framework 4.8) can be used to run applications built with all versions of the .NET Framework starting with 4.0.

For a list of all the versions of the .NET Framework available to download, see the .NET Downloads page.

Help

If you cannot get the correct version of the .NET Framework installed, you can contact Microsoft for help.

See also

  • .NET Downloads
  • Troubleshoot blocked .NET Framework installations and uninstallations
  • Install the .NET Framework for developers
  • Determine which .NET Framework versions are installed

Feedback

Submit and view feedback for

What version of .NET comes with Windows 10 20H2?

NET Framework 3.5 and 4.8 for Windows 10, version 20H2, Windows 10 Version 21H1, and Windows 10 Version 21H2. This update was originally released in the Security and Quality Rollup that's dated September 20, 2022. This update is included in the Security and Quality Rollup that's dated October 11, 2022.

What version of .NET does Windows 10 come with?

. NET Framework 4.8 is included with: Windows 10 May 2021 Update. Windows 10 October 2020 Update.

What version of .NET do I have Windows 10 CMD?

How to check .NET version with Command Prompt.
Open Start..
Search for Command Prompt, right-click the top result, and select the Run as administrator option..
Type the following command to determine the version of .NET installed and press Enter: reg query "HKLM\SOFTWARE\Microsoft\Net Framework Setup\NDP" /s..

How do I know if .NET Framework 4.8 is installed on Windows 10?

To check what version of .Net installed on the machine, follow steps below:.
Run command "regedit" from console to open Registry Editor..
Look for HKEY_LOCAL_MACHINE\Microsoft\NET Framework Setup\NDP..
All installed .NET Framework versions are listed under NDP drop-down list..