Outlook shows "Something went wrong" with error code 2603, or you see "We couldn't connect" errors. This is a registry/TLS configuration issue blocking authentication to Microsoft 365.

The Fix

Method 1: Enable TLS (Most Common)

Open Internet Options and enable all TLS versions:

Control Panel > Internet Options > Advanced tab
Check: TLS 1.0, TLS 1.1, TLS 1.2, TLS 1.3
Click Apply > OK
Restart computer

If That Doesn't Work: Clear Registry Connection Settings

# Run PowerShell as Administrator
# Backup first
reg export "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections" "$env:USERPROFILE\Desktop\connections-backup.reg"

# Delete corrupted settings
Remove-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections" -Name "DefaultConnectionSettings" -ErrorAction SilentlyContinue
Remove-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections" -Name "SavedLegacySettings" -ErrorAction SilentlyContinue

Restart and try Outlook again.

Still Not Working? Reset IE/Edge Settings

RunDll32.exe InetCpl.cpl,ResetIEtoDefaults

Reboot after reset.

Verify

Outlook should connect and authenticate normally. If you're behind a corporate proxy or VPN, temporarily disable to test - proxy misconfiguration is a common cause.


Need help with Microsoft 365 issues? Contact Rain City Techworks for IT support across the Seattle-Tacoma area.