Miha Jakovac

Logo

.NET & DevOps Engineer | Cloud Specialist | Team Enabler

My name is Miha and I've been tinkering with computers for some time now. I remember getting Pentium 100 in the late '90s and that's how it all started.

Specialities:

3 April 2022

Fix the Windows 11 time sync issue

by Miha J.

Windows time was lately out of order. The time was wrong, and I wondered why.

I tried to sync it within the Windows Date&Time dashboard, but it did not work.

Nothing worked!

Then I decided to choose a different NTP server. I went to a pool.ntp.org website and got my local NTP server: https://www.pool.ntp.org/zone/si.

In the PowerShell, I typed:

w32tm /config /manualpeerlist:si.pool.ntp.org /update
w32tm /resync

And my time was correct again! Phew!

tags: windows11, - time - sync