Deleting a SharePoint site is a significant administrative action that should never be taken lightly. Whether you are cleaning up outdated team sites, restructuring your Microsoft 365 environment, or addressing governance concerns, understanding the correct deletion process is essential. A misstep can result in data loss, compliance risks, or service disruptions for your organization.
TLDR: Deleting a SharePoint site requires proper permissions and careful verification before proceeding. You can delete sites through the SharePoint Admin Center, Microsoft 365 Admin Center, or via PowerShell for advanced control. Always back up critical data and confirm no active dependencies exist. Deleted sites can be restored within a limited retention period, but permanent deletion requires additional steps.
Understand What Happens When You Delete a SharePoint Site
Before beginning, it is crucial to understand the consequences of deleting a SharePoint site. When a site is deleted:
- The site and its contents (documents, lists, libraries, pages) are moved to the SharePoint recycle bin.
- The associated Microsoft 365 group (if applicable) may also be deleted.
- Microsoft Teams connected to the site may lose access to shared files.
- Retention policies and compliance holds may prevent permanent deletion.
In most cases, SharePoint Online retains deleted sites for 93 days. During this period, global administrators or SharePoint administrators can restore the site. After that window passes, the site is permanently removed.
Tip: Always confirm whether the site is connected to Microsoft Teams, Planner, or other Microsoft 365 services before deletion.
Prerequisites: Permissions You Need
You cannot delete a SharePoint site unless you hold the appropriate administrative rights. Typically, one of the following roles is required:
- Global Administrator
- SharePoint Administrator
- Site Owner (for certain non-group-connected sites)
If the site is connected to a Microsoft 365 group, deleting it may require higher-level administrative permissions.
Step-by-Step: How to Delete a SharePoint Site from the SharePoint Admin Center
This is the most common and controlled method for deleting a SharePoint site.
Image not found in postmeta- Log in to Microsoft 365 Admin Center
Navigate to admin.microsoft.com and log in with your administrator credentials. - Open the SharePoint Admin Center
In the left navigation pane, click Show all, then select SharePoint. This will open the SharePoint Admin Center. - Go to Active Sites
Select Sites and then click Active sites to see a list of all SharePoint sites in your organization. - Select the Site You Want to Delete
Use the search bar if needed. Click the checkbox next to the site name. - Click “Delete”
After selecting the site, click the Delete button in the top menu. - Confirm Deletion
A confirmation panel will appear outlining the impact of deletion, especially if the site is connected to a Microsoft 365 group. Review carefully and confirm.
Once confirmed, the site moves to the Deleted sites section.
How to Delete a Communication Site (Without Group Connection)
Communication sites are typically standalone and not connected to a Microsoft 365 group. The deletion steps are simpler.
- Navigate directly to the site.
- Click the Settings gear icon.
- Select Site information.
- Click Delete site at the bottom of the panel.
- Confirm the deletion.
This method is only available if you are the site owner and the site is not group-connected.
How to Delete a SharePoint Site Using PowerShell
For enterprise environments or bulk deletion tasks, PowerShell offers more flexibility and control.
Image not found in postmetaStep 1: Install SharePoint Online Management Shell
Download and install the SharePoint Online Management Shell if it is not already installed.
Step 2: Connect to SharePoint Online
Connect-SPOService -Url https://yourdomain-admin.sharepoint.com
Log in with your SharePoint admin credentials when prompted.
Step 3: Delete the Site
Remove-SPOSite -Identity https://yourdomain.sharepoint.com/sites/sitename
This command removes the site and places it in the SharePoint recycle bin.
Step 4 (Optional): Permanently Delete the Site
Remove-SPODeletedSite -Identity https://yourdomain.sharepoint.com/sites/sitename
This action permanently removes the site from the recycle bin. Use this command with extreme caution, as recovery will not be possible afterward.
How to Restore a Deleted SharePoint Site
If a site was deleted in error, restoration is possible during the retention window.
- Go to the SharePoint Admin Center.
- Select Sites → Deleted sites.
- Select the site you wish to restore.
- Click Restore.
- Confirm the action.
The restoration process may take several minutes. Once completed, all permissions, libraries, and content are reinstated as they existed at the time of deletion.
Common Issues That Prevent Site Deletion
Sometimes, deletion does not proceed smoothly. The most frequent causes include:
- Retention policies applied via Microsoft Purview
- eDiscovery holds on site content
- Active Microsoft Teams connections
- Insufficient administrative permissions
If a retention policy is applied, deletion may fail or the site may appear deleted but remain preserved in the background for compliance reasons.
In enterprise environments, it is advisable to coordinate with your compliance or legal department before deleting sites that may contain regulated data.
Best Practices Before Deleting a SharePoint Site
To minimize risk, follow these governance best practices:
- Conduct a content audit to confirm the site is no longer needed.
- Notify stakeholders and site members in advance.
- Back up critical documents if necessary.
- Check for connected services such as Teams or Power Automate flows.
- Verify retention policies that might affect deletion.
Many organizations implement a formal site lifecycle policy, which includes periodic reviews and automated expiration of unused sites. This structured approach reduces the need for ad hoc deletions.
Deleting a Site vs. Deleting a Subsite
In classic SharePoint environments, subsites may exist within a site collection. Deleting a subsite requires navigating to:
- Site Settings
- Site Actions
- Delete this site
However, modern SharePoint architecture recommends a flat site structure instead of deep subsite hierarchies. In modern environments, most sites are separate site collections rather than nested subsites.
Permanent Deletion: When and Why
Permanent deletion should only occur under specific circumstances:
- Legal clearance has been confirmed
- No retention or compliance holds apply
- The retention window has passed
- The storage must be reclaimed immediately
Remember: once permanently deleted using Remove-SPODeletedSite, recovery through Microsoft support is highly unlikely.
Final Considerations
Deleting a SharePoint site is more than a simple administrative action—it is a decision that can affect collaboration, data governance, compliance, and operational continuity. Always verify dependencies, communicate with stakeholders, and ensure compliance policies are respected before proceeding.
For small organizations, deletion through the SharePoint Admin Center is usually sufficient. For larger enterprises managing hundreds or thousands of sites, PowerShell or automated lifecycle management policies provide greater control and scalability.
Approached carefully and strategically, SharePoint site deletion can help maintain a clean, organized, and efficient Microsoft 365 environment—without compromising security or regulatory obligations.
logo
