Struggling to locate your Microsoft Teams installation folder? Whether you're troubleshooting crashes, backing up chat history, or customizing settings, knowing the exact path is a game-changer. This guide delivers precise, up-to-date steps for Windows, Mac, and Linux—keeping you productive without the hassle. Let's dive in! 👍
Why You Need to Find the Microsoft Teams Installation Folder
The Microsoft Teams installation folder holds configs, logs, cache, and more. Common reasons include:
- 🛠️ Clearing cache for performance boosts
- 💾 Backing up media files and history
- 🔧 Modifying advanced settings
- ❌ Deleting corrupted files to fix errors
Pro tip: Always close Teams first to avoid file locks. Ready? Here's how.
1️⃣ Find Microsoft Teams Installation Folder on Windows (Most Common)
Windows users, rejoice! The Microsoft Teams installation folder is typically in AppData for both New Teams (default now) and Classic Teams.
Quick Method: Use Run Dialog (2 Seconds Flat)
- Press Windows + R to open Run.
- Type
%appdata%\Microsoft\Teamsand hit Enter. ⭐ Boom—New Teams folder! - For Classic Teams:
%localappdata%\Microsoft\Teams.
Alternative: File Explorer Search
- Open File Explorer.
- Navigate to
C:\Users\[YourUsername]\AppData\Roaming\Microsoft\Teams. - Hide protected files? View > Show > Hidden items.
| Teams Version | Installation Folder Path | Use Case |
|---|---|---|
| New Teams | %appdata%\Microsoft\Teams | Default chats, cache, logs |
| Classic Teams | %localappdata%\Microsoft\Teams | Legacy installs |
| MSI Installer | C:\Program Files\Microsoft\Teams | Enterprise deployments |
Stuck? Check Teams version in Settings > About Teams.
2️⃣ Locate on macOS: Simple Finder Steps
Mac users, your Microsoft Teams installation folder lives in Library. No digging required!
- Quit Teams (Cmd + Q).
- Open Finder > Go > Go to Folder.
- Enter
~/Library/Application Support/Microsoft/Teamsand Go. 🎉 - For app bundle:
/Applications/Microsoft Teams.app.
Bonus: Use Spotlight (Cmd + Space) and search "Teams" for quick access.
3️⃣ Linux Users: Uncover the Path
Teams on Linux? Paths vary by distro and install method.
- Flatpak:
~/.var/app/com.microsoft.Teams - DEB/RPM:
~/.config/Teamsor/opt/Microsoft/MicrosoftTeams - Terminal check:
teams --versionorfind / -name "*Teams*" 2>/dev/null.
Verify with Microsoft's Linux docs.
🔧 Troubleshooting: Folder Not Found? Fixes Here
❌ Error? Try these:
- Reinstall Teams: Download from official site.
- Registry check (Windows):
reg query "HKCU\Software\Microsoft\Office\Teams" /v InstallRoot. - Admin rights? Run Explorer as admin.
- Multiple profiles? Switch users or check OneDrive sync.
Clear cache post-location: Delete 'blob_storage', 'Cache', 'databases', 'GPUCache', 'IndexedDB', 'Local Storage', 'tmp'. Restart Teams—faster than ever! 🚀
Pro Tips to Master Your Microsoft Teams Installation Folder
- ⭐ Backup regularly: Copy 'meeting-addin', 'desktop-config.json'.
- Customize: Edit 'desktop-config.json' for themes (advanced users only ⚠️).
- Monitor size: Right-click > Properties—Teams can balloon to GBs!
FAQ: Quick Answers on Finding Microsoft Teams Installation Folder
Q: Is the folder different for work vs. personal Teams?
A: Yes—work uses tenant-specific subfolders in the main path.
Q: Safe to delete files?
A: Cache yes, but backup first. Avoid 'config' folders. 😊
Q: Web version folder?
A: Browser cache only—no dedicated folder.
Mastered it? Share your wins below and stay tuned for more Teams hacks. Your productivity awaits! 👏
Tuấn Dev -
my experience: on windows, %localappdata%\Packages\MSTeams... yes! confirmed 2026 update
Ngọc Sài Gòn -
I was pulling my hair out trying to find the teams installation folder for a script. This quick guide for windows, mac and linux covered everything perfectly, even the flatpak paths on linux. Now my automation runs smooth. Highly recommend to devs out there – saved me tons of time!
Mai Cute -
thànks author! you the best 💕
Thuy Linh -
thanks a lot! this guide is super helpful for finding the teams installation folder on windows 11
Hương Đà Nẵng -
perfect guide! i agree, appdata folder on windows hides everything lol
Kim Chi -
anyone tried on chromeos? need help pls 😩
Phương MacUser -
I've been using teams daily but never knew the exact installation folder until this. On macOS Sonoma, it was precisely as described in ~/Library/Application Support. Super useful for cleaning cache or backups. Author, please make more cross-platform guides like this – bookmarked and shared with team
Phúc IT -
thanks dude, now i can mod my teams installation folder easily 😎
Bình Builder -
tip: use 'where teams' in cmd for windows path. but your guide is better visualized
Hương KT -
I tried on fedora linux and it was exactly /usr/share/teams. spot on info
Hoàng Pro -
what about web version? or only desktop
Việt Hà Nội -
love it! this long guide helped me locate the microsoft teams path on my work laptop. previously i had to dig through registry and it was a nightmare. now with these steps, even for linux snap version, it's straightforward. will bookmark for future.
Linh Mèo -
OMG finally found my microsoft teams path after weeks of searching 😂 saved my life
Đức WindowsFan -
thanks for the 2026 update info, paths change too fast
Duy Sinh 6789 -
Great tutorial. On Linux, the teams directory is usually in /opt/microsoft/ms-teams. Thanks
Minh Anh -
Anyone know how to find it on arm macs? this worked but curious for m3 chips
Sơn Linux -
woohoo! found it after 2 mins. feeling like a pro now 🎉 teams directory located
Lan IT -
hilarious how teams hides its directory like a secret agent. guide rocks
Yến Flower -
yes! worked on my ubuntu 24.04. cheers mate.
Quang vn -
yo, share this everywhere! super quick for mac users struggling.
Huyền Lizzie -
question: does this work for the new teams app in 2026? or only classic version?
Cún con 99 -
for mac, it's ~/Library/Application Support/Microsoft/Teams. added that tip, thx guide
Mèo con -
works perfectly on mac! just followed step 3 and boom, there it is
Trang WebDev -
struggling with linux wine install? check ~/.wine/drive_c/users/... but native is better per this post