**Иллюзия удаления. Корзины в Windows НЕ СУЩЕСТВУЕТ?! — Transcript & Summary | SozAI**
Source: https://sozai.app/transcript/illusion-deletion-windows-recycle-bin-myth/

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

## 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.

## Chapters

1. 00:00 Introduction: No Real Recycle Bin in Windows
2. 00:07 What the Recycle Bin Actually Is
3. 00:13 The Trash Can Icon Explained
4. 00:22 Where Deleted Files Go
5. 00:43 How Files Are Moved and Metadata Created
6. 01:03 What Happens When You Empty the Recycle Bin
7. 01:50 File Deletion on Hard Drives
8. 02:09 File Deletion on SSDs
9. 02:30 Summary and How It Works

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 Bin file deletion hidden folder $Recycle.Bin file recovery SSD TRIM command Master File Table file metadata shell object data deletion Windows


---
This is the markdown twin of https://sozai.app/transcript/illusion-deletion-windows-recycle-bin-myth/ — the same content, without the markup.
Published by SozAI (https://sozai.app). Reuse and quotation are allowed with attribution and a link back.
Machine-readable index: https://sozai.app/llms.txt · data API: https://sozai.app/api/
