Как запустить службу времени windows 7 вручную

The Windows Time Service (W32Time) is a service by Microsoft that provides a clock synchronization for computers without needing any extensive configuration. It is implemented in a DLL file known as W32Time.dll. This library is installed in the %Systemroot%\System32 folder when you’re installing your operating system.

The error you might get, The Windows Time Service is not started, states that due to unknown reasons, the service failed to start and you time and date might not be synchronized. This error is most common with Windows 7 users, due to the fact that Windows 7 uses a different method for the services, unlike the one Vista used. Vista started all services on startup and simply waited for you to need one of them and then made it available, but Windows 7, in an attempt to reduce boot time and overall system speed, doesn’t launch a service until you, or an application, explicitly requires it. While this might not be of a great importance to a regular user, there are computers that depend on their time and date being set correctly and this may lead to bigger problems.

There are a few methods that you can try to solve this issue, two of which requiring the use of a command prompt, the third one making use of the Task Scheduler function found in the Windows operating system, another one checks the Time Zone, and the last one offering a hardware solution.

Method 1: Use the start/networkon command in the command prompt

The Windows Time Service is one of the services that should launch automatically in order to avoid incorrect time and date in a user’s computer, however if that fails, you can run a command that triggers it automatically. The command is best run in an elevated command prompt, which you can run by opening the Start menu, typing cmd in the search box, right clicking on the search result and selecting Run as administrator from the menu. If a User Account Control window appears, click OK. Once you’re inside the command prompt, run the following command:

sc triggerinfo w32time start/networkon stop/networkoff

This command will fix the triggers for the Windows Time service and it should launch automatically when it’s supposed to, fixing your problem.

Method 2: Use the register and unregister commands in the command prompt

This is the second method that requires an elevated command prompt, which you can open with the instructions from the previous method. Once inside, follow these steps:

Type w32tm /debug /disable , and then press Enter

Type w32tm /unregister , and press Enter again, after which you should get a response from the command prompt

Type w32tm /register , and press Enter, which should be followed by another response from the command prompt

Type net start w32time , and press Enter, after which you will get a response from the command prompt that the Windows Time Service is starting, and it will fix your problem

Method 3: Check the Windows Time Service in the Task Scheduler

In this method, you will check the Windows Time Service in the Task Scheduler, and see whether the triggers are all okay. To access the Task Scheduler, open the Control Panel from the Start menu (search for it from the search box if you can’t find it in the Start menu once you click on it), and open the Administrative Tools, inside you will find the Task Scheduler. You will see a pane in the left, in which you should expand the Task Scheduler Library tree, followed by the Microsoft tree, and at the end the Windows tree. In that tree, you should find an entry for Time Synchronization. Left click it, and make sure it is enabled – enable it if it isn’t by right clicking the center pane and selecting Enable. Afterwards, right click the center pane, choose the Properties option from the drop down menu and take a look at the settings in the Triggers tab. Ensure that the service is set to run automatically at system start up.

Method 4: Check whether the Time Zone is set correctly

This can also be a cause for this issue, and the solution is fairly easy. As described in the aforementioned method, access the Control Panel from the Start menu, and open the Date and Time menu. Make sure that the Time Zone is set correctly for your location.

Method 5: Check the BIOS backup battery

In case you fixed the issue but it appears again after a reboot, the cause might be a faulty BIOS backup battery. This means that the settings won’t be saved in the BIOS until you replace the battery, so make sure to do that and you will have no issues with the Windows Time Service again.

While this is a fairly simple error that can be fixed easily, it is a fact that if you don’t take care of it and you depend on your computer having a correct time and date setup, you might run into bigger issues, and nobody wants that. Follow the methods we mentioned earlier and you will have no issues whatsoever in fixing the problem.

Kevin Arrows

Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.

