Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Windows » Check .NET Framework version on Windows
  • Slide1 1
    Create Multiple Users with Passwords in Ubuntu Linux Linux
  • CI With GitLab 1
    Build Docker Images with GitLab CI Automation
  • Chocolatey Packages
    Create Chocolatey Package: Upgrade Software with Chocolatey Scripts
  • Windows 10 1903 update 1
    view or change programs that run on startup on Windows Windows
  • RUST FEATURE
    How to install Rust in a Linux System Linux
  • View installed Updates on Windows
    Get lists of installed Microsoft Windows Updates Windows
  • ddwwdw
    How to query a list of installed programs in Windows Windows Server
  • disable automatic updates in Windows
    How to disable automatic Windows updates via Windows Settings Windows

Check .NET Framework version on Windows

Posted on 24/11/202212/04/2023 Matthew By Matthew No Comments on Check .NET Framework version on Windows
Featuredimage
Microsoft .Net Framework

The “.NET Framework” (“dot net”) in Windows 10 is a development platform that consists of programming languages, libraries, and tools for developers to create all kinds of programs for desktops, laptops, tablets, web apps, games, and more. The .NET platform is cross-platform and open-source, so it is supported not only on Windows but also on Linux and macOS. Although most users are unconcerned about the version of.NET that is installed, certain programs require specific versions in order to install and function properly. In this article, you will learn how to check .NET Framework version on Windows 10 and 11. Please these exciting articles: Change the default start page for File Explorer on Windows 11, and how to Allow RDP access for nonadministrators: Add User to Remote Desktop Users Group in Active Directory.

.NET Framework

Also, developers often have to build their apps with different versions of the development platform. This means that, depending on the situation, it can be helpful to know what version of .NET is on your PC. Here are some other related topics: Steps to enable DotNet Framework in Windows 11, How to enable or disable DotNet Framework (NetFx3) via PowerShell, Control Panel, and DISM in Windows, How to enable or disable Windows Defender Antivirus Periodic Scanning on Windows via Windows Security, How to restore quarantined files in Microsoft Defender Antivirus, and How to find and remove Malware with Microsoft Defender Offline.

For both developers and regular users, Windows provides at least four options for verifying the.NET Framework version, including File Explorer, Registry, Command Prompt, and PowerShell. Follow the steps in this article to find out what version of the .NET Framework is installed on your computer.

How to check .NET version using File Explorer

Follow these steps to determine your .Net Framework version on Windows 10 or 11. Open File Explorer and navigate to the following folder path:

C:\Windows\Microsoft.NET\Framework
image1
.Net Framework folder path

Open the folder with the latest version (e.g., v4.0.30319). Right-click any of the “.dll” files in the folder and select Properties.

image2
.Net Framework folder path

Select the Details tab and check the “Product version” section to confirm the version of .NET (e.g., 4.8.9032.0).

image3
.Net Framework version

The number next to “Product Version” indicates the version of .Net Framework that is currently installed on your system.

Please see how to fix error the request to add or remove features on the specified server failed, Unable to import Windows Reg File: The specified file is not a registry script, how to fix There has been a runner system failure: failed to start the process exec “pwsh”, and An appropriate resource file could not be found for the file: The system can not find the file specified

How to check .NET Framework version using Registry

To determine the version of the .Net Framework on Windows 10 or 11, use the Registry. Press the Windows Key + R together to open the Run box, type “regedit,” then click Ok.

image4
Run box: Opening the registry

Navigate to the following path:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP
image5.1
Registry Editor

Expand the main version key (e.g., v4 or v4.0) and click the Client key.

image5
Registry Editor: .Net Framework version

To determine the release of the .NET Framework, double-click the “Version” string in the right pane.

How to check .NET version with Command Prompt

Search for Command Prompt in the Start menu and click “Run as administrator.”

image6
Launching Command Prompt in the Start menu

Type the following command and press Enter:

 reg query "HKLM\SOFTWARE\Microsoft\Net Framework Setup\NDP" /s 
image7
Viewing .Net Framework version in Command prompt

To see if you have any version 4 installed, type this and press Enter:

reg query "HKLM\SOFTWARE\Microsoft\Net Framework Setup\NDP\v4" /s
image8
Viewing .Net Framework version in Command prompt

When you complete the steps, the versions of .NET that are currently running on the machine will be shown.

Please see Exchange Server Recovery Tool to Repair EDB Files and Recover Mailboxes, and An appropriate resource file could not be found for the file: The system can not find the file specified.

How to check .NET version with PowerShell

Search for PowerShell in the Start menu, and then click “Run as administrator.” Type the following command and press Enter:

Get-ChildItem 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP' -Recurse | Get-ItemProperty -Name version -EA 0 | Where { $_.PSChildName -Match '^(?!S)\p{L}'} | Select PSChildName, version
image9
Viewing .Net Framework version in PowerShell

PowerShell will return the .NET Framework versions installed on Windows on the system.

I hope you find this post helpful on how to check .NET Framework version on Windows 10 and 11. If you have any questions, feel free to leave them in the comment section below.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Pocket (Opens in new window) Pocket
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Tags:Microsoft Windows, Windows 10, Windows 11, Windows Server 2016

Post navigation

Previous Post: How to get the Windows 10 Version 22H2 Update
Next Post: Latest Improvement to File Explorer on Windows 11

Related Posts

  • image 79
    How to import SSL Certificate to Windows Server using DigiCert Utility Windows
  • powershell commands lede 1024x276 1
    Enable WinRM on Windows Servers and Windows PCs Scripts
  • banner
    How to Edit Windows Hosts File via PowerToy Editor Utility Web Server
  • shut down 650x300 1
    How to prevent users from shutting down in a Virtual Machine Windows
  • screenshot 2020 02 08 at 15.53.31
    Auto Logon Error “Username and password specified is not valid” Windows
  • Screenshot 2020 06 25 at 23.38.40
    What is Registry Editor and how to access the registry hives Windows

More Related Articles

image 79 How to import SSL Certificate to Windows Server using DigiCert Utility Windows
powershell commands lede 1024x276 1 Enable WinRM on Windows Servers and Windows PCs Scripts
banner How to Edit Windows Hosts File via PowerToy Editor Utility Web Server
shut down 650x300 1 How to prevent users from shutting down in a Virtual Machine Windows
screenshot 2020 02 08 at 15.53.31 Auto Logon Error “Username and password specified is not valid” Windows
Screenshot 2020 06 25 at 23.38.40 What is Registry Editor and how to access the registry hives Windows

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • Slide1 1
    Create Multiple Users with Passwords in Ubuntu Linux Linux
  • CI With GitLab 1
    Build Docker Images with GitLab CI Automation
  • Chocolatey Packages
    Create Chocolatey Package: Upgrade Software with Chocolatey Scripts
  • Windows 10 1903 update 1
    view or change programs that run on startup on Windows Windows
  • RUST FEATURE
    How to install Rust in a Linux System Linux
  • View installed Updates on Windows
    Get lists of installed Microsoft Windows Updates Windows
  • ddwwdw
    How to query a list of installed programs in Windows Windows Server
  • disable automatic updates in Windows
    How to disable automatic Windows updates via Windows Settings Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,825 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.