Featured Article

How to Find Net Framework Version on Your Computer Quickly

Kenneth Jul 13, 2026

Discovering which version of the .NET Framework is installed on your computer is a straightforward process. This information is crucial when you're developing or troubleshooting applications that require specific versions of the .NET Framework. In this guide, we'll walk you through the steps to find out your .NET Framework version on both Windows 10 and older Windows systems.

How to Check .NET Framework Version in Windows 10 Computer
How to Check .NET Framework Version in Windows 10 Computer

Before we dive in, let's briefly understand what the .NET Framework is. It's a software framework developed by Microsoft that provides a controlled programming environment where software can be developed and executed in a consistent manner, regardless of different hardware or operating system configurations.

a screenshot of a computer screen with the text how to check net framework version
a screenshot of a computer screen with the text how to check net framework version

Using Control Panel to Find .NET Framework Version

The Control Panel is a traditional method to find the .NET Framework version, which is still relevant for many Windows users.

How to Check .NET Framework Version in Windows 10 Computer
How to Check .NET Framework Version in Windows 10 Computer

However, be aware that this method might not show the latest versions of the .NET Framework, as it only lists those installed at the time of your OS installation. For newer versions, we'll explore an alternative method later in this article.

On Windows 10

Microsoft .NET Framework 3.5 Herunterladen & Installieren für Windows 10/11 - MiniTool
Microsoft .NET Framework 3.5 Herunterladen & Installieren für Windows 10/11 - MiniTool

To view the installed .NET Framework versions on Windows 10, follow these steps:

1. Right-click on the Start button and select "Control Panel".

2. Change the view by category at the top right corner to "Large icons".

How to Install .NET Framework 2.0 3.0 and 3.5 in Windows - Make Tech Easier
How to Install .NET Framework 2.0 3.0 and 3.5 in Windows - Make Tech Easier

3. Click on "Programs and Features".

4. In the left sidebar, click on "Turn Windows features on or off".

5. Scroll down and expand the ".NET Framework 3.5 (includes .NET 2.0 and 3.0)" and ".NET Framework 4.8" sections.

How to Check .NET Framework Version in Windows 11
How to Check .NET Framework Version in Windows 11

6. You'll find the installed features and their versions listed here.

On Older Windows Systems

Top 5 Ways to Fix .NET Framework 3.5 Missing in Windows 10 - MiniTool
Top 5 Ways to Fix .NET Framework 3.5 Missing in Windows 10 - MiniTool
How to download and install Microsoft’s .Net 3.5 Framework on Windows 11
How to download and install Microsoft’s .Net 3.5 Framework on Windows 11
How to download .NET Framework for Windows 10 [Easy Way]
How to download .NET Framework for Windows 10 [Easy Way]
How to Repair the .NET Framework on Windows - Make Tech Easier
How to Repair the .NET Framework on Windows - Make Tech Easier
a blue poster with instructions on how to use the internet for networking and other things
a blue poster with instructions on how to use the internet for networking and other things
the screenshoter is showing different types of networked devices and what they can do
the screenshoter is showing different types of networked devices and what they can do
Visual Basic .NET Data Sets and Data Adapters
Visual Basic .NET Data Sets and Data Adapters
Computer Network Unit 5 Cheat Sheet 🌐 | Application Layer, HTTP, DNS & FTP (AKTU)
Computer Network Unit 5 Cheat Sheet 🌐 | Application Layer, HTTP, DNS & FTP (AKTU)
What Is the .NET Framework, and Why Do I Need It?
What Is the .NET Framework, and Why Do I Need It?

The steps are largely the same for older Windows systems, but instead of the clean, metro interface of Windows 10, you'll see the classic Control Panel window.

1. Open the Control Panel.

2. Ensure the view is set to "Large icons" or "Small icons" in the top right corner.

3. Click on "Programs and Features".

4. In the left sidebar, click on "Turn Windows features on or off".

5. Follow the same steps as Windows 10 to find your .NET Framework versions.

Using Command Prompt for Detailed Information

While the Control Panel provides basic information, the Command Prompt gives detailed insights into your .NET Framework versions. This method is particularly useful for finding the latest versions installed on your system.

Here's how to do it:

On Windows 10 and Older Systems

The steps are almost identical for both Windows 10 and older systems:

1. Press `Win + R` on your keyboard to open the Run dialog box.

2. Type `cmd` and press Enter to open the Command Prompt.

3. For .NET Framework, type `dnfx` and press Enter. For .NET Core/SDK, type `dotnet --info` and press Enter.

4. You'll see a detailed list of installed .NET versions along with their versions and locations.

In case you prefer a graphical interface, you can also use the .NET Framework Setup Verifier tool, which provides a user-friendly way to display installed .NET Framework versions.

Checking your system's .NET Framework versions is not only helpful for troubleshooting but also ensures that your applications run on the correct, required version. Regularly updating your .NET Framework keeps your system and applications secure, stable, and efficient.