How to check Windows software Version?

To check a software version in Windows:
1. Via Settings: Go to Settings > Apps > Installed apps (or Apps & features) and find the software.
2. Via Control Panel: Open Control Panel > Programs > Programs and Features, then locate the software.
3. Within the Software: Open the software and check Help > About or Settings > About for version details.
4. Using Command Prompt: Type `wmic product get name, version` and press Enter.
 
To check a Windows software version:

  1. Via Settings:
    • Go to Settings > Apps > Installed apps (or Apps & features).
    • Find the software; the version is usually listed below the name.
  2. Via Control Panel:
    • Open Control Panel > Programs > Programs and Features.
    • Look for the software and check the "Version" column.
  3. Within the app:
    • Open the software and go to Help > About or Settings > About.
 
  • For Installed Apps:
    • Open Settings → Apps → Installed Apps → Check version under each app.
  • For System OS:
    • Press Win + R → Type winver → Hit Enter to see Windows version.
  • Via Command Line:
    • Open CMD → Type wmic product get name,version → Lists all software versions.
 
Back
Top