Forum Discussion

ltkvien's avatar
ltkvien
Brass Contributor
Aug 02, 2017
Solved

Which Sharepoint Online version am I using? SharePoint Experience Version 2013 or 2016

Hello All,

Pls help to clarify this point is which SharePoint platform version is used for SharePoint Online, 2013 or 2016? We have a customer they need to check their O365 SharePoint Online is 2013 or 2016 version now. Because they see the 15 in the URLs of their SharePoint sites, it means SharePoint 2013: https://tenant.sharepoint.com/_layouts/15/sharepoint.aspx.

 

I think the SharePoint Online has been changing and updating one by one, the current version is latest one (2016, not 2013), no need to upgrade. But the SharePoint Admin Center is old. Is that right?

 

And another one is the current experience version is 2013.

 

  • All SharePoint Online tenants are updated to SharePoint 2016 (the SPO branch/version of it. There's only two experience versions 2010 and 2013 - SharePoint 2016 is using the 2013 experience version.
    Don't worry that the URL states _layouts/15/..., it's the same in 2013 and 2016.
    As you can see from your screenshot; you are on experience version 2013 and your site collection is already updated.

5 Replies

  • Also, you can use PnP PowerShell to get your build number:

     

     

    Connect-PnPOnline https://mytenant.sharepoint.com
    Get-PnPContext

    This will return:

    RetryCount                   : 10
    Delay                        : 1000
    Web                          : Microsoft.SharePoint.Client.Web
    Site                         : Microsoft.SharePoint.Client.Site
    RequestResources             : Microsoft.SharePoint.Client.RequestResources
    FormDigestHandlingEnabled    : True
    ServerVersion                : 16.0.6719.1204
    Url                          : https://mytenant.sharepoint.com/
    ApplicationName              : SharePoint PnP PowerShell Library
    ClientTag                    : PnPCore:1706:
    DisableReturnValueCache      : True
    ValidateOnClient             : True
    AuthenticationMode           : Default
    FormsAuthenticationLoginInfo : 
    Credentials                  : Microsoft.SharePoint.Client.SharePointOnlineCredentials
    WebRequestExecutorFactory    : Microsoft.SharePoint.Client.DefaultWebRequestExecutorFactory
    PendingRequest               : Microsoft.SharePoint.Client.ClientRequest
    HasPendingRequest            : True
    Tag                          : 
    RequestTimeout               : 1800000
    StaticObjects                : {[Microsoft$SharePoint$SPContext$Current, Microsoft.SharePoint.Client.RequestContext]}
    ServerSchemaVersion          : 15.0.0.0
    ServerLibraryVersion         : 16.0.6719.1204
    RequestSchemaVersion         : 15.0.0.0
    TraceCorrelationId           : 60460b9e-b0b7-4000-2b6d-f12317e564ad
  • Wictor Wilen's avatar
    Wictor Wilen
    Iron Contributor
    All SharePoint Online tenants are updated to SharePoint 2016 (the SPO branch/version of it. There's only two experience versions 2010 and 2013 - SharePoint 2016 is using the 2013 experience version.
    Don't worry that the URL states _layouts/15/..., it's the same in 2013 and 2016.
    As you can see from your screenshot; you are on experience version 2013 and your site collection is already updated.
  • paulpascha's avatar
    paulpascha
    Bronze Contributor

    The "15" in URL's is no clear indicator of the version of SharePoint being used. 

     

    This article provides a lot of detail on different versions, hope this helps

    https://support.office.com/en-us/article/Which-version-of-SharePoint-am-I-using-3575ff57-037f-48cf-9398-99080c34b25f?ui=en-US&rs=en-US&ad=US&fromAR=1

Resources