Skip to content
Follow
Windows

How to Sync Clock Time with Internet Time Server in Windows 11

Richard
Written by
Richard
Mar 28, 2026 Updated Aug 12, 2026 3 min read
How to Sync Clock Time with Internet Time Server in Windows 11
How to Sync Clock Time with Internet Time Server in Windows 11

Internet time sync in Windows 11 updates your PC clock automatically using an online time server so your computer time stays accurate down to the exact second. Windows checks time servers like time.windows.com once every seven days by default to fix time drift.

An accurate clock stops weird login errors, keeps security certificates working, and keeps your files sorted correctly. You can force an instant time sync anytime your clock drifts or after you change battery hardware on your motherboard.

⚡ Quick Answer

Open Settings, navigate to Time & language, then Date & time, and click “Sync now” under Additional settings. Alternatively, open Control Panel , go to Date and Time, select the Internet Time tab, click “Change settings,” and then click “Update now.

Why Sync Your Clock?

An accurate clock is important for your files, security, and system performance.

What You Need to Know

Admin privileges required: Administrator privileges are required to sync the system clock.

Domain computers: Domain-joined PCs (computers connected to a corporate network) cannot use Options One and Two. Use Option Three instead.

References

How the Windows Time Service Works – Learn more about how the Windows Time Service works

W32time settings fail when starting Windows Time Service - Windows Server - Information about NTP client synchronization

Option 1Sync Clock Using Settings

📝Note
This option does not work if your PC is joined to a domain.
  1. Open Settings by pressing Win+I.
  2. Click Time & language on the left side. Then click Date & time on the right side.
Windows 11 Settings showing Date & time options for syncing clock.
Windows 11 Settings showing Date & time options for syncing.
  1. Under Additional settings, click the Sync now button.

Windows displays when the time was last synced alongside the specific time server used.

Sync now button in Windows 11 Date & time settings.
Sync now button in Windows 11 Date & time settings.

Option 2Sync Clock Using Control Panel

📝Note
This option does not work if your PC is joined to a domain.
  1. Open Control Panel in icon view. Click the Date and Time icon.
  2. You can close Control Panel now if you like.
  3. Click the Internet Time tab. Then click Change settings.
Control Panel Internet Time Settings window in Windows 11.
Control Panel Internet Time settings window in Windows 11.
  1. Click Update now.

The Synchronize with an Internet time server box must be checked to use the Update now button. Pick or type a different Internet time server to sync with instead if preferred. Click Update now again whenever an error occurs.

Control Panel Internet Time window showing update now button.
Control Panel Internet Time update now button to sync clock.

Option 3Sync Clock Using Command Line

⚠️ Admin privileges required

  1. Open Windows Terminal as an admin. Select Windows PowerShell or Command Prompt.
  2. Copy and paste one of the commands below. Press Enter.

If your PC is NOT joined to a domain:

💻Code
w32tm /resync

If your PC IS joined to a domain:

💻Code
net time /domain

Error: "The service has not been started. (0x80070426)"
This means the Windows Time service needs to start. Run this command first:

💻Code
net start w32time

Run the sync command again afterwards.

Error: "The computer did not resync because no time data was available"
Run the command again. It should succeed on the next attempt.

  1. You can close Windows Terminal now.

Summary

What you learned: This guide covered three methods for syncing your Windows 11 clock with an Internet time server. Option One uses Settings for a streamlined desktop experience. Option Two uses Control Panel. Option Three uses the command line for advanced users or domain computers.

Why this matters: Keeping your clock accurate helps your PC work properly and keeps your files correctly timestamped.

When to use each option: Use Option One or Two for home computers. Use Option Three if connected to a domain or if you prefer the command line.

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.

📚 Related Tutorials

How to Change Internet Time Server in Windows 11
Windows How to Change Internet Time Server in Windows 11
How to Change Windows Terminal Themes
Windows How to Change Windows Terminal Themes
How to Change Tab Colors in Windows Terminal
Windows How to Change Tab Colors in Windows Terminal
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically

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

Leave a Comment

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