Windows 10 Troubleshooting: Internet Clock is not updating
Problem
The system time is not matching. The user is getting the following messages in Windows 10:
"An error occurred while Windows was synchronizing with Time.windows.com..etc. .... the timeout period expired."
And then there is another pop-up message:
"The clock was most recently synchronized on (today's date & time)"
How To Fix
- Make sure the date and time zone is set correctly.
- Check if the correct time is set in the BIOS.
- Press Windows key + R.
- Type services.msc in run window.
- From the Services window, find 'windows time' and double-click on it. It maintains date and time synchronization on all clients and servers in the network.
- If this service is stopped, date and time synchronization will be unavailable.
- If this service is disabled, any services that explicitly depend on it will fail to start.
- If service status is stopped, click Start and press OK.
- At the elevated command prompt (with Administrator privileges), type the following commands (without any quotes) followed by pressing the Enter key each time:
Type "
w32tm /debug /disable
"
Type "
w32tm /unregister
"
Type "
w32tm /register
"
Type "
net start w32time
"
You will get the following message: "The windows Time Service is starting. The windows time service was started successfully."