Instructions for installing .NET Framework 3.5 on Windows 10

Windows 10 comes with .NET framework 4.8 pre-installed. However, many applications developed since Windows Vista and Windows 7 require .NET Framework v3.5 to run. Applications will not run unless you install the correct version of .NET Framework that the application requires.

This guide will show you different ways to install .NET Framework 3.5 online and offline in Windows 10.

Note : You must log in with admin rights to install .NET Framework 3.5.

If you need to repair .NET Framework 3.5, you can uninstall and reinstall using the option below.

What is .NET Framework?

Microsoft .NET Framework is an open source software development framework created by Microsoft. The first version was released in 2002. It includes both the Command Language Runtime and the Framework Class Library..

The .NET Framework was created to make it easier to design web applications and software in multiple languages. Developers can create applications for Windows, Microsoft Azure, Windows Server, and XML Web services on a single platform.

Install .NET Framework 3.5 on demand

This option requires an Internet connection to install .NET Framework 3.5.

1. You may see the following configuration dialog if you try to run an application that requires .NET Framework 3.5. Click Install this feature .

Instructions for installing .NET Framework 3.5 on Windows 10
Click Install this feature

2. If prompted by UAC , click Yes.

3. Windows Features will now search for, download, and install the files required for .NET Framework 3.5 online from Windows Update.

4. Click Close when finished and installed successfully.

Instructions for installing .NET Framework 3.5 on Windows 10
Click Close when finished

Install .NET Framework 3.5 in Windows Features

This option requires an Internet connection to install .NET Framework 3.5.

1. Open Control Panel (icon view) and click the Programs and Features icon .

2. Click the Turn Windows features on or off link on the left side.

This will open the file C:\Windows\System32\OptionalFeatures.exe.

3. If prompted by UAC, click Yes.

4. Select (black square) .NET Framework 3.5 (includes .NET 2.0 and 3.0) and click OK.

Instructions for installing .NET Framework 3.5 on Windows 10
Select .NET Framework 3.5 (includes .NET 2.0 and 3.0)

5. Click Let Windows Update download the files for you.

6. Windows Features will now download and apply (install) the files required for .NET Framework 3.5 online from Windows Update.

7. Click Close when finished.

Install .NET Framework 3.5 by downloading

This option requires an Internet connection to install .NET Framework 3.5.

1. Go to Microsoft's .NET Framework 3.5 SP1 Download website and click the Download .NET Framework 3.5 SP1 Runtime button on the website.

Instructions for installing .NET Framework 3.5 on Windows 10
Click the Download .NET Framework 3.5 SP1 Runtime button

2. Save the dotnetfx35.exe file to your desktop and run it.

3. If prompted by UAC, click Yes.

4. Click Download and install this feature .

5. Windows Features will now search for, download, and install the files required for .NET Framework 3.5 online from Windows Update.

6. Click Close when finished and installed successfully.

7. Now, you can delete the dotnetfx35.exe file if you want.

Install .NET Framework 3.5 in Command Prompt

This option requires an Internet connection to install .NET Framework 3.5.

1. Open Command Prompt with admin rights .

2. Copy and paste the command below into Command Prompt , then press Enter.

Dism /online /Enable-Feature /FeatureName:"NetFx3"

3. Once the installation is complete, you can close Command Prompt if you want.

Instructions for installing .NET Framework 3.5 on Windows 10
Install .NET Framework 3.5 in Command Prompt

Install .NET Framework 3.5 in PowerShell

This option requires an Internet connection to install .NET Framework 3.5.

1. Open PowerShell with admin rights .

2. Copy and paste the command below into PowerShell , and then press Enter.

Enable-WindowsOptionalFeature -Online -FeatureName "NetFx3"

3. Once the installation is complete, you can close PowerShell if you want.

Instructions for installing .NET Framework 3.5 on Windows 10
Install .NET Framework 3.5 in PowerShell

Install .NET Framework 3.5 offline

This option does not use an Internet connection to install .NET Framework 3.5. This can be useful if you cannot install .NET Framework 3.5 using any of the other options above.

1. Do one of the following depending on what you want to use:

If you don't use media that has the same Windows 10 build as what is currently installed, you'll get a source file not found error and .NET Framework 3.5 won't install.

A) Connect a Windows 10 installation USB that has the same build as what is currently installed.

Or:

B) Mount a Windows 10 ISO of the same build as what is currently installed.

2. Open This PC in File Explorer ( Win + E ) and note down the drive letter (e.g. "G") of this USB or mounted ISO.

Instructions for installing .NET Framework 3.5 on Windows 10
Record the drive letter of the mounted USB or ISO

3. Open Command Prompt with admin rights.

4. Type the command below into Command Prompt and press Enter.

Dism /online /enable-feature /featurename:NetFX3 /Source::\sources\sxs /LimitAccess

Replace in the above command with the actual drive letter (e.g. "G") from step 2 above for the mounted USB or ISO source.

