/
/

How to Turn On or Off Set Time Automatically in Windows 11

by Mikhail Blacer, IT Technical Writer
How to Turn On or Off Set Time Automatically in Windows 11

Instant Summary

This NinjaOne blog post offers a comprehensive basic CMD commands list and deep dive into Windows commands with over 70 essential cmd commands for both beginners and advanced users. It explains practical command prompt commands for file management, directory navigation, network troubleshooting, disk operations, and automation with real examples to improve productivity. Whether you’re learning foundational cmd commands or mastering advanced Windows CLI tools, this guide helps you use the Command Prompt more effectively.

Key Points

  • Toggle Time Auto-Sync in Settings: Use the Date and time settings to enable/disable Windows 11’s automatic time synchronization for individual users.
  • Verify Windows Time Service Status: Confirm that the Windows Time service is running and set correctly, since automatic time sync depends on the service state.
  • Use Registry to Enforce Time Sync Behavior: Use W32Time registry settings to force or block automatic synchronization when UI controls are unavailable or restricted.
  • Configure Automatic Time Zone Separately: Manage time zone automation independently to prevent unexpected time shifts on mobile or location-sensitive devices.
  • Validate Synchronization with Command-Line Tools: Use w32tm status checks to confirm successful synchronization and identify ongoing failures.

Windows 11 can automatically set the time, thanks to its built-in network time servers. Accurate timekeeping supports workflows and security, such as scheduled tasks and authentication. However, incorrect time is a security risk and can cause sign-in failures, audit gaps, and application errors.

This guide will give you steps on how to configure the Windows 11 set time automatically behavior using Settings and Registry controls. Making changes to this is essential in some environments to allow manual control or avoid conflicts with domain policies.

Steps to configure automatic time settings in Windows 11

Windows time sync relies on several key elements, including system settings, background services, and registry configuration. Be sure to have the following requirements before performing any of the steps below:

📌 Prerequisites:

  • Your device needs to be running an updated version of Windows 11.
  • Standard user access through settings is required.
  • You will need administrator privileges to make changes to the registry.
  • This needs optional connectivity to a network time server for automatic synchronization.

Step 1: Use Windows Settings to set automatic time sync on or off

📌 Use Cases:

  • This allows individual users to fix automatic time synchronization without admin tools.
  • Useful for correcting time drift or testing whether automatic updates affect system behavior.

📌 Prerequisites:

  • You will need standard user access to change time settings.
  • The device needs to be running Windows 11, and is not restricted by organization-enforced policies.

Steps:

  1. Open Settings, then select Time and Language.
  2. Choose Date and time, then locate Set time automatically.
  3. Turn the toggle to On to allow Windows to synchronize time with network time services.
  4. Toggle it to Off to require manual time adjustments.
  5. Verify that the system time updates according to your settings.

Step 2: Confirm Windows Time Service status

📌 Use Cases:

  • This verifies that Windows Time Service is available to support automatic time synchronization.
  • It resolves cases where time sync is enabled but not functioning due to a stopped or misconfigured device.

📌 Prerequisites:

  • You will need access to the Services console on Windows 11.
  • This requires permission to start or modify the Windows Time Service.

Steps:

  1. Open Services from the Start menu or type “Services” in the taskbar search box.
  2. Locate Windows Time.
  3. Confirm the startup type is set to Manual (Trigger Start) or Automatic.
    1. Right-click it and select Properties.
    2. Check the startup type dropdown box to see whether it says Manual or Automatic.
  4. If the service is Stopped, select Start.
  5. Click Apply, then OK, and verify that the system time updates after the change.

Step 3: Turn automatic time sync on or off using the Registry

📌 Use Cases:

  • This enforces automatic time behavior when the Settings toggle is unavailable or locked by policy.
  • Useful for managed devices where time synchronization must be controlled.

📌 Prerequisites:

  • You will need administrator privileges to modify system registry values.
  • This requires access to the Registry Editor.

Steps:

  1. Open the Registry Editor. Press the Windows key + R, type regedit, and press Enter.
  2. Navigate to the following registry path:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters

  1. Locate the Type string value in the right pane.
  2. Set Type to NTP to enable automatic network time synchronization.
  3. Next, set Type to NoSync to disable automatic time synchronization.
  4. Restart the Windows Time service or reboot the device to apply the change.

Step 4: Adjust time zone automatic settings if required

📌 Use Cases:

  • This ensures devices use the correct time zone when automatic location-based changes are needed.
  • It prevents unexpected time shifts on systems that have to remain in a specific time zone.

📌 Prerequisites:

  • You will need access to Settings > Time & language on your Windows 11 device.
  • This requires permission to change automatic time sync in Windows 11.

