What Is $Recycle.Bin

Content on WhatAnswers is provided "as is" for informational purposes. While we strive for accuracy, we make no guarantees. Content is AI-assisted and should not be used as professional advice.

Last updated: April 10, 2026

Quick Answer: $Recycle.Bin is a hidden system folder located at the root of each Windows NTFS drive that stores deleted files temporarily before permanent removal. It contains both the original file contents (stored as $R files) and metadata information (stored as $I files), allowing files to be recovered until they are overwritten by new data. Each user has a separate $Recycle.Bin\<SID> folder per partition, managed automatically by Windows.

Key Facts

Overview

$Recycle.Bin is a hidden system folder in Windows that serves as the physical storage location for files moved to the Recycle Bin. Unlike the user-friendly Recycle Bin icon on the desktop, the $Recycle.Bin folder is a protected operating system directory located at the root of each NTFS-formatted drive (such as C:, D:, or E:). This folder contains the actual deleted files and their associated metadata, which Windows uses to manage file recovery and restoration.

The $Recycle.Bin folder represents a significant evolution in Windows file management. It replaced earlier Recycle Bin implementations by introducing a per-volume, per-user storage system that enhances security and file organization. Windows automatically creates and manages this folder on every NTFS drive, though users typically never see it because it is hidden by default and marked as a protected operating system file. Understanding what $Recycle.Bin is and how it functions is essential for users who need to recover deleted files or troubleshoot file deletion issues.

How It Works

The $Recycle.Bin folder operates through a structured system of subfolders and file pairs. When you delete a file in Windows, the system performs a move-and-rename operation rather than immediate permanent deletion. Here's how the process works:

Key Comparisons

Aspect$Recycle.Bin (Windows NT 5.0+)Legacy Recycle Bin (Windows 95-98)
Storage locationPer-volume at drive root (C:\$Recycle.Bin, D:\$Recycle.Bin)Single centralized RECYCLER folder
User separationPer-user SID subfolders prevent cross-user accessMinimal user separation; potential security gaps
File structureDual files: $I (metadata) + $R (content) pairsSingle INFO2 file for all metadata
Filesystem supportNTFS only; not available on FAT32FAT32 and NTFS compatible
Metadata storedOriginal path, timestamp, size per fileCentralized index in INFO2 file
Recovery reliabilityHigher accuracy with individual metadata filesPotential data loss if INFO2 corrupted

Why It Matters

$Recycle.Bin represents a thoughtful balance between user convenience and data safety. By maintaining deleted files in a structured, indexed format with preserved metadata, Windows allows users to recover mistakes while keeping deleted files out of normal view. However, users should understand that deletion through the Recycle Bin is not permanent and that truly secure data removal requires additional tools or secure deletion practices.

Sources

  1. EaseUS - $RECYCLE.BIN Folder ExplainedCC-BY-SA-4.0
  2. Microsoft Support - Find the Recycle Bin in WindowsCC-BY-SA-4.0
  3. Windows Recycle Bin Forensics AnalysisCC-BY-SA-4.0
  4. File Deletion in NTFS Filesystem - Technical Deep DiveCC-BY-SA-4.0
  5. MyRecover - How to View $Recycle.Bin FilesCC-BY-SA-4.0

Missing an answer?

Suggest a question and we'll generate an answer for it.