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:

Leave a Comment

How to Use Windows 11 Quick Assist for Help

How to Use Windows 11 Quick Assist for Help

Discover how to use Windows 11 Quick Assist for seamless remote support. Learn step-by-step setup, troubleshooting, and tips to help friends or family with tech issues instantly.

Troubleshooting Windows 11 Dual Monitor Lag Fixes

Troubleshooting Windows 11 Dual Monitor Lag Fixes

Struggling with dual monitor lag on Windows 11? Discover proven troubleshooting fixes to eliminate stuttering, delays, and performance issues for seamless multi-monitor setups. Step-by-step guide inside.

How to Fix Windows 11 Startup Settings Blank Error

How to Fix Windows 11 Startup Settings Blank Error

Struggling with the frustrating Windows 11 "Startup Settings" blank error? Discover proven, step-by-step fixes to restore your boot options quickly and get your PC running smoothly again. No tech expertise needed!

How to Activate Windows 11 Enterprise with KMS

How to Activate Windows 11 Enterprise with KMS

Discover how to activate Windows 11 Enterprise using KMS effortlessly. This comprehensive guide covers everything from requirements to troubleshooting, ensuring seamless activation for your business needs.

How to Fix Windows 11 Kmode Exception Not Handled

How to Fix Windows 11 Kmode Exception Not Handled

Struggling with the dreaded KMODE EXCEPTION NOT HANDLED error on Windows 11? Discover proven, step-by-step fixes to resolve this blue screen nightmare quickly and get your PC running smoothly again. No tech expertise needed!

Troubleshooting Windows 11 Motherboard Driver Error Fix

Troubleshooting Windows 11 Motherboard Driver Error Fix

Struggling with Windows 11 "Motherboard" Driver Error? Discover proven troubleshooting steps to fix it fast and get your PC running smoothly again. Easy, step-by-step guide for beginners.

How to Fix Windows 11 Ping Spikes Over Wi-Fi Fixes

How to Fix Windows 11 Ping Spikes Over Wi-Fi Fixes

Struggling with ping spikes on Windows 11 over Wi-Fi? Discover proven fixes to stabilize your connection, reduce lag, and enjoy smooth gaming or streaming. Step-by-step solutions for instant results.

How to Recover Deleted Photos in Windows 11

How to Recover Deleted Photos in Windows 11

Accidentally deleted precious photos? Discover proven methods to recover deleted photos in Windows 11 effortlessly. Step-by-step guides, tools, and tips to restore your images safely.

How to Use Windows 11 Terminal Instead of CMD

How to Use Windows 11 Terminal Instead of CMD

Discover how to use Windows 11 Terminal instead of CMD for a modern, efficient command-line interface. Learn installation, setup, and tips to boost your productivity with tabs, themes, and more.

How to Activate Windows 11 Pro Without a Product Key

How to Activate Windows 11 Pro Without a Product Key

Discover safe, legitimate ways to activate Windows 11 Pro without a product key. Learn step-by-step methods using built-in tools and official Microsoft options to get your OS up and running smoothly. No risks, no hassle – just pure productivity.