Stop Trying to Delete Outlook Express — Here’s What Actually Works
By James Chen
You open Outlook on your Windows 10 laptop, click File > Account Settings, and see 'Outlook Express' listed under Email Accounts — even though you’ve never installed it. You try right-clicking. Nothing. You search Control Panel for 'Outlook Express.' It shows up in Programs and Features… but says 'Windows Feature' and won’t uninstall. You panic. Your inbox is clean, but this phantom entry keeps appearing in backup logs and migration tools.
The Problem
Outlook Express was discontinued in 2012. It shipped with Windows XP and Vista, then got replaced by Windows Mail (Vista) and finally Windows Live Mail (7/8). Microsoft removed all traces from Windows 10 and 11 — except the registry keys and orphaned .dbx files. What you’re seeing isn’t a running app. It’s a ghost: leftover account metadata, MAPI profile cruft, or an old Windows Mail import stuck in your Outlook profile.
This affects anyone who migrated from XP/Vista to Windows 10+ using the built-in Windows Easy Transfer tool — or imported mail via Outlook’s Import and Export Wizard (File > Open & Export > Import/Export). The wizard preserves source identifiers, so Outlook displays "Outlook Express" as the account name, even though zero executable code remains.
It’s not dangerous. But it breaks consistency. It confuses backup scripts. It trips up third-party archiving tools. And yes — it makes people think they need to 'delete Outlook Express' like a modern app.
The Fix
You don’t uninstall Outlook Express. You remove its footprint from Outlook’s profile system and clean associated files.
Start with the profile manager. Press Win + R, type control.exe /name Microsoft.Mail, and hit Enter. This opens the classic Mail setup dialog — not Outlook itself. Click "Show Profiles." If you see "Outlook Express" listed there, select it and click "Remove." Confirm when prompted.
If that fails, go deeper: Outlook 365/2019/2016 stores profile info in the Windows Registry. Back up your registry first. Then navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles
Look for subkeys named "Outlook Express" or containing "OE" in the value data of 001f660a or 001f660b (these store display names). Right-click the profile folder → Delete.
Now check for residual .dbx files — the actual email containers Outlook Express used. They live in:
%USERPROFILE%\Local Settings\Application Data\Identities\{GUID}\Microsoft\Outlook Express\
(Yes — even on Windows 10, this path may exist if migration occurred.)
Search File Explorer for *.dbx and sort by date modified. If any are older than 2013 and sit in that Identity path? Safe to delete. Don’t touch anything in AppData\Roaming\Microsoft\Outlook\ — that’s your real Outlook data.
If That Doesn't Work
Sometimes the label persists because Outlook cached it during an import. Try rebuilding the profile entirely:
Close Outlook.
Run control.exe /name Microsoft.Mail again.
Click "Email Accounts" → "Add new email account" → choose "Manual setup" → skip server config → click "Next" until it asks for profile name.
Name it something new — e.g., "Work-2024" — and finish.
Once done, go back to "Show Profiles," set the new one as default, and remove the old one.
If the ghost still appears in backup reports or third-party tools, it’s likely referencing a PST created during import. Open Outlook > File > Open & Export > Open Outlook Data File. Look for PSTs named "Outlook Express Archive.pst" or similar. Right-click them in the Folder pane → "Close "Outlook Express Archive"." Then delete the .pst file manually (after confirming no mail is missing).
One surprising tip: Outlook Web App (outlook.office.com) will never show Outlook Express labels. Why? Because it doesn’t read local profiles or registry entries — only cloud mailboxes and synced PSTs. So if you only use OWA, this entire issue is invisible. The problem lives entirely on the desktop client.
Preventing It Next Time
Don’t use the Import and Export Wizard to bring in old OE mail. Instead:
Open Windows Live Mail (if still available on your old PC).
Export each folder as .eml files (right-click folder → Export → EML).
In Outlook, create a new folder → drag/drop the .eml files in.
This bypasses MAPI profile injection entirely. No ‘Outlook Express’ label. No registry residue. Just clean messages.
Also: disable Windows Mail auto-import. In Windows Settings > Apps > Default apps > Email, make sure no legacy mail app is set as default. On domain-joined machines, Group Policy can enforce this via Computer Configuration > Administrative Templates > Windows Components > Mail > Prevent access to mail features.
Related Settings
Several Outlook settings interact with legacy import behavior. These matter most if you manage multiple profiles or support users migrating from older Windows versions:
Same location; New Outlook reads it but doesn’t write to it
Auto-archive settings
File > Options > Advanced > AutoArchive
✓
✗
New Outlook doesn’t support PST-based auto-archive
PST file associations
File > Account Settings > Data Files tab
✓
✗
New Outlook only supports cloud mailboxes and OneDrive-synced files
Here’s what to do right now:
Press Win + R, paste control.exe /name Microsoft.Mail, and remove any 'Outlook Express' profile showing there.
Search your user folder for *.dbx — delete any found outside Program Files.
Open Outlook > File > Account Settings > Account Settings, and verify no account lists 'Outlook Express' under 'Account Type.'
James Chen
James is a workplace technology analyst who evaluates office tools and productivity platforms. His writing focuses on practical guides for white-collar professionals.