When you delete items in Microsoft SharePoint, they don't disappear forever. Instead, they are moved to the SharePoint Recycle Bin, where they can be easily restored if needed. Understanding the location and functionality of the SharePoint Recycle Bin is crucial for managing your SharePoint sites effectively. Let's delve into the details of the SharePoint Recycle Bin location and its workings.
Understanding the SharePoint Recycle Bin
The SharePoint Recycle Bin is a central repository where all deleted items from SharePoint sites are stored. It's designed to help users and administrators recover accidentally deleted files and lists. The Recycle Bin has two levels: the First Stage Recycle Bin and the Second Stage Recycle Bin.
The First Stage Recycle Bin
The First Stage Recycle Bin is the initial stop for deleted items. It's located at the site collection level and is accessible to all users within that site collection. When an item is deleted, it's moved to this bin where it remains for a specified time, typically 30 days, but this can be configured.

The Second Stage Recycle Bin
After the retention period in the First Stage Recycle Bin, items are automatically moved to the Second Stage Recycle Bin. This bin is located at the site collection level and is only accessible to SharePoint administrators. Items in the Second Stage Recycle Bin are kept for an additional 30 days, making the total retention period 60 days by default.
Accessing the SharePoint Recycle Bin
To access the SharePoint Recycle Bin, you can use either the SharePoint interface or the SharePoint REST API. Here's how you can do it:
-
Using the SharePoint Interface: Navigate to the root of your site collection, click on the gear icon (Settings), and select "Site Settings". Under "Site Administration", click on "Recycle Bin".

Using the SharePoint REST API: You can use the following URL to access the Recycle Bin: _api/web/RecycleBin. For more details, refer to the official Microsoft documentation on SharePoint REST API.
Managing Items in the SharePoint Recycle Bin
Once you're in the SharePoint Recycle Bin, you can manage the items as per your needs. Here are some of the actions you can perform:
| Action | Description |
|---|---|
| Restore | Restores the selected item(s) to their original location. |
| Delete | Permanently deletes the selected item(s) from the Recycle Bin. |
| Empty the Recycle Bin | Permanently deletes all items in the Recycle Bin. |
Remember, once an item is permanently deleted from the Recycle Bin, it's gone for good. So, always ensure you have the correct item selected before performing a delete action.

Configuring the SharePoint Recycle Bin
SharePoint administrators can configure the Recycle Bin settings to suit their organization's needs. The settings that can be configured include:
- The retention period for items in the First and Second Stage Recycle Bins.
- Whether to enable or disable the Recycle Bin for a specific site collection.
- Whether to automatically delete items from the Recycle Bin after the retention period or move them to the Second Stage Recycle Bin.
These settings can be configured using the SharePoint Central Administration or the SharePoint Management Shell.
In conclusion, the SharePoint Recycle Bin is a powerful feature that helps users and administrators recover accidentally deleted items. Understanding its location, functionality, and how to manage it is crucial for effective SharePoint site management. Regularly monitoring and managing the Recycle Bin can help prevent data loss and maintain the health of your SharePoint environment.






















