Press Windows key + R
Type winver
Press Enter
Check the Windows version and build number in the window that opens
Press Windows key + I
Click System
Click About
Check Windows specifications for edition, version, and OS build
Open Command Prompt
Type systeminfo
Press Enter
Look for OS Name and OS Version
Open PowerShell
Type Get-ComputerInfo | Select-Object WindowsProductName, WindowsVersion, OsBuildNumber
Press Enter
Check the displayed Windows version details
