The computer did not resync because no time data was available

d2o 21 Reputation points
2020-12-11T06:25:11.187+00:00

Hi,
Somehow my Windows fail to sync time with the following error "The computer did not resync because no time data was available."
I have this issue on 2 different computers, where I've just formatted and reinstalled "Windows 10 Enterprise - MultipleActivation" iso from my Visual Studio Subscription.

C:\Windows\system32>net stop w32time

C:\Windows\system32>net start w32time
The Windows Time service is starting.
The Windows Time service was started successfully.


C:\Windows\system32>w32tm /config /update
The command completed successfully.

C:\Windows\system32>w32tm /resync /rediscover
Sending resync command to local computer
The computer did not resync because no time data was available.

Any idea?
Thank you

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
6,705 questions
{count} votes

6 answers

Sort by: Most helpful
  1. Dave Patrick 342.1K Reputation points MVP
    2020-12-11T13:47:54.23+00:00

    What time source are you trying to use? Might try a different one.

    w32tm /unregister
    net stop w32time
    w32tm /register
    net start w32time
    w32tm /config /manualpeerlist:<ntp ip address> /syncfromflags:manual /reliable:yes /update
    net stop w32time
    net start w32time
    then check
    w32tm /query /source
    w32tm /query /configuration

    https://tf.nist.gov/tf-cgi/servers.cgi

    --please don't forget to Accept as answer if the reply is helpful--


  2. Dave Patrick 342.1K Reputation points MVP
    2020-12-11T22:37:41.027+00:00

    After this line
    w32tm /config /manualpeerlist:129.6.15.28 /syncfromflags:manual /reliable:yes /update

    you must restart the time service.

    net stop w32time
    net start w32time

    --please don't forget to Accept as answer if the reply is helpful--


  3. Dave Patrick 342.1K Reputation points MVP
    2020-12-12T02:37:19.317+00:00

    What is the result of?

    w32tm /query /source
    w32tm /query /configuration


  4. Dave Patrick 342.1K Reputation points MVP
    2020-12-12T03:35:43.907+00:00

    Might try a different time source. Also check with your ISP as some block UDP port 123

    --please don't forget to Accept as answer if the reply is helpful--


  5. Eleven Yu (Shanghai Wicresoft Co,.Ltd.) 10,621 Reputation points Microsoft Vendor
    2020-12-14T02:05:53.617+00:00

    Hi,

    You can also check if there is any misconfiguration on group policy or registry key.

    Please refer to solution 1 & 2 in below article to see if any help.
    https://appuals.com/how-to-fix-the-computer-did-not-resync-because-no-time-data-was-available-error-on-windows/

    Thanks,

    Eleven

    If the Answer is helpful, please click "Accept Answer" and upvote it. Thanks.