Table of Contents
- Why Does “Sign In Required – Your Device Is Having Problems With Your Work or School Account” Keep Popping Up on Windows 11? Simple Solutions That Actually Work
- Why This Error Happens
- Fix 1: Make Windows Trust Your Device Again
- Step 1: Open Command Prompt as Admin
- Step 2: Add a Temporary Admin Account
- Step 3: Remove Device from Work/School System
- Step 4: Reinstall Azure AD Broker Plugin
- Step 5: Enroll Device Again
- Step 6: Delete Temporary Account
- Fix 2: Remove and Re-Add Your Work or School Account
- Fix 3: Clear Out Saved Sign-In Details
- Fix 4: Fix Hardware or Activation Problems
- Fix 5: Restart Microsoft 365 Apps
- Helpful Reminders
Why Does “Sign In Required – Your Device Is Having Problems With Your Work or School Account” Keep Popping Up on Windows 11? Simple Solutions That Actually Work
“Sign In Required – Your Device Is Having Problems With Your Work or School Account” on Windows 11 is a common and troublesome message. It tends to stop access to important programs like Outlook, Teams, and OneDrive. This guide explains, in very simple steps, how to solve this so you can get back to work or school with less stress.
Why This Error Happens
- Account sync problems
- Hardware changes, like getting a new motherboard
- Outdated or wrong saved sign-in details
Different reasons need different fixes. The steps shared below handle the most common roots.
Fix 1: Make Windows Trust Your Device Again
Sometimes, when your device changes hardware (new motherboard, TPM, etc.), Windows gets confused and doesn’t trust your computer for work or school stuff. Here’s what to do:
Step 1: Open Command Prompt as Admin
- Right-click the Start button.
- Pick “Command Prompt (Admin)” or “Windows Terminal (Admin).”
Step 2: Add a Temporary Admin Account
- Type:
net user tempadmin YourPasswordHere /add net localgroup administrators tempadmin /add
- Press Enter after each line.
Step 3: Remove Device from Work/School System
- Type:
dsregcmd /leave
- Press Enter.
Step 4: Reinstall Azure AD Broker Plugin
- Type:
powershell
- Then copy/paste:
if (-not (Get-AppxPackage Microsoft.AAD.BrokerPlugin)) { Add-AppxPackage -Register "$env:windir\SystemApps\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy\Appxmanifest.xml" -DisableDevelopmentMode -ForceApplicationShutdown } Get-AppxPackage Microsoft.AAD.BrokerPlugin
- Press Enter.
Step 5: Enroll Device Again
- Close the window.
- Open Command Prompt as the user who uses the device.
- Type:
dsregcmd /forcerecovery
- Press Enter and log in with your work/school account when asked.
Step 6: Delete Temporary Account
- After things work, type:
net user tempadmin /delete
- Press Enter.
Fix 2: Remove and Re-Add Your Work or School Account
This refreshes your sign-in details and fixes a bunch of sync issues.
- Open Settings (Windows + I)
- Go to Accounts > Access work or school
- Click on the account giving you trouble, and click Disconnect. Confirm it.
- Restart your computer.
- Go back to Accounts > Access work or school, click + Connect, and sign in with your work or school info.
Fix 3: Clear Out Saved Sign-In Details
If Windows Credential Manager has bad info, you get stuck in a cycle of errors:
- Search for “Credential Manager” in Start and open it.
- Pick Windows Credentials.
- Find any entries about your work or school account, Microsoft Office, or your company’s login.
- Click Remove beside each of those.
- Restart your device.
Now, when you sign into Office or other apps, it asks for fresh info.
Fix 4: Fix Hardware or Activation Problems
New parts in your computer can stop Windows from being recognized by your organization:
- Go to Settings > System > Activation.
- Check if Windows is showing as activated. If not, click Troubleshoot.
- If you see an “I changed hardware” option, click it. Follow the steps and sign in.
- Make sure your work/school account is connected in Accounts > Access work or school.
Fix 5: Restart Microsoft 365 Apps
Office programs sometimes “forget” your login info.
- Open the Office app, like Outlook or Word.
- Go to File > Account.
- Click Sign out under your user name.
- Close the app. Open it again and sign in with your work/school details.
Helpful Reminders
- Before starting, check that your computer’s Wi-Fi is strong and stable.
- If your workplace or school manages your device (using Intune, for example), talk to IT support before doing anything drastic.
- If nothing helps, there may be a bigger problem with the server. Reach out to your IT department.
- Always make sure your device’s name and registration match up with your organization’s records—IT can check this if needed.
When following these steps, most people get rid of the “Sign In Required” error for good. Keeping your sign-in details fresh and checking for hardware changes helps avoid these annoying problems in the future.