
π How to Fix Your Windows Date and Time Settings
If your computer clock is wrong, it can cause issues with your internet connection and apps. Use these simple commands and shortcuts to get back on track.
β The Quickest Shortcut
# Open Date & Time settings instantly
timedate.cpl
π‘ How to use: Press Windows Key + R on your keyboard, type the command above, and hit Enter. It opens the classic Date and Time window immediately.
β Using the Command Prompt (CMD)
If you prefer using the Command Prompt to manage your time zones, use the tzutil tool. It is fast and very reliable.
# List every available time zone in the world
tzutil /l
# Check which time zone your PC is currently using
tzutil /g
# Change your time zone (Example: Sri Lanka)
tzutil /s "Sri Lanka Standard Time"
π‘ Quick Guide:
– /l β Shows you a list of all names.
– /g β Shows your current setting.
– /s β Sets a new time zone (make sure to use “quotes” around the name).
β Easy Navigation Paths
- The Fast Way: Press Win + R β type
timedate.cpl. - The Modern Way: Go to Settings β Time & Language β Date & Time.
- The Expert Way: Open Command Prompt β type
tzutil.
π‘ Pro Tip
Most time issues happen because “Set time automatically” is turned off. If your clock is constantly wrong, open your settings and ensure that toggle is switched to ON so Windows can sync with the internet.
β Stop Automatic Time Zone Changes
If your PC keeps switching to the wrong time zone, you can disable the automatic adjustment.
# Turn off automatic time zone
1. Press Win + I to open Settings
2. Go to Time & Language β Date & Time
3. Find "Set time zone automatically"
4. Switch it OFF
5. Manually select your correct time zone
π‘ Pro Tip: If the time zone still changes, check that Location Services are disabled, since Windows uses your location to adjust time zones.