For example:

Dism /online /enable-feature /featurename:NetFX3 /Source:G:\sources\sxs /LimitAccess

5. Once the installation is complete, you can close Command Prompt if you want.

Available .NET Framework versions

Although this article focuses on .NET Framework version 3.5, that is not the only version available. As of August 2021, the latest version is actually .NET Framework 4.8.

The current list of older versions includes:

  • .NET Framework 2.0
  • .NET Framework 3.0
  • .NET Framework 3.5 (installing 3.5 also installs 2.0 and 3.0)
  • .NET Framework 4.0
  • .NET Framework 4.5
  • .NET Framework 4.5.1
  • .NET Framework 4.5.2
  • .NET Framework 4.6
  • .NET Framework 4.6.2
  • .NET Framework 4.7
  • .NET Framework 4.7.1
  • .NET Framework 4.7.2

Troubleshoot installation

While you usually won't have any problems installing the .NET Framework, sometimes problems do arise. Some of the most common issues include:

Compatibility Error - If you get a message that the .NET Framework is not compatible with your operating system, the version you are trying to install is not compatible and will not work. If you know for sure it is supported, install the latest Windows update. This error often occurs when trying to install a newer version on an older PC.

Invalid Windows Installation - If you are not running a licensed copy of Windows, the .NET Framework may not install at all. Registering your copy or installing a valid copy is the only solution.

Windows Update issues - If you get errors about specific KB numbers or additional updates are required, install all the latest Windows updates before continuing.

Instructions for installing .NET Framework 3.5 on Windows 10
Please install all the latest Windows updates before continuing.

Downloads Failed - If you get any errors about a corrupted installation, check your Add or Remove Programs to see if anything is installed. Uninstall them if possible. Then, manually download the version you need and install it that way.

Microsoft offers more troubleshooting options for more advanced errors. See:

https://docs.microsoft.com/en-us/dotnet/framework/install/troubleshoot-blocked-installations-and-uninstallations

Frequently asked questions when installing .NET Framework

1. Can I install multiple versions of the .NET Framework?

Yes, you can install multiple versions of the .NET Framework. Different applications require different versions and can coexist peacefully on the same PC. But be careful to only install the versions of the .NET Framework that you really need.

2. How long are .NET Framework versions supported?

.NET Framework 3.5 SP1 is supported through October 10, 2028. This is ideal for applications that require versions 2.0, 3.0, and/or 3.5. These are supported long term because they are the most popular and stable older versions.

Versions 4.0 to 4.5.1 are no longer supported. Versions 4.5.2 to 4.6.1 wukk will stop supporting on April 26, 2022.

Versions 4.6.2 and later do not currently have an end of support date listed.

3. How can compatibility be checked?

If you are not sure whether your PC supports the specific version of .NET Framework you want to install, you can easily check. Microsoft has a list of dependencies and system requirements for every version of .NET Framework. For detailed instructions, please refer to the article: How to check the version of .NET Framework on your computer .

You can now run programs that require older versions of the .NET Framework on your PC. Share which of these Microsoft .NET Framework installation methods worked for you in the comments below!

Good luck!

See more articles below:

Tags: #System
Sign up and earn $1000 a day ⋙

Leave a Comment

How to change currency format in Windows 11

How to change currency format in Windows 11

This guide will show you how to change the currency format used for your account in Windows 10 and Windows 11.

How to Install Windows 11 on an Unsupported PC

How to Install Windows 11 on an Unsupported PC

If your PC doesn't meet Microsoft's hardware requirements, don't give up. It's possible to install Windows 11 on unsupported PCs.

5 Best VPN Software Today With Free Trials and Refund Policies

5 Best VPN Software Today With Free Trials and Refund Policies

Signing up for a VPN can be a waste of money if you don’t know how the product works. That’s why you should use a free VPN trial to help you make the right decision.

How powerline adapters change your home internet

How powerline adapters change your home internet

Is the internet speed on your home Wi-Fi network not meeting your expectations? There's a relatively cheap and simple solution to this problem: a Powerline adapter.

How to fix Settings app not working on Windows 10

How to fix Settings app not working on Windows 10

On Windows 10, users can access the Settings app via the Start menu, which is a more accessible version of the Control Panel. However, many users report that the app is not working due to a bug that causes it to not work when clicked (or redirects users to the Windows Store). Here are some fixes for this problem.

How to Fix Your PC Ran Into a Problem and Needs to Restart

How to Fix Your PC Ran Into a Problem and Needs to Restart

Your PC ran into a problem and needs to restart and won't start? Here's how to fix it!

8 Ways to Open Advanced Startup Options on Windows 10

8 Ways to Open Advanced Startup Options on Windows 10

By navigating to Advanced Startup Options, you can reset Windows 10, restore Windows 10, restore Windows 10 from an image file you created earlier, fix startup errors, open Command Prompt to perform various options, open UEFI settings, change Startup settings....

