Skip to content
Follow
Windows 🟡 Intermediate

How To Configure Manual Date And Time Synchronization Servers In Windows 11 Date And Time Settings

Richard
Written by
Richard
Sep 11, 2026 6 min read
How to configure manual date and time synchronization servers in Windows 11 Date and Time settings
How to configure manual date and time synchronization servers in Windows 11 Date and Time settings

Manual date and time synchronization servers in Windows 11 let you point your PC to a specific internet time source to keep your clock accurate. Windows relies on the Windows Time service to check an external time server over the internet and update your computer clock automatically.

Advertisement

Hardware clocks on motherboards naturally drift by a few seconds or minutes over time, making manual server adjustments necessary when the default server fails to respond due to network blocks or outages.

⚡ Quick Answer

Open Settings , go to Time & language, and select Date & time to configure manual date and time synchronization servers in Windows 11 Date and Time settings. Scroll down to Additional settings and click the Sync now button to update your computer clock immediately when the default server fails.

Advertisement

Checking Your Current Time Settings in 🪟 Windows 11

Checking your current time settings in Windows 11 lets you see if your computer clock is accurate before you make any changes. You can easily view your clock configuration by opening the main Windows Settings app and navigating to the date and time menu to review your current time zone and clock status.

To open your date and time settings, follow these steps:

  1. Click the Start button and select the Settings gear icon, or press the Win and the letter I on your keyboard at the same time.
    Windows 11 Start menu with Settings gear icon highlighted.
    Windows 11 Start menu with Settings gear icon highlighted.
  2. In the Settings window, click on Time & language on the left side of the screen.
    Settings › Time & language
    Settings › Time & language
  3. On the right side, click on Date & time.

On this page, you will see your current time zone, options to set the time automatically, and a button to sync your clock manually.

How to Set Your Time and Time Zone Automatically

Setting your time and time zone automatically in Windows 11 ensures your computer clock stays accurate without you having to update it manually. You can easily turn on this feature by opening the Settings app, going to the time and language menu, and turning on the automatic time switch so Windows handles daylight saving time and travel updates for you.

Advertisement

To turn on automatic time updates:

  1. Open the Settings app and go to Time & language, then select Date & time.
    Settings › Time & language › Date & time
    Settings › Time & language › Date & time
  2. Look for the switch labeled Set time automatically and turn it on.
  3. Look for the switch labeled Set time zone automatically and turn it on as well.

If these switches are turned on, Windows will choose a default Microsoft time server to keep your clock correct. If you live in an area where automatic time zone detection does not work well, you can turn off the automatic time zone switch and choose your local time zone manually from the drop-down menu.

How to Manually Force a Time Synchronization

Forcing a manual time synchronization in Windows 11 updates your computer clock right away when the time looks wrong, without waiting for the normal background schedule. You can instantly update your clock by opening your date and time settings and clicking the sync button located under the additional settings section.

To force a manual sync:

Advertisement
  1. Open the Settings app and go to Time & language, then select Date & time.
  2. Scroll down until you find the section named Additional settings.
    Settings › Time & language › Date & time
    Settings › Time & language › Date & time
  3. Look for the button labeled Sync now.
  4. Click the Sync now button.

You should see a small checkmark appear next to the button once the synchronization is successful. If you see an error message saying that the time synchronization failed, it means your computer could not reach the server. This is when you need to change your time server.

Using Alternative Time Servers for Better Reliability

Using alternative time servers in Windows 11 improves your computer clock reliability when the default Microsoft time server experiences heavy traffic or temporary downtime. You can switch to trusted public time servers run by organizations like Google or Cloudflare to prevent synchronization failures and keep your system clock accurate.

Popular and reliable time servers include:

  • time.google.com
  • time.cloudflare.com
  • pool.ntp.org
📝Good to KnowTo configure these alternative servers, you will use the classic Control Panel settings, because the modern Windows 11 settings app does not currently let you type in custom server web addresses directly.
Advertisement

How to Configure Manual Time Servers Using Control Panel

