Share via

Upgrade to Windows 11 | Home User | Your Organisation Manages Updates on this PC error message

Anonymous
2025-03-12T06:16:55+00:00

Hello

I am trying to upgrade to windows 11 and is encountering the "Your Organisation Manages Updates on this PC" during the upgrade process.

,

I have checked that I am the administrator of this PC and I have used a lot of guides on the internet to fix this issue.

Note I have also made sure my PC is fully up to date and it is still not working.

Can anyone here help me please?

Thanks,

Windows for home | Windows 11 | Install and upgrade

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

  1. Ramesh 176.1K Reputation points Volunteer Moderator
    2025-03-16T12:17:45+00:00

    Also what is the purpose of running the commands in "policies_system_w11.reg"?

    By the way, to run the REG file, download it to your desktop and double-click it. Click Yes to confirm.

    Restart Windows.

    1 person found this answer helpful.
    0 comments No comments

Answer accepted by question author

  1. Ramesh 176.1K Reputation points Volunteer Moderator
    2025-03-16T11:22:27+00:00

    From admin PowerShell, please run:

    reg delete "HKCU\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /f
    
    reg delete "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\WindowsUpdate" /f
    
    reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /f
    
    reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\WindowsUpdate" /f
    
    Restart-Service wuauserv
    

    PC Health Check app Error “Your organization manages updates”: https://www.winhelponline.com/blog/pc-health-organization-manages-updates/

    Note:

    Additionally, run policies_system_w11.reg and restart Windows.

    1 person found this answer helpful.
    0 comments No comments

8 additional answers

Sort by: Most helpful
  1. Sumit D - IA 166.7K Reputation points Independent Advisor
    2025-03-12T07:33:16+00:00

    Thanks, Don, to confirm did you run CMD admin as elevated?

    Is there any Work or school account?

    0 comments No comments
  2. Anonymous
    2025-03-12T07:32:12+00:00

    Hi Sumit,

    Thanks for your reply.

    I am not sure if I executed the command properly but I got an error message when I entered the commands. The error message was:

    Error: The system was unable to find the specified registry or key

    Error: Access is denied

    What does this mean?

    Best,

    0 comments No comments
  3. Sumit D - IA 166.7K Reputation points Independent Advisor
    2025-03-12T07:17:34+00:00

    Hi Don,

    I'm Sumit, here to answer your query at the Microsoft Community.

    Apologies for any inconvenience you are experiencing. I am happy to help you today.

    If you have a work account, this message may appear. If you do not have a work or school account on this computer, follow the steps below to eliminate the message:

    In the Windows search,

    type cmd, right-click it, and choose run as administrator.

    Execute the commands below:

    reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies" /f

    reg delete "HKCU\Software\Microsoft\WindowsSelfHost" /f

    reg delete "HKCU\Software\Policies" /f

    reg delete "HKLM\Software\Microsoft\Policies" /f

    reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies" /f

    reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /f

    reg delete "HKLM\Software\Microsoft\WindowsSelfHost" /f

    reg delete "HKLM\Software\Policies" /f

    reg delete "HKLM\Software\WOW6432Node\Microsoft\Policies" /f

    reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Policies" /f

    reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /f

    Hope that helps, and rely on us for any further inquiries. All the best.

    0 comments No comments