How to solve the Issue of the Windows 10 System clock running Too Fast or too Slow

Configurare noua (How To)

Situatie

1. Preliminary Checks

Check Time Settings

  1. Right-click the clock on the taskbar and select Adjust date/time.
  2. Ensure Set time automatically and Set time zone automatically are turned on.

Check Internet Time Settings

  1. Go to Settings > Time & Language > Date & time.
  2. Scroll down and click Additional date, time, & regional settings.
  3. In the new window, click Date and Time, then go to the Internet Time tab.
  4. Click Change settings and ensure Synchronize with an Internet time server is checked. Select a time server from the dropdown menu and click Update now.

2. Advanced Troubleshooting Steps

A. Synchronize Clock with a Reliable Time Server

If the default time servers are unreliable, try using a different time server:

  1. Open Control Panel and go to Clock and Region > Date and Time.
  2. In the Internet Time tab, click Change settings.
  3. Enter a reliable time server such as time.nist.gov or pool.ntp.org and click Update now.

B. Check CMOS Battery

A failing CMOS battery can cause the system clock to run incorrectly:

  1. Shut down your computer and unplug it from the power source.
  2. Open the case and locate the CMOS battery on the motherboard (it looks like a small, round, silver coin).
  3. Carefully remove the battery and check its voltage using a multimeter. A good battery should read around 3V.
  4. If the voltage is low, replace the battery with a new one. Ensure you buy the correct type (usually CR2032).

C. Re-register Windows Time Service

  1. Open Command Prompt as an administrator:
    • Press Win + X and select Command Prompt (Admin).
  2. Stop the Windows Time service by typing:

    cmd

    net stop w32time
  3. Unregister the Windows Time service:

    cmd

    w32tm /unregister
  4. Re-register the Windows Time service:

    cmd

    w32tm /register
  5. Start the Windows Time service:

    cmd

    net start w32time

D. Adjust Time Service Parameters in the Registry

  1. Press Win + R, type regedit, and press Enter to open the Registry Editor.
  2. Navigate to:

    sql

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient
  3. Modify the SpecialPollInterval entry:
    • Double-click SpecialPollInterval and set the base to Decimal.
    • Change the value to a preferred time interval (e.g., 3600 seconds for 1 hour).
  4. Navigate to:

    sql

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config
  5. Modify the MaxPosPhaseCorrection and MaxNegPhaseCorrection entries:
    • Double-click each entry, set the base to Decimal, and set their values to the same time interval as SpecialPollInterval (e.g., 3600).

3. Check for Malware

Sometimes malware can interfere with system functions, including the system clock:

  1. Run a full system scan using Windows Defender or a trusted third-party antivirus program.
  2. Remove any detected threats and restart your computer.

4. BIOS/UEFI Settings

  1. Restart your computer and enter the BIOS/UEFI setup (usually by pressing F2, F10, Delete, or a similar key during startup).
  2. Check the date and time settings in the BIOS/UEFI. If they are incorrect, set them to the current date and time.
  3. Save changes and exit the BIOS/UEFI.

5. Consider a Third-Party Time Synchronization Tool

If the problem persists, consider using a third-party time synchronization tool like NetTime or Dimension 4. These tools can provide more robust time synchronization options than the built-in Windows service.

Solutie

Tip solutie

Permanent

Voteaza

(0 din 0 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?