Fix Windows Time Service not working: If you’re facing issues with your clock then it’s possible that Windows Time service might not be working correctly which is why you’re facing this issue but don’t worry as today we are going to discuss how to fix this issue. The main cause seems to be Windows time service which doesn’t start automatically which is causing the delay in date and time. This issue can be fixed by enabling Time Synchronization in Task Scheduler but this fix may or may not work for everyone as every user have different system configuration.

Fix Windows Time Service not working

Users have also reported that while manually synchronizing time they face the error message “An error occurred while windows was synchronizing with time.windows.com” but don’t worry as we have got this covered. So without wasting any time let’s see how to Fix Windows Time Service not working with the help of below-listed troubleshooting guide.

Table of Contents

Make sure to create a restore point just in case something goes wrong.

Method 1: Start Windows Time service

1.Press Windows Key + R then type services.msc and hit Enter.

2.Find Windows Time Service in the list then right-click and select Properties.

Right-click on Windows Time Service and select Properties

3.Make sure the Startup type is set to Automatic (Delayed Start) and the service is running, if not then click on start.

Make sure Startup type of Windows Time Service is Automatic and click Start if service is not running

4.Click Apply followed by OK.

Method 2: Run SFC and DISM

1.Press Windows Key + X then click on Command Prompt(Admin).

2.Now type the following in the cmd and hit enter:

Sfc /scannow
sfc /scannow /offbootdir=c:\ /offwindir=c:\windows (If above fails then try this one)

SFC scan now command prompt

3.Wait for the above process to finish and once done restart your PC.

4.Again open cmd and type the following command and hit enter after each one:

a) Dism /Online /Cleanup-Image /CheckHealth
b) Dism /Online /Cleanup-Image /ScanHealth
c) Dism /Online /Cleanup-Image /RestoreHealth

DISM restore health system

5.Let the DISM command run and wait for it to finish.

6. If the above command doesn’t work then try on the below:

Dism /Image:C:\offline /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows
Dism /Online /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows /LimitAccess

Note: Replace the C:\RepairSource\Windows with the location of your repair source (Windows Installation or Recovery Disc).

7.Reboot your PC to save changes and see if you’re able to Fix Windows Time Service not working issue.

Method 3: Use a different synchronization server

1.Press Windows Key + Q to bring up Windows Search then type control and click on Control Panel.

2.Now type date in the Control Panel search and click on Date and Time.

3. On the next window switch to Internet Time tab and click on “Change settings“.

select Internet Time and then click on Change settings

4.Make sure to checkmarkSynchronize with an Internet time server” then from the server dropdown select time.nist.gov.

Make sure Synchronize with an Internet time server is checked and select time.nist.gov

5.Click Update now button then click OK and see if you’re able to Fix Windows Time Service not working issue.

Method 4: Unregister and then again Register Time Service

1.Press Windows Key + X then select Command Prompt (Admin).

2.Type the following command into cmd and hit Enter after each one:

net stop w32time
w32tm /unregister
w32tm /register
net start w32time
w32tm /resync

Fix Corrupted Windows Time service

3.Wait for the above commands to finish then again follow the method 3.

4.Restart your PC and see if you’re able Fix Windows Time Service not working issue.

Method 5: Temporarily Disable Firewall

1.Type control in Windows Search then click on Control Panel from the search result.

2.Next, click on System and Security and then click on Windows Firewall.

click on Windows Firewall

3.Now from the left window pane click on Turn Windows Firewall on or off.

4.Select Turn off Windows Firewall and restart your PC. 

If the above method doesn’t work make sure to follow the exact same steps to turn on your Firewall again.

Method 6: Enable Time Synchronization in Task Scheduler

1.Press Windows Key + X then select Control Panel.

2.Click System and Security and then click Administrative Tools.

Type Administrative in the Control Panel search and select Administrative Tools.

3.Double click on Task Scheduler and navigate to the following path:

Task Scheduler Library / Microsoft / Windows / Time Synchronization

4.Under Time Synchronization, right-click on Synchronize Time and select Enable.

Under Time Synchronization, right-click on Synchronize Time and select Enable

