How to remove school control from personal laptop

VedanshS933 45 Reputation points
2026-03-28T11:20:27.8866667+00:00

Hi,

I have a Lenovo laptop that originally came with Windows 10 Home Single Language Edition (which I upgraded to Windows 11) . My school installed their own Windows 10 Pro (not education, but I upgraded that to Windows 11 as well) for a BYOD program.

Now I’ve left the school and removed and unlinked my school account, uninstalled any 365 apps, removed the company policy app, but I’m still seeing “managed by your organisation” in Google Chrome and Microsoft Edge.

Is this because the device is still enrolled somewhere?

If I do a full reset (remove everything), will that fix it and revert it to my original license (as it is probably the one linked on my motherboard)?

Thanks!

Windows for home | Windows 11 | Licensing and activation

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

2 answers

Sort by: Most helpful
  1. EmilyS726 266.1K Reputation points Independent Advisor
    2026-03-28T12:17:05.5533333+00:00

    In your Windows computer, not in Chrome, hold down Win+R keys, type in regedit to launch registry editor, then copy and paste the following to the registry editor's address bar to open it:

    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome

    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge

    Then on the left pane, delete any folder listed inside Chrome and Edge folders. If nothing is found in those folders, it is ok to just delete the Chrome and Edge folders themselves.

    Was this answer helpful?

    1 person found this answer helpful.
  2. AI answer

    2026-03-28T11:20:47.2466667+00:00

    "Managed by your organization" in Edge and Chrome usually means either:

    1. The device is still joined/registered to the school’s tenant and/or enrolled in device management (Intune or similar), or
    2. There are leftover management policies (typically registry keys) that were set while it was managed.

    To remove school control and the browser "managed" message, use these steps in order.

    1. Confirm and remove any work/school enrollment

    On Windows 10/11:

    1. Open Settings.
    2. Go to Accounts > Access work or school.
    3. If any school or work account is still listed, select it and choose Disconnect. Confirm removal.
      • This also removes Intune/MDM management if it was tied to that account.

    If the device was enrolled in Intune and still appears managed, also follow the Intune unenroll steps:

    1. Open Settings.
    2. Go to Accounts > Access work or school.
    3. Select the connected work/school account > Disconnect.
    4. Confirm device removal by selecting Yes.

    After this, the device should no longer be managed by the school’s MDM.

    1. Remove leftover Edge management policies

    If Edge still shows "managed by your organization" after removing the account, there may be policy keys left in the registry.

    Warning: Editing the registry is risky. Back up the registry and ensure data is backed up before making changes.

    A. Check via Registry Editor

    1. Press Windows key + R, type regedit, and press Enter.
    2. Navigate to:
      • HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge
      • HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Edge
    3. Look for keys related to policies/extensions or anything clearly from the school. Right‑click those keys and select Delete.

    B. Remove Edge policies via PowerShell

    1. Open PowerShell as administrator.
    2. Run these commands to delete Edge policy branches:
         reg delete HKCU\SOFTWARE\Policies\Microsoft\Edge /f
         reg delete HKLM\SOFTWARE\Policies\Microsoft\Edge /f
      
    3. Restart the PC and reopen Edge to see if the "managed" banner is gone.
    4. Check Chrome

    Chrome uses similar policy locations (under ...\Policies\Google\Chrome). If Chrome still shows "managed by your organization" after removing school enrollment, there may be equivalent policy keys. The same principle applies: remove any leftover policy keys that were set by the school.

    1. About doing a full reset and your Windows license

    A full Reset this PC with Remove everything will:

    • Remove all apps, accounts, policies, and data from the current installation.
    • Reinstall Windows cleanly.

    Windows activation is tied to the device’s digital license stored with Microsoft’s activation servers. After reset and reinstall, Windows will normally reactivate automatically with the edition that matches the stored digital license for that hardware.

    If the original license on the motherboard is Windows 10 Home Single Language and the school installed Pro under their own license, a clean reset to factory (using the OEM recovery or a clean install of Windows 11) will typically bring the device back to the edition associated with the OEM/digital license (Home). That will also remove any school management and policies.

    If the goal is simply to remove management and the "managed" message, try the account/Intune removal and policy cleanup first. If issues persist or the system still behaves as managed, a full reset (or clean install) will definitively remove school control and any remaining policies; activation will then follow the device’s own license.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

    1 person found this answer helpful.