Skip to content

Иллюзия удаления. Корзины в Windows НЕ СУЩЕСТВУЕТ?!

Windows Recycle Bin is a shell object, not a real folder; deleted files remain on disk until overwritten or trimmed on SSDs.

Ask about this video. Answers come from its transcript only — with the timestamp, so you can check them.

Generated from the transcript and can be wrong — check the timestamp.

Key Takeaways

  • Windows Recycle Bin is a virtual shell object, not a real folder.
  • Deleted files remain physically on disk until overwritten or trimmed.
  • Permanent deletion changes file allocation status but does not erase data immediately on HDDs.
  • SSDs handle deletions differently by using TRIM and garbage collection.
  • Understanding this helps users grasp how file recovery and deletion truly work in Windows.

What the video covers

  • The Recycle Bin in Windows is not an actual folder but a Shell object that mimics a folder.
  • Files deleted to the Recycle Bin are moved to a hidden folder named $Recycle.Bin on each drive.
  • When deleting, Windows uses a system interface with a flag to allow undo, renaming files and creating metadata for restoration.
  • Emptying the Recycle Bin or using Shift+Delete does not immediately erase files physically from the disk.
  • Windows marks deleted files as free in the Master File Table (MFT), making them invisible but data remains until overwritten.
  • On traditional hard drives, data remains physically until overwritten, which is resource intensive to do immediately.
  • On SSDs, deleting files triggers a TRIM command that marks data blocks as garbage and eventually clears them via garbage collection.
  • The trash can icon is just a visual representation provided by the Shell object, not a real directory.
  • Restoring files reads metadata stored alongside the deleted file to return it to its original location.
  • The video explains these mechanisms step-by-step to clarify common misconceptions about file deletion in Windows.

Answers

Questions about this video

Is the Windows Recycle Bin a real folder?

No, the Recycle Bin is a Shell object that acts like a folder but is actually a hidden system component.

What happens to files when you delete them to the Recycle Bin?

Files are moved to a hidden folder called $Recycle.Bin on each drive, renamed, and accompanied by metadata for restoration.

Are files permanently deleted when you empty the Recycle Bin?

Not immediately; Windows marks the file as free in the file system but the data remains until overwritten or, on SSDs, cleared by TRIM and garbage collection.

Full Transcript — Download SRT & Markdown

00:00
Speaker A
There is NO Recycle Bin in Windows! Yes, you heard that right. And almost everything we "empty" from the Recycle Bin actually physically remains on the disk!
00:07
Speaker A
(Well, at least if it's not an SSD.) So what does this mean? We'll explain everything step by step, but for now, subscribe!
00:13
Speaker A
Actually, the trash can icon on the desktop isn’t a folder at all. It’s what's called a Shell object—a hidden system component that's just pretending to be a folder.
00:22
Speaker A
Explorer asks it: "What's your name?" The object replies: "Recycle Bin." And when it asks, "Which icon should I draw for you?", the object gives it the trash can icon.
00:30
Speaker A
But then where do our files actually go? On each of your drives, there's a hidden "folder" called $Recycle.Bin (kinda tautological, right?). And that's exactly where your files end up. When you press Delete, Explorer doesn’t even try to delete anything.
00:43
Speaker A
It calls the system interface (IFileOperation), and... for this operation, it sets this flag (FOF_ALLOWUNDO) for the file. Your file is moved to the hidden "folder," renamed, and a new tiny file is created next to it. This little file contains metadata: where the file was originally located and its real name. As soon as you click “Restore,” the system just reads that metadata and restores it all.
01:03
Speaker A
But wait! What if I click "Empty Recycle Bin" or delete with Shift+Delete? Is that when the file is gone for good?
01:10
Speaker A
Actually, no! Overwriting hundreds of gigabytes on a hard drive is too resource intensive. When you permanently delete a file, Windows simply finds it in the MFT and changes the record marker from Allocated to Free.
01:21
Speaker A
From this moment, Windows no longer "sees" the file, but physically the ones and zeros of your data are still untouched on the disk.
01:29
Speaker A
What about SSDs? There's a nuance here. When you empty the Recycle Bin on an SSD, Windows sends a TRIM command to the disk controller.
01:36
Speaker A
It immediately marks that data as garbage, blocks access, and if you try to read it, the drive will just return zeros.
01:43
Speaker A
At the first opportunity, the drive will run garbage collection and physically clear those memory cells.
01:50
Speaker A
And that's how it works...
Topics:Windows Recycle Binfile deletionhidden folder$Recycle.Binfile recoverySSD TRIM commandMaster File Tablefile metadatashell objectdata deletion Windows

Get More with the SozAI App

Transcribe recordings, audio files, and YouTube videos — with AI summaries, speaker detection, and unlimited transcriptions.

Or transcribe another YouTube video here →