5.Reboot your PC to save changes.

Method 7: Change the default update interval

1.Press Windows Key + R then type regedit and hit Enter to open Registry Editor.

2.Navigate to the following registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient

3.Select NtpClient then in the right window pane double-click on SpecialPollInterval key.

Select NtpClient then in the right window pane double-click on SpecialPollInterval key

4.Select Decimal from the Base section then in the value data field type 604800 and click OK.

Select Decimal from the Base section then in the value data field type 604800 and click OK

5.Reboot your PC to save your changes and see if you’re able to Fix Windows Time Service not working issue.

Method 8: Add more Time servers

1.Press Windows Key + R then type regedit and hit Enter to open Registry Editor.

2.Navigate to the following registry key:

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

3.Right-click on Servers then select New > String value than name this string as 3.

Right-click on Servers then select New and click String value

Note: Check if you already have 3 keys then you need to name this key as 4. Similarly, if you have already have 4 keys then you need to start from 5.

4.Double-click this newly created key then type tick.usno.navy.mil in the value data field and click OK.

Double-click this newly created key then type tick.usno.navy.mil in the value data field and click OK

5.Now you could add more servers by following the above steps, just use the following in value data field:

time-a.nist.gov
time-b.nist.gov
clock.isc.org
pool.ntp.org

6.Reboot your PC to save changes then again follow the method 2 to change to these time servers.

Recommended:

  • Fix Windows 10 Stuck at Preparing Security Options
  • Fix If playback doesn’t begin shortly try restarting your device
  • How to Schedule Windows 10 Automatic Shutdown
  • Fix CD or DVD Drive Not Reading Discs in Windows 10

That’s it you have successfully Fix Windows Time Service not working in Windows 10 but if you still have any questions regarding this post then feel free to ask them in the comment’s section.

Все способы:

  • Процедура синхронизации
    • Способ 1: синхронизация времени при помощи сторонних программ
    • Способ 2: синхронизация в окне «Дата и время»
    • Способ 3: командная строка
  • Вопросы и ответы: 16

Не секрет, что даже электроника не может достичь абсолютной точности. Об этом свидетельствует хотя бы то, что через определенный период системные часы компьютера, которые отображаются в нижнем правом углу экрана, могут иметь расхождение с реальным временем. Для предотвращения подобной ситуации существует возможность синхронизации с интернет-сервером точного времени. Посмотрим, как это осуществляется на практике в Windows 7.

Процедура синхронизации

Главным условием, при котором можно осуществить синхронизацию часов, является наличие интернет-подключения на компьютере. Синхронизировать часы можно двумя способами: при помощи стандартных инструментов Windows и применив стороннее программное обеспечение.

Способ 1: синхронизация времени при помощи сторонних программ

Разберемся, как синхронизировать время через интернет при помощи сторонних программ. Прежде всего, требуется выбрать софт для установки. Одной из лучших программ в этом направлении считается SP TimeSync. Она позволяет синхронизировать время на ПК с любыми атомными часами, доступными в интернете через протокол времени NTP. Разберемся, как её установить и как в ней работать.

