Windows Server's WSUS not registering computers

Dario CORCOS 20 Reputation points
2026-08-14T09:57:21.8666667+00:00

Hello,
I have configured a WSUS server on Windows Server (2022) and configured my clients through Group Policy to use the WSUS server.

The clients correctly receive the WSUS settings from the GPO (WUServer, WUStatusServer, UseWUServer, and TargetGroup are correctly configured).

The clients can also reach the WSUS server on port 8530, and the WSUS ClientWebService returns HTTP 200. However, the computers do not appear in the WSUS console under the configured target group.

What could prevent the clients from reporting/registering themselves in WSUS?

Thanks by advance for replying

Windows for business | Windows Server | Devices and deployment | Install Windows updates, features, or roles
0 comments No comments

Answer accepted by question author

AI answer

2026-08-14T09:57:46.9233333+00:00

The most common causes are:

  1. WSUS is not set to accept client-side targeting If Group Policy is setting TargetGroup, WSUS must be configured to use client-side assignment:
    • In WSUS Administration ConsoleOptionsComputers
    • Select Use Group Policy or registry settings on computers
    If WSUS is still set to use console-based assignment, clients can contact the server but won’t be placed into the GPO-defined group.
  2. The target computer group does not exist in WSUS The group name configured in policy must match a WSUS computer group.
    • In WSUS Administration ConsoleComputers
    • Right-click All computersAdd Computer Group
    • Create the group with the exact name used in TargetGroup
  3. The client has not completed its first WSUS detection cycle yet Clients do not appear in the WSUS console until they connect to WSUS for the first time. To accelerate this:
    • Run gpupdate /force from an elevated Command Prompt if the settings come from Active Directory GPO
    • Restart the client
    • On Windows 10/11, open SettingsWindows Update and manually check for updates
  4. The client registered before WSUS was switched to Group Policy targeting If the client first appeared while WSUS was configured for console-based assignment, it can remain in Unassigned Computers even though TargetGroup is now correct. In that case:
    • In WSUS Administration ConsoleUnassigned Computers
    • Manually move the computer to the correct group once
    • Then force another client scan and allow time for synchronization
  5. Port or protocol mismatch in WSUS policy The intranet update service location must include the correct server name and port. Supported defaults are:
    • HTTP: 8530
    • HTTPS metadata: 8531
    • Alternatively 80 or 443
    If TLS/HTTPS is used, clients and downstream servers must use the WSUS server FQDN, and clients must trust the WSUS TLS certificate in the local computer certificate store.
  6. Firewall access to WSUS is incomplete Clients need outbound access to the WSUS server ports. By default, WSUS uses:
    • 8530
    • 8531
  7. Another Group Policy is overriding the WSUS server location If a higher-precedence domain GPO sets a different WSUS server name or port, the client scan can fail even though local values appear correct. The configured server name and port in Group Policy must exactly match the WSUS service location being used.

A practical validation path is:

  1. In WSUS, confirm OptionsComputers is set to Use Group Policy or registry settings on computers.
  2. Confirm the WSUS computer group already exists and exactly matches TargetGroup.
  3. Confirm the GPO Specify intranet Microsoft update service location uses the correct WSUS URL and port.
  4. If using HTTPS, confirm the policy uses the server FQDN and the client trusts the certificate in the local computer store.
  5. Run gpupdate /force, restart the client, and manually check for updates.
  6. If the client still shows under Unassigned Computers, manually move it once or delete and re-register it only if necessary. Deleting the WSUS computer record removes its update history.

References:

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

Was this answer helpful?

2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Adam J. Marshall 11,031 Reputation points MVP
    2026-08-18T00:25:25.89+00:00

    AI has it right in this case -

    https://www.ajtek.ca/wsus/how-to-setup-manage-and-maintain-wsus-part-2-computer-groups-update-views/

    Turn on Client Side Targeting

    One of the most common overlooked and missed settings to set is the client side targeting. Click on Options. Click on Computers and choose “Use Group Policy or registry settings on computers” and press OK.

    Was this answer helpful?

    1 person found this answer helpful.

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.