How do I fix the time synchronization error on my Windows PC?
#windows-automatic-time-settings
This guide explains how to ensure that date and time settings on Windows devices are set to automatic time synchronization using trusted time servers.
Correct configuration prevents time sync errors that can cause login issues, application failures, certificate errors, and data inconsistencies.
If you would like to view guidelines on how to perform this on another platform EXCLUDING WINDOWS , click the link below:
Automatic Time Sync Guide (Non Windows Devices)To resolve this error, enable an automatic time setting on your Windows PC.
1
Didn't work? Try the Command Prompt Method
3
Configure the time server
Copy and paste the script below (Replace
time.windows.comwith your preferred NTP server if needed).
w32tm /config /manualpeerlist:"time.windows.com" /syncfromflags:manual /reliable:YES /updateStart the Windows Time service again:
net start w32timeForce the system to synchronize:
w32tm /resyncVerify the synchronization status
w32tm /query /statusLast updated
Was this helpful?
