Microsoft Teams Spell Check

Anonymous
2023-08-09T17:27:58+00:00

With the recent update to Teams the spellchecker is not working correctly.  It will show the misspelled word but when you click on it there is no longer a suggested spelling popping up.  We (Several in the company) have noticed this on the latest update to the following version, Microsoft Teams Version 1.6.00.21970 (64-bit).

I have already gone in and deleted the setting.json file, that will work for a short time 10-20 minutes then back to not given a suggestion. 

I am seeing an old issue TM390278 https://answers.microsoft.com/en-us/msteams/forum/all/microsoft-teams-spell-check/337ee648-af60-4cf4-8336-a1c68f3a1d78

I tested if we use the pop out feature and chat in a seperate window spellchecker will work as intended it appear to be the same issue as posted before.

Microsoft Teams | Microsoft Teams for business | Chats | Group chats

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

59 answers

Sort by: Most helpful
  1. Anonymous
    2024-02-09T13:49:05+00:00

    For me this is a single use fix. After quitting and returning to Teams, spell check is broken again. I have to reset Teams every day atm.

    Old and personal versions of Teams have been removed. I am using New teams for Work or School 24004.1307.2669.7070.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-02-13T22:06:49+00:00

    I am now using this PowerShell code to fix my spell check. Rather than wiping out the entire directory which deletes custom backgrounds, I delete everything else in the folder.

    To make it easier to run, I used the PS2EXE module to compile it to an EXE.

    Get-Process -name ms-teams | Stop-Process

    $User = $ENV:UserName

    $TeamsFolder = "C:\Users$User\appdata\local\Packages\MSTeams_8wekyb3d8bbwe\LocalCache\Microsoft\MSTeams"

    Get-ChildItem -Path $TeamsFolder -File | Remove-item -Confirm:$false -Force 

    Remove-Item -Path $TeamsFolder\Logs -Recurse -Confirm:$false -Force 

    Remove-Item -Path $TeamsFolder\tmp -Recurse -Confirm:$false -Force

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2024-02-13T17:45:42+00:00

    This is simply unacceptable. If I load up "Teams Classic" spell checking works no problem but it then FORCES ME to use the "new" teams which apparently cannot spell check? What year is it again??

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2024-02-09T15:11:10+00:00

    For about a week mine was working great again, now it doesn't even detect a word is misspelled.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2023-11-23T10:00:18+00:00

    It seems that multilanguage spell check is not implemented in new Teams. That is "reported" in the known issues about new Teams ( https://learn.microsoft.com/en-us/microsoftteams/new-teams-known-issues). Furthermore, it seems that no planning exists for adding this feature in the near future.

    I really don't understand how they release a new Teams version with half of the old version's features implemented...

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments