How to Change Internet Time Server in Windows 11

Richard
Written by
Richard
Apr 19, 2023 Updated May 1, 2026 3 min read

You change your Internet Time server in Windows 11 to ensure your PC’s clock remains accurate by syncing with a specific Network Time Protocol (NTP) server.

The Windows Time service (W32Time) on your Windows 11 PC uses NTP to synchronize your system clock with atomic time. This service typically connects to a default Microsoft time server using UDP port 123.

Manually changing this server becomes necessary if your system clock is consistently inaccurate or if the default server is experiencing issues. Selecting a different, reliable NTP server, such as `time.google.com` or `time.windows.com`, guarantees better time synchronization.

Prerequisites

To change these settings, you must be logged in with an account that has administrative privileges. Without these rights, Windows will block your attempts to modify time server configurations.

Change the Time Server via Control Panel

This is the easiest way to pick from a list of pre-configured servers.

  1. Navigate to Clock and Region.
Windows 11 Date and Time settings in Control Panel
  1. Click the Internet Time tab.
  2. Click the Change settings button (Requires Admin).
Date and Time windows in the Control Panel
  1. Select a server from the list or type a new one, then click Update now.
Internet Time Server list in the Control Panel

Force Time Sync via Command Line

If your time is wrong, you can force a sync instantly using the command line. This uses the w32tm.exe tool.

  1. Press the Windows key, type cmd, right-click it, and select Run as administrator.
  2. Type the following command and press Enter: w32tm /resync

Advanced Configuration via Registry Editor

For power users, you can manually define custom servers in the registry.

  1. Open Registry Editor (Requires Admin).
  2. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers
  3. Right-click in the right pane to create a new String Value, name it with a number, and enter your server address.
  4. Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w32time\Parameters
  5. Modify the NtpServer value to your server name followed by ,0x9.
Custom internet time server in Windows 11

Summary

Keeping your computer clock accurate is essential for system stability. Whether you use the Control Panel for simple changes or the command line to force a sync, you now have the tools to manage your time settings. Always remember that administrative privileges are required for these changes. By using reliable NTP servers, you ensure your PC remains perfectly synced with global time standards.

Why is my Windows time not syncing?

Time sync issues often occur if the Windows Time service is stopped, your firewall is blocking UDP port 123, or the selected NTP server is offline. You can check the service status in the Services app or use the w32tm /query /status command to see if your computer is communicating with the server.

What are the best public NTP servers to use?

Reliable public NTP servers include pool.ntp.org, time.google.com, and time.windows.com. Using a pool address like pool.ntp.org is often best because it automatically directs your request to a geographically close server, which reduces latency and ensures more accurate time synchronization for your local machine.

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.

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

Leave a Comment

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

Exit mobile version