Home hot topics How to Access the Recycle Bin in Windows 2026: All Methods

Recycle Bin Missing or Hard to Find? Every Way to Access It in Windows

Ethan CarterEthan Carter
|Last Updated: March 14, 2026

Whether the Recycle Bin icon disappeared from your desktop or you just want a faster way to open it, this guide covers every method for Windows 11 and 10.
We also cover the Mac Trash equivalent and what to do if files were permanently deleted from the Recycle Bin.

The Recycle Bin in Windows temporarily stores deleted files before permanent removal, giving you a safety window to restore anything deleted by mistake. If the icon is missing from your desktop or you want a faster way to open it, Windows offers several alternative access methods.

This guide covers all methods for Windows 11 and Windows 10, plus the Mac Trash equivalent.


Part 1. Method 1 — Desktop Icon (Default)

The most common way to access the Recycle Bin is the desktop icon, which is enabled by default on all Windows installations.

If the icon is visible: Simply double-click the Recycle Bin icon on your desktop. The folder opens showing all deleted files with their original location, deletion date, and size.

If the icon is missing from the desktop: The Recycle Bin icon can be accidentally hidden through desktop settings. To restore it:

  1. Right-click an empty area of the desktop → select Personalize
  2. Go to Themes → scroll down → click Desktop icon settings
  3. Check the Recycle Bin checkbox → click Apply → click OK

The icon should reappear on the desktop immediately.

💡 Tip: In Windows 11, you can also access Desktop icon settings by going to Settings → Personalization → Themes → Desktop icon settings. The path is slightly different from Windows 10 but the result is identical.


Part 2. Method 2 — Run Dialog (Fastest Keyboard Method)

You can open the Recycle Bin instantly without navigating the desktop using the Run dialog.

Steps:

  1. Press Win + R to open the Run dialog
  2. Type shell:RecycleBinFolder
  3. Press Enter

The Recycle Bin folder opens directly. This method works even when the desktop icon is hidden or your desktop is covered by open windows.

🗣️ r/Windows11 user: "I keep my desktop completely clean with no icons, so I just use Win+R and type shell:RecycleBinFolder. Way faster than hunting for the icon."

Access MethodWorks Without Desktop IconSpeedWindows 10Windows 11
Desktop iconN/AFastYesYes
Win + R → shell:RecycleBinFolderYesFastestYesYes
File Explorer address barYesFastYesYes
File Explorer sidebarYesMediumYesYes
Taskbar pinned shortcutYesFastYesYes

Part 3. Method 3 — File Explorer Address Bar

File Explorer can navigate directly to the Recycle Bin using a special shell path.

Steps:

  1. Open File Explorer (Win + E)
  2. Click the address bar at the top (or press Alt + D)
  3. Type shell:RecycleBinFolder and press Enter

You can also find the Recycle Bin in the File Explorer sidebar under "This PC" in some configurations, or by scrolling to the bottom of the left navigation pane in Windows 11.

To pin Recycle Bin to the File Explorer Quick Access:

  1. Navigate to Recycle Bin using the address bar method
  2. Right-click Recycle Bin in the sidebar or folder view
  3. Select Pin to Quick access

💡 Tip: You can also access the Recycle Bin by typing %SystemRoot%\explorer.exe shell:RecycleBinFolder in the Windows Search bar (Win + S). This opens it directly from the taskbar search.


Part 4. Method 4 — Command Prompt and PowerShell

For advanced users managing Windows remotely or via scripts, the Recycle Bin can be accessed through the command line.

Open Recycle Bin from Command Prompt:

explorer.exe shell:RecycleBinFolder

List Recycle Bin contents with PowerShell:

$shell = New-Object -ComObject Shell.Application
$recycler = $shell.Namespace(0xA)
$recycler.Items() | Select-Object Name, Path, Size

Empty the Recycle Bin silently via PowerShell:

Clear-RecycleBin -Force

