How can I install .NET Framework on Windows 10/11, 8?

Reading time icon 3 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

download .NET Framework windows 10

.NET Framework is a software technology that can be used with several Microsoft Windows operating systems. What’s special and useful about it is that is comes packed with pre-coded solutions to common programming problems. These days the increasing popularity of programming languages like C# or VB.NET requires that users have installed on their machines the .NET Framework, in order for specific programs written in those languages to function.

For those who have upgraded to Windows 10, Windows 8, you should know that the .NET Framework version 4.7 is pre-packed into the operating system, so you don’t need to worry about installing it. However if you stumble upon an application that requires a lower version of Framework, specifically version 4.7 you will need to take a few steps in order to be able to install it on your Windows 8, Windows 10 machine. To do this users are faced with a choosing from two options:

Installing .NET Framework version 4.7 manually by request

In Windows 8, Windows 10 when a program will need .NET Framework to operate and isn’t able to locate it within the system, it will display a pop-up saying you need to “Install the feature” – indicating the .NET Framework 4.7, of course. Just click the option and the downgraded version will start installing.

Turn .NET Framework 4.7 on in Control Panel

windows-8-net-framework-3.5-control-panel-enable

The same can be achieved by going into Control Panel and selecting Program and Features. In there you should find the Turn Windows features on and off. You need to click on it and find the .NET Framework 4.7  box you have to check. Good news is that the 4.7 version in Windows 8, Windows 10 also includes .NET 2.0 and 3.0 so you don’t have to worry about checking any more boxes.

In any case, for both methods users need to be have a working Internet connection. Still it’s not impossible to get .NET 4.7 even if you don’t, but you have to be quite geeky to be able to apply this.

What if you don’t  have Internet but still need the .NET 4.7?

In case of not being able to connect to the Internet, users should follow these steps in order to activate .NET 4.7 in Windows 10, Windows 8:

  1. Create a folder. Name it net47
  2. Mount your copy of Windows 8, Windows 10 ISO file
  3. From the ISO folder copy the following: “sourcessxs to the net47 folder.
  4. After everything has been copied use the DISM (Deployment Image Servicing and Management Technical Reference) to turn on the .NET Framework 4.7 by typing in Command Prompt:

DISM.exe /online /enable-feature /featurename:NetFX3 /All /Source:c:net47 /LimitAccess

Note: You have to open Command Prompt as Administrator in order to successfully run this command

These methods will allow you to install Microsoft’s .Net Framework 4.7 on Windows 10, Windows 8 with no problems. Also, if you want to go the extra mile, you can download it from the Microsoft Download Center.

Download .Net Framework 4.7 from Microsoft’s Download Center

Download older .NET Framework versions

If you’re looking to download older .NET Framework version, we got you covered as well. Follow the links listed below to download and install previous .NET Framework versions:

More about the topics: .NET Framework, All the Windows 10 tips you need to Know