Where Do You Find the Trash on a Mac?
If you've deleted a file on your Mac and need to retrieve it — or permanently remove it — knowing where the Trash lives and how it works is essential. Unlike Windows, where the Recycle Bin sits prominently on the desktop, Mac's Trash is tucked into a specific location that isn't always obvious to new users.
The Trash Icon Lives in the Dock
The quickest way to access the Trash on a Mac is through the Dock — the row of icons that runs along the bottom (or side) of your screen by default. The Trash icon is always positioned at the far right end of the Dock, represented by a wastebasket graphic.
- Empty Trash looks like a clean, empty bin
- Trash with items shows crumpled paper inside the bin icon
Clicking the Trash icon once opens a Finder window displaying everything currently waiting to be permanently deleted.
What the Trash Folder Actually Is
The Trash on macOS isn't just a visual metaphor — it's a real folder stored on your system. Under the hood, it lives at:
~/.Trash The ~ refers to your home directory (the folder named after your user account). This is a hidden folder, which is why you don't stumble across it in Finder by default.
If you want to navigate there directly, you can use Go > Go to Folder in the Finder menu bar and type ~/.Trash to open it. This is useful if you need to access the Trash folder in ways the standard Dock icon doesn't support.
How to Open Trash on a Mac — Multiple Methods
| Method | Steps |
|---|---|
| Dock icon | Click the Trash icon at the far right of the Dock |
| Keyboard shortcut | No default shortcut, but you can assign one via System Settings |
| Go to Folder | Finder → Go → Go to Folder → type ~/.Trash |
| Terminal | Type open ~/.Trash and press Enter |
Most users will never need anything beyond the Dock icon, but the folder path becomes relevant when working with scripts, third-party cleaners, or admin tasks.
Trash on External Drives and Network Volumes
Here's where it gets more nuanced. When you delete files from an external hard drive or USB drive, macOS doesn't move them to the same ~/.Trash folder. Instead, it creates a hidden .Trashes folder directly on that drive.
This means:
- Files deleted from an external drive are held in a separate Trash location specific to that drive
- They still appear in your Dock Trash when the drive is connected
- If you eject the drive, those files disappear from the visible Trash — they're still on the drive's
.Trashesfolder, not gone permanently
Network volumes behave differently still. Some network-attached storage (NAS) devices or mapped drives don't support a Trash workflow at all — files deleted from them may be immediately and permanently removed, depending on how the volume is configured and what macOS version you're running.
Trash Across Multiple User Accounts 🗂️
Each user account on a Mac has its own separate Trash folder. If you share a Mac with other people, files deleted by one account are invisible in another account's Trash. An admin account cannot see or empty another user's Trash through normal means.
This matters in workplace or family setups where storage management is shared — what looks like an empty Trash to one user could represent gigabytes of deleted files sitting in another account's ~/.Trash.
How Long Files Stay in Trash
By default, macOS does not automatically empty the Trash on a timer — deleted files sit there indefinitely until you manually empty it. However, macOS does include an option to automatically delete Trash items after 30 days.
You can find this setting in: Finder → Settings (or Preferences on older macOS) → Advanced → Remove items from the Trash after 30 days
Whether this setting makes sense depends on how often you recover accidentally deleted files and how tightly you're managing storage space.
Recovering Files From Trash
As long as you haven't emptied the Trash, recovering a file is straightforward:
- Open Trash via the Dock
- Right-click the file you want to restore
- Select Put Back
Put Back returns the file to its exact original location. If that location no longer exists (for example, the containing folder was also deleted), macOS will put it back as close to the original path as it can reconstruct.
When the Trash Is Empty But the File Is Gone 🔍
If you've already emptied the Trash, standard macOS recovery options don't apply. At that point, your options narrow significantly:
- Time Machine backups — if you have a Time Machine backup that captured the file before deletion, you can restore from there
- Third-party data recovery tools — these scan your drive's storage sectors for remnants of deleted files, with varying success depending on drive type (HDDs tend to be more recoverable than SSDs, due to how SSDs handle data deletion at the hardware level)
- iCloud Drive versioning — if the file was stored in iCloud Drive, version history may still be accessible through iCloud.com
The effectiveness of any recovery method depends on factors including how much time has passed, whether new data has been written to the drive since deletion, and the specific storage hardware in use.
The Variables That Change Your Experience
Finding and managing Trash on a Mac is straightforward for most users — but the behavior shifts based on factors that vary from one setup to another: the number of drives and volumes you work with, whether you use multiple accounts, how your iCloud and backup settings are configured, and which version of macOS your machine is running. What's true for a single-user MacBook with local storage only looks meaningfully different from a shared Mac connected to external drives and a NAS.