I have a series of messages from CT: Have you noticed any problems accessing MS or NIST Time Servers. I run in to this problem here in Calgary, AB, Ca
[See the full post at: Problems accessing Time servers on Win 8.1 and Win10 1607]
![]() |
There are isolated problems with current patches, but they are well-known and documented on this site. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Problems accessing Time servers on Win 8.1 and Win10 1607
Home » Forums » Newsletter and Homepage topics » Problems accessing Time servers on Win 8.1 and Win10 1607
- This topic has 41 replies, 2 voices, and was last updated 8 years, 4 months ago by
Crysta (PhotM).
Tags: Windows time sync
AuthorTopicViewing 40 reply threadsAuthorReplies-
abbodi86
Guest -
SH
GuestJanuary 22, 2017 at 8:46 am #11102Hey woody sorry to bother you again, I have a small problem that started happening today and idk how to fix it. Each time scroll the 1st items name of the line of file I’m scrolling in front of appears in a bubble like one of those preview bubbles that appears in when you over a mouse over a folder. I have tried rebooting but it didn’t fix it, the only thing I have installed is the new defenitions for MSE today, I also dled some files my friend sent me but they were cleand ( I double checked). This only happens when I scroll with the white scroll thing ( idk how it’s called in english), if I use the arrows or press a space in the bar to make the thing go there it doesn’t happen. Any ideas?
-
SH
GuestJanuary 22, 2017 at 9:14 am #11103PS: Here’s and example http://imgur.com/gallery/Wvstd
-
Mike
Guest -
b
GuestJanuary 22, 2017 at 10:02 am #11105time.windows.com works fine for me.
Aren’t there plenty of public timeservers in Canada?: http://www.pool.ntp.org/zone/ca
Why would time sync affect ability to download updates anyway (if date/time is correct)?
-
AlexEiffel
Guest -
PKCano
Guest -
CogX
Guest -
Crysta (PhotM)
GuestJanuary 22, 2017 at 12:52 pm #11109I am still getting “Access is denied” on all in the “Internet Time’ GUI in W 10.0.15007.1000.
In W 8.1 and W 10.0.14393.693 things seem a bit more amicable this morning.From another Post Woody turned me on to:
http://www.tomshardware.com/answers/id-2858764/windows-time-sync-error.html
I started looking at “w32tm”, an here is what I have found:
PS C:WINDOWSsystem32> w32tm /tz
Time zone: Current:TIME_ZONE_ID_STANDARD Bias: 420min (UTC=LocalTime+Bias)
[Standard Name:”Mountain Standard Time” Bias:0min Date:(M:11 D:1 DoW:0)]
[Daylight Name:”Mountain Daylight Time” Bias:-60min Date:(M:3 D:2 DoW:0)]PS C:WINDOWSsystem32> w32tm /?
……… (This is to long to post, do it yourself in either PS or CMD.)
PS C:WINDOWSsystem32> w32tm /query /source /verbose
The following error occurred: Access is denied. (0x80070005) <<<< w32tm /query /status /verbose
The following error occurred: Access is denied. (0x80070005) <<<< w32tm /query /peers /verbose
#Peers: 1Peer: time.nist.gov,0x9
State: Active
Time Remaining: 31641.9910374s
Mode: 3 (Client)
Stratum: 1 (primary reference – syncd by radio clock)
PeerPoll Interval: 17 (out of valid range)
HostPoll Interval: 10 (1024s)
Last Successful Sync Time: 2017-01-22 10:44:16
LastSyncError: 0x00000000 (Succeeded)
LastSyncErrorMsgId: 0x00000000 (Succeeded)
AuthTypeMsgId: 0x0000005A (NoAuth )
Resolve Attempts: 0
ValidDataCounter: 1
Reachability: 3So it appears that even though I am logged on as Admin and PS is open as Admin, I am not elevated enough to see this.
This must be the the explanation for the “Internet Time’ GUI “Access is denied”. Do I need to setup a Super Admin account to see my Time settings?At Least I know from the ‘Peers’ ‘Query’ above that I am synced to the NIST Time Server, so that can’t be a problem for other broken things in W 10.0.15007.1000.
Thank You Woody for Posting this. Hopefully it will help somebody else…..
Best Regards,
Crysta
-
Doc
GuestJanuary 22, 2017 at 1:22 pm #11110According to the NIST Internet Time Servers website, time-nw.nist.gov is permanently offline.
-
ch100
GuestJanuary 22, 2017 at 1:47 pm #11111For standalaone machines, use pool.ntp.org, or a variation of it. Check their web site.
There is also a Windows 7 related KB article which I cannot find now for reference, but the issues are:
– The mechanism for time sync has changed from Windows XP and now there is a scheduled task which triggers time sync by starting the w32time service, now manual by default, but this happens too rarely
– The w32time service has now the so called triggers, for certain events.
The reality is that the best option for reliable time synchronization for stand-alone machiens is to revert to the functionality from Windows XP. This applies to Windows 7, Windows 10 and possible Windows 8.1For querying the triggers
sc triggerinfo w32timeFor deleting the triggers
sc triggerinfo w32time deleteDisable the Scheduled Tasks under Time Synchronization
Set the Windows Time service as Automatic (Delayed) Start)
In the Registry:
Under HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionDateTimeServers change the values for the new servers that suit you. Please be aware that the value under Default needs to be updates. I prefer to keep the value as 1 and under the 1 value add the new server. This registry key does not affect the functionality, but only the GUI where the time configuration is performed.HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeParameters
NTPServer should be the string which is the time server that the GUI configures, followed by “,0x9”
Type should be NTPHKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeTimeProvidersNtpClient
SpecialPollInterval is the value (deciaml) between time synchronizations. I prefer here the value 900 (15 minutes), other recommendations are for 3600 (1 hour).The Microsoft default is a combination between the Scheduled Task which triggers the service and this value here for randomization I suppose, but it makes the synchronization unreliable.
All above applies only to stand-alone machines. Do not try it in an Active Directory Domain.
If it all gets messed up, the time service can be reset by doing
net stop w32time
w32tm /unregister – deletes the service
w32tm /register – recreates the service
net start w32timeSome people here do w32tm /resync or other combination more complex, but I found it unnecessary.
I am convinced that all sounds too much work and it is and should be working like this out of the box (like in XP/Server 2003).
If the procedure described is too involved and it is not quite necessary for machines restarted at least daily, then just change the time server to one of the ntp.pool.org servers, or only:
0.us.pool.ntp.org -
ch100
Guest -
ch100
Guest -
JNP
GuestJanuary 22, 2017 at 4:09 pm #11114This is way above my pay grade, so Woody don’t post unless you or Ch100 approves. But if the goal is simply to get your clock to have the correct time, here’s how I’ve done it for years. I know it works for everything below, and inclusive of, Win 8.1. I think it would work in Win10.
First, I use a small utility called AtomTime: http://www.nlsa.com/atomtime.html . Use the free version available by clicking “here” at the end of line 2. This is an old utility from the mid-90’s, it doesn’t even install in the Windows Programs file. You just install it in a folder on your hard drive then create a shortcut on your desktop to launch.
Second, I manually set a timeserver in the “settings” menu for AtomTime from this list: http://tf.nist.gov/tf-cgi/servers.cgi . What has been stable for me, for a long time, is: 64.113.32.5 (Southfield, Michigan).
Third, simply launch AT and use the “adjust” and “check” buttons until you get where you want to be in terms of accuracy.
-
JNP
GuestJanuary 22, 2017 at 4:14 pm #11115Added: There are only two files in the AT zip file, the program and a word document that describes the program. Perhaps reading the Word description of the program will tell you and if this will work for the current problem without people having to play with the registry or entering instructions in the run box.
-
Fred
Guest -
JNP
Guest -
JNP
GuestJanuary 22, 2017 at 5:33 pm #11118This one might be helpful for Win10 peeps if the other programs I suggested don’t work: https://github.com/White-Tiger/T-Clock/releases. I also use a previous version of this on my Win7-64 and Win8.1 tablet.
Please vet before posting.
-
Crysta (PhotM)
Guest -
Crysta (PhotM)
GuestJanuary 22, 2017 at 6:25 pm #11120Hi CH100,
This is the first I have heard of “ntp.pool.org”. I am used to just using the GUI but as you saw in my comment, I am getting used to W32tm.exe.
For ME, 15007 is very broken in many places, I have Rolled back to 14986.1001 again. WU in 14986, however just rolls its Marbles with NO progress bar. It was working earlier in the week so maybe it MS’s Server problems again….???
Thanks for all the suggestions CH 100 and everyone else….
Best Regards,
Crysta
-
jmwoods
GuestJanuary 22, 2017 at 7:38 pm #11121From NTP Support…
-
ch100
GuestJanuary 22, 2017 at 7:41 pm #11122@JNP
I see no reason for Woody not to post your replies.
I admit that my method is complicated and I am not recommending it to the casual user who may not need synchronization every 15 minutes or 1 hour. I presented it for reference only, for those interested. It uses the native built-in tools, which may not be the best performing, but it is likely to cause the least trouble.
I have known about third party time clients for a while, but I have never tried them.
I am not in any position to approve or disapprove what other posters post here. -
ch100
Guest -
Anonymous
GuestJanuary 22, 2017 at 10:27 pm #11124I was trying to thread the needle between my lack of confidence in whether these tools were appropriate, or not, by asking you and Woody to vet: First do no harm, especially when I am not using Win10.
More obviously, can we all step back for a minute and consider how mind-blowing it is that, twenty plus years into Windows and, at least for some people, Windows can’t get the time straight.
-
b
GuestJanuary 22, 2017 at 11:27 pm #11125“Microsoft does recommend that workgroup computers sync from the Microsoft NTP server (time.windows.com).”
-
ch100
Guest -
ch100
GuestJanuary 23, 2017 at 2:44 am #11127This is my reference article which I could not find.
https://support.microsoft.com/en-au/help/2385818/windows-time-service-doesn-t-start-automatically-on-a-workgroup-computer-that-s-running-windows-7-or-windows-server-2008-r2 -
Noel Carboni
GuestJanuary 23, 2017 at 7:27 am #11128Some time back I noticed that the various typical/standard time servers seemed to be more and more overloaded. I’m guessing that more and more mobile devices must put a heavy load on them beyond what Windows does.
I switched to running, from the Task Scheduler, a piece of software called nistime-32bit.exe published long ago by the NIST. It still works. I have it set to run with the “Once” parameter every 2 hours with a randomization delay of up to 1 hour.
I have used several different time servers, with my current choice – that works a majority of the time but not EVERY time – being utcnist2.colorado.edu. It’s the last one on the list of suggested servers in the application.
Why 2 hour intervals? I have activities that need to be coordinated to within a fraction of a second.
In any case, using a scheduled task means one less service running and having it sync more often than the Windows default of once a day creates a better likelihood that my system clock is always accurate to a fraction of a second.
Here’s a list of time servers, along with current statuses about how loaded they are:
http://tf.nist.gov/tf-cgi/servers.cgi
-Noel
-
Crysta (PhotM)
Guest -
Crysta (PhotM)
GuestJanuary 23, 2017 at 11:25 am #11130HAHAHAHA Yes! What I have learned, is there can be a great cavernous difference between MS official and MS Eng Reality.
The same adage applies here, IF IT WORKS FULLY FOR YOU, KEEP DOING IT! However if you are getting many Event Errors Thrown because certain drivers update checks by your system are occurring, you might want to change you time server. It is a Decade+ problem that took most of that time to figure out the solution, WU Driver Time Syncing Issues.
Best Regards,
Crysta
-
Crysta (PhotM)
GuestJanuary 23, 2017 at 11:54 am #11131What I found over the weekend is, FOR ME there were definite WU/MU MS Server access problems for Insider Builds.
On 14986 I did a cleanup of WU files with my own methods as well as the troubleshooters and found the WU/MU Services were also corrupted(this maybe because it CAN’T connect) using PSWindowsUpdate I unregistered the MU Service but reregistering the Service remained Pending when left the partition last night. That is a clear indication along with the other problems the the servers were not available.
As for 15007, Its Network issues are much more then Time. If my shares on my LAN were accessed before the Upgrade(they were) I could still access them. However, trying to access the LAN through ‘Network’ it tells my I don’t have a LAN or Internet. Believe me, the Internet was very much there, the Browser was working OK.
Woody, Thank You for your support!!! As far as I am concerned this wraps up this Thread., I have Learned more about Computer Time. Thank You everyone.
Best Regards,
Crysta
-
ch100
GuestJanuary 23, 2017 at 8:12 pm #11132The problem is there I think, because it is still there on Windows 10.
Different people are affected in different ways or not at all.
The service starts when the Scheduled Task starts it or when triggered, but certain environments are more sensitive than others and this does not affect Active Directory joined machines at all as the built-in triggers are related to AD.Start Service
DOMAIN JOINED STATUS : 1ce20aba-9851-4421-9430-1ddeb766e809 [DOMAIN JOINED]Stop Service
DOMAIN JOINED STATUS : ddaf516e-58c2-4866-9574-c3b615d42ea1 [NOT DOMAIN JOINED] -
b
Guest -
Dave
Guest -
PKCano
GuestJanuary 25, 2017 at 4:42 pm #11135Here is some info on problems downloading Build 15014:
Scroll down to known issues
https://blogs.windows.com/windowsexperience/2017/01/19/announcing-windows-10-insider-preview-build-15014-for-pc-and-mobile-hello-windows-insiders-today-we-are-excited-to-be-releasing-windows-10-insider-preview-build-15014-for-pc-and-mobile/Mine is still not upgrading from 15007 to 15014. It evidently times out and resets back to “Install update” button. There is no download ~BT folder and no evidence that it’s doing anything.
-
Crysta (PhotM)
GuestJanuary 25, 2017 at 7:23 pm #11136I have not checked today but I will tomorrow.
You and I are experiencing the same thing. THIS IS NOT SPECIFIED IN THE KNOW ISSUES. We never get anywhere near the progress bar!
My supposition is that they have either pulled the Build or blocked it from being Downloaded. There might some qualification with/over ones hardware or software BUT I personally don’t think so. It also maybe part of their TESTING, that I have no opinion about…..
Lets wait and see what the next Build brings in the next day or two….
Best Regards,
Crysta
-
PKCano
GuestJanuary 26, 2017 at 11:53 am #11137Quote from “Known Issues”
IMPORTANT: The download progress indicator shown when downloading this build is currently broken under Settings > Update & security > Windows Update. It may look like you’re getting stuck at 0% or at other percentages. Ignore the indicator and be patient. The build should download fine and the installation should kick off. See this forum post for more details.
-
PKCano
GuestJanuary 26, 2017 at 12:17 pm #11138From Microsoft
“PC Build 15007: Download stuck at 0%
Jason[MS] started onMicrosoft
Hello Insiders!
With the release of 15007, some users are seeing their build download get “stuck” at 0% for very long periods of time. Some users are fixed by simply rebooting their PC, however other users find that they remain in the same “stuck”state.
We are actively investigating this situation to uncover what the issue may be. While we are investigating, please do open Feedback Hub and upvote the existing feedback related to this issue. This will help us assess the scope of the issue and it will also share additional logs to us that will assist with uncovering the issue.
As soon as we have any workaround steps or feedback, we’ll post them here. Stay tuned for additional updates.
Thank you as always!
Jason” -
PKCano
Guest -
woody
Manager -
Crysta (PhotM)
Guest
Viewing 40 reply threads - This topic has 41 replies, 2 voices, and was last updated 8 years, 4 months ago by
-

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Who knows what?
by
Will Fastie
21 minutes ago -
My top ten underappreciated features in Office
by
Peter Deegan
2 hours, 15 minutes ago -
WAU Manager — It’s your computer, you are in charge!
by
Deanna McElveen
1 hour, 23 minutes ago -
Misbehaving devices
by
Susan Bradley
2 hours, 55 minutes ago -
.NET 8.0 Desktop Runtime (v8.0.16) – Windows x86 Installer
by
WSmeyerbos
16 hours, 1 minute ago -
Neowin poll : What do you plan to do on Windows 10 EOS
by
Alex5723
11 hours, 45 minutes ago -
May 31, 2025—KB5062170 (OS Builds 22621.5415 and 22631.5415 Out-of-band
by
Alex5723
14 hours, 35 minutes ago -
Discover the Best AI Tools for Everything
by
Alex5723
14 hours, 44 minutes ago -
Edge Seems To Be Gaining Weight
by
bbearren
4 hours, 53 minutes ago -
Rufus is available from the MSFT Store
by
PL1
12 hours, 56 minutes ago -
Microsoft : Ending USB-C® Port Confusion
by
Alex5723
1 day, 15 hours ago -
KB5061768 update for Intel vPro processor
by
drmark
22 hours, 12 minutes ago -
Outlook 365 classic has exhausted all shared resources
by
drmark
18 hours, 23 minutes ago -
My Simple Word 2010 Macro Is Not Working
by
mbennett555
1 day, 11 hours ago -
Office gets current release
by
Susan Bradley
1 day, 14 hours ago -
FBI: Still Using One of These Old Routers? It’s Vulnerable to Hackers
by
Alex5723
3 days, 4 hours ago -
Windows AI Local Only no NPU required!
by
RetiredGeek
2 days, 12 hours ago -
Stop the OneDrive defaults
by
CWBillow
3 days, 5 hours ago -
Windows 11 Insider Preview build 27868 released to Canary
by
joep517
3 days, 14 hours ago -
X Suspends Encrypted DMs
by
Alex5723
3 days, 17 hours ago -
WSJ : My Robot and Me AI generated movie
by
Alex5723
3 days, 17 hours ago -
Botnet hacks 9,000+ ASUS routers to add persistent SSH backdoor
by
Alex5723
3 days, 18 hours ago -
OpenAI model sabotages shutdown code
by
Cybertooth
3 days, 18 hours ago -
Backup and access old e-mails after company e-mail address is terminated
by
M W Leijendekker
3 days, 6 hours ago -
Enabling Secureboot
by
ITguy
3 days, 13 hours ago -
Windows hosting exposes additional bugs
by
Susan Bradley
4 days, 2 hours ago -
No more rounded corners??
by
CWBillow
3 days, 22 hours ago -
Android 15 and IPV6
by
Win7and10
3 days, 12 hours ago -
KB5058405 might fail to install with recovery error 0xc0000098 in ACPI.sys
by
Susan Bradley
4 days, 14 hours ago -
T-Mobile’s T-Life App has a “Screen Recording Tool” Turned on
by
Alex5723
4 days, 17 hours ago
Recent blog posts
Key Links
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.