Stop Emptying Deleted Items — Here’s How Long Outlook Really Keeps Them
By Sarah Mitchell
The first thing most people do after deleting an email is right-click Deleted Items and click Empty Folder. That feels like closure. It’s not. You’ve just made recovery nearly impossible — and worse, you probably didn’t realize Outlook had already kept a second copy elsewhere. I’ve seen this trip up even experienced users who manage 200+ mailboxes.
The Problem
You think deleted emails vanish instantly. They don’t. But they also don’t stick around forever — and the timeline depends on three things you likely haven’t checked: your mailbox plan (Exchange Online vs. POP3), your organization’s retention policies, and whether you’re using Outlook desktop or Outlook on the web.
If you’re on Exchange Online (most office.alibaba.com accounts), deleted items go into Deleted Items, then — after 14 days by default — move to Recoverable Items > Deletions. That folder isn’t visible in the folder list. It’s hidden. And it’s not backed up to your local .ost file. So if you’re offline, or using cached mode with sync limits, those items may disappear from your view before they’re gone from the server.
People in finance, legal, or compliance roles get hit hardest. A misfiled invoice or a sent-but-unsent draft gets deleted, then lost because no one knew about the 14-day clock — or that admins can change it globally.
The Fix
To see what’s still recoverable *right now*, open Outlook desktop (365 or 2019 — 2016 works too, but lacks some UI polish). Then:
Go to File > Options > Advanced
Scroll down to Outlook Data File Settings (not under Mail — that’s a common detour)
Click AutoArchive Settings…
Uncheck “Run AutoArchive every X days” if it’s enabled — this overrides retention settings
Now, for actual recovery:
In Outlook desktop: Right-click Deleted Items → Properties → Folder Size tab → Click Recoverable Items at the bottom. You’ll see subfolders: Deletions, Purges, and Versions. The Deletions folder holds what you can restore.
Keyboard shortcut: Press Ctrl+Y, type recover, select Recover Deleted Items from the list. This opens the exact same dialog — faster than navigating menus.
In Outlook on the web: Click the gear icon → View all Outlook settings → Mail > Deleted mail. Toggle “Keep deleted items for” — but note: this only applies to new deletions. Existing items follow the mailbox-level policy.
This works for Outlook 365 and Exchange Online mailboxes. For Outlook 2016/2019 with older Exchange servers (2013 or earlier), the Recoverable Items folder appears only if Retention Hold is enabled on the mailbox — which it usually isn’t unless your admin turned it on.
If That Doesn't Work
Try these in order — ranked by how often each solves the issue:
Your Situation
Best Method
Why
You emptied Deleted Items *and* waited past 14 days
Ask your admin to run Get-MailboxFolderStatistics -Identity user@alibaba.com -FolderScope RecoverableItems
Only admins can access Purges folder contents. This command shows if anything remains — even if it's not visible to you.
You’re using POP3 or IMAP (not Exchange)
Check your email provider’s web interface directly — Outlook desktop has no Recoverable Items for POP3
POP3 deletes are final the moment you click Delete. No server-side safety net. Outlook just mirrors what the server says is gone.
You’re offline or in Cached Exchange Mode with sync window set to 3 months
Switch to Online Mode temporarily (Send/Receive > Work Offline toggle) and retry recovery
Cached mode hides Recoverable Items folders unless the entire mailbox is synced — and most users limit sync to recent items only.
You’re on a shared mailbox or resource account
Use Outlook desktop with full permissions — web app doesn’t expose Recoverable Items for shared mailboxes
Shared mailboxes have different retention behavior; recovery only works in desktop Outlook when you’re logged in as the mailbox owner or delegate with Full Access + Send As.
Preventing It Next Time
Set up guardrails — not habits. Don’t rely on remembering to check Recoverable Items.
First: Change your default delete behavior. Go to File > Options > Mail > Compose messages, and uncheck “Empty Deleted Items folders when exiting Outlook”. Yes — Outlook does this silently unless you stop it.
Second: Create a keyboard shortcut for instant recovery access. In Outlook desktop, go to File > Options > Customize Ribbon > Keyboard Shortcuts: Customize. Search “recover”, assign Alt+Shift+R to RecoverDeletedItems. Use it weekly — not just when you panic.
Third: If you’re an admin, know this — Group Policy *overrides* user settings. The “Mailbox Retention Policy” GPO setting controls the Deletions folder lifetime. Default is 14 days. You can raise it to 30, but not beyond 30 in most Microsoft 365 SKUs. And if your org uses Litigation Hold or In-Place Hold? Those pause the clock entirely — but only for mailboxes explicitly placed on hold.
Here’s the counterintuitive part: Turning *off* AutoArchive doesn’t help. In fact, it makes things worse. AutoArchive moves old items *out* of Recoverable Items — but only if it’s configured to archive *deleted* items (which it never is by default). So disabling it does nothing. What *does* help is disabling the “Permanently delete…” option under File > Options > Advanced > AutoArchive Settings. That checkbox is the silent killer.
Related Settings
Three settings interact tightly with how long Outlook keeps deleted emails — and changing one can break the others:
Retention Policy Tags: Found in Exchange Admin Center > Recipients > Mailboxes > [User] > Mailbox Features > Retention Policies. These apply to folders *inside* Deleted Items — not the Recoverable Items container itself.
Mailbox Cleanup Settings: In Outlook desktop, File > Tools > Mailbox Cleanup. This scans for large or old items — but ignores Recoverable Items unless you manually select “Include items from Recoverable Items folders”.
Online Archive Quota: If your mailbox hits its primary quota, Outlook may auto-purge Recoverable Items to free space — even before the 14 days expire. Check File > Account Settings > Account Settings > Double-click your account > Change > More Settings > Advanced > Mailbox Cleanup to see current usage.
Finally — here’s what to do *today*. Pick one action, not all three:
Press Ctrl+Y, type recover, and scan your Deletions folder — just to see what’s still there.
Open File > Options > Advanced and disable “Empty Deleted Items folders when exiting Outlook”.
If you manage mailboxes, run Get-Mailbox user@alibaba.com | fl RetainDeletedItemsFor in Exchange PowerShell — see what your actual retention window is.
Sarah Mitchell
Sarah has 12 years of experience covering Microsoft 365 productivity tools and enterprise software workflows. She specializes in Excel automation and SharePoint integration.