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 Run and Stop Clean Boot on Windows 11

How to Run and Stop Clean Boot on Windows 11

Clean Boot is a troubleshooting technique used to start Windows with a basic, essential set of drivers and startup programs.

How to clone Windows hard drive without third party software

How to clone Windows hard drive without third party software

The cloning process involves moving data from one storage device to another (in this case, a hard drive) with an exact copy copied from the destination drive.

How to Disable Fast Startup on Windows

How to Disable Fast Startup on Windows

Fast Startup Windows 11 helps your computer boot faster, but it can also be the reason why your Windows computer doesn't shut down completely.

How to enable cloud storage file search on Windows 11

How to enable cloud storage file search on Windows 11

Search on Windows 11 pulls results not only from files and apps on your computer, but also from cloud storage linked to your Microsoft account.

Coding is not as difficult as you think

Coding is not as difficult as you think

Once you learn and actually try it out for yourself, you will find that encryption is incredibly easy to use and incredibly practical for everyday life.

How to Open Control Panel on Windows 11

How to Open Control Panel on Windows 11

Control Panel still plays a vital role in many of the configuration tasks you need on your new operating system. Here are a few different ways you can access Control Panel on Windows 11.

How to Enable Unicode UTF-8 in Windows 11

How to Enable Unicode UTF-8 in Windows 11

Changing the display language in Windows 11 may cause some programs to not display text in the language you want. If this is the case, you should enable Unicode UTF-8 to help Windows display text correctly in the language you want.

Microsoft has stopped supporting Internet Explorer, but you can still use it in Windows 11

Microsoft has stopped supporting Internet Explorer, but you can still use it in Windows 11

Internet Explorer was removed from Windows computers in 2022, replaced by Microsoft Edge. While Edge is far superior, Internet Explorer still comes pre-installed on Windows 11 — and it's incredibly easy to access.

6 Free Windows Tools to Find Out Whats Slowing Down Your Computer

6 Free Windows Tools to Find Out Whats Slowing Down Your Computer

Over the years, people have discovered a collection of free Windows tools that help diagnose what's causing their system to slow down.

5 Ways to Open Sound Settings on Windows PC

5 Ways to Open Sound Settings on Windows PC

When you're having audio problems or want to improve your PC's audio levels, it's time to dive into your Windows sound settings and make some tweaks. But did you know there are shortcuts and tricks to quickly get where you need to go?

Summary of ways to fix laptop webcam errors

Summary of ways to fix laptop webcam errors

Errors related to webcams on laptops will affect users when they want to communicate directly via webcam.

Instructions for activating virtual machines on Windows 11

Instructions for activating virtual machines on Windows 11

Virtual Machine on Windows 11 will support users to run an operating system other than Windows right on your computer.

How to turn off Reserved Storage to free up Windows space

How to turn off Reserved Storage to free up Windows space

In case you need to free up urgent storage space, you can temporarily turn off Reserved Storage Windows, according to the article below.

Windows 11s built-in security tools cant protect you from these threats

Windows 11s built-in security tools cant protect you from these threats

Windows today is much better at protecting your security than it used to be, but Windows Security and its associated tools are still not perfect. You need to be on the lookout for threats that computer security doesn't have a solution for.

Outdated Drivers Are Slowing Down Your Windows PC: What to Do?

Outdated Drivers Are Slowing Down Your Windows PC: What to Do?

Windows PCs can sometimes feel slow, but Task Manager doesn't show anything suspicious. At this stage, most people check for malware or storage issues, but outdated drivers can also cause performance issues.

How to Run and Stop Clean Boot on Windows 11

How to Run and Stop Clean Boot on Windows 11

Clean Boot is a troubleshooting technique used to start Windows with a basic, essential set of drivers and startup programs.

How to clone Windows hard drive without third party software

How to clone Windows hard drive without third party software

The cloning process involves moving data from one storage device to another (in this case, a hard drive) with an exact copy copied from the destination drive.

How to Disable Fast Startup on Windows

How to Disable Fast Startup on Windows

Fast Startup Windows 11 helps your computer boot faster, but it can also be the reason why your Windows computer doesn't shut down completely.

How to enable cloud storage file search on Windows 11

How to enable cloud storage file search on Windows 11

Search on Windows 11 pulls results not only from files and apps on your computer, but also from cloud storage linked to your Microsoft account.

Coding is not as difficult as you think

Coding is not as difficult as you think

Once you learn and actually try it out for yourself, you will find that encryption is incredibly easy to use and incredibly practical for everyday life.

How to Open Control Panel on Windows 11

How to Open Control Panel on Windows 11

Control Panel still plays a vital role in many of the configuration tasks you need on your new operating system. Here are a few different ways you can access Control Panel on Windows 11.

How to Enable Unicode UTF-8 in Windows 11

How to Enable Unicode UTF-8 in Windows 11

Changing the display language in Windows 11 may cause some programs to not display text in the language you want. If this is the case, you should enable Unicode UTF-8 to help Windows display text correctly in the language you want.

Microsoft has stopped supporting Internet Explorer, but you can still use it in Windows 11

Microsoft has stopped supporting Internet Explorer, but you can still use it in Windows 11

Internet Explorer was removed from Windows computers in 2022, replaced by Microsoft Edge. While Edge is far superior, Internet Explorer still comes pre-installed on Windows 11 — and it's incredibly easy to access.

6 Free Windows Tools to Find Out Whats Slowing Down Your Computer

6 Free Windows Tools to Find Out Whats Slowing Down Your Computer

Over the years, people have discovered a collection of free Windows tools that help diagnose what's causing their system to slow down.

5 Ways to Open Sound Settings on Windows PC

5 Ways to Open Sound Settings on Windows PC

When you're having audio problems or want to improve your PC's audio levels, it's time to dive into your Windows sound settings and make some tweaks. But did you know there are shortcuts and tricks to quickly get where you need to go?

Summary of ways to fix laptop webcam errors

Summary of ways to fix laptop webcam errors

Errors related to webcams on laptops will affect users when they want to communicate directly via webcam.

Instructions for activating virtual machines on Windows 11

Instructions for activating virtual machines on Windows 11

Virtual Machine on Windows 11 will support users to run an operating system other than Windows right on your computer.

How to turn off Reserved Storage to free up Windows space

How to turn off Reserved Storage to free up Windows space

In case you need to free up urgent storage space, you can temporarily turn off Reserved Storage Windows, according to the article below.

Windows 11s built-in security tools cant protect you from these threats

Windows 11s built-in security tools cant protect you from these threats

Windows today is much better at protecting your security than it used to be, but Windows Security and its associated tools are still not perfect. You need to be on the lookout for threats that computer security doesn't have a solution for.

Outdated Drivers Are Slowing Down Your Windows PC: What to Do?

Outdated Drivers Are Slowing Down Your Windows PC: What to Do?

Windows PCs can sometimes feel slow, but Task Manager doesn't show anything suspicious. At this stage, most people check for malware or storage issues, but outdated drivers can also cause performance issues.