Old project sites. Duplicate team spaces. That one SharePoint site nobody has opened since 2023. If your tenant is cluttered, you’re probably here because you need to know how to delete a SharePoint site — cleanly, permanently, and without breaking anything else in the process.
The tricky part is that SharePoint doesn’t just have one “delete” button. Depending on whether the site is tied to a Microsoft 365 group, a Team, or a Viva Engage community, the steps change slightly. Get it wrong, and you might delete a mailbox or Teams channel you didn’t mean to touch.
In this guide, you’ll learn exactly how to delete a SharePoint site in Office 365 using the admin center, PowerShell, and site settings — plus how to remove it for good, not just send it to the recycle bin.
Table of Contents
Before You Delete a SharePoint Site
Deleting a SharePoint site removes everything inside it — document libraries, lists, pages, permissions, and version history. If the site is connected to a Microsoft 365 group, you’ll also lose the group’s shared mailbox, calendar, and any linked Teams channel.
Before you touch anything, do this:
- Back up important files. Once a site passes its retention window, recovery isn’t guaranteed.
- Check who owns and uses it. A quick note to site owners avoids angry emails later.
- Confirm it isn’t the root site. Deleting the tenant’s root site can take down navigation for your whole organization. Microsoft recommends replacing the root site instead of deleting it.
- Note whether it’s group-connected. This changes which method you’ll use.
How to Delete a SharePoint Site in Office 365 (Admin Center)
This is the standard way to delete a SharePoint site in Microsoft 365, and it works for most site types.
- Sign in to the Microsoft 365 admin center with a Global Administrator or SharePoint Administrator account.
- Go to Admin centers > SharePoint to open the SharePoint admin center.
- In the left menu, select Sites > Active sites.
- Find the site you want to remove and select it (don’t click the link — just check the row).
- Click Delete in the top toolbar.
- Confirm by selecting Delete again in the pop-up window.
That’s it. The site moves to the SharePoint admin center’s recycle bin, where it stays for 93 days (30 days for group-connected Team sites) before permanent deletion.
Tip: If you don’t see the Delete button, you likely don’t have SharePoint Administrator permissions, or the site is protected by a retention or compliance policy — more on that below.
How to Delete a SharePoint Site Permanently
Deleting a site through the admin center only sends it to the recycle bin. If you need it gone for good — say, to free up a URL for reuse — you have to empty the recycle bin too.
- In the SharePoint admin center, go to Sites > Deleted sites.
- Select the site you just deleted.
- Click Delete to permanently remove it.
- Confirm the action when prompted.
Once you complete this step, the site and all its content are gone. There’s no further recovery option, so only do this once you’re certain you don’t need the data.
How to Delete a SharePoint Site Using PowerShell
IT admins managing multiple sites often prefer PowerShell, especially for bulk cleanup. You’ll need the SharePoint Online Management Shell installed.
# Connect to SharePoint Online
Connect-SPOService -Url https://yourtenant-admin.sharepoint.com
# Move a site to the recycle bin
Remove-SPOSite -Identity https://yourtenant.sharepoint.com/sites/ProjectSite
# Permanently delete it from the recycle bin
Remove-SPODeletedSite -Identity https://yourtenant.sharepoint.com/sites/ProjectSite
PowerShell is especially useful if you’re deleting several unused sites at once as part of a wider Microsoft 365 cleanup or migration project.
How to Delete a SharePoint Communication Site or Team Site
The process depends on what the site is connected to:
- Communication sites (not linked to a Microsoft 365 group) follow the standard admin center steps above.
- Team sites linked to Microsoft Teams or a Microsoft 365 group require you to delete the group first. Deleting the group removes the site, mailbox, and calendar together. Do this from the Microsoft 365 admin center under Teams & groups > Active teams and groups.
- Hub sites must be unregistered as a hub before they can be deleted, since other sites may still be associated with them.
How to Delete a SharePoint Page (Not the Whole Site)
Sometimes you only need to remove a single page, not the entire site.
- Open the page you want to delete.
- Select Page details (or the gear icon, depending on your view).
- Choose Delete, then confirm.
Deleted pages go to the site’s recycle bin and can be restored within 93 days if needed.
Common Reasons You Can’t Delete a SharePoint Site
If the delete option is greyed out or missing, one of these is usually the cause:
- You lack admin permissions. You need at least SharePoint Administrator or Global Administrator rights.
- A retention or compliance policy is applied. Sites under legal hold or a retention label can’t be deleted until the policy is removed or expires.
- It’s the organization’s root site. Root sites can’t be deleted directly.
- The site is still processing a prior action. SharePoint sometimes queues deletion requests; wait a few minutes and refresh.
- It’s linked to Project Online or another connected service. You’ll need to remove that association first.
Deletion Methods Compared
| Method | Best For | Reversible? | Skill Level |
| Admin Center (UI) | One-off deletions, most admins | Yes, within 93 days | Beginner |
| PowerShell | Bulk deletions, automation | Yes, until permanently removed | Intermediate |
| Delete Group (Teams/M365 groups) | Group-connected Team sites | Yes, within 30 days | Beginner |
| Permanent Delete from Recycle Bin | Freeing up a URL for reuse | No | Beginner |
Best Practices Before You Hit Delete
- Export or migrate anything worth keeping before deletion, especially if the site holds shared business records.
- Document what you deleted and when, in case compliance teams ask later.
- Use the recycle bin window as a safety net — don’t rush to permanent deletion unless you’re certain.
- If you’re cleaning up sites as part of a bigger reorganization or platform switch, a structured migration plan avoids accidental data loss. This is exactly the kind of groundwork tools like SkyMigrate handle for teams moving or consolidating Microsoft 365 environments.
FAQs
How do I permanently delete a SharePoint site? Delete the site from Active sites first, then go to Deleted sites in the SharePoint admin center and delete it again from there. This second step removes it permanently, bypassing the standard 93-day recycle bin retention period entirely.
Why can’t I delete a SharePoint site? Usually it’s missing admin permissions, an active retention or compliance policy, or the site being your tenant’s root site. Check your admin role first, then look for retention labels applied at the site or organization level.
How do I delete a SharePoint page I created? Open the page, select Page details or the settings gear, then choose Delete and confirm. The page moves to the site recycle bin, where it can still be restored for up to 93 days if you change your mind.
Permanently delete SharePoint site greyed out — why? This typically happens when a compliance policy, retention label, or legal hold is still attached to the site. Ask your compliance administrator to check the Microsoft Purview compliance center and remove any blocking policy before retrying.
How do I delete a SharePoint group? Go to the Microsoft 365 admin center, select Teams & groups, then Active teams and groups. Select the group, choose Delete, and confirm. This removes the connected SharePoint site, mailbox, and calendar together.
Deleted SharePoint site still showing — what should I do? Give it a few minutes; deletions are processed asynchronously and can take time to reflect. If it’s still visible after an hour, refresh the admin center cache by signing out and back in, or check the Deleted sites list.
Conclusion
Knowing how to delete a SharePoint site properly — not just clicking the first delete button you find — saves you from accidental data loss and permission headaches. Whether you’re using the admin center, PowerShell, or removing a connected group, the key is checking ownership, backing up what matters, and understanding the recycle bin timeline before you make anything permanent.
If your SharePoint cleanup is part of a bigger move — consolidating tenants, switching platforms, or archiving old content before deletion — SkyMigrate can help you migrate and back up what you need first, so nothing important gets lost along the way. Get a free migration assessment to see how straightforward it can be.


