Fix Windows Time Synchronization Failed (NTP Error)
Resolve issues where the Windows system clock shows the wrong time and fails to sync with internet time servers.
Confirmed working on: Windows 10 · Windows 11
Before you begin
Problem overview
Your computer clock displays the wrong time, and attempts to sync via the settings app return a “Time synchronization failed” error. This prevents access to secure websites and disrupts background services relying on accurate timestamps.
Common causes
- Unresponsive default Windows time server (
time.windows.com) - Windows Time service stopped or disabled
- Firewall blocking UDP port 123 used for NTP
- Active Directory domain controllers enforcing invalid time policies
Solution 1: Change the NTP server
- Press
Win + R, typecontrol panel, and press Enter. - Go to Clock and Region > Date and Time.
- Navigate to the Internet Time tab and click Change settings.
- Check the box for Synchronize with an Internet time server.
- Replace the default server with
time.cloudflare.comortime.nist.gov. - Click Update now, wait for confirmation, and click OK.
Typing the server address manually is required as the dropdown list is limited and often outdated.
Solution 2: Restart the Windows Time service
- Press
Win + R, typeservices.msc, and press Enter. - Scroll down and locate the Windows Time service.
- Right-click the service and select Properties.
- Change the Startup type to Automatic.
- Click Start if the service is stopped, or click Restart to cycle it.
- Click Apply and OK.
Solution 3: Force synchronization via Command Prompt
- Press the
Winkey, typecmd, right-click Command Prompt, and select Run as administrator. - Type the following command and press Enter:
w32tm /resync /force - If you encounter an error, unregister and re-register the time service:
net stop w32time w32tm /unregister w32tm /register net start w32time w32tm /resync
Solution 4: Check firewall port rules
- Open Windows Defender Firewall and select Advanced settings.
- Click on Outbound Rules and verify no custom rules block UDP port 123.
- Check your router configuration to ensure port 123 is open for outgoing traffic.
If your computer is joined to a company domain, you cannot change time settings manually. Your machine syncs automatically with the Domain Controller. Contact your IT administrator.
Confirm the result
- Repeat the exact action that originally triggered the problem.
- Confirm the original error or symptom is gone and no new warning has appeared.
- If the guide changed a driver, service, package, or system setting, restart once and test again.
- If the result is worse or unexpected, stop. Reverse only the last change using its documented restore option; if none is documented, use your backup or qualified support.
Questions about this fix
Why is a wrong system clock a problem?
An incorrect clock breaks SSL/TLS certificates, preventing secure browsing and causing login failures on many websites.
Does dual-booting Linux cause time issues on Windows?
Yes, Linux stores hardware time in UTC, while Windows defaults to local time, causing a mismatch upon switching OS.
Did this fix work for you?
Weighted Consensus Protocol
Did this solution resolve your issue?
Confirming if this works strengthens verification statistics on the registry.
FixingTeam10,000 rep
Official Project Maintainers
The core engineering and moderation team behind FixingBook. We curate, verify, and maintain the standards of the troubleshooting ledger.
Discussion (0)
No comments yet. Share your experience or verify if this fixed your issue!
