How to sync your clock

If your device clock is off, timestamps, two-factor codes, calendar reminders and secure connections can all misbehave. Turning on automatic time sync fixes it in under a minute.

Windows 11 & 10

  1. Right-click the clock in the taskbar and choose Adjust date and time. (Or open Settings › Time & language › Date & time.)
  2. Turn on Set time automatically.
  3. Click Sync now. The time next to it should update to “just now”.
  4. Check that Time zone is correct — a wrong zone looks like a clock that is out by whole hours.

If “Sync now” fails

Open Command Prompt or PowerShell as administrator and run:

w32tm /resync

If that reports the service is not running, start it first:

net start w32time
w32tm /resync

Use a different time server

Control Panel › Clock and Region › Date and Time › Internet Time tab › Change settings. Set the server to time.windows.com or pool.ntp.org, then click Update now.

Once you have synced, reload the home page to check again — the reading should change to “Your clock is exact”.

Why an accurate clock matters

Logins and 2FA

Authenticator codes are derived from the current time. A clock that is off by more than about 30 seconds makes them fail.

Secure connections

Certificates are only valid between two dates, so a badly wrong clock causes “your connection is not private” warnings on sites that are perfectly fine.

Meetings and reminders

Calendar alerts, timers and scheduled jobs all fire against the local clock, so they drift with it.