Time Synchronization Fix
Read up on how to resolves error when logging in due to your PC having an invalid date / time setting
Synchronization Error This is likely due to your device or machine's date and time being incorrect. Please ensure your date and time settings are set to automatic
Enable Auto-sync in your Date & Time Settings
By turning on these options, Windows will automatically sync your time at regular intervals with a network time server.
Open Date & Time Settings:
Press
Win + I
to open the Settings app.Go to Time & language.
Select Date & time.
Turn on "Set time automatically":
In the Date & time section, toggle the switch for Set time automatically to On.
Turn on "Set time zone automatically" (optional):
If you want Windows to adjust your time zone based on your location, toggle the switch for Set time zone automatically to On.
Select Time Synchronization (optional, if specific time server is required):
Scroll down to the Additional settings and click Sync now to manually sync with your currently selected NTP server.
If you want to change the time server, you can use the Command Prompt (below) to manually configure it, but Windows generally syncs with its default NTP server (
time.windows.com
).
Command Prompt Fix
If you couldn't force a manual synchronization using the default Windows Settings (explained above), try changing the time server and forcing a hard sync via Command Prompt (CMD), you can use the following commands:
Open Command Prompt as Administrator:
Press
Win + X
and select Command Prompt (Admin) or Terminal (Admin).
Stop the Windows Time service:
Configure the time server: Replace
time.windows.com
with your preferred NTP server if needed.(see below for alternatives)
Google NTP Servers:
time.google.com
time1.google.com
time2.google.com
time3.google.com
time4.google.com
Start the Windows Time service again:
Force the system to synchronize:
Verify the synchronization status
This will force your machine to sync with the specified time server immediately.
Last updated