Another account from your organization is already signed in on this computer
Microsoft 365 apps activation error "Another account from your organization is already signed in on this computer"
Note: This error is expected if you're already signed in by using another Microsoft 365 account from the same tenant.
MAC Devices
For Mac devices, follow these steps:
Close all Microsoft 365 apps.
Open Terminal, and then run the following command:
BashCopy
defaults write com.microsoft.Word ResetOneAuthCreds -bool YES
Open the Microsoft Word app and continue with the activation steps.
If the issue persists, try the steps in Can't sign in to an Office 2016 for Mac app.
Windows Devices
Sign out of all Microsoft 365 apps, and then sign in again.
If the issue still occurs, modify the OneAuth account store on the device:
Navigate to the
%localappdata%\Microsoft\OneAuth\account
s
folder. You'll see one <GUID> file, or multiple files that have different GUIDs if there are multiple accounts.Open the files by using Notepad, examine the account_hints value, and identify the files that aren't associated with the account that you want to use to sign in.
In each file that's identified in step b, locate the association_status entry, change the association status of
com.microsoft.Office
to disassociated, and then save the file. For example, change "association_status": "{\"com.microsoft.Office\":\"associated\",\"com.microsoft.Outlook\":\"associated\"}" to "association_status": "{\"com.microsoft.Office\":\"disassociated\",\"com.microsoft.Outlook\":\"associated\"}".Try to sign in again.
If the issue persists, sign out of all Microsoft 365 apps, remove all folders in the following locations, and then sign in again:
%localappdata%/Microsoft/OneAuth
%localappdata%/Microsoft/IdentityCache
If the issue persists, try the additional troubleshooting methods.
REFERENCES
Last updated
Was this helpful?