Quick Fix Windows 11 Outlook Classic 2 min read

Email Button Opens Internet Explorer Instead of Outlook? Here's the Fix

📅 May 2026 ⏱ 2 minute fix 💻 Windows 10 & 11
Sound familiar? You click a "Mail Us" or "Contact" button on a website — and instead of Outlook opening a new email, Internet Explorer launches and shows a blank page. This is a very common Windows issue and the fix takes under 2 minutes.

Why Does This Happen?

When you click an email button on a website, it uses something called a mailto: link — a special web protocol that tells your computer to open an email app. The problem is that Windows doesn't always know which email app to use.

If Internet Explorer (or a blank browser tab) opens instead of Outlook, it means Windows has not been told that Outlook Classic is your default email handler. Windows falls back to the browser, which cannot handle email — resulting in a blank or broken page.

💡 Why Internet Explorer specifically? On older Windows setups or corporate machines, Internet Explorer was set as the default browser AND default mailto handler at the same time. So when no email app is configured, Windows passes mailto: links to IE — which can't do anything with them.

The Fix: Set Outlook Classic as Your Default Email App

✅ Quick Summary

Go to Windows Settings → Apps → Default Apps → Search "Outlook" → Click Outlook Classic → Set MAILTO to Outlook Classic. Done.

Step-by-step guide (Windows 11)

  1. 1
    Open Windows Settings

    Press Windows + I on your keyboard. Settings will open instantly.

  2. 2
    Click "Apps" in the left sidebar

    Then select Default Apps from the submenu.

  3. 3
    Search for "Outlook" in the search box

    Type Outlook and you will see results appear — look for Microsoft Outlook (Classic), not the new Outlook.

  4. 4
    Click on Outlook Classic

    This opens a list of file types and protocols that Outlook can handle.

  5. 5
    Find "MAILTO" in the list and click it

    A pop-up will appear asking which app to use. Select Outlook (Classic) and click OK.

  6. 6
    Test it — click any email button on a website

    Outlook Classic should now open directly with the email address already filled in. No more Internet Explorer!

One-Click Fix: Download the .bat Script

If you need to apply this fix on multiple computers — or just want it done in one double-click — download and run this script as Administrator.

@echo off echo Setting Outlook Classic as default MAILTO handler... reg add "HKCU\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\mailto\UserChoice" ^ /v ProgId /t REG_SZ /d "Outlook.URL.mailto.15" /f echo Done! Outlook Classic is now your default email app. pause

Right-click the downloaded file → Run as Administrator. It completes in under 5 seconds.

Why Outlook Classic and Not New Outlook?

Windows 11 ships with the new Outlook app which is a web-based version of Outlook. Many users and businesses still prefer Outlook Classic because it works offline, integrates deeply with Exchange/corporate email, and retains the familiar interface.

If you have both installed, Windows may default to the new one — which is why your mailto links might be going to the wrong place even after a previous attempt to fix it.

Comparison: What Each Option Does

MAILTO Default Set To What Happens When You Click an Email Button
Nothing / Not configuredInternet Explorer or browser opens a blank page ❌
New OutlookNew Outlook (web-based) opens a compose window
Outlook Classic ✅Outlook Classic opens with the email address pre-filled ✅
Windows Mail appThe basic Windows Mail app opens

Still Not Working? Try These

Outlook Classic doesn't appear in the list

Open Outlook Classic at least once before changing the default. Windows only registers it as an option after it has been launched for the first time.

The fix works but reverts after Windows Update

Windows updates can reset default app settings. Re-apply the fix from Settings → Apps → Default Apps, or run the .bat script again.

You're on Windows 10

Go to Control Panel → Default Programs → Set Default Programs, select Microsoft Outlook, and click Set this program as default.

🔒 Note for IT Admins If you manage multiple machines, you can deploy the MAILTO default via Group Policy or an MDM solution like Microsoft Intune. The registry path is: HKCU\Software\Microsoft\Windows\Shell\Associations\URLAssociations\MAILTO\UserChoice
DK
Deepak Kumar

IT support specialist sharing practical Windows and Office fixes for everyday users and corporate teams. No jargon, just solutions.