Hi @Zeki,
Thanks for the detailed answers.
Based on what you’ve confirmed, this is not an Exchange issue and not an account issue. It is local to Outlook for Mac on this M1 device, with macOS 26.3.1 + network filtering (Zscaler) being the key factors.
Because OWA and Windows work fine, your Exchange mailbox and account are healthy. The "No Internet" error you're seeing during setup could be caused by the Zscaler Client Connector losing its ability to properly work with macOS Tahoe's new Liquid Glass networking stack.
You can try the following steps to fix the "No Internet" block and get Outlook 26.x authenticated:
- Fully unload Zscaler (not just “disconnect”)
Even if Zscaler is "Off," its System Extension (the filter) is likely still active in the macOS kernel. On Tahoe 26.3.1, these filters are currently "swallowing" the authentication packets meant for Microsoft's login servers.
- Go to System Settings > Network > Filters.
- Look for Zscaler (and any other content filters).
- Even if they say "Running," try to Disable them manually or click the
-(minus) to remove them temporarily. - Restart your Mac. Try to add the account again before Zscaler re-engages.
Additionally, you can go further and run these commands in Terminal:
To Unload Zscaler Services:
# This stops the background tunnel and service agents
sudo launchctl bootout system/com.zscaler.service
sudo launchctl bootout system/com.zscaler.tunnel
To Fully Kill the UI Process:
# Prevents the app from auto-restarting while you setup Outlook
killall "Zscaler"
Note: Once you have successfully added your Outlook account and the first sync starts, you can restart Zscaler by rebooting or running open -a "Zscaler".
- Bypass Tahoe's "Private Relay" & "IP Tracking"
Tahoe 26.3.1 has intensified "Limit IP Address Tracking," which masks your Mac's identity from Exchange's conditional access.
- Go to System Settings > Network > Wi-Fi (or Ethernet).
- Click Details for your current network.
- Ensure Limit IP Address Tracking is OFF.
-
- Verify in iCloud Settings that Private Relay is also OFF. These features often conflict with Zscaler’s tunnel, leading Outlook to believe there is "No Internet."
- Clear the "Identity" Keychain cache
Since you've already uninstalled and reinstalled, you've likely cleared the app, but not the Microsoft Professional Identity tokens stored in the macOS Keychain, which Tahoe is now protecting more strictly.
- Open Keychain Access.
- Search for and delete all entries containing:
-
MicrosoftOffice15 -
com.microsoft.Outlook -
com.microsoft.adalcache -
Microsoft Professional Identity
-
- Crucial: Search for
adaland delete those tokens; these are the specific "Modern Auth" tokens that 26.3.1 is failing to refresh.
- Create a fresh Outlook profile:
If the standard "Add Account" screen is failing, bypass it by creating a new profile container entirely.
- Quit Outlook.
- In Finder, go to Applications, right-click Microsoft Outlook, and select Show Package Contents.
- Navigate to
Contents > SharedSupportand open the Outlook Profile Manager. - Click the + to create a new profile (name it "Test").
- Click the "Gear" icon and select Set as Default.
- Open Outlook. It will be completely empty. Try adding your account here.
More information at: Manage profiles or identities in Outlook for Mac - Microsoft Support
The steps above address basic network connectivity troubleshooting; however, it’s important to note that many users are currently reporting issues related to the macOS 26.3.1 update. I recommend reaching out to your IT administrator and asking them to investigate this further, as the issue may be related to the operating system update rather than a standard connectivity problem. The admin should open a support case with Microsoft Support, as backend diagnostics may be required. They can reach out to Microsoft Support through the Microsoft 365 Admin Center on your behalf so Microsoft can collect logs and investigate your issue.
Microsoft also provides customer service phone numbers based on your region. You can find the appropriate contact number here: Customer service phone numbers - Microsoft Support
This route ensures that a Microsoft support engineer can initiate a remote session to investigate backend configurations, run advanced diagnostic tools, and, if necessary, escalate the case to specialized teams with access to internal systems and logs. These backend resources are essential for resolving issues that go beyond what’s visible in the user interface.
As community moderators, we’re here to guide you, but due to privacy and security limitations, we don’t have access to the backend tools required for a full resolution. For this reason, contacting Microsoft Support via the Admin Center is the most secure and efficient way forward.
I hope this helps you resolve the issue quickly. I’m glad to assist and truly hope the information provided has been useful. Please feel free to reach out anytime if you need further assistance.
Thank you for your kindness and contributions to the forum.
Note: Follow the steps in our documentation to enable email notifications if you want to receive email notifications related to this topic.