Скачать SP TimeSync

  1. После запуска установочного файла, который расположен в скачанном архиве, открывается приветственное окно инсталлятора. Щелкните «Next».
  2. Приветственное окно инсталлятора SP Time Sync

  3. В следующем окне требуется определить, в какое место на компьютере будет инсталлировано приложение. По умолчанию это папка программ на диске C. Без существенной необходимости не рекомендуется изменять данный параметр, так что просто щелкайте «Next».
  4. Окно выбора папки установки программы SP Time Sync

  5. В новом окне сообщается о том, что SP TimeSync будет установлен на ваш компьютер. Жмите «Next» для запуска инсталляции.
  6. Окно запуска инсталляции программы SP Time Sync

  7. Запускается процесс инсталляции SP TimeSync на ПК.
  8. Процесс инсталляции программы SP Time Sync

  9. Далее открывается окно, в котором говорится об окончании установки. Для его закрытия щелкните «Close».
  10. Завершение инсталляции программы SP Time Sync

  11. Для запуска приложения щелкните по кнопке «Пуск» в нижнем левом углу экрана. Далее перейдите по наименованию «Все программы».
  12. Переход в раздел Все программы через меню Пуск в Windows 7

  13. В открывшемся перечне установленного софта ищите папку SP TimeSync. Чтобы перейти к дальнейшим действиям, щелкните по ней.
  14. Переход в папку SP TimeSync в списке программ через меню Пуск в Windows 7

  15. Отобразится иконка SP TimeSync. Кликните по указанному значку.
  16. Клик по иконке SP TimeSync в списке программ через меню Пуск в Windows 7

  17. Данное действие инициирует запуск окошка приложения SP TimeSync во вкладке «Время». Пока что в окошке отображается только локальное время. Чтобы отобразилось серверное, время щелкните по кнопке «Получить время».
  18. Как видим, теперь одновременно в окошке SP TimeSync отображается и локальное, и серверное время. Также отображаются такие показатели, как разница, задержка, старт, версия NTP, точность, актуальность и источник (в виде IP-адреса). Для того, чтобы синхронизировать компьютерные часы, нажмите «Задать время».
  19. После данного действия локальное время ПК приведено в соответствии с серверным, то есть, синхронизировано с ним. Все остальные показатели сброшены. Чтобы снова сравнить локальное время с серверным, опять нажмите «Получить время».
  20. Как видим, на этот раз разница совсем маленькая (0,015 сек). Это обусловлено тем, что синхронизация проводилась совсем недавно. Но, конечно, не очень удобно каждый раз синхронизировать время на компьютере вручную. Чтобы настроить этот процесс автоматически, перейдите во вкладку «NTP-клиент».
  21. В поле «Получать каждые» можно указать промежуток времени в числах, через который часы будут автоматически синхронизированы. Рядом в раскрывающемся списке существует возможность выбрать единицу измерения:
    • Секунды;
    • Минуты;
    • Часы;
    • Сутки.

    К примеру, зададим интервал в 90 секунд.

    В поле «NTP сервер» при желании можно указать адрес любого другого сервера синхронизации, если тот, который установлен по умолчанию (pool.ntp.org) вам по каким-то причинам не подходит. В поле «Локальный порт» лучше не вносить изменения. По умолчанию там установлено число «0». Это означает, что программа подключается к любому свободному порту. Это наиболее оптимальный вариант. Но, конечно, если вы по определенным причинам желаете назначить для SP TimeSync определенный номер порта, то можете это сделать, вписав его в данное поле.

  22. Кроме того, в этой же вкладке расположены настройки управления точностью, которые доступны в версии Pro:
    • Время попытки;
    • Число успешных попыток;
    • Предельное число попыток.

    Но, так как мы описываем бесплатную версию SP TimeSync, то останавливаться на этих возможностях не будем. А для дальнейшей настройки программы переместимся во вкладку «Параметры».

  23. Тут, прежде всего, нас интересует пункт «Запускать при старте Windows». Если вы желаете, чтобы SP TimeSync автоматически запускался при старте компьютера, а не делать это каждый раз вручную, то около указанного пункта поставьте галочку. Кроме того, можно установить галочки напротив пунктов «Сворачивать иконку в трее» и «Запускать со свернутым окном». Установив данные настройки, вы даже не будет замечать, что программа SP TimeSync работает, так как все действия по синхронизации времени через установленный интервал она будет проводить в фоновом режиме. Окно нужно будет вызвать только в том случае, если вы решите произвести корректировку ранее выставленных настроек.

    Кроме этого, для пользователей версии Pro доступна возможность использования протокола IPv6. Для этого нужно просто установить галочку около соответствующего пункта.

    В поле «Язык» при желании можно выбрать из списка один из 24 доступных языков. По умолчанию установлен язык системы, то есть, в нашем случае русский. Но доступны английский, белорусский, украинский, немецкий, испанский, французский и многие другие языки.

