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 for business Windows Client for IT Pros User experience Other
{count} votes

7 answers

Sort by: Most helpful
  1. Anonymous
    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 people found this answer helpful.

  2. Anonymous
    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--

    1 person found this answer helpful.

  3. Stephan van Helden 31 Reputation points
    2023-04-14T14:39:42.77+00:00

    (deleted, wrong channel)

    1 person found this answer helpful.
    0 comments No comments

  4. Anonymous
    2020-12-12T02:37:19.317+00:00

    What is the result of?

    w32tm /query /source
    w32tm /query /configuration


  5. Anonymous
    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--


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.