Steps:

  1. Open Settings Time & language > Date & time.
  2. Locate Set time zone automatically.
  3. Turn the toggle On if the device should adjust time zones based on location.
  4. Turn it off if the device needs to remain in a fixed time zone.
  5. Confirm the selected Time zone is correct after changing the setting.

💡Note: Time zone automation and automatic time synchronization operate independently and must be configured separately.

Step 5: Verify sync behavior after configuration

📌 Use Cases:

  • This confirms that automatic time synchronization is functioning as expected after making changes.
  • Helps detect ongoing sync failures before they impact logs, authentication, or scheduled tasks.

📌 Prerequisites:

  • This needs access to the Command Prompt on the device.
  • For this to work, the Windows Time Service needs to be running.

Steps:

  1. Open the Command Prompt.
  2. Run the following command to check the time synchronization status:

w32tm /query /status

  1. Review Last Successful Sync to confirm the system is synchronizing automatically.
  2. If synchronization fails, review or adjust your configured NTP server settings.
  3. Confirm the system time matches organizational time policies and expected server time sources.

⚠️ Things to look out for

RisksPotential ConsequencesReversals
Windows Time Service is disabledAutomatic time synchronization will fail even if settings are disabled.Set the Windows Time Service to Manual or Automatic and restart it.
Registry settings conflict with policiesTime settings may revert after reboot or policy refresh.Review Group Policy or MDM controls and align them with the intended configuration.
Time zone automation conflicts with syncDevices could show an incorrect local time even if you synchronized successfully.Disable automatic time zone updates or manually set the correct time zone.

Additional considerations when configuring automatic time settings on Windows 11

When managing automatic time sync in Windows 11, consider how domain membership, security requirements, and mobility affect time synchronization and system reliability.

  • Domain-joined devices typically synchronize time with domain controllers rather than Internet NTP servers.
  • Disabling automatic time updates could affect authentication, certificates, and scheduled tasks.
  • Some public sector or secure environments require manual time management under strict controls.
  • Traveling devices may require automatic time zone adjustments for accurate scheduling.
  • Changes could take several minutes to apply, depending on network conditions.

Troubleshooting automatic Windows time sync issues

  • Time is not updating automatically: Ensure Windows Time Service is running and not disabled.
  • Unable to change the toggle in Windows Settings: Confirm whether there are organization-enforced policies, Group Policy, or MDM restrictions.
  • Incorrect time after enabling automation: Verify network connectivity to configured NTP servers.
  • Registry setting is not applying: Restart the Windows Time Service or reboot the device.
  • Time changes unex pectedly: Disable “Set time automatically” to prevent background synchronization.

Maintain accurate and controlled time synchronization in Windows 11

Turning automatic time synchronization on or off in Windows 11 gives users and administrators flexibility regardless of the environment. You can use Settings, registry controls, and service validation to ensure the chosen configuration remains consistent.

Related topics:

Quick-Start Guide

Steps to Turn On/Off ‘Set Time Automatically’ in Windows 11 via NinjaOne:

Using Existing Scripts:

  1. Check for Relevant Scripts:
    • Navigate to the Scripts section in NinjaOne.
    • Search for scripts related to time, date, or time zone. There might be scripts that allow you to modify system settings, including the time synchronization settings.
  2. Use the ‘Run Command’ Script:
    • If there’s no direct script, you can use the Run Command script to execute PowerShell or CMD commands that modify the necessary registry keys or settings.

Steps to Deploy the Script in NinjaOne:

  1. Create a New Script:
    • Go to Administration > Scripts > Add New Script.
    • Choose PowerShell as the script type.
    • Paste the above PowerShell code into the script editor.
  2. Configure Script Parameters:
    • If needed, configure any parameters for the script (e.g., to specify whether to turn the setting on or off).
  3. Assign the Script to a Policy:
    • Assign the script to a policy that targets the devices where you want to manage the time setting.
    • You can set it to run on demand or schedule it to run periodically.
  4. Run the Script:
    • You can run the script manually from the device dashboard or wait for it to run based on your policy settings.

By using these methods, you can effectively manage the ‘Set Time Automatically’ setting in Windows 11 through NinjaOne.

FAQs

This usually means the device is managed by Group Policy or MDM. Organizational policies can lock the setting, requiring changes at the policy or registry level instead of through Settings.

The Windows Time service may not be running correctly or cannot reach its configured time source. Network restrictions or blocked NTP traffic can also cause drift.

Domain-joined systems typically synchronize time with domain controllers, not public NTP servers. Local changes may be overridden by Active Directory time hierarchy rules.

Yes. Incorrect time can cause authentication failures, certificate validation errors, and problems with scheduled tasks or logging. Manual time control should be used cautiously.

Time zone automation may also be enabled. Since time sync and time zone detection are separate features, both must be configured correctly to avoid sudden shifts.

You might also like

Ready to simplify the hardest parts of IT?