Windows time service not installed


Readers help support Windows Report. We may get a commission if you buy through our links.

Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more

The Windows Time Service (W32Time) is a Microsoft service that synchronizes computer clock. The tool is implemented in the W32Time.dll file.

The Windows Time Service recently broke down, sending the wrong times to computers worldwide. Fortunately, Microsoft quickly fixed this problem, and your computer should now display the correct time.

Should the Windows Time Service break down again, we’ve covered you. In this article, we’ll list a series of workarounds that you can use to set the correct time on your computer.

Why is Windows Time Service missing?

  • Damaged installation – Sometimes, your installation can get damaged. To fix it, you need to repair corrupted system files.
  • Service settings – In case the service isn’t correctly configured, you can get this and many similar errors. Restarting it usually fixes the problem.
  • Improperly configured tasks – If the tasks aren’t scheduled properly, you need to manually schedule tasks related to date and time.
  • Time server issues – In some instances, there might be issues with the time server. Change the server and check if that helps.

What are other Windows Time Service issues?

Windows Time service can sometimes lead to certain issues if it’s not running properly. Speaking of this service, here are some similar issues that users reported:

  • Windows 10 time service not starting, access denied, not working, not found, not showing
    • There are various issues that can occur with Windows Time service on Windows 10, but you should be able to fix most of them by using one of our solutions.
  • Windows Time service keeps stopping
    • According to users, sometimes this service keeps stopping on your PC.
    • To fix this problem, be sure to run both SFC and DISM scans and check if that solves the issue.
  • Windows Time service missing, not installed
    • If this service is missing or if it’s not installed, be sure to reregister the service and check if that solves the problem.
  • Windows Time service not starting error 1792, 1290, 1079
    • There are various errors that can prevent this service from running, and if you encounter any of these issues, be sure to try some of our solutions.
  • Windows Time service could not be started
    • This is another common problem with Windows Time service.
    • If this issue occurs, you might have to change the Startup type of Windows Time service.
  • Windows Time not syncing
    • This is another common problem caused by Windows Time service.
    • However, you can fix it by checking your scheduled tasks.

How do I fix the Windows Time service if it’s missing?

Before we start fixing this issue, be sure to try the following:

  • Check motherboard battery – A faulty one often causes time and date issues. Consider replacement before trying other steps.

1. Perform SFC and DISM scans

  1. Press Windows key + X to open Win + X menu.
  2. Now choose Command Prompt (Admin) or Powershell (Admin) from the menu.
  3. When Command Prompt opens, type the following and press Enter: sfc /scannow
    Windows 10 time service not starting

  4. SFC scan will now start. This scan can take up to 15 minutes, so don’t interfere with it or interrupt it.

If Windows Time service isn’t running, the problem might be your file corruption. Sometimes, your system files can get corrupted, leading to this and many other errors.

To fix the problem, you need to perform an SFC scan. Once the SFC scan is finished, check for the problem.

Windows Time service could not be started

If the issue is still present, your next step would be to run a DISM scan. To do that, start Command Prompt as administrator and run the following command: DISM /Online /Cleanup-Image /RestoreHealth

Once the DISM scan is finished, check if the problem persists. If the issue is still present, repeat the SFC scan and check if that solves the issue. If this process seems too complicated or time-consuming, we recommend reliable repair software.

2. Set the Windows Time Service to automatic

  1. Press Windows key + R and type services.msc. Next, press Enter.
  2. Scroll down to Windows Time and double-click it.
    Windows Time service not installed

  3. Change the Startup type to Automatic. Lastly, click on Apply and OK.
    Windows Time service not starting error 1290

After you change the Startup type, the service should automatically start with Windows, and your problem should be resolved. If you have issues with Windows Time service, you need to ensure that the Startup type of the service is set to Automatic.

Read more about this topic

  • Microsoft wants Windows 10 users to upgrade to Windows 11 or Copilot + PCs
  • Deleting ‘inetpub’ folder lets hackers permanently stop Windows updates, Microsoft warns
  • The latest KB5055612 for Windows 10 22H2 brings huge stability to the OS

3. Make sure that the Local System account starts the Windows Time service

  1. Open the Services window.
  2. Scroll down to Windows Time and double-click it.

  3. Select the Log Ontab and check the Local System account. Lastly, click Apply and OK.
    Windows Time not syncing

