Updating Windows Time Servers

12/15/2023

Updating Windows Time Servers

✏️ Summary

So maybe it’s my environment or whatever, but I’m constantly having issues with the default Windows time-servers updating. At first, one might think this isn’t really that big of a deal. However, not having an accurate date and time can cause many problems.

🛠️ How-to

Launch the registry editor by using the keyboard shortcut Windows Key + R to launch the run command, or simply just hit the Windows Key. Then type regedit and enter. Then run the Registry Editor as Administrator.

Next, navigate to the following path

Terminal window
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers

Now we’re going to update the time-servers to companies that are more likely to have stable infrastructure. I think Cloudflare is an awesome company and a fantastic DNS provider. Then Google is pretty legit, so they are also unlikely to fail. So we just need to update the values as shown below to make sure we have time.cloudflare.com and time.google.com.

Then, once we close regedit, we can check out our time settings to make sure everything is good to go.

Back to all posts