When you click the Teams icon on the Windows taskbar, the app opens with the same work account every time. You want to sign in with a different work account, but the account switcher is missing or grayed out. This happens because Teams caches the last signed-in profile and the taskbar shortcut points directly to that cached session. This article explains why the taskbar launch bypasses the account picker and shows you how to force Teams to show the account selection screen.
Key Takeaways: Fix Teams Account Switcher on Taskbar Launch
- Ctrl + Shift + right-click the Teams taskbar icon: Opens a hidden menu that lets you select the account you want to sign in with.
- Teams admin center > Users > Manage users > Sign-in status: Confirms whether the user account is blocked or disabled, which can prevent switching.
- Clear Teams cache by deleting the %appdata%\Microsoft\Teams folder: Removes the cached profile that forces the same account to load.
Why Teams Skips the Account Picker on Taskbar Launch
Teams stores your profile information in a local cache folder on your Windows device. This cache includes the last signed-in account, tokens, and UI state. When you launch Teams from the taskbar, Windows executes the same shortcut that points to the Teams executable. That executable reads the cached profile and signs you in automatically without showing the account selection screen.
The taskbar shortcut does not have a special parameter that forces the account picker. In contrast, launching Teams from the Start menu or from a web link often triggers the sign-in screen because those paths use different startup arguments. The result is that the account switcher appears only when Teams is not signed in or when the cache is cleared.
Another factor is that Teams has a single-instance behavior. If Teams is already running in the background, clicking the taskbar icon just brings the existing window to the foreground. That window belongs to the account you signed in with earlier. You cannot switch accounts from that window unless you sign out first.
How the Teams Profile Cache Works
The cache folder is located at %appdata%\Microsoft\Teams. Inside this folder, subfolders like Cookies, IndexedDB, and Local Storage hold session data. When you sign out, Teams deletes some of these files but not all. The next launch may still read leftover tokens and skip the account picker.
Steps to Force Teams to Show the Account Switcher
- Close Teams completely
Right-click the Teams icon in the system tray and select Quit. Then press Ctrl + Shift + Esc to open Task Manager. Look for any Teams process under the Processes tab. Select each one and click End task. - Launch Teams with the account picker forced
Press Win + R to open the Run dialog. Type %appdata%\Microsoft\Teams\Update.exe –processStart “Teams.exe” –processStartArgs “–login” and press Enter. This command starts Teams with the login argument, which shows the account selection screen. - Select the work account you need
On the sign-in screen, choose the account you want to use. If the account is not listed, click Use another account and enter the credentials. - Pin the correct account shortcut to the taskbar
After signing in with the desired account, right-click the Teams icon in the taskbar and select Unpin from taskbar. Then open Teams from the Start menu, sign in, and right-click the running Teams icon in the taskbar. Choose Pin to taskbar. This pins the shortcut that points to the current profile. - Clear the Teams cache to reset the default account
If the above steps do not work, close Teams and delete the contents of %appdata%\Microsoft\Teams. Do not delete the folder itself, only the files inside. Restart Teams and sign in with the account you want as the default.
Alternative Method: Use the Ctrl + Shift Right-Click Trick
Windows 11 and Windows 10 allow you to open a secondary context menu for taskbar icons. Hold Ctrl + Shift and right-click the Teams taskbar icon. This opens a menu that shows the app name and a Properties option. Select Properties to see the shortcut target. You can append –login to the end of the Target field. Click OK and then relaunch Teams from the taskbar.
If Teams Still Has Issues After the Main Fix
Teams Opens With the Wrong Account Despite the Login Argument
The login argument may not work if Teams is already running in the background. Check the system tray for the Teams icon. If it is present, right-click and choose Quit. Then repeat the launch command. Also verify that the Target field in the shortcut has the correct path. The path should be C:\Users\YourUsername\AppData\Local\Microsoft\Teams\Update.exe.
The Account Switcher Is Grayed Out in the App
When you are signed in, the profile icon at the top right of Teams shows a menu with Manage account and Sign out. If the menu items are grayed out, your organization may have disabled account switching in the Teams admin center. Check with your IT admin. In the Teams admin center, go to Users > Manage users and select the user. Under the Policies tab, verify that the user has a meeting policy that allows multiple accounts.
Teams Shows a Blank Window After Clearing the Cache
Clearing the cache can cause Teams to reinitialize. Wait a few minutes for the app to rebuild the cache. If the blank window persists, sign out of Windows and sign back in. Then launch Teams again. This refreshes the local profile and usually resolves the issue.
Taskbar Launch vs Start Menu Launch: Key Differences
| Item | Taskbar Launch | Start Menu Launch |
|---|---|---|
| Startup arguments | Uses the pinned shortcut target without extra flags | Uses the default shortcut that may include –login |
| Account picker | Usually skipped because cache is read | May appear if the shortcut includes –login |
| Cache behavior | Reads the existing profile and signs in automatically | Same as taskbar unless the shortcut is modified |
| Single-instance behavior | Brings the existing window to the foreground | Same as taskbar |
You can now force Teams to show the account picker when launching from the taskbar. Use the –login argument in the shortcut Target or use the Ctrl + Shift right-click trick. Clear the cache if the same account keeps loading. Next time you switch accounts, remember to pin the shortcut after signing in with the correct profile. For frequent switching, use the Ctrl + Shift + right-click method to open the Properties dialog and edit the target directly.