This SharePoint 2013 tutorial explains different ways to get site collection size in SharePoint 2013. We will see how to retrieve SharePoint 2013/2016 site collection size using PowerShell and SharePoint designer 2013.
How to check site collection size SharePoint 2013/2016 using PowerShell
Below is the PowerShell command to check site collection size in SharePoint 2013/2016 using PowerShell. You can write, debug, and test PowerShell script using visual studio code or by using Windows PowerShell ISE.
$site = Get-SPSite http://win-pfcp2dgt8di/sites/EnjoySharePoint
$site.Usage.Storage/1000000
$site.Dispose();
Once you run the PowerShell command, you can see the output like below:
Get SharePoint 2013/2016 Site Collection using SharePoint Designer 2013
Now we can see how to get SharePoint 2013/2016 site collection using SharePoint designer 2013.
Just Open the SharePoint Site collection using SharePoint 2013 designer. In the home page, in the Site Information section, you will be able to see “Total Storage Used”. It will display your total size usage like below:
You may like following SharePoint Online site collection tutorials:
- How to change Site Collection Administrator in SharePoint Online or SharePoint 2019/2016/2013
- Delete site collection in SharePoint Online Office 365 and SharePoint 2013/2016/2019
- Site collection vs Site in SharePoint 2013
- SharePoint Online Office 365 Delete and Restore Site Collection using PowerShell
- Bulk SharePoint Online Site Collection Creation using PowerShell
- How to make SharePoint 2013 site collection read-only and restrict delete?
- Office 365 Document Deletion Policies in Office 365 SharePoint Online and how to create and implement document deletion policy in Site Collection
- How to Change SharePoint Site Logo + PowerShell
Hope this will be helpful to get site collection size using PowerShell or SharePoint designer 2013 in SharePoint 2013/2016.
I am Bijay from Odisha, India. Currently working in my own venture TSInfo Technologies in Bangalore, India. I am Microsoft Office Servers and Services (SharePoint) MVP (5 times). I works in SharePoint 2016/2013/2010, SharePoint Online Office 365 etc. Check out My MVP Profile.. I also run popular SharePoint web site SPGuides.com