Issue with GPO Windows Server 2022 (Error Code: 0x80070534)

SSE@TUE 80 Reputation points
2025-06-10T13:20:09.3266667+00:00

Hi,

I have an issue with GPO on my Domain Server 2022. If I run the GPO result, I am getting the following Error:

Error Code: 0x80070534

Any Idea how I can resolve it?

best regards and thank you for help

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,974 questions
0 comments No comments
{count} votes

Accepted answer
  1. Chen Tran 575 Reputation points
    2025-06-11T10:22:18.1433333+00:00

    Hello,

    Thank you for posting question on Microsoft Windows forum!

    Based on Error Code: 0x80070534 generated when running the GPO result. This error code typically indicates that the Group Policy is referencing a security principal a user, group, or computer account whose Security Identifier SID can’t be resolved. In other words, there’s a “no mapping” issue between account names and SIDs. You can try the following potential troubleshooting steps.

    1.Examine the GPO Settings and Security Filtering.

    • Open the Group Policy Management Console and review the properties of the affected GPO. Check the Delegation and Security Filtering tabs for any accounts or groups that appear as unknown or are represented only by a SID. It’s common for this to happen if an account was deleted, renamed, or migrated without updating references. Removing or updating these outdated entries can resolve the error.

    2.Use RSoP (Resultant Set of Policy).

    • Open rsop.msc on the affected machine.
    • Navigate to Computer Configuration \ Windows Settings \ Security Settings \ Local Policies \ User Rights Assignment and Computer Configuration \ Windows Settings \ Security Settings \ Local Policies \ Restricted Groups. User's image
    • Look for any settings flagged with a red 'X'. These indicate a problem. The "Source GPO" column will tell you which GPO contains the problematic setting.

    3.Inspect Active Directory for Orphaned SIDs.

    • Use Active Directory Users and Computers to verify that all accounts referenced by the GPO exist and are active. If you discover that the GPO is referencing a deleted or moved account, update the policy accordingly. This ensures that every SID in the GPO maps to a valid security principal.

    4.Review the Event Viewer Logs.

    • On the Domain Controller, check the Event Viewer (particularly under the System, Application, and Group Policy Operational logs) for additional error details. The logs may pinpoint which specific account or object is causing the error and offer clues on how to correct the configuration. User's image

    5.Check GPO Permissions.

    • While less likely for this specific error, it's always good to ensure that the Authenticated Users group has Read and Apply Group Policy permissions on the problematic GPO. You can check this in the Group Policy Management Console under the "Delegation" tab of the GPO.

    You can refer below article for more information about this issue.

    Hope the above information is helpful!


1 additional answer

Sort by: Most helpful
  1. jeffery heintz 160 Reputation points
    2025-06-10T14:50:12.99+00:00

    0x80070534: no mapping between account names and security IDs (reinstall the app)


Your answer

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