Таким образом, мы настроили программу SP TimeSync. Теперь каждые 90 секунд будет происходить автоматическое обновление времени Windows 7 в соответствии с серверным временем, причем все это выполняется в фоновом режиме.

Способ 2: синхронизация в окне «Дата и время»

Для того, чтобы синхронизировать время, использовав встроенные возможности Windows, требуется выполнить следующий алгоритм действий.

  1. Кликните по системным часам, расположенным в нижнем углу экрана. В открывшемся окне переместитесь по надписи «Изменение настроек даты и времени».
  2. Переход в окно изменения настроек даты и времени в Windows 7

  3. После запуска окна перейдите в раздел «Время по Интернету».
  4. Переход во вкладку Время по интернету в окне изменения настроек даты и времени в Windows 7

  5. Если в данном окне указано, что компьютер не настроен на автоматическую синхронизацию, то в этом случае щелкните по надписи «Изменить параметры…».
  6. Переход к изменению параметров во вкладку Время по интернету в окне изменения настроек даты и времени в Windows 7

  7. Запускается окно настройки. Установите галочку около пункта «Синхронизировать с сервером времени в интернете».
  8. Установка синхронизации с сервером времени в интернете в Windows 7

  9. После выполнения данного действия поле «Сервер», которое до этого было неактивным, становится активным. Кликните по нему, если желаете выбрать сервер отличный от того, который установлен по умолчанию (time.windows.com), хотя это не обязательно. Выберите подходящий вариант.
  10. Выбор сервера для синхронизации времени в Windows 7

  11. После этого можно провести немедленную синхронизацию с сервером, нажав «Обновить сейчас».
  12. Немедленная синхронизация времени с серером в Windows 7

  13. После выполнения всех настроек жмите «OK».
  14. Завершение настроек по синхронизации времени в Windows 7

  15. В окне «Дата и время» тоже жмите «OK».
  16. Закрытие окна дата и время в Windows 7

  17. Теперь ваше время на компьютере будет синхронизироваться со временем выбранного сервера с периодичностью раз в неделю. Но, если вы захотите установить другой период автоматической синхронизации, то это будет не так просто сделать, как в предыдущем способе с использованием стороннего софта. Дело в том, что в пользовательском интерфейсе Windows 7 просто не предусмотрено изменение данной настройки. Поэтому придется вносить корректировки в системный реестр.

    Это очень ответственное дело. Поэтому, прежде чем переходить к процедуре, хорошо подумайте, так ли вам необходимо изменять интервал автоматической синхронизации, и готовы ли вы справиться с данной задачей. Хотя необычайно сложного тут ничего нет. Просто следует подходить к делу ответственно, во избежание фатальных последствий.

    Если вы все-таки приняли решение вносить изменения, то вызовите окно «Выполнить», набрав комбинацию Win+R. В поле данного окошка впишите команду:

    Regedit

    Щелкните «OK».

  18. Переход в окно редактора системного реестра через окно Выполнить в Windows 7

  19. Открывается окно редактора системного реестра Windows 7. В левой его части расположены разделы реестра, представленные в виде размещенных в древовидной форме каталогов. Перейдите в раздел «HKEY_LOCAL_MACHINE», дважды кликнув по его наименованию левой кнопкой мыши.
  20. Переход в раздел HKEY_LOCAL_MACHINE в окне редактора системного реестра в Windows 7

  21. Далее таким же образом перейдите последовательно в подразделы «SYSTEM», «CurrentControlSet» и «Services».
  22. Переход в подразделы реестра в окне редактора системного реестра в Windows 7

  23. Открывается очень большой перечень подразделов. Ищите в нем наименование «W32Time». Кликните по нему. Далее перейдите в подразделы «TimeProviders» и «NtpClient».
  24. Переход в подраздел NtpClient в окне редактора системного реестра в Windows 7

  25. В правой части редактора реестра представлены параметры подраздела «NtpClient». Кликните дважды по параметру «SpecialPollInterval».
  26. Переход к редактированию параметра SpecialPollInterval подраздела NtpClient в окне редактора системного реестра в Windows 7

  27. Запускается окно изменения параметра «SpecialPollInterval».
  28. Окно изменения параметра SpecialPollInterval в Windows 7

  29. По умолчанию значения в нем заданы в шестнадцатеричной системе исчисления. С данной системой хорошо работать компьютеру, но для обычного пользователя она непонятна. Поэтому в блоке «Система исчисления» переводите переключатель в положение «Десятичная». После этого в поле «Значение» отобразится число 604800 в десятичной системе измерения. Это число отображает количество секунд, через которые производится синхронизация часов ПК с сервером. Нетрудно подсчитать, что 604800 секунд равно 7 дням или 1 неделе.
  30. Перевод переключателя в положение Десятичная в окне изменения параметра SpecialPollInterval в Windows 7

  31. В поле «Значение» окна изменения параметра «SpecialPollInterval» вписываем время в секундах, через которое мы желаем синхронизировать часы компьютера с сервером. Конечно, желательно, чтобы данный интервал был меньше, чем тот, который установлен по умолчанию, а не больше. Но это уже каждый пользователь решает для себя сам. Мы же в качестве примера установим значение 86400. Таким образом, процедура синхронизации будет выполняться 1 раз в сутки. Жмем «OK».
  32. Изменение интервала синхронизации в окне изменения параметра SpecialPollInterval в Windows 7

  33. Теперь можно закрывать окно редактора реестра. Щелкните по стандартному значку закрытия в верхнем правом углу окна.

