Skip navigation
red background with white letters QA

Troubleshooting and Fixing Time-Synchronization Problems in Windows

Q: We noticed some W32time error messages in the System event log on one of our domain controllers (DCs). Can you give us some hints on how we can troubleshoot Windows time-synchronizationproblems?

A:Windows includes a utility named W32tm.exe for troubleshooting and fixing time-synchronization problems. But before you begin W32tm.exe-based troubleshooting, you need to make sure that the Windows Time service is up and running on your computers. You also need to make sure that the service is set to start automatically. If the Windows Time service isn't running, all logon attempts will fail.

Here are some interesting W32tm.exe options to help you troubleshoot your Windows time-synchronization problems:

  • To view the current time client configuration on a Windows computer, run the command
W32tm /query /configuration
  • To force a clock resynchronization on the local computer, use the command
W32tm /resync
  • To list the time skew on each DC in the domain named Research, use the command
W32tm /monitor /domain:Research
  • To force a DC to synchronize time using the default domain time server hierarchy scheme, run the command
W32tm /config /syncfromflags:DomHier

You can find the complete W32tm.exe syntax as well as more information about the Windows Time service in the TechNet articles "W32tm" and "Windows Time Service Tools and Settings," respectively.

TAGS: Security
Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish