M365 – Know the latest version of SharePoint online my organization is using

Hi All,
Greetings for the day 🙂 LIFE IS BEAUTIFUL 🙂
Background : In our organization we are using M365 for all our users and we have huge user base. We have few migrations was also going on form SharePoint onpremises to M365 / SharePoint online. Because of certain reason we want to know which version of SharePoint is currently used
There are multiple ways to know the current version of SharePoint online.
Get the current version of SharePoint online using Service cnf file :
To know the current version of SharePoint online we hit the “vti_pvt/service.cnf” page => <My SharePoint online site URL >/_vti_pvt/service.cnf It shows following result:
From above result it shows that my SharePoint online version is 16.0.0.21326
Get the current version of SharePoint online using PowerShell :
There is another way using PowerShell. We can use Get-PnPContext PowerShell cmdlet to know the current version of SharePoint online

Connect-PnPOnline will ask the credentials, please enter your M365 tenant credentials
Get-PnPContext – Returns client side object model context
Get the current version of SharePoint online using Browser – through developer tool bar
- Browse the our SharePoint site – Here I am using Chrome browser
- Press “Fn + F12” to open the developer tool bar
- OR right click anywhere on the page and click on “Inspect“, in right pane developer tool bar will open as
- From developer tool bar select “Network” tab as shown in below Fig

- Select the our site and from “Response Headers” we will have property called “microsoftsharepointteamservices” which shows the current version of SharePoint online as shown in above Fig
Thanks for reading 🙂 If its worth at least reading once, kindly please like and share 🙂 SHARING IS CARING 🙂
Enjoy the beautiful life 🙂 Have a FUN 🙂 HAVE A SAFE LIFE 🙂 TAKE CARE 🙂
You must log in to post a comment.