{"id":119,"date":"2025-09-21T14:28:21","date_gmt":"2025-09-21T14:28:21","guid":{"rendered":"https:\/\/wiltech.support\/?p=119"},"modified":"2025-09-21T14:28:21","modified_gmt":"2025-09-21T14:28:21","slug":"how-to-make-outlook-and-teams-open-links-in-your-default-browser-e-g-chrome","status":"publish","type":"post","link":"https:\/\/wiltech.support\/resources\/how-to-make-outlook-and-teams-open-links-in-your-default-browser-e-g-chrome\/","title":{"rendered":"How to Make Outlook and Teams Open Links in Your Default Browser (e.g. Chrome)"},"content":{"rendered":"\n<p>When you click links in Microsoft Outlook or Teams, you may see a one-time prompt: <em>&#8220;Message links from Outlook open in Microsoft Edge so you can see your email without switching apps. This setting will affect how web links are opened across Outlook and Teams. You can also change this any time.&#8221;<\/em> This sets Microsoft Edge as the default for opening links with an email\/chat sidebar. If you dismissed the prompt or want to use your system&#8217;s default browser (e.g., Chrome or Firefox) instead, this guide shows how to configure <strong>Outlook 2016 and later<\/strong> (including New Outlook in Microsoft 365) and Teams using app settings or Registry Editor (regedit). We&#8217;ll also explain how to make the prompt reappear.<\/p>\n\n\n\n<p><strong>Note<\/strong>: If your organization uses Group Policy to enforce Edge, these settings may be locked\u2014contact your IT admin.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Method 1: Change Settings in Outlook\/Teams (UI-Based)<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">For New Outlook (Microsoft 365)<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open <strong>Outlook<\/strong> (ensure the &#8220;New Outlook&#8221; toggle is on, if applicable).<\/li>\n\n\n\n<li>Go to <strong>Settings > General > Links<\/strong><\/li>\n\n\n\n<li>Under <strong>Links <\/strong>choose <strong>Default browser<\/strong>.<\/li>\n\n\n\n<li>Click <strong>Save<\/strong> and restart Outlook.<\/li>\n\n\n\n<li>Click a link in an email<\/li>\n\n\n\n<li>It may first open in Edge with a prompt to check the settings, select <strong>Use system default (Google Chrome)<\/strong> and click <strong>Confirm<\/strong>.<\/li>\n\n\n\n<li>Test another link, which should open in Chrome.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">For Classic Outlook (2016)<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open <strong>Classic Outlook 2016<\/strong> (toggle off &#8220;New Outlook&#8221; if needed).<\/li>\n\n\n\n<li>Go to <strong>File > Options<\/strong>.<\/li>\n\n\n\n<li>Select <strong>Advanced<\/strong>.<\/li>\n\n\n\n<li>Under <strong>File and browser preferences<\/strong> or <strong>Link handling<\/strong>, set <strong>&#8220;Open hyperlinks from Outlook in:&#8221;<\/strong> to <strong>Default browser<\/strong>.<\/li>\n\n\n\n<li>Click <strong>OK<\/strong> and restart Outlook.<\/li>\n\n\n\n<li>Test a link to confirm it opens in your default browser.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">For Microsoft Teams<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open <strong>Teams<\/strong>.<\/li>\n\n\n\n<li>Click your <strong>profile picture<\/strong> (top right) > <strong>Settings<\/strong>.<\/li>\n\n\n\n<li>Go to <strong>General<\/strong> or <strong>Files and links<\/strong> (varies by version).<\/li>\n\n\n\n<li>Under <strong>Link open preference<\/strong>, select <strong>System default browser<\/strong>.<\/li>\n\n\n\n<li>Restart Teams.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Verify Your Default Browser<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Go to <strong>Windows Settings > Apps > Default apps<\/strong>.<\/li>\n\n\n\n<li>Search for your preferred browser (e.g., Chrome) and click <strong>Set default<\/strong>.<\/li>\n\n\n\n<li>This ensures all apps, including Outlook\/Teams, respect your choice.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Method 2: Use Registry Editor (regedit)<\/h2>\n\n\n\n<p>You can modify the Windows Registry to remove the previously selected options for Outlook 2016 and later (including Microsoft 365) and Teams, which share Office\u2019s link-handling settings. <strong>Back up your registry<\/strong> (File > Export in regedit) before proceeding.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Press <strong>Win + R<\/strong>, type <code>regedit<\/code>, and press Enter (run as admin if prompted).<\/li>\n\n\n\n<li>Navigate to: <code>HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Office\\16.0\\Common\\Links<\/code>.<\/li>\n\n\n\n<li>Remove all but the (Default) Key.<\/li>\n\n\n\n<li>Close regedit, Outlook and Teams.<\/li>\n\n\n\n<li>Go to <strong>Settings [Win &#8211; I], <\/strong>Click <strong>Apps<\/strong>, Click <strong>Default Apps<\/strong>.<\/li>\n\n\n\n<li>Click <strong>Google Chrome<\/strong>, then click <strong>Set default<\/strong>.<\/li>\n\n\n\n<li>Open Outlook and\/or Teams.<\/li>\n\n\n\n<li>Click a link, which will first open in Edge with a prompt to Use Edge or Manage my settings.<\/li>\n\n\n\n<li>Click Manage my settings.<\/li>\n\n\n\n<li>Select Use system default (Google Crome), click Confirm<\/li>\n\n\n\n<li>Click another link to test that it will open in Chrome<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Method 3: Automate with a Batch Script<\/h2>\n\n\n\n<p>This batch script sets the registry to use the default browser for Outlook 2016 and later (version 16.0) and Teams. Save it as <code>set_outlook_browser.bat<\/code> and run as administrator.<br><br>reg add &#8220;HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Office\\16.0\\Common\\Links&#8221; \/v DecisionPending \/t REG_BINARY \/d 01000000 \/f<br>reg add &#8220;HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Office\\16.0\\Common\\Links&#8221; \/v DecisionComplete \/t REG_BINARY \/d 01000000 \/f<br>reg add &#8220;HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Office\\16.0\\Common\\Links&#8221; \/v BrowserChoice \/t REG_BINARY \/d 01000000 \/f<br><br><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Run the script<\/strong>: Right-click the .bat file > <strong>Run as administrator<\/strong>.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>When you click links in Microsoft Outlook or Teams, you may see a one-time prompt: &#8220;Message links from Outlook open [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":120,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-119","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog"],"_links":{"self":[{"href":"https:\/\/wiltech.support\/resources\/wp-json\/wp\/v2\/posts\/119","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wiltech.support\/resources\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wiltech.support\/resources\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wiltech.support\/resources\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wiltech.support\/resources\/wp-json\/wp\/v2\/comments?post=119"}],"version-history":[{"count":1,"href":"https:\/\/wiltech.support\/resources\/wp-json\/wp\/v2\/posts\/119\/revisions"}],"predecessor-version":[{"id":121,"href":"https:\/\/wiltech.support\/resources\/wp-json\/wp\/v2\/posts\/119\/revisions\/121"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wiltech.support\/resources\/wp-json\/wp\/v2\/media\/120"}],"wp:attachment":[{"href":"https:\/\/wiltech.support\/resources\/wp-json\/wp\/v2\/media?parent=119"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wiltech.support\/resources\/wp-json\/wp\/v2\/categories?post=119"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wiltech.support\/resources\/wp-json\/wp\/v2\/tags?post=119"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}