Configuring manual time servers using the Control Panel in Windows 11 lets you enter a custom time server address to sync your computer clock. You can set this up by opening the classic Control Panel, changing your view settings to large or small icons, and opening the date and time window to add your preferred server address.

Follow these steps to add a manual time server:

  1. Click the Windows Start button, type Control Panel in the search box, and click on the Control Panel app.
    Windows 11 Control Panel dashboard showing power options.
    Windows 11 Control Panel dashboard showing power options.
  2. In the top right corner of the Control Panel window, change the "View by" option to Large icons or Small icons.
  3. Click on the Date and Time option.
    Control Panel › Clock and Region
    Control Panel › Clock and Region
  4. A small window will pop up. Click on the tab at the top labeled Internet Time.
  5. Click the button labeled Change settings... .
  6. Check the box that says Synchronize with an Internet time server.
  7. In the box labeled Server, delete the default text and type your chosen time server address (for example, time.google.com).
  8. Click the Update now button to test the connection.
  9. Click OK to save your changes, then click OK on the main Date and Time window.

Checking Time Synchronization Using the Command Prompt

Checking time synchronization using the Command Prompt in Windows 11 shows you the exact status of your time service, including your active server and last sync time. You can quickly view this detailed status report by opening the command prompt as an administrator and running a simple time query command.

To check your time configuration:

Advertisement
  1. Click the Start button, type cmd in the search box.
  2. Right-click on Command Prompt in the search results and choose Run as administrator . (Requires administrator privileges)
  3. Type w32tm /query /status and press Enter:
    w32tm /query /status

Look at the output on the screen. It will show you the name of the time server, the leap indicator, and the last successful sync time.

Force an update through the command line by typing w32tm /resync and pressing Enter:

w32tm /resync

Troubleshooting Common Time Synchronization Failures

Troubleshooting common time synchronization failures in Windows 11 helps you fix errors when your computer clock fails to update properly. You can resolve most syncing issues by checking your active internet connection, restarting the background Windows time service, or verifying your firewall settings to allow time updates.

  • Check your internet connection: Time synchronization requires an active connection to the internet. Make sure you can open web pages in your browser.
  • Restart the Windows Time service: Sometimes the background service gets stuck. Open the Start menu, type Services, open the Services app, find Windows Time in the list, right-click it, and choose Restart .
  • Check your firewall settings: Make sure your security software or router is not blocking Network Time Protocol traffic, which usually uses port 123.

Advanced Tips: Setting Up Multiple Time Servers

Setting up multiple time servers in Windows 11 gives your computer maximum reliability by letting Windows check alternative servers in a specific order if the first one fails. You can configure backup time servers using advanced command prompt settings to ensure your system clock stays accurate even during network outages.

Advertisement
⚠️WarningTo set up multiple servers, you can use the Command Prompt with administrator privileges .

Type the following command to configure a list of servers separated by commas:

w32tm /config /manualpeerlist:"time.google.com, time.cloudflare.com, pool.ntp.org" /syncfromflags:manual /update

After running this command, restart the Windows Time service to apply the new settings.

Summary

Managing your Windows 11 date and time settings is essential for keeping your computer clock accurate, secure, and fully synchronized. By learning how to use automatic updates, configure manual time servers through the Control Panel, and troubleshoot sync errors with simple commands, you can easily maintain reliable system time.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

Advertisement

📚 Related Tutorials

How To Change System Date And Time Synchronization Servers In Windows 11
Windows How To Change System Date And Time Synchronization Servers In Windows 11
What To Do When Windows 11 Time Synchronization Fails With Time Servers
Windows What To Do When Windows 11 Time Synchronization Fails With Time Servers
How To Configure Manual Time Zone Overrides In Windows 11 Date And Time Settings
Windows How To Configure Manual Time Zone Overrides In Windows 11 Date And Time Settings
Should You Enable Automatic Time Zone Updates In Windows 11 Date And Time Settings?
Windows Should You Enable Automatic Time Zone Updates In Windows 11 Date And Time Settings?

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *