Windows Server 2019 and Time Server, NTPServer synchronization issue

PerserPolis-1732 1,951 Reputation points
2025-02-14T14:04:04.4166667+00:00

Hi,

I have Domain with Windows Server 2019 and many Windows 10 Clients and Windows 11 Clients.

We have a big issue with Time synchronization Domain and Windows Clients.

Sometimes is 20 seconds or 1 minute with domain. I thin on the domain is the time correct, but on the Clients not.

I have added in the Registry on the domain the Ntpserver with our Firewall (IP address) Time

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters

NtpServer= Firewall (IP address)

But I have still the issue with Windows Clients. Is that maybe Firwall issue between Domain and Clienst?

I dont thing so, because the firewall between the Domain Client is disabled.

On the Clients I did run the following command

w32tm /query /status

w32tm /query /source (show me here my domain Controller)

User's image

Any Idea?

Regards

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,965 questions
Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,394 questions
0 comments No comments
{count} votes

Accepted answer
  1. Zunhui Han 3,730 Reputation points Microsoft External Staff
    2025-03-12T06:45:26.1133333+00:00

    Hello,

    Thank you for posting in Q&A forum.

    To resolve the time synchronization issue between your domain and Windows clients, you can follow these steps:

    1. Verify Time Synchronization: On both the domain controller and the client machines, If there is a significant time difference, use the w32tm /resync command to synchronize the time with their respective time sources.
    2. Force Time Synchronization: On the affected client machine, open a command prompt and run the following commands:

    net stop w32time

    net start w32time

    1. Check Group Policy Settings: - Ensure that the Group Policy for time synchronization is correctly configured. You can check the following policy: Computer Configuration > Administrative Templates > System > Windows Time Service > Time Providers - Ensure that the policy is set to synchronize with the domain controller.

    I hope the information above is helpful.

    Best regards

    Zunhui

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.