Share via

How do I remove my work account from my personal home computer?

Randy Haynes 0 Reputation points
2026-02-16T15:34:11.6933333+00:00

I need to remove my work account from my personal, home computer.

Microsoft 365 and Office | OneDrive | For home | Windows
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Sumit D - IA 160.7K Reputation points Independent Advisor
    2026-02-16T16:11:43.8933333+00:00

    Hi Randy,

    If there is no disconnect button as mentioned by AI, do the steps below:

    In the Windows search, 

    Type Powershell, right-click it, and choose Run as Administrator.

    Get-ItemProperty -Path "C:\Users*\AppData\Local\Packages" | ForEach-Object { Remove-Item -Path "$_\Microsoft.AAD.BrokerPlugin*" -Recurse -Force | Out-Null }
    
    
    

    Try that and let me know.

    0 comments No comments

  2. Q&A Assist
    2026-02-16T15:34:18.58+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To remove your work account from your personal home computer, you can follow these steps:

    1. Open Settings by pressing Windows + I.
    2. Navigate to Accounts.
    3. Click on Access work or school.
    4. Select the work account you want to remove.
    5. Click on Disconnect or Remove and confirm the action.

    After completing these steps, your work account should be removed from your personal computer.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.