How to Fix Wrong Date and Time (Clock Sync) in Windows 11
•
My Technician
Windows 11NetworkSystemTroubleshooting
The Problem
The taskbar clock is minutes or hours off, websites show certificate errors, or two-factor codes fail because system time drifted. Windows syncs time over the internet—unless time zone, sync service, or motherboard battery is wrong.
Websites say certificate expired but clock looks fine? Also check DNS server not responding and proxy/VPN software.
Symptoms
- Clock resets after every shutdown (CMOS battery suspect).
- Correct local time but wrong time zone (events show UTC offset errors).
- Can't connect securely in browsers despite working internet.
The Fix: Step-by-Step
Step 1: Set Time Zone and Automatic Time
- Settings → Time & language → Date & time.
- Enable Set time automatically and Set time zone automatically (or pick zone manually if you travel).
- Click Sync now under Additional settings if shown.
Step 2: Sync Time with Windows Service
- Press Win + R →
services.msc→ find Windows Time. - Set Startup type to Automatic → Start the service if stopped.
- Open Terminal (Admin):
w32tm /resync /force
Step 3: Replace CMOS Battery (Clock Resets on Power Off)
- If time is wrong only after cold boot, the CMOS battery (CR2032 on desktops) may be dead—replace it, then set time in BIOS once.
- Desktops: unplug power, press power 5 seconds to discharge, swap battery on motherboard.
- Laptops: OEM service manual—some models need a shop visit.
Step 4: Fix Dual-Boot and Secure Boot Time Skews
- Dual-booting Linux/macOS can shift hardware clock—set Windows to use local time in registry only if you understand dual-boot docs, or use UTC consistently on both OSes.
- After BIOS reset, re-enter correct date in UEFI setup.
Step 5: Firewall and Corporate Policy
- Allow NTP (UDP port 123) if a firewall blocks outbound sync—common on strict corporate networks.
- Domain-joined PCs may use internal time servers—contact IT instead of fighting Group Policy.
- Wrong time breaks HTTPS, Windows Update, and Store—if Store fails, see Microsoft Store not working after fixing clock.
Step 6: Registry Time Server (Advanced)
- Only if Sync now always fails: set a reliable NTP server in elevated terminal:
w32tm /config /manualpeerlist:"time.windows.com" /syncfromflags:manual /update w32tm /resync /force - Reboot and verify Settings → Date & time matches phone time on cellular (good reference).
Why Accurate Time Matters
Two-factor apps, file sync, and scheduled backups depend on correct timestamps—pair with automatic backups once the clock is stable.