According to users, sometimes issues Windows Time service can occur if it’s not being started properly. After making these changes, the problem should be resolved completely.

4. Register the W32Time file again

  1. Press Windows key + X and choose PowerShell (Admin).

  2. Run the following commands:
    net stop w32time
    w32tm /unregister
    w32tm /register
  3. Close PowerShell.

Sometimes this issue can occur if there’s a problem with the W32Time service. To fix the issue, you must stop the services and unregister it.

5. Check the Windows Time Service in the Task Scheduler

  1. Go to the Search menu, type task scheduler and select Task Scheduler.

  2. Expand the Task Scheduler Library tree. Next, go to Microsoft and select Windows. Lastly, choose Time Synchronization.

  3. Left-click each task and make sure it is enabled. To enable a task, right-click it and select Enable.

  4. Still in the center pane, check the settings from the Triggers tab and set the service to run automatically at startup.

For Windows Time Service to work properly, specific scheduled tasks must be running. If there’s an issue with one of these tasks, you might encounter some problems.

6. Use a different time server

  1. Press Windows key + R and enter control. Click OK.

  2. Go to Date and Time.

  3. Go to Internet Time and click the Change settings button.
    Windows Time service missing

  4. Select time.nist.gov as the Server and click the Update now button. Also, try using pool.ntp.org as the server, some users reported that this fixed the issue.
    Windows Time service not starting error 1792

In some cases, problems with Windows Time service can occur if there’s an issue with the time server. Check out our in-depth comparison of time.windows.com vs time.nist.gov for good measure. After changing the time server, check if the issue is still there.

You can also add more servers to the list. Here’s how to do this:

  1. Press Windows key + R and enter regedit. Press Enter.
  2. Once the Registry Editor opens, navigate to the following path:
    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers

  3. To add a new time server, right-click the empty space and choose New and then String Value.

  4. Enter the appropriate number and double-click it. In the Value data field enter the server’s address.

    Here are some server examples:

    • time-a.nist.gov
    • time-b.nist.gov
    • 128.105.37.11
    • europe.pool.ntp.org
    • clock.isc.org
    • north-america.pool.ntp.org
    • time.windows.com
    • time.nist.gov
  5. After you add servers to the registry, simply go to Time and Date settings and choose any of the servers that you added.

7. Force Windows to sync the time

  1. Start PowerShell as adminsitartor. Use Windows key + X and select PowerShell (Admin).

  2. Now run the following commands:
    net stop w32time
    w32tm /unregister
    w32tm /register
    net start w32time
    w32tm /resync

According to users, sometimes you might be able to solve this problem simply by forcing Windows to start the service and sync the time. After that, restart your PC and check if the problem is resolved.

8. Use the sc triggerinfo command

  1. Start Powershell as administrator.
  2. Now run the following command: sc triggerinfo w32time start/networkon stop/networkoff

According to users, sometimes Windows Time service isn’t triggered properly, and if that’s the case, the service won’t start at all. However, you can fix the problem simply by running a single command in Command Prompt.

After executing the command, the Windows Time service should be fixed and start automatically with your PC.

There you go. We hope one of these solutions helps you synchronize your Windows 10 clock. If the problem is still there, our Windows clock is falling behind guide should be able to help.

If you’ve encountered other workarounds to fix various Windows Time Service bugs, please list the troubleshooting steps in the comment section below.


Madalina Dinita

Networking & Security Specialist

Madalina has been a Windows fan ever since she got her hands on her first Windows XP computer.

She is interested in all things technology, especially emerging technologies — AI and DNA computing in particular.

Prior to joining the WindowsReport team, she worked in the corporate world for a number of years.


Encountered the “Windows Time service is missing” or the “Windows Time service not starting automatically” issue in Windows 10/11? In this post from MiniTool, we will show you how to restore the Windows Time service.

The Windows Time service (Win32Time) is an important Microsoft Windows service used to keep the date and time synchronized on all clients and servers in the network. If the Windows Time service not starting automatically or is missing, the date and time synchronization will be unavailable. This problem is not uncommon, and here is a true example.

I have Windows 10 Pro installed on my PC. After the last update, I have a problem with the time as it changes continuously either after startup or while using the PC. Searching online, I noticed that Windows Time is missing from the list of my services. What should I do?superuser.com

Next, we will guide you on how to restore the Windows Time service.

How to Restore the Missing Windows Time Service

