W/o admin right, is there shortcut to find Office Version Info i/c Build ? Powershell method shown here seems wrong when it returns 16 for Excel 365 Pro Enterprise subscription.
I wish not having to copy from About Excel every time I ask for support when there is no notification when Office gets updated.
How to copy detail of Version including Build Number? This should be ez (instead of typing all this info) when asking for support. If there is such shortcut, TQ Ahead!
Yes knowing what version of Office a person is using is important to being able to provide specific feature instructions and / or trouble shooting. But now the build number is becoming just as important. That means going beyond simple 2016 or Version 16. In the Help / About or Account commands you need to capture and report the full thing ie
V14.0.7184.5000 (32 bit).
Reporting Version and Build numbers is also important for Windows 10 trouble shooting. The simplest way to get it I know of is to use the RUN dialog to run the ‘winver’ command. There are other places it is displayed that take more effort to reach.
13 Responses to “How to check the Office version you’re using (6 ways)”
Hope this Powershell script helps
$procName = ‘excel’
$e = Get-Process “$($procName.Substring(0, $procName.length-1))[$($procName[-1])]”
$e | Get-Member
$e | Format-List -Property ProductVersion
pause
W/o admin right, is there shortcut to find Office Version Info i/c Build ? Powershell method shown here seems wrong when it returns 16 for Excel 365 Pro Enterprise subscription.
I wish not having to copy from About Excel every time I ask for support when there is no notification when Office gets updated.
How to copy detail of Version including Build Number? This should be ez (instead of typing all this info) when asking for support. If there is such shortcut, TQ Ahead!
Is this article some sort of a joke? Extremely long and complex ways just to tell “which version”???? (Several that don’t work at all.)
Method #1 is only shown for 0.0001 secs.
Method #2 tells you to look for all the MANY installs you have… and randomly pick one. One-click, the 365, the trial bloatware, etc.
Method #3, tells you which of SEVERAL versions you might have. Ugh.
Method #4, says to check “help” or “about”, neither can be used with many versions of Office.
Method #5, says to use the registry editor. You’ve GOT to be kidding us.
Excellent work DC. Very helpful, written very well! Thanks.
How to tell if it is Office 2019? Thank you
We will update this tutorial soon, to reflect Office 2019. 🙂
The tutorial is now updated to cover Office 2019.
Version 9 has been used for Office on Mac
Amazing work.
This will be helpful FOREVER!!! It’s already helpful six months after you posted it. Thank you thank you!
Happy to help. Thanks for appreciating our work.
Yes knowing what version of Office a person is using is important to being able to provide specific feature instructions and / or trouble shooting. But now the build number is becoming just as important. That means going beyond simple 2016 or Version 16. In the Help / About or Account commands you need to capture and report the full thing ie
V14.0.7184.5000 (32 bit).
Reporting Version and Build numbers is also important for Windows 10 trouble shooting. The simplest way to get it I know of is to use the RUN dialog to run the ‘winver’ command. There are other places it is displayed that take more effort to reach.
There is one more source you can use. It is a tool called ROIScan from MS. It reports the full version and build information for Office and Windows
https://technet.microsoft.com/en-us/library/hh221405.aspx#BKMK_DownloadScript
https://gallery.technet.microsoft.com/office/68b80aba-130d-4ad4-aa45-832b1ee49602