If a VPN has these warning signs, stay away from it!

If a VPN has these warning signs, stay away from it!

Over time, you'll learn to quickly spot the warning signs of a VPN. If your VPN shows any of these signs, quickly abandon it before installing it.

How to change number format in Windows 11

How to change number format in Windows 11

Number formats determine how numbers are displayed, including your choice of decimal separator (such as a period or comma) and thousands separator. Here's how to change the number format in Windows 11.

How to check computer history to see if someone has accessed and used your computer?

How to check computer history to see if someone has accessed and used your computer?

If you suspect that someone is accessing and using your computer without permission, you can apply some of the tricks below to check the computer's on/off history, view recent activities on the computer to confirm and reaffirm that.

How to Change Default Browser in Windows 10

How to Change Default Browser in Windows 10

Windows 10 allows users to change the default web browser on the system in an extremely flexible and simple way.

How to edit and reset Windows 11 Action Center

How to edit and reset Windows 11 Action Center

Users can change and edit settings in Action Center to suit their needs.

Simple changes to help your Windows computer boot faster

Simple changes to help your Windows computer boot faster

Turning off applications you don't need is the most effective way to help your Windows computer boot faster.

How to fix laptop not connecting to WiFi, fix laptop not receiving WiFi

How to fix laptop not connecting to WiFi, fix laptop not receiving WiFi

There are many reasons why your laptop cannot connect to WiFi and therefore there are many ways to fix the error. If your laptop cannot connect to WiFi, you can try the following ways to fix this problem.

How to change currency format in Windows 11

How to change currency format in Windows 11

This guide will show you how to change the currency format used for your account in Windows 10 and Windows 11.

Instructions for installing .NET Framework 3.5 on Windows 10

Instructions for installing .NET Framework 3.5 on Windows 10

This guide will show you different ways to install .NET Framework 3.5 online and offline in Windows 10.

How to Install Windows 11 on an Unsupported PC

How to Install Windows 11 on an Unsupported PC

If your PC doesn't meet Microsoft's hardware requirements, don't give up. It's possible to install Windows 11 on unsupported PCs.

5 Best VPN Software Today With Free Trials and Refund Policies

5 Best VPN Software Today With Free Trials and Refund Policies

Signing up for a VPN can be a waste of money if you don’t know how the product works. That’s why you should use a free VPN trial to help you make the right decision.

How powerline adapters change your home internet

How powerline adapters change your home internet

Is the internet speed on your home Wi-Fi network not meeting your expectations? There's a relatively cheap and simple solution to this problem: a Powerline adapter.

How to fix Settings app not working on Windows 10

How to fix Settings app not working on Windows 10

On Windows 10, users can access the Settings app via the Start menu, which is a more accessible version of the Control Panel. However, many users report that the app is not working due to a bug that causes it to not work when clicked (or redirects users to the Windows Store). Here are some fixes for this problem.

How to Fix Your PC Ran Into a Problem and Needs to Restart

How to Fix Your PC Ran Into a Problem and Needs to Restart

Your PC ran into a problem and needs to restart and won't start? Here's how to fix it!

8 Ways to Open Advanced Startup Options on Windows 10

8 Ways to Open Advanced Startup Options on Windows 10

By navigating to Advanced Startup Options, you can reset Windows 10, restore Windows 10, restore Windows 10 from an image file you created earlier, fix startup errors, open Command Prompt to perform various options, open UEFI settings, change Startup settings....

If a VPN has these warning signs, stay away from it!

If a VPN has these warning signs, stay away from it!

Over time, you'll learn to quickly spot the warning signs of a VPN. If your VPN shows any of these signs, quickly abandon it before installing it.

How to change number format in Windows 11

How to change number format in Windows 11

Number formats determine how numbers are displayed, including your choice of decimal separator (such as a period or comma) and thousands separator. Here's how to change the number format in Windows 11.

How to check computer history to see if someone has accessed and used your computer?

How to check computer history to see if someone has accessed and used your computer?

If you suspect that someone is accessing and using your computer without permission, you can apply some of the tricks below to check the computer's on/off history, view recent activities on the computer to confirm and reaffirm that.

How to Change Default Browser in Windows 10

How to Change Default Browser in Windows 10

Windows 10 allows users to change the default web browser on the system in an extremely flexible and simple way.

How to edit and reset Windows 11 Action Center

How to edit and reset Windows 11 Action Center

Users can change and edit settings in Action Center to suit their needs.

Simple changes to help your Windows computer boot faster

Simple changes to help your Windows computer boot faster

Turning off applications you don't need is the most effective way to help your Windows computer boot faster.

How to fix laptop not connecting to WiFi, fix laptop not receiving WiFi

How to fix laptop not connecting to WiFi, fix laptop not receiving WiFi

There are many reasons why your laptop cannot connect to WiFi and therefore there are many ways to fix the error. If your laptop cannot connect to WiFi, you can try the following ways to fix this problem.