Закрытие окна редактора реестра в Windows 7

Таким образом, мы настроили автоматическую синхронизацию локальных часов ПК со временем сервера с периодичностью 1 раз в день.

Способ 3: командная строка

Следующий способ для запуска синхронизации времени подразумевает использование командной строки. Основное условие состоит в том, чтобы перед началом процедуры вы вошли в систему под учетным именем с правами администратора.

  1. Но даже использование учетного имени с административными возможностями не позволит запустить командную строку обычным способом с помощью введения выражения «cmd» в окне «Выполнить». Для запуска командной строки от лица администратора, жмите «Пуск». В списке выберите «Все программы».
  2. Переход в раздел Все программы через меню Пуск в операционной системе Windows 7

  3. Запускается перечень приложений. Кликните по папке «Стандартные». В ней будет располагаться объект «Командная строка». Щелкните правой кнопкой мыши по указанному наименованию. В контекстном списке остановите выбор на позиции «Запуск от имени администратора».
  4. Запуск командной строки от имени администратора в Windows 7

  5. Происходит открытие окна командной строки.
  6. Командная строка в Windows 7

  7. В строку после названия учетной записи следует вставить следующее выражение:

    w32tm /config /syncfromflags:manual /manualpeerlist:time.windows.com

    В данном выражении значение «time.windows.com» означает адрес сервера, с которым будет выполнена синхронизация. Если вы хотите, то можете заменить его на любой другой, например, «time.nist.gov» или «timeserver.ru».

    Конечно, вбивать вручную в командную строку данное выражение не слишком удобно. Его можно скопировать и вставить. Но дело в том, что командная строка не поддерживает стандартные способы вставки: через Ctrl+V или контекстное меню. Поэтому многие пользователи думают, что вставка в данном режиме вообще не работает, но это не так.

    Скопируйте с сайта вышеуказанное выражение любым стандартным способом (Ctrl+C или через контекстное меню). Перейдите в окно командной строки и щелкните по её логотипу в левом углу. В открывшемся списке последовательно перейдите по пунктам «Изменить» и «Вставить».

  8. Вставка выражения в командную строку в Windows 7

  9. После того, как выражение вставлено в командную строку, жмите Enter.
  10. Выражение вставлено в командную строку в Windows 7

  11. Вслед за этим должно появиться сообщение, что команда успешно выполнена. Закройте окно, щелкнув на стандартный значок закрытия.
  12. Команда успешно выполнена в командной строке в Windows 7

  13. Если теперь перейти во вкладку «Время по интернету» в окне «Дата и время», как мы это уже делали во втором способе решения задачи, то увидим информацию, что компьютер настроен на автосинхронизацию часов.

