If you’re wondering how do i change default browser in outlook, the answer is simpler than you might think. Changing your default browser in Outlook involves adjusting Windows system settings for file associations. This guide will walk you through every step clearly and quickly.
Outlook uses your system’s default browser to open links. If you prefer Chrome, Firefox, or another browser, you need to change this setting in Windows, not inside Outlook itself. Let’s get started.
How Do I Change Default Browser In Outlook
To change the browser Outlook uses, you must modify your Windows default apps. Here is the complete process for Windows 10 and Windows 11.
Step 1: Open Windows Settings
Press the Windows key + I on your keyboard. This opens the Settings menu. Alternatively, click the Start button and select the gear icon.
Step 2: Go To Default Apps
In Windows 10, click Apps then Default apps. In Windows 11, click Apps then Default apps from the left sidebar.
Step 3: Change Your Default Browser
Under “Web browser,” you’ll see your current default. Click it and choose your preferred browser from the list. If you don’t see it, make sure the browser is installed.
- For Chrome: Select “Google Chrome”
- For Firefox: Select “Mozilla Firefox”
- For Edge: Select “Microsoft Edge”
- For Opera: Select “Opera”
Once selected, Windows will update the association. Outlook will now use this browser for all links.
Step 4: Verify The Change In Outlook
Open Outlook and click any link in an email. It should open in your newly selected browser. If it doesn’t, restart Outlook and try again.
Why Outlook Doesn’t Have Its Own Browser Setting
Outlook is part of the Microsoft Office suite. It relies on Windows system settings for file and protocol associations. This means you cannot change the browser from within Outlook’s options menu. The setting is global for your entire system.
Some users think there is a hidden setting in Outlook. There isn’t. The only way is through Windows Default Apps. This design keeps things consistent across all programs.
Common Issues And Fixes
Sometimes the change doesn’t take effect immediately. Here are quick solutions:
- Restart Outlook: Close and reopen Outlook to refresh the association.
- Restart Windows: A full restart ensures all settings apply.
- Check for updates: Make sure Windows and Outlook are up to date.
- Reinstall the browser: If the browser isn’t listed, reinstall it.
How To Change Default Browser In Outlook For Specific Link Types
You can also set defaults for specific file types or protocols. This is useful if you want different browsers for different tasks.
Step 1: Open Default Apps Settings
Go to Settings > Apps > Default apps again.
Step 2: Choose “Set Defaults By App”
Click on your preferred browser. You’ll see a list of file types and protocols it can handle. For example, .htm, .html, HTTP, and HTTPS.
Step 3: Assign Protocols To Your Browser
Make sure HTTP and HTTPS are set to your chosen browser. These are the protocols Outlook uses for web links. If they are assigned to another browser, links will open there instead.
- Click each protocol and select your browser.
- Repeat for .htm and .html if needed.
This gives you fine control over how Outlook handles links.
Using Third-Party Tools To Change Browser In Outlook
Some users prefer tools like “Browser Chooser” or “Default Browser Manager.” These let you set rules for which browser opens based on the link. For example, you can make Outlook links open in Chrome while other links open in Edge.
These tools are not necessary for most people. But if you need advanced control, they are worth exploring. Just download from official sources to avoid malware.
Popular Tools
- Browser Chooser 2: Free and open-source. Lets you set rules per program.
- Default Browser Manager: Simple interface for Windows 10/11.
- EdgeDeflector: Forces links to open in your default browser instead of Edge.
Install the tool, configure it to detect Outlook, and set your preferred browser. This bypasses Windows settings entirely.
How To Change Default Browser In Outlook For Mac
If you use Outlook for Mac, the process is different. Mac uses system preferences for default browser.
Step 1: Open System Preferences
Click the Apple menu and select System Preferences (or System Settings in newer macOS).
Step 2: Go To General
Click General. Look for “Default web browser.”
Step 3: Select Your Browser
Choose from the dropdown menu. Options include Safari, Chrome, Firefox, and others.
Outlook for Mac will now use this browser for links. Restart Outlook to apply the change.
How To Change Default Browser In Outlook Web App
Outlook Web App (OWA) uses your system’s default browser. If you access Outlook through a browser, links open in that same browser. To change it, adjust your system default as described above.
There is no separate setting for OWA. It inherits the browser you are using.
What If Links Still Open In The Wrong Browser?
Sometimes the change doesn’t stick. Here are advanced troubleshooting steps.
Check Protocol Associations
Open Command Prompt as administrator. Type assoc .html and press Enter. It should show .html=htmlfile. Then type ftype htmlfile and ensure it points to your browser’s executable.
For example: "C:\Program Files\Google\Chrome\Application\chrome.exe" %1
If it points to Edge or another browser, you need to change it manually. Use the ftype command to reassign.
Reset Default Apps
Go to Settings > Apps > Default apps. Scroll down and click “Reset” under “Reset to the Microsoft recommended defaults.” Then set your browser again.
Use A Registry Fix
Warning: Editing the registry can break your system. Backup first. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice. Change the Progid value to your browser’s identifier.
For Chrome: ChromeHTML. For Firefox: FirefoxURL-308046B0AF4A39CB. The exact string varies by version.
How To Change Default Browser In Outlook For Specific Emails
You cannot change the browser for individual emails. The setting is global. However, you can copy a link and paste it into a different browser manually. Right-click the link in Outlook, select “Copy link,” then open your preferred browser and paste it.
This is a workaround if you need a different browser temporarily.
Frequently Asked Questions
Can I change the default browser directly in Outlook?
No. Outlook does not have an internal setting for this. You must change it in Windows Default Apps.
Why does Outlook keep opening links in Edge?
Edge is the default browser in Windows. You need to change the default to your preferred browser in Settings.
Will changing the default browser affect other programs?
Yes. All programs that open web links will use the new default browser. This includes email clients, documents, and other apps.
How do I change the default browser in Outlook 365?
The process is the same for Outlook 365, 2019, 2016, and older versions. All rely on Windows system settings.
What if my browser isn’t listed in Default Apps?
Reinstall the browser. It should appear after installation. If not, check for updates or use a different browser version.
Additional Tips For Managing Browsers In Outlook
Here are some extra pointers to make your experience smoother.
- Keep your browser updated: Outdated browsers may not register correctly.
- Use a browser manager: Tools like “Browser Chooser” give you more control.
- Test with a simple link: After changing, click a link in a test email to confirm.
- Check for group policies: If you’re on a work computer, IT may have locked default apps.
If you are on a corporate network, you might not be able to change the default browser. Contact your IT department for assistance.
How To Change Default Browser In Outlook Using Command Line
Advanced users can use the command line to change defaults quickly.
Step 1: Open Command Prompt As Administrator
Press Windows key + X and select “Command Prompt (Admin)” or “Windows Terminal (Admin)”.
Step 2: Use The DISM Command
Type DISM /Online /Export-DefaultAppAssociations:C:\DefaultApps.xml. This exports current settings.
Step 3: Edit The XML File
Open the file in Notepad. Find the line for Association Identifier=".html" ProgId="...". Change the ProgId to your browser’s identifier.
Step 4: Import The File
Type DISM /Online /Import-DefaultAppAssociations:C:\DefaultApps.xml. Restart your computer.
This method is useful for IT administrators deploying settings to multiple machines.
Common Mistakes When Changing Default Browser
Avoid these pitfalls to ensure success.
- Not restarting Outlook: The change may not apply until you restart.
- Changing only file types: Make sure HTTP and HTTPS protocols are also set.
- Using a portable browser: Portable versions may not register as default.
- Ignoring Windows updates: Updates can reset default apps.
Double-check each step if links still open in the wrong browser.
How To Change Default Browser In Outlook For Different User Accounts
Each user account on Windows has its own default browser settings. You must change it for each account separately. Log into the account, follow the steps above, and restart Outlook.
This is important for shared computers where different users prefer different browsers.
Conclusion
Changing your default browser in Outlook is a straightforward process. You adjust Windows system settings, not Outlook itself. Follow the steps for your operating system, and you’ll be clicking links in your preferred browser in no time.
Remember to restart Outlook and test with a link. If issues persist, check protocol associations or use a third-party tool. Now you know exactly how do i change default browser in outlookâgo ahead and make the switch.