← TenantTools365Blogone .sppkg · seven tools
Undelete365 · Concept

The SharePoint recycle bin, explained properly: two stages, one 93-day clock, and who can see what

Site bin, second-stage bin, the 93-day rule, the 200% quota, what happens when someone empties a bin, and why "it's in the recycle bin" is not the same as "it's safe".

Published 2026-07-13 · by HS Services

Every SharePoint recovery conversation eventually runs into the recycle bin's rules, and most of them are learned the hard way. This is the short, accurate version.

Two bins, one clock

First-stage (site) recycle bin. Where items go when a user deletes them from a library or list. A user sees the items they deleted. A site collection administrator sees everyone's.

Second-stage (site collection) recycle bin. Where items go when they are deleted from the first-stage bin: a user tidies their bin, a script calls delete on a bin item, or someone clicks Empty recycle bin. Only site collection administrators can open it.

One retention period: 93 days, counted from the moment the item was deleted from its original location. Moving to the second stage does not restart it. On day 93 the item is purged from whichever bin it is in.

There is a second limit people rarely hit: the second-stage bin may use up to 200% of the site's storage quota. If it fills, the oldest items are purged early.

What "empty recycle bin" really does

After 93 days

Microsoft keeps backups of SharePoint content for a further 14 days after purge, but those are whole-site-collection restores performed by Microsoft support on request. They roll the entire site collection back to the backup point, overwriting everything done since. Useful after a disaster; not a way to get one file back.

Things that look like the recycle bin but aren't

Permissions cheat-sheet

WhoFirst-stage binSecond-stage bin
Site member / visitorown deletions onlyno
Site owner (Full Control)own deletions onlyno
Site collection administratoreveryone'syes
SharePoint admin (tenant)can make themselves site collection adminyes, after that

The row that surprises people is the site owner. Full Control on the site does not make you a site collection admin, and it is the site collection admin who sees everyone's deletions and the second stage.

Why this matters for recovery tools

Any tool that promises to "find deleted files" is bound by the same rules: it can only search both bins if it runs as (or on behalf of) a site collection admin, and it can only find items inside the 93 days. Undelete365 runs under the signed-in user's own permissions, so a site collection admin sees both stages and everyone's deletions in one search, and a normal user sees exactly what SharePoint would show them. It contains no permanent-delete code path, which is the other thing worth checking in anything you point at a recycle bin.

Questions people also ask

What is the difference between the first-stage and second-stage recycle bin in SharePoint?

The first-stage (site) recycle bin receives items users delete; users see their own deletions, admins see all. The second-stage (site collection) recycle bin receives items deleted from the first stage; only site collection administrators can open it. Both share one 93-day retention period.

Does the 93 days restart when an item moves to the second-stage recycle bin?

No. The 93 days count from the original deletion, regardless of which bin the item is in.

Does the recycle bin count toward SharePoint storage?

Yes. Items in both recycle bins count against the site's storage quota until they are purged.

Can a site owner see the second-stage recycle bin?

Only if they are also a site collection administrator. Site owner (Full Control) alone is not enough.