Компьютер настроен на автоматическую синхронизацию в Windows 7

Синхронизировать время в Windows 7 можно, как применяя стороннее программное обеспечение, так и использовав внутренние возможности операционной системы. Причем, сделать это можно различными способами. Каждый пользователь просто должен выбрать более подходящий лично для себя вариант. Хотя объективно использование стороннего ПО более удобно, чем применение встроенных инструментов ОС, но нужно учесть, что установка сторонних программ создает дополнительную нагрузку на систему (пусть и небольшую), а также может являться источником уязвимостей для действий злоумышленников.

Наша группа в TelegramПолезные советы и помощь

One of the most common issues faces by Windows users is ‘Windows Time Service Not Running’.

At Bobcares, we often get requests from our customers to fix this issue.

Today, let see some methods used by our Experienced Support Techs to fix this issue.

Windows Time Service

Windows Time Service (W32Time) or the Clock Synchronization Service is a Microsoft Windows service.

It is responsible for synchronization of time and date on Windows system to show the correct time according to our location.

The synchronization is basically done through an NTP (Network Time Protocol) server.

Every system irrespective of their location use the NTP service to maintain the accurate time in their systems.

Causes for ‘Windows Time Service Not Running’ on Windows

If we get the Windows Time Service not running error in the Windows system, it will start showing the wrong time and date.

windows time service not running

Correct time on our system is very important as system updates, reminders, etc. can be scheduled accordingly.

Some causes of the Windows Time Service not running error are given below:

1. A faulty System File related to Windows Time Service

2. Missing Windows Time Service

3. Faulty Windows Time Service

Methods to Fix Windows Time Service Not Running Error

Some methods used by our Support Engineers to fix this error on Windows are given below.

 1. Setting Windows to Auto Trigger Windows Time Service

Usually, Windows Time Service starts automatically with Windows startup, but it may stop doing so because of some error or glitch.

It can also happen when the Windows Time Service is not set to trigger automatically.

Steps to check or alter and fix this are given below:

1.  Press Windows Key + R key together to open the command prompt and type

services.msc

then press the Enter button.

2. The Services window will open up. Then scroll down the list of services till we find Windows Time service and double-click on it.

3. A new Windows Time Properties box will open.

4. From the drop-down list of Startup type, select the Automatic option.

5. Check if the service status is running, if not then click on Start.

6. Now, click on Apply and Press OK.

These steps will start the Windows Time Service and the time on the system will be synced.

2. Use SC Trigger Command to Autostart Windows Time Service.

Windows Time Service not running error can also be solved by setting it to automatically launch using Command Prompt or by setting it to Automatic from Windows Time Properties.

windows time service not running

Steps to follow  for setting from CMD are given below:

1. Open Command Prompt in Admin mode (Run as Administrator).

2. Then give the following command and press Enter to run it.

sc triggerinfo w32time start/networkon stop/networkoff

Once the command is successfully executed, it will trigger the Windows Time Service to run automatically. Then we have to restart the system.

3. Re-register and Restart Windows Time Service

In this method, we will be stopping, then re-registering the Windows Time Service, then restarting it to see if the Windows Time Service not running issue remains.

Steps to follow are given below:

1. Open Command Prompt in Admin mode (Run as Administrator).

2. Then give the following command and press the Enter key.

net stop w32time

3. To unregister Windows Time Service and to remove all the information from the Registry give the following command and press Enter.

w32tm /unregister

3. Then to re-register the Windows Time Service and to install the setting automatically give the following command and press Enter.

