When you click the Teams icon on the Windows taskbar, the app opens but shows only a blank white window. The window has no sign-in page, no chat list, and no error message. This problem usually happens because the Teams desktop client cannot load its user interface due to a corrupted cache, a broken shortcut, or a conflict with the Windows graphics driver. This article explains the root causes and gives you a clear set of steps to get Teams working again from the taskbar.
You will learn how to clear the Teams cache, repair the app, reinstall it, and adjust the shortcut properties. You will also see what to do when the problem appears only after a Windows update or when you use multiple monitors. Each fix is ordered from the least disruptive to the most thorough, so you can start with the quickest option and move on only if needed.
Key Takeaways: Fixing a Blank White Teams Window on Windows
- Ctrl+Shift+Escape to open Task Manager: Force quit all Teams processes before clearing the cache or reinstalling.
- %appdata%\Microsoft\Teams: Delete the Cache, Code Cache, and GPUCache folders to remove corrupted UI data.
- Settings > Apps > Microsoft Teams > Advanced options > Repair: Replaces damaged app files without losing your data.
- Windows Update > Check for updates: Install pending graphics driver updates that often cause blank windows.
- Taskbar shortcut properties: Add the –disable-gpu launch flag to bypass graphics rendering issues.
Why Teams Launches as a Blank White Window From the Taskbar
The Teams desktop app is a web-based application built on the Electron framework. Electron renders the user interface using a Chromium engine, which depends on the Windows graphics stack. When the app starts, it loads a set of cache files that store the UI structure, icons, and temporary data. If any of these files become corrupted, the Chromium engine fails to paint the window, and you see a white or blank area instead of the sign-in screen or the main chat view.
Another common cause is a broken taskbar shortcut. The shortcut may point to an old Teams version or include a launch parameter that conflicts with the current installation. When Windows updates the app, the shortcut is not always updated, so clicking the icon starts the wrong executable or passes invalid arguments.
A third cause is the graphics driver. Teams uses hardware acceleration to draw the interface smoothly. If the driver is outdated or incompatible with the current Windows version, the rendering fails and the window stays blank. This is especially common after a Windows feature update, because the new OS build may expose driver bugs that were previously hidden.
How the Cache Causes a Blank Window
The cache folder at %appdata%\Microsoft\Teams contains several subfolders, including Cache, Code Cache, and GPUCache. These store temporary files that help Teams load faster. When these files become corrupt, the app cannot read the UI layout, so it shows an empty window. Deleting these folders forces Teams to rebuild them from scratch on the next launch.
Why the Taskbar Shortcut Matters
The taskbar shortcut is a link to the Teams executable file. If the link is stale, it may point to a path that no longer exists or to a version that was uninstalled. Windows can also pin a shortcut that includes a web URL instead of the local app, which opens a browser window that appears blank. Right-clicking the icon and checking the target path reveals these issues.
Steps to Fix the Blank White Teams Window
Method 1: Force Quit Teams and Restart It
- Open Task Manager
Press Ctrl+Shift+Escape on your keyboard. The Task Manager window opens. - End all Teams processes
In the Processes tab, look for any entry named Microsoft Teams. Click each entry and select End task. Repeat until no Teams process remains. This clears any hung process that keeps the blank window open. - Restart Teams from the Start menu
Click Start, type Teams, and select the app. If the window loads normally, the issue was a temporary glitch. If it is still blank, continue to the next method.
Method 2: Clear the Teams Cache
- Close Teams completely
Right-click the Teams icon in the system tray and choose Exit. Then open Task Manager and end any remaining Teams processes as shown in Method 1. - Open the Teams data folder
Press Windows+R to open the Run dialog. Type %appdata%\Microsoft\Teams and press Enter. The Teams folder opens in File Explorer. - Delete the cache folders
Select the folders named Cache, Code Cache, and GPUCache. Press Shift+Delete to remove them permanently. Do not delete the whole Teams folder, because that would remove your sign-in data. - Restart Teams
Launch Teams from the Start menu. The app will rebuild the cache folders. Check if the window shows the sign-in page or your chat list.
Method 3: Repair the Teams App
- Open Windows Settings
Press Windows+I to open Settings. - Go to Apps and features
Select Apps, then click Apps & features. - Find Microsoft Teams
Scroll to Microsoft Teams or use the search box. Click the three-dot menu next to the app name. - Choose Advanced options
Select Advanced options from the drop-down menu. - Run the Repair tool
Click the Repair button. Windows will scan and replace any damaged app files. This does not delete your data. After the repair finishes, restart Teams and check the window.
Method 4: Reinstall Teams
- Uninstall Teams
Open Settings > Apps > Apps & features. Find Microsoft Teams, click the three-dot menu, and select Uninstall. Confirm the action. - Delete the leftover data folder
Press Windows+R, type %appdata%\Microsoft\Teams, and press Enter. Delete everything inside this folder. Also check %localappdata%\Microsoft\Teams and delete its contents. - Download the latest version
Go to the official Microsoft Teams download page and click the download button. Run the installer and follow the prompts. - Launch Teams and sign in
Start Teams from the Start menu. Sign in with your work or school account. The window should now display the full interface.
Method 5: Disable Hardware Acceleration
- Right-click the taskbar shortcut
Right-click the Teams icon on the taskbar. Do not click it. Instead, right-click and choose Properties from the context menu. - Edit the Target field
In the Shortcut tab, find the Target field. It contains the full path to Teams.exe. Add a space and then type –disable-gpu at the end. The field should look like this: “C:\Users\YourName\AppData\Local\Microsoft\Teams\Update.exe” –processStart “Teams.exe” –disable-gpu - Apply the change
Click Apply and then OK. Launch Teams from the taskbar. The –disable-gpu flag stops Teams from using hardware acceleration, which often resolves blank windows on systems with driver issues.
If Teams Still Shows a Blank Window After the Main Fixes
Teams Opens a Blank White Window Only After a Windows Update
Windows updates can change the graphics driver or the compatibility settings. If the blank window started right after an update, roll back the driver or install the latest driver from your PC manufacturer. Open Settings > Windows Update > Update history and check for driver updates. Alternatively, go to Device Manager, expand Display adapters, right-click your graphics card, and select Update driver.
Teams Shows a Blank Window on a Second Monitor
If the blank window appears only on an external monitor, the issue is likely a display scaling mismatch. Right-click the Teams shortcut, go to Properties, then Compatibility, and click Change high DPI settings. Check the box for Override high DPI scaling behavior and set it to Application. Apply the change and restart Teams.
Teams Is Pinned to the Taskbar but Points to an Old Version
The pinned shortcut may reference a leftover installation path. Unpin the icon by right-clicking it and selecting Unpin from taskbar. Then launch Teams from the Start menu. Once the app opens, right-click its icon in the taskbar and choose Pin to taskbar. This creates a fresh shortcut that points to the current version.
Teams Desktop App vs Teams on the Web: Key Differences
| Item | Teams Desktop App | Teams on the Web |
|---|---|---|
| Installation | Requires local installation on Windows | No installation, runs in a browser |
| Cache and settings | Stored in %appdata%\Microsoft\Teams | Stored in the browser cache |
| Hardware acceleration | Uses the GPU for rendering | Uses the browser’s rendering engine |
| Launch from taskbar | Possible with a pinned shortcut | Not possible, opens in a browser tab |
| Graphics driver conflicts | Can cause blank windows | Less likely to cause blank windows |
The desktop app gives you better notifications and background behavior, but it depends on local files that can break. The web version avoids those local issues but requires a stable browser session. If the desktop app keeps failing, you can use Teams on the web as a temporary workaround while you apply the fixes above.
You now have a complete set of methods to fix the blank white Teams window that appears when you launch the app from the taskbar. Start with the cache clear because it solves most cases. If the problem persists, use the Repair option and then reinstall if needed. For graphics-related issues, add the –disable-gpu flag to the shortcut or update your display driver. After applying the fixes, pin a fresh shortcut to the taskbar to ensure it points to the correct version. As an advanced tip, run Teams with the –disable-http-cache flag for a single session to test whether the cache is the culprit without deleting any files.