Resolving Office Activation Issues Post-Migration: “Another Account Already Signed In”

Migrating users from one Microsoft 365 tenant to another is a common task for IT administrators, but it often comes with challenges. One of the most frequent issues users face after migration is the “Another account already signed in” error when trying to activate Microsoft Office. This error occurs because the Office installation on the user’s device is still associated with their old tenant account.

In this blog, we’ll walk you through the steps to resolve this issue on both Windows and Mac devices, based on Microsoft’s official guidance from this article.

For Mac Devices

If your users are on Mac devices, follow these steps to resolve the activation issue:

  1. Close All Microsoft 365 Apps:
    • Ensure all Microsoft 365 applications (Word, Excel, Outlook, etc.) are closed.
  2. Run a Terminal Command:
    • Open Terminal on the Mac.
    • Run the following command to reset the authentication credentials:
      • defaults write com.microsoft.Word ResetOneAuthCreds -bool YES
  3. Open Microsoft Word and Activate:
    • Launch the Microsoft Word app and follow the activation steps using the new tenant account.
  4. If the Issue Persists:

For Windows Devices

For users on Windows devices, follow these steps to resolve the activation issue:

  1. Sign Out of All Microsoft 365 Apps:
    • Open any Microsoft 365 app (e.g., Word, Excel).
    • Go to File > Account and click Sign Out.
    • Repeat this for all Microsoft 365 apps.
  2. Modify the OneAuth Account Store:
    • Navigate to the following folder:
      • %localappdata%\Microsoft\OneAuth\accounts
  3. You’ll see one or more <GUID> files. These files correspond to the accounts associated with the device.
  4. Open each file using Notepad and examine the account_hints value to identify files not associated with the account you want to use.
  5. In each identified file, locate the association_status entry and change the status of com.microsoft.Office to disassociated. For example:
    • “association_status”: “{\”com.microsoft.Office\”:\”disassociated\”,\”com.microsoft.Outlook\”:\”associated\”}
  6. Save the file after making the changes.
  7. Try Signing In Again:
    • Open any Microsoft 365 app and sign in with the new tenant account.
  8. If the Issue Persists:
    • Sign out of all Microsoft 365 apps again.
    • Delete all folders in the following locations:
      • %localappdata%/Microsoft/OneAuth
      • %localappdata%/Microsoft/IdentityCache

Why Does This Happen?

During a tenant migration, the Office installation on a user’s device may still be linked to their old tenant account. This causes a conflict when the user tries to activate Office with their new account. The steps above help clear the old credentials and reset the activation process.

Preventative Measures for Future Migrations

To avoid activation issues during future migrations, consider the following best practices:

  1. Communicate with Users:
    • Inform users about the migration process and provide clear instructions for re-activating Office.
  2. Use Shared Computer Activation:
    • For shared devices, enable Shared Computer Activation to simplify licensing.
  3. Monitor Activation Status:
    • Use the Microsoft 365 Admin Center to monitor Office activation status across your organization.
  4. Test with a Pilot Group:
    • Before migrating all users, test the process with a small group to identify and resolve potential issues.

Conclusion

The “Another account already signed in” error is a common but fixable issue during user migrations. By following the steps outlined above, you can ensure that your users can activate Office seamlessly in the new tenant. Proper planning, communication, and the use of Microsoft’s official troubleshooting guides can make the migration process smoother for both IT administrators and end-users.

!!! THANKS FOR READING !!!

Regards,
HARISH KUMAR

Knowledge is not a finite resource to hoard; it’s a boundless treasure that grows when shared

Leave a Comment