⚠️ Important: Clear-RecycleBin -Force permanently deletes all files in the Recycle Bin with no confirmation prompt. Files removed this way cannot be restored through the Recycle Bin — recovery would require data recovery software. Use this command only when you are certain you no longer need any deleted files.

🗣️ r/sysadmin user: "We use the Clear-RecycleBin PowerShell command in our login scripts to auto-clear the bin for shared workstations. Saves disk space and keeps things tidy."


Part 5. Mac Trash — The Equivalent

On macOS, the Trash serves the same purpose as the Windows Recycle Bin. Deleted files stay in Trash until you empty it.

How to access Trash on Mac:

  • Dock: Click the Trash icon at the right end of the Dock
  • Keyboard shortcut: Press Command + Shift + Delete to empty Trash; there is no direct keyboard shortcut to open it
  • Finder: Open Finder → in the menu bar, click Go → scroll to the bottom → Trash (or press Command + Shift + Delete with Finder focused for empty)
  • Terminal: Type open ~/.Trash to open the Trash folder in Finder
PlatformRecycle Bin / Trash AccessKeyboard Shortcut
Windows 11/10Desktop icon or shell:RecycleBinFolderWin + R → type path
macOSDock Trash icon or Finder Go menuNo open shortcut (Cmd+Shift+Del = empty)
Ubuntu / LinuxNautilus Files → TrashNo universal shortcut

Part 6. Recovering Files Permanently Deleted From the Recycle Bin

When you empty the Recycle Bin or use Shift + Delete to bypass it, files are no longer accessible through normal Windows tools. However, the underlying data often remains on the drive until the space is overwritten by new data.

Ritridata can scan the drive at the sector level to find and recover permanently deleted files, even after the Recycle Bin has been emptied.

Recovery steps:

  1. Stop using the drive immediately — every new file saved risks overwriting deleted data
  2. Download and install Ritridata on a different drive or USB
  3. Run a Deep Scan on the drive where the files were originally stored
  4. Preview the recoverable files — you can see file names, sizes, and types before recovering
  5. Select the files you need and recover to a different location (not the same drive)

💡 Tip: The sooner you run the scan after deletion, the higher the recovery success rate. SSD drives with TRIM enabled may have lower recovery success than traditional HDDs, as TRIM can zero deleted blocks quickly.


FAQ

Q: Why is the Recycle Bin not showing on my Windows 11 desktop? The Recycle Bin icon may have been hidden through desktop icon settings. Right-click the desktop → Personalize → Themes → Desktop icon settings → check Recycle Bin → Apply. This restores the icon immediately without restarting Windows.

Q: Can I access the Recycle Bin from the taskbar? Not by default, but you can pin a shortcut. Navigate to the Recycle Bin using File Explorer, right-click it, and select "Pin to Quick access" or create a desktop shortcut. You can then drag the shortcut to the taskbar, though Windows may show it in the taskbar only via a workaround involving creating a toolbar.

Q: What is shell:RecycleBinFolder? It is a Windows shell namespace path that points directly to the Recycle Bin virtual folder. Windows uses these shell: paths to access special system folders that do not have a standard drive letter path — similar to how shell:Desktop accesses the desktop folder.

Q: How long does Windows keep files in the Recycle Bin? By default, Windows keeps deleted files in the Recycle Bin until you empty it manually or until the Recycle Bin reaches its storage limit. The default storage limit is typically 10% of drive capacity per drive. You can adjust the limit by right-clicking the Recycle Bin → Properties.

Q: Can I recover files deleted from the Recycle Bin without software? In most cases, no — once files are permanently deleted from the Recycle Bin, Windows does not provide a built-in recovery tool for them. Windows File History (if previously enabled) and Volume Shadow Copy (Previous Versions) may restore previous versions of files. Otherwise, data recovery software such as Ritridata is required.

Q: Does emptying the Recycle Bin free up space immediately? Yes — emptying the Recycle Bin immediately releases the disk space occupied by deleted files. However, the data is not instantly zeroed; only the file system reference is removed. The actual data remains on disk until overwritten, which is why recovery software can sometimes retrieve it.


References