Microsoft 365 features that help users manage their subscriptions, account settings, and billing information.
The error code -2146893805 you are encountering when trying to sign into Microsoft Office typically indicates an issue related to authentication or security settings. Here are some steps you can take to troubleshoot and potentially resolve this issue:
- Check Security Software: Ensure that any security software or firewalls are not blocking the sign-in process. You may need to temporarily disable them to see if that resolves the issue.
- Reinstall WAM Plug-ins: If the issue is caused by a broken or tampered Windows Authentication Module (WAM) plug-in, you can try reinstalling the WAM plug-ins. Use the following PowerShell commands:
Add-AppxPackage -Register "$env:windir\SystemApps\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy\Appxmanifest.xml" -DisableDevelopmentMode -ForceApplicationShutdown Add-AppxPackage -Register "$env:windir\SystemApps\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy\Appxmanifest.xml" -DisableDevelopmentMode -ForceApplicationShutdown - Sign in with Administrator Account: Try signing in with an administrator account and check if the issue persists. If you can sign in successfully, it may indicate a problem with user profile settings.
- Check for Updates: Ensure that your Microsoft Office applications are up to date. Sometimes, updates can resolve underlying issues that cause sign-in problems.
- Contact Support: If the problem continues, consider reaching out to Microsoft Support for further assistance, especially if you have specific error codes to report.
By following these steps, you should be able to address the sign-in error you're experiencing.
References: