Why Outlook 365 cannot connect to the server on Indian broadband
Short answer: Outlook 365 uses a process called Autodiscover to find your mail server settings and authenticate using Microsoft's OAuth 2.0 protocol. Indian ISPs — particularly Airtel's broadband, BSNL Bharat Fiber, and some Jio plans — route traffic through transparent proxy servers that can interfere with these specific HTTPS requests. The result is an error that looks like Outlook cannot reach the internet, even though your browser works fine. The fastest diagnostic is to switch to a mobile hotspot — if Outlook connects on mobile data, the ISP proxy is the confirmed culprit.
How to fix Outlook 365 connection errors on Indian broadband
Step 1: Switch DNS to Google or Cloudflare and flush the DNS cache
Go to Windows Settings → Network & Internet → your active connection → DNS server assignment, and change from "Automatic" to "Manual". Enter 8.8.8.8 (Google DNS) as the primary and 1.1.1.1 (Cloudflare DNS) as secondary for IPv4. Then open Command Prompt as Administrator and run ipconfig /flushdns. This clears the local DNS cache that may hold stale or ISP-redirected Autodiscover lookups. Restart Outlook after this step — do not just wait for it to reconnect. This single step resolves a majority of Outlook connection failures on Indian residential broadband.
Step 2: Adjust MTU to bypass ISP proxy fragmentation
MTU (Maximum Transmission Unit) is the largest data packet your network connection can carry without splitting it. Airtel's broadband infrastructure commonly uses an effective MTU of around 1400–1450 bytes, while Windows defaults to 1500. When Outlook sends a large authentication packet, it gets fragmented and the ISP proxy sometimes drops the second fragment. Open Command Prompt as Administrator and run: netsh interface ipv4 set subinterface "Wi-Fi" mtu=1400 store=persistent (replace "Wi-Fi" with "Ethernet" if you are wired). This change is safe and reversible and resolves persistent Outlook disconnections on Airtel and some Jio connections. Restart Outlook to test.
Step 3: Delete and rebuild the OST file
The OST file (Offline Storage Table — Outlook's local copy of your mailbox, stored at C:\Users\[username]\AppData\Local\Microsoft\Outlook\) can become corrupted after a power cut or if it grows beyond 50 GB. A corrupted OST looks exactly like a server connection error because Outlook tries to sync it and fails. To fix: close Outlook, navigate to the AppData\Local\Microsoft\Outlook folder (press Win+R and type %localappdata%\Microsoft\Outlook), and delete or rename the .ost file for your account. When Outlook reopens, it rebuilds the OST fresh from the server. See our guide on Outlook PST and OST corruption fixes for a full walkthrough including recovery options if the OST holds unique local data.
Step 4: The India angle — Bharti Airtel Leased Line proxy bypass for offices
In Indian offices with Bharti Airtel Leased Lines, the Cisco-based edge proxy that Airtel manages can intercept Microsoft 365's modern authentication (OAuth 2.0) and break it. This is not an Outlook bug — it is an ISP infrastructure configuration issue. The fix requires your IT administrator or network team to add the following Microsoft 365 endpoint ranges to the proxy bypass list: *.outlook.com, *.office365.com, login.microsoftonline.com. Microsoft publishes the full list at their 365 endpoints documentation page. If your organisation cannot modify the proxy, connecting Outlook via Microsoft 365's MAPI over HTTPS with the "Use cached Exchange mode" setting disabled can work around it temporarily. Related: our Tally network error fix guide covers similar proxy bypass approaches for Indian office networks.
When to call a repair service
When software fixes do not hold
If Outlook connects briefly and then disconnects again, and you have tried DNS change, MTU adjustment, and OST rebuild, the issue may be the laptop's network card driver. Dell Latitude and HP EliteBook models running Intel Wi-Fi 6E or Qualcomm Wi-Fi 7 cards have known driver conflicts with Windows 11 24H2/26H1 that cause intermittent HTTPS connection drops. Updated drivers from Intel or Qualcomm's site (not Windows Update, which may serve older versions) resolve this in most cases.
Typical repair cost in India
Software-only fix (driver update, Outlook profile rebuild, OST repair): covered under the ₹149 doorstep visit. Wi-Fi card replacement if hardware is confirmed faulty: ₹1,500–₹3,500. Diagnosis: ₹149 — we confirm the root cause before quoting anything else.
A note from the LRW Engineer Team
The Airtel proxy issue with Outlook is not new — we have been troubleshooting it since the 2022 Microsoft 365 modern-auth mandate. The fastest workaround when you are stuck in a meeting and Outlook will not connect is to enable a mobile hotspot from your phone and connect the laptop to it — Outlook connects instantly, confirming the ISP as the culprit. After the meeting, apply the DNS and MTU fixes permanently. WhatsApp us at 7702503336 if you need a doorstep session to walk through the network settings safely.