w32tm /register

4. Start the service again by giving the following command and press Enter.

net start w32time

5. Give the following command is to synchronize the system and press Enter.

w32tm /resync /nowait

After executing these commands, we have to restart the system and check the Windows’ time.

4. Run SFC and DISM

System files can often be corrupted and as a result, it can cause this issue.

SFC Scan stands for System File Checker scan and DISM stands for Deployment Image Servicing and Management.

SFC scan can be carried out with the following steps:

1. Open Command Prompt in Admin mode (Run as Administrator).

2. Then give the following command and press the Enter key.

sfc /scannow

Once the scan is complete, restart the system. Now, check if the error Windows Time Service not running still occurs.

If yes, we can perform a DISM Scan.

DISM Scan can be carried out with the following steps:

1. Open Command Prompt in Admin mode (Run as Administrator).

2. Then give the following command and press the Enter key.

DISM /Online /Cleanup-Image /RestoreHealth

When the DISM scan is complete, restart the system again and check if the problem persists. If the issue is still present, repeat the SFC scan again and check if the issue is resolved.

[Still facing the issue? We are here for you!]

5. Checking Windows Time Service in Local System Account

If the Windows Time Service is not running, there are chances it is not enabled in the Local System Account settings.

Steps to fix this are given below:

1. Open Command Prompt in Admin mode (Run as Administrator).

2. Then type

Services.msc

and press Enter.

3. Scroll down to find Windows Time and then double-click on it.

4. The Windows Time Properties box appears, go to the Log On tab and select the Local System account checkbox.

5. Click on Apply and then press the OK button.

 

6. Checking Task Scheduler for Windows Time Service settings

Task Scheduler also handles the functioning of Windows Time Service. In this method, we see if everything is set properly, or not. And if not set properly we will fix it.

Steps to follow are:

1. Take Task Scheduler Library; click on it to expand.

2. In the expanded library, look for Microsoft library; click on it to expand it.

3. From Microsoft’s library, look for Windows then click on it to expand.

4. Make sure that Time Synchronization is Enabled.

If we see an option that says ‘Disable’ in the context menu, that means it is already enabled. Then we have to check if the service has resumed.

7. Using a Different Time Server

Windows Time Service is not running problem can also arise if there is an issue with the Time Server. We can change Time Server manually to fix this issue.

Steps to follow are:

1. Control Panel and then click on the icon which says Date And Time

2. At the top, click on the ‘Internet Time’ tab.

3. Now click on the Change Settings option.

4. Under the Server dropdown list, select time.nist.gov and click on Update Now.

5. Click on OK to save the changes.

8. Registering the W32Time file (Alternative method)

This is an alternate way to re-register and restart the service in Command Prompt.

Steps to follow are:

1. Open Command Prompt in Admin mode (Run as Administrator).

2. Then give the following command and press the Enter key (Copy the text and press Enter to execute them in the same sequence in which it is given):

pushd %SystemRoot%\system32
.\net stop w32time
.\w32tm /unregister
.\w32tm /register
.\sc config w32time type= own
.\net start w32time
.\w32tm /config /update /manualpeerlist:”0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org,3.pool.ntp.org”,0x8 /syncfromflags:MANUAL /reliable:yes
.\w32tm /resync
popd

Do not break the sequence and do not misplace or replace any character. Make sure to check it twice before executing it.

[Need further assistance? We are here for you!]

Conclusion

In short, we’ve discussed the causes of ‘ Windows Time Service Not Running’ Also, we saw how our Support Engineers fix them using different methods.

 

PREVENT YOUR SERVER FROM CRASHING!

Never again lose customers to poor server speed! Let us help you.

Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.

GET STARTED

var google_conversion_label = «owonCMyG5nEQ0aD71QM»;

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Pl2303hxa драйвер windows 10
  • Как использовать wsl windows
  • Windows for android tablets
  • Снова включить wi fi windows 10
  • Живой экран блокировки windows 10