Symptoms & Diagnosis
The “Slack Windows App Login Error” typically manifests as a persistent redirect loop between your web browser and the desktop client. Users often report that after entering credentials, the browser prompts to “Open Slack,” but the app fails to authenticate, remaining on the sign-in screen.
Common symptoms include the “Something went wrong” error page, a blank white screen upon launch, or an infinite loading spinner. In many cases, the app fails to bridge the handshake between the web-based SSO (Single Sign-On) and the local Windows environment.
To diagnose the root cause, check if the issue persists on the Slack web client. If the web version works, the problem is localized to the Windows app’s cache, local configuration files, or your system’s default browser handling protocols.

Troubleshooting Guide
The first step in resolving login failures is to clear the local application data. This removes corrupted session tokens that may be blocking the authentication process.
Clear Slack App Cache
Use the following command in the Run dialog (Win + R) to navigate to the Slack local storage folder and clear the cache manually:
%AppData%\Slack
Delete the “Cache”, “Code Cache”, and “GPUCache” folders. Restart Slack and attempt to log in again.
Check Connection and Protocols
Sometimes, Windows prevents the “slack://” protocol from launching correctly. Use the table below to verify your settings:
| Action | Description | Expected Result |
|---|---|---|
| Check System Time | Ensure Windows Time is synced automatically. | Prevents SSL handshake errors. |
| Disable VPN/Proxy | Temporarily turn off network tunnels. | Bypasses IP-based login restrictions. |
| Reset App Data | Go to Help > Troubleshooting > Reset App Data. | Restores Slack to factory defaults. |
Force Login via Command Line
If the UI button fails, you can try to force Slack to check for updates or reset via the terminal. Open PowerShell and run:
Start-Process "C:\Users\$env:USERNAME\AppData\Local\slack\slack.exe" -ArgumentList "--reset"
Alternatively, ensure your default browser is set to Chrome or Edge, as some older versions of Firefox or Brave may block the redirection script required by Slack.
Prevention
To prevent future Slack login errors on Windows, always keep the application updated to the latest version. Slack regularly releases patches for its “Magic Link” and OAuth flows to comply with Windows security updates.
Regularly clearing your browser cookies for the “slack.com” domain can also prevent stale session data from interfering with the desktop app’s handshake. Finally, ensure that your firewall or antivirus software has an exception for the Slack executable, allowing it to communicate freely with its authentication servers.