Where Is the Windows Recycle Bin Actually Stored on Disk?
The real, hidden folder behind the Recycle Bin icon on every drive, and why you can't just browse into it normally.
Last updated
The Recycle Bin isn't one folder. Windows keeps a hidden $Recycle.Bin folder at the root of every drive that has had files deleted from it, and inside that, a subfolder named after your account's security identifier (SID) holds your own deleted files specifically.
Windows Explorer deliberately hides and restricts this folder because it stores deleted files in a renamed, database-tracked form rather than their original names. It isn't meant to be browsed directly, which is exactly why the Recycle Bin icon exists as the normal way in.
Where Windows stores this, by platform
C:\$Recycle.Bin\[Your-SID]
Requires "Show hidden files" and "Show protected operating system files" enabled in Folder Options to even see it, and admin rights to open it directly. Deleted files are stored under scrambled names ($R... and $I... pairs), not their originals. Use the actual Recycle Bin icon to restore them normally.
Frequently asked questions
Why does every drive have its own $Recycle.Bin folder?
Windows tracks deletions per-volume, so a file deleted from D:\ is recorded in D:\$Recycle.Bin rather than moved across drives to C:\.
Can I recover files directly from $Recycle.Bin if the normal Recycle Bin looks empty?
It's possible in principle, since the underlying files can persist even if the index gets corrupted, but it's fiddly and easy to get wrong. Dedicated undelete/recovery software is a safer bet than manually matching $I index files to $R data files.
Notice an outdated path? Let us know.