Before performing the following steps, it is suggested to attempt some basic troubleshooting, such as restarting your computer and updating Windows to the latest version. If the “Windows Time service missing” problem persists, try the advanced solutions below.

Way 1. Change the Time Server

The disappearance of the Windows Time service may be related to the problem of the time server. So, you can try to change a time server to check if the issue can be fixed.

Step 1. Open the Control Panel by using the Windows search box.

Step 2. In Control Panel, click Date and Time.

Step 3. Move on to the Internet Time section, then click the Change settings button.

change internet time settings

Step 4. Change another time server from the drop-down menu and then click the Update Now button.

update the changed time server

Step 5. Finally, click the OK button to save your changes.

After this operation, you can open Windows Services to check if the missing Windows Time service is restored.

Way 2. Re-Register the Windows Time Service

Re-registering Win32Time is also an effective way to restore the missing Windows Time service. Follow the guide below to complete the necessary actions.

Step 1. Type cmd in the Windows search box and right-click the Command Prompt result to select Run as administrator.

Step 2. When the UAC window appears, select the Yes button.

Step 3. In the Command Prompt window, type net stop w32time and press Enter to execute this command. After executing this command, the Windows Time service will be stopped.

stop the Windows Time service

Step 4. Type the following command lines in sequence. And press Enter after each command.

  • w32tm /unregister
  • w32tm /register
  • net start w32time

Once all command lines are executed, restart your computer and check if the “Windows Time service is missing” issue has been resolved.

Way 3. Enable Time Synchronization Tasks

If the Time Synchronization tasks are disabled, you may find that the Windows Time service is missing. To restore the missing Windows Time service, follow the instructions below to enable the Time Synchronization tasks.

Step 1. Type Task Scheduler in the Windows search box and select it from the best match result.

Step 2. Expand the Task Scheduler Library folder and navigate to Microsoft > Windows > Time Synchronization.

Step 3. Check if the Time Synchronization tasks are disabled. If yes, right-click each task to select Enable.

enable the Time Synchronization task

Make sure all tasks are enabled. Then exit Task Scheduler and restart your computer to check if the missing Windows Time service is back.

Way 4. Perform a DISM and SFC Scan

Corrupted system files can trigger the “Windows Time service missing” issue as well. In this situation, you can use the System File Checker tool to repair missing or corrupted system files.

Step 1. Open the Command Prompt as administrator by using the Windows search box.

Step 2. In the command line window, type DISM.exe /Online /Cleanup-image /Restorehealth and press Enter.

run DISM

Step 3. Wait for the process to complete, then type sfc /scannow and press Enter.

Top Recommendation

Corrupted system files not only can cause the Windows Time service missing issue, but also can lead to data loss issues, such as Windows deleting files automatically, files getting deleted when left-clicking, and so on.

In such situations, you can use MiniTool Power Data Recovery, the best free data recovery software to recover deleted files. MiniTool Power Data Recovery supports recovering documents, pictures, videos, audio, etc. from computer hard drives, USB flash drives, SD cards, and other file storage devices.

MiniTool Power Data Recovery FreeClick to Download100%Clean & Safe

Bottom Line

This article explains what should you do when the Windows Time service is missing. Just try to change the time server, re-register the Windows Time service, enable Time Synchronization tasks, and perform a DISM/SFC scan.

Should you have any questions, do not hesitate to leave your comments below or send an email to [email protected].

Start your Windows computer and notice that the time is wrong. It might be a minor issue, or you accidentally changed the setting. But what if Windows Time Service is missing entirely?

Fortunately, restoring the Windows Time Service is not complicated. This guide will discuss quickly restoring the missing Windows Time Service and setting the correct time on your computer.

1. Reboot Your PC

Restart your computer before attempting any major troubleshooting. While it may sound simple, restarting the computer resolves minor errors and glitches that prevent the service from running. It flushes out temporary files and refreshes the operating system to ensure everything works correctly.

  1. Press Alt + F4 to bring up the Shutdown dialog
  2. Select Restart from the drop-down menu and then hit OK.

Once the computer restarts, check if Windows Time Service is available. If it’s still missing, move on to the next step.

2. Change the Time Server

If restarting the computer does not work, you must change the time server. Changing the time server synchronizes your system clock with an online one, displaying your computer’s correct date and time.

