Windows 10 Logo on Blue Hero

Do you want to find the .NET Framework version that'south installed on your Windows 10 PC? You can utilise a PowerShell control or dig through File Explorer to detect the .Cyberspace version number. Here's how.

Use a Command to View the .NET Framework Version

A quick and easy way to find your .NET Framework version is by using a PowerShell command. Running this command lists all of the framework versions installed on your PC.

To utilize this command, starting time, open PowerShell. Do this by opening the "Outset" carte du jour, searching for "Windows PowerShell," and clicking information technology.

Select "Windows PowerShell" in Windows 10's Start menu.

On the PowerShell window, type the post-obit control and press Enter:

Become-ChildItem 'HKLM:\SOFTWARE\Microsoft\Cyberspace Framework Setup\NDP' -Recurse | Get-ItemProperty -Proper name version -EA 0 | Where { $_.PSChildName -Lucifer '^(?!S)\p{L}'} | Select PSChildName, version

Run a command to find .NET Framework version in PowerShell.

PowerShell displays a list of .Internet Framework versions installed on your system. Here, the highest number is the almost recent framework version available on your PC.

View the .NET Framework version in PowerShell.

You can now close the PowerShell window.

Find the .NET Framework Version in File Explorer

You tin can also view the version that you have installed from File Explorer. You will need to head to the C:\Windows\Microsoft.Cyberspace\Framework binder on your system.

To quickly open the "Framework" folder in File Explorer, first, open up Run. Practise this by pressing the Windows+R keys at the same time.

In the Run box, type the following path and printing Enter. If you've installed Windows 10 in a drive other than the C bulldoze, replace "C" with the letter of your Windows installation drive in the path below.

C:\Windows\Microsoft.Cyberspace\Framework

Open the "Framework" folder using Run on Windows 10.

In the Framework binder window, find the folder that shows the highest version number. Double-click this folder to open up it.

In the following screenshot, "v4.0.30319" is the highest numbered folder, and we'll open this 1.

Annotation: The other folders here represent various .Internet Framework versions installed on your PC. Remember that your PC can have multiple .Cyberspace Framework versions installed on it.

RELATED: What Is the Microsoft .NET Framework, and Why Is It Installed on My PC?

Open .NET Framework's most recent version folder in File Explorer.

Find the "Accessibility.dll" file in the folder that opens.

Find the "Accessibility.dll" file in File Explorer.

Right-click "Accessibility.dll" and select "Backdrop."

On the "Properties" window, click the "Details" tab at the peak.

The "Details" tab shows various information near your selected file. Here, look for the value adjacent to "Production version," equally this value is the nigh recent .NET Framework version installed on your PC.

In the following screenshot, that value is 4.8.4084.0.

"Product version" highlighted in "Accessibility.dll" file's "Properties" window.

Close the window when y'all've checked your version. And that'southward all.


Want to know your installed Java version? Finding that is equally easy.

RELATED: How to Check Your Java Version on Windows 10