How do I access the Second Recycle Bin if I can't get to the end of the First Recycle bin?

Angharad Davies 40 Reputation points
2026-09-07T10:28:32.81+00:00

As an administrator I'm trying to view the Second Recycle Bin but we have so many items in the first recycle bin I cannot get to the end/bottom to view the Second Recycle Bin link. Is there an alternative?

By the way, this feature is such bad design, it needs to be rectified!

Microsoft 365 and Office | SharePoint | For business | Windows
0 comments No comments

2 answers

Sort by: Newest
  1. Vasil Michev 127.8K Reputation points MVP Volunteer Moderator
    2026-09-07T16:38:15.34+00:00

    By the way, this feature is such bad design, it needs to be rectified!

    Indeed, but in fairness to Microsoft, they did rectify this. You should now have a link visible at the bottom of the page, outside of the list controls for the files themselves. Here's how it looks for ODFB and a standard site:

    User's image

    If you are not seeing said link, you probably do not have sufficient permissions to access the second stage recycle bin. You can also try the following direct links:

    Was this answer helpful?

    0 comments No comments

  2. Marcin Policht 107K Reputation points MVP Volunteer Moderator
    2026-09-07T11:05:07.4533333+00:00

    Yes, you can bypass scrolling by modifying the URL directly to open the second-stage recycle bin.

    Navigate to your SharePoint site's first-stage recycle bin or site collection recycle bin URL, which ends in /_layouts/15/AdminRecycleBin.aspx. Append ?view=2 to the very end of the web address, making it /_layouts/15/AdminRecycleBin.aspx?view=2. Press Enter to load the second-stage recycle bin page directly.

    If the direct URL fails or times out because of a large amount of data, you can use PnP PowerShell to view and manage second-stage items directly. Open PowerShell and connect to your site as a site collection administrator using Connect-PnPOnline -Url "https://sharepoint.com". Then run Get-PnPRecycleBinItem -SecondStage to list the items in the second-stage recycle bin.


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.