Immediate Fix
If Excel 365 is causing your WiFi to drop or is losing its own connection, the most effective immediate solution is to reset your network stack and disable the AutoSave “heartbeat” synchronization.
First, clear your DNS cache and reset the TCP/IP stack to ensure no stale configurations are interfering with Office 365 servers. Open Command Prompt as Administrator and run:
ipconfig /flushdns
netsh winsock reset
netsh int ip reset
Second, toggle the “AutoSave” switch off in the top-left corner of your Excel ribbon. This prevents the application from constantly pinging OneDrive, which can sometimes trigger router-level security protocols that drop the connection.
Update Office and Windows
Ensure you are running the latest version of Microsoft 365. Microsoft frequently releases patches for the “Office Background Task Infrastructure” which manages connectivity.
| Action | Location | Expected Result |
|---|---|---|
| Update Excel | File > Account > Update Options | Installs latest stability patches |
| Disable Hardware Acceleration | File > Options > Advanced > Display | Reduces resource strain on network drivers |
| Clear Office Cache | File > Options > Save | Removes corrupted sync files |
Technical Explanation
Excel 365 operates as a “Connected Experience.” It relies on the Microsoft Office Upload Center and background telemetry services to maintain a constant stream of data to SharePoint or OneDrive.
When Excel encounters high latency, it initiates a series of retry attempts. If your network driver is outdated or if your router interprets these aggressive “Keep-Alive” packets as a security risk (such as a DoS attack), the hardware may temporarily drop the connection to protect the system.
Furthermore, Excel’s synchronization engine uses a specific port range. If these ports are being throttled by a VPN or a local firewall, Excel will hang while waiting for a handshake, leading to the “Not Responding” state often associated with dropout issues.

Alternative Methods
If the immediate fixes do not resolve the dropout, you should look at deep-level system settings that govern how Windows handles network power management.
Adjust Power Management Settings
Windows often turns off the network adapter to save power, which can clash with Excel’s constant sync requirements. Go to Device Manager, right-click your Network Adapter, select Properties, and under the “Power Management” tab, uncheck “Allow the computer to turn off this device to save power.”
Disable Office Web Add-ins
Third-party Add-ins can cause unexpected network requests. Launch Excel in Safe Mode to see if the dropouts persist:
excel.exe /safe
If the connection remains stable in Safe Mode, navigate to File > Options > Add-ins and disable your COM Add-ins one by one to identify the culprit.