Follow the steps to change the time server:

  1. Press the Windows key to open the Start Menu.
  2. Type control panel in the search box and click the result. This opens the Control Panel window.
  3. Select View by: Large icons and click Date and Time.
  4. Switch to the Internet Time tab and click Change settings.
  5. Check the Synchronize with an Internet time server box and select a time server from the drop-down menu.

    Change the Time Server

  6. Click the Update now button to synchronize your computer with the time server.
  7. Once completed, click OK to save the changes and exit.

After these steps, you should see the Windows Time Service running on your system. Check the time to ensure it is correct and make further adjustments.

3. Add More Time Servers

If the Windows Time Service is still missing, you can try adding more time servers to the list. Multiple time servers increase the chance of finding an active server and keeping your system in sync. If one server goes down, your computer can automatically switch to another.

The solution requires editing the Windows registry. Even a small mistake can damage your system, so proceed with caution. To avoid data loss, create a registry backup before changing.

To add time servers, do the following:

  1. Press Win + R on your keyboard to open the Run command.
  2. Type regedit in the dialog box and click OK.
  3. If the UAC window pops up on the screen, click Yes to grant permission.
  4. In the Registry Editor window, navigate to the following directory.

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

    Copy and paste the path into the Registry Editor address bar and press Enter. This will take you to the Location key.

  5. From the left navigation panel, right-click the Servers folder and select New > String Value.

    Add More Time Servers

  6. Name the new value Server N, and replace N with a number starting from 1.

    You can’t have the same number twice. That means if there are already 3 values named Server 1, Server 2, and Server 3, you must call the new one as Server 4.

  7. Double-click the newly created value and add a time server address in the Value data field.
  8. Here are some time server addresses:

            time.windows.com

    time.nist.gov

    time-a-wwv.nist.gov

    time-c-wwv.nist.gov

    ntp-wwv.nist.gov

After adding the time server, click OK and close the Registry Editor window. Now restart your computer to apply the changes and check if Windows Time Service is available.

4. Re-register the Windows Time Service

If the above steps fail, you can try re-registering the Windows Time Service. Re-registering a service refreshes its configuration and forces it to start again. Doing this may fix the missing Windows Time Service and recover clock synchronization.

To re-register the Windows Time Service, follow these steps:

  1. Press the Win + S keys to open the Windows Search.
  2. Type cmd in the search box and simultaneously press Ctrl + Shift + Enter. This opens the Command Prompt with administrative privileges.
  3. If the UAC window pops up, click Yes to grant permission.
  4. Type the following command in the Command Prompt and press Enter:

    net stop w32time
  5. This command will stop the Windows Time Service. Now type the following command to unregister the service and press Enter:

    w32tm /unregister
  6. After that, run the following command to register the service:

    w32tm /register
  7. Next, type the following command and hit Enter. This starts the Windows Time Service.

    net start w32time

After performing these steps, close the Command Prompt window and restart your system. You should see that the Windows Time Service is running, and your clock syncs with the time server.

5. Repair Corrupted System Files

SFC Command Preview

Corrupt system files can also cause Windows services to fail. So, if the Windows Time Service is still missing, try repairing corrupt system files. You can do this using the System File Checker tool. This tool scans your system for missing files and repairs the errors it finds.

Wait for the scan to complete, and restart your computer. After that, check if the Windows Time Service is still missing. If it is, try running the Deployment Image Servicing and Management tool. This tool repairs corrupted system files and restores your Windows installation’s health.

If you’re not sure how to run either of these tools, check out how to repair corrupt Windows files with its built-in tools for instructions.

6. Scan for Malware

Sometimes, malware is to blame for Windows services acting a little odd. As such, it’s worth running a full system scan and removing all detected threats.

Full Scan Windows Security

If you feel your PC isn’t as secure as it could be, you could try downloading one of the best antivirus apps for Windows. These will both actively block malicious program from installing themselves on your PC, and remove any that are currently infesting your computer.

For those who prefer a command-line approach, you can use Windows PowerShell to scan Windows for malware.

Restore the Missing Windows Time Service

Hopefully, one or more of these tips worked for you. Missing Windows services can be a huge pain, but hopefully, one of these methods has brought back the Windows Time Service back to working order.

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»;

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.

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

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Поиск нагружает процессор windows 10
  • Прекращена работа программы как исправить в играх windows
  • Где командная строка в windows 10 pro
  • Windows не удается установить необходимые файлы убедитесь что имеются все файлы 0x800701b1
  • Minecraft windows 10 pro