How to Resolve Outlook ‘Trying to Connect’ Status Loop on Wake From Sleep
🔍 WiseChecker

How to Resolve Outlook ‘Trying to Connect’ Status Loop on Wake From Sleep

When you wake your Windows computer from sleep, Outlook may get stuck displaying “Trying to connect” in the status bar and never reconnect to Microsoft 365 or your mail server. This loop happens because Outlook's network detection fails to recognize that the network adapter has fully resumed, causing the connection attempt to hang indefinitely. This article explains the root cause of the problem and provides three reliable fixes that restore Outlook connectivity without requiring a restart.

Key Takeaways: Fix Outlook Stuck on ‘Trying to Connect’ After Sleep

  • File > Options > Mail > Send/Receive > Schedule an automatic send/receive every 1 minute: Forces Outlook to retry the connection more aggressively after waking from sleep.
  • Power Options > Change plan settings > Change advanced power settings > PCI Express > Link State Power Management > Off: Prevents Windows from cutting power to the network adapter during sleep, which causes the connection loop.
  • Device Manager > Network adapters > Right-click adapter > Properties > Power Management > Uncheck ‘Allow the computer to turn off this device to save power’: Keeps the network adapter awake during sleep so Outlook retains its connection.

ADVERTISEMENT

Why Outlook Gets Stuck in a ‘Trying to Connect’ Loop After Sleep

When your computer enters sleep mode, Windows may cut power to the network adapter to save energy. When the system wakes, the adapter takes a few seconds to reinitialize and re-establish a link to the network. Outlook, however, uses a cached network status check that can misinterpret this brief outage as a permanent disconnection. Instead of retrying the connection automatically, Outlook enters a loop where it repeatedly attempts to connect, fails silently, and displays “Trying to connect” in the lower-right status bar.

This behavior is most common in Outlook 2016, 2019, and Microsoft 365 versions when connected to Exchange Online or an on-premises Exchange server. The loop can last indefinitely until you manually restart Outlook or disable and re-enable the network adapter. The issue is not a bug in Outlook itself but a conflict between Windows power-saving features and Outlook's connection retry logic.

How Power Management Affects Outlook Connectivity

Windows 10 and Windows 11 include a feature called Link State Power Management (LSPM) that reduces power to PCI Express devices, including network adapters, during sleep. When LSPM is enabled, the adapter may not fully wake up when the system resumes. Outlook's connection manager polls the network stack and receives a false “disconnected” state, triggering the retry loop.

Outlook Send/Receive Timing

By default, Outlook schedules a send/receive operation every 30 minutes. If the connection drops during sleep and the next scheduled send/receive occurs before the adapter is ready, Outlook marks the connection as failed and enters the retry loop. The loop continues because Outlook does not re-check the network state until the next scheduled interval, which can be minutes away.

Steps to Break the ‘Trying to Connect’ Loop on Wake

The following three methods resolve the issue. Start with Method 1 because it is the quickest. If the problem returns, apply Method 2 and Method 3.

Method 1: Force Outlook to Retry Immediately

  1. Open the Send/Receive tab
    In Outlook, click the Send / Receive tab on the ribbon. This tab contains all manual send/receive commands.
  2. Click Send/Receive All Folders
    Click Send/Receive All Folders (or press F9). This forces Outlook to immediately attempt a connection to the server. If the network adapter is awake, Outlook connects within 5 seconds.
  3. Change the automatic send/receive interval
    Go to File > Options > Mail. Under Send/Receive, click Send/Receive. In the dialog, check Schedule an automatic send/receive every 1 minute. Click OK twice. This makes Outlook retry the connection every 60 seconds instead of every 30 minutes.

Method 2: Disable Network Adapter Power Saving

  1. Open Device Manager
    Press Win + X and select Device Manager. Alternatively, type devmgmt.msc in the Run dialog (Win + R).
  2. Find your network adapter
    Expand Network adapters. Look for your Wi-Fi or Ethernet adapter. Common names include Intel Wi-Fi 6 AX200, Realtek PCIe GbE Family Controller, or Qualcomm Atheros.
  3. Open Power Management properties
    Right-click the adapter and select Properties. Click the Power Management tab.
  4. Uncheck the power-saving option
    Uncheck Allow the computer to turn off this device to save power. Click OK. This prevents Windows from cutting power to the adapter during sleep.

Method 3: Disable PCI Express Link State Power Management

  1. Open Power Options
    Press Win + R, type powercfg.cpl, and press Enter. This opens the Power Options control panel.
  2. Open advanced power settings
    Next to your active power plan, click Change plan settings. Then click Change advanced power settings.
  3. Locate PCI Express settings
    Scroll down and expand PCI Express. Then expand Link State Power Management.
  4. Set to Off
    Change both On battery and Plugged in to Off. Click Apply and then OK. This disables the feature that reduces power to the network adapter during sleep.

ADVERTISEMENT

If Outlook Still Has Issues After the Main Fix

If the “Trying to connect” loop persists after applying all three methods, check the following scenarios.

Outlook Displays ‘Disconnected’ Instead of ‘Trying to Connect’

If the status bar shows Disconnected, the network adapter is awake but Outlook has lost its authentication token. Click Send/Receive All Folders (F9). If that fails, restart Outlook. If the problem repeats, clear the Outlook credential cache by going to Control Panel > Credential Manager > Windows Credentials and removing any entries that contain Outlook or MicrosoftOffice. Reopen Outlook and sign in again.

Outlook Connects but Then Immediately Drops Back to ‘Trying to Connect’

This indicates a DNS resolution delay. Open a Command Prompt as administrator and run ipconfig /flushdns. Then run ipconfig /registerdns. This refreshes the DNS cache and forces the network adapter to re-register with the DNS server. After running both commands, restart Outlook.

Wi-Fi Adapter Does Not Reconnect Automatically After Sleep

Windows may prioritize a wired connection over Wi-Fi. If you use Wi-Fi, go to Settings > Network & Internet > Wi-Fi > Manage known networks, select your network, and click Properties. Under Metered connection, set it to Off. Also check Connect automatically when in range is enabled. After making changes, restart the computer.

Manual Retry vs Automatic Retry: Key Differences

Item Manual Retry (F9) Automatic Retry (Send/Receive Schedule)
Trigger User presses F9 or clicks Send/Receive All Folders Timer-based, set in File > Options > Mail > Send/Receive
Default interval Instantaneous 30 minutes
Recommended interval for sleep issues Use immediately after waking Set to 1 minute
Effect on network adapter Forces Outlook to check adapter state Polls adapter at scheduled time only
Works when adapter is slow to wake Yes, if adapter is already awake No, if scheduled time occurs before adapter is ready

By setting the send/receive interval to 1 minute and disabling power-saving features on the network adapter, you eliminate the window where Outlook misreads the network state. Pressing F9 after waking gives you immediate control when the automatic retry is not fast enough.

After applying these changes, Outlook should reconnect within 60 seconds of waking from sleep. If the loop still occurs, verify that Windows Fast Startup is disabled in Power Options because Fast Startup can interfere with network adapter initialization. Go to Control Panel > Power Options > Choose what the power buttons do and uncheck Turn on fast startup. This ensures the network adapter fully shuts down and restarts cleanly on each wake